a0086bedb3e1a3af8c459bbae78c9c77c622f6f2
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

1) body {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

2)     background-color: #FFFFFF;
3)     margin-top: 0px;
4)     font-family: Arial, Helvetica, sans-serif;
5)     font-size: 10pt;
6)     font-style: normal;
7)     color: #000000;
8)     padding-top: 0px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

9) }
10) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

11) /* images */
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

12) 
13) img {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

14)     border: 0;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

15) }
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

16) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

17) /* this centers the page */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

18) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

19) .center { 
20)     text-align: center;
21)     background-color: white;
Geoff Goodell added whitespace between he...

Geoff Goodell authored 19 years ago

22)     margin: 10px auto 0 auto;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

23)     width: 730px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

24) }
25) 
26) .center table { 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

27)     margin-left: auto;
28)     margin-right: auto;
29)     text-align: left;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

30) }
31) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

32) /* for the shadow box */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

33) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

34) table.shadowbox {
35)     width: 788px;
36)     border-collapse: collapse; 
37)     padding: 0;
38)     margin-bottom: 2em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

39) }
40) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

41) table.shadowbox td {
42)     margin: 0;
43)     padding: 0;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

44) }
45) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

46) /* spacer */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

47) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

48) td.spacer {
49)     width: 110px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

50) }
51) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

52) /* the banner */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

53) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

54) div.banner {
55)     text-align: center;
56)     height: 79px;
57)     margin-bottom: 10px;
58)     width:100%;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

59) }
60) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

61) table.table-banner {
62)     margin: 0 auto 0 auto;
63)     background-image: url("images/tor_mast.gif");
64)     background-repeat: no-repeat;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

65) }
66) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

67) div.bottom {
68)     font-size: 8px;
69)     margin-top: 2cm;
70)     margin-left: 1em;
71)     margin-right: 1em;
72)     text-align: right;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

73) }
74) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

75) /* the sidebar */
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

76) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

77) div.sidebar {
78)     float: right;
79)     padding-top: 0px;
80)     padding-right: 10px;
81)     padding-bottom: 15px;
82)     padding-left: 10px;
83)     width: 260px;
84)     text-align: center;
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

85) }
86) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

87) a.current {
88)     color: #FF7F00;
89)     font-weight: bold;
90)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

91) }
92) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

93) /* The main column (left text) */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

94) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

95) div.main-column {
96)     padding: 0 0 10px 10px;
97)     text-indent: 0pt;
98)     font-size: 10pt;
99)     text-align: left;
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

100) }
101) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

102) /* formatting styles */
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

103) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

104) h1 {
105)     font-size: 12pt;
106)     margin-bottom: 0.5em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

107) }
108) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

109) h2 {
110)     font-size: 12pt;
111)     margin-bottom: 0em;
112)     font-weight: bold;
113)     margin-top: 0;
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

114) }
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

115) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

116) p {
117)     margin-top: 0;
118)     margin-bottom: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

119) }
120) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

121) a:link {
122)     color: blue;
123)     font-size: 10pt;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

124) }
125) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

126) a:visited {
127)     color: purple; 
128)     font-size: 10pt;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

129) }
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

130) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

131) td {
132)     vertical-align: top;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

133) }
134) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

135) a.smalllink {
136)     font-size: 8px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

137) }
138) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

139) table.banner {
140)     height: 79px;
141)     margin-left: auto;
142)     margin-right: auto;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

143) }
144) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

145) td.banner-left {
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

146)     background-image: url("images/top-left.png");
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

147)     background-repeat: no-repeat;
148)     width: 193px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

149) }
150) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

151) td.banner-middle {
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

152)     background-image: url("images/top-middle.png");
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

153)     background-repeat: repeat-x;
154)     vertical-align: bottom;
155)     padding-bottom: 10px;
156)     color: white;
157)     font-weight: bold;
158)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

159) }
160) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

161) td.banner-middle a:link, td.banner-middle a:visited {
162)     color: white;
163)     font-weight: bold;
164)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

165) }
166) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

167) td.banner-middle a:hover {
168)     color: #FF7F00;
169)     font-weight: bold;
170)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

171) }
172) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

173) td.banner-right {
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

174)     background-image: url("images/top-right.png");
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

175)     background-repeat: no-repeat;
176)     width: 24px;