a4ebf608d378afa9dc580d85e0714c016c5c32b5
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;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

5)     font-size: 1em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

17) 
Roger Dingledine whitespace cleanups on our...

Roger Dingledine authored 15 years ago

18) li {
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

19)    margin: .2em .2em .2em 1em;
20) }
21) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

23) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

24) .center {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

25)     text-align: center;
26)     background-color: white;
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

27)     margin: 0px auto 0 auto;
Roger Dingledine make the body of the webpag...

Roger Dingledine authored 18 years ago

28)     width: 85%;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

29) }
30) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

31) .center table {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

32)     margin-left: auto;
33)     margin-right: auto;
34)     text-align: left;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

35) }
36) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

38) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

39) table.shadowbox {
40)     width: 788px;
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

41)     border-collapse: collapse;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

42)     padding: 0;
43)     margin-bottom: 2em;
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) table.shadowbox td {
47)     margin: 0;
48)     padding: 0;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

49) }
50) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

52) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

55) }
56) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

62) }
63) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

68) }
69) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

70) div.bottom {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

71)     font-size: 0.8em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

72)     margin-top: 2cm;
73)     margin-left: 1em;
74)     margin-right: 1em;
75)     text-align: right;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

76) }
77) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

79) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

80) div.sidebar {
81)     float: right;
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

82)     padding-top: 10px;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

83)     padding-right: 10px;
84)     padding-bottom: 15px;
85)     padding-left: 10px;
86)     width: 260px;
87)     text-align: center;
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

90) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

92) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

93) div.main-column {
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

94)     padding: 15px 0 10px 10px;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

95)     text-indent: 0pt;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

96)     font-size: 1em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

97)     text-align: left;
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

98) }
99) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 19 years ago

101) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

102) h1 {
Andrew Lewman Add some new definitions to...

Andrew Lewman authored 16 years ago

103)     font-size: 1.6em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

104)     margin-bottom: 0.5em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

105) }
106) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

107) h2 {
Andrew Lewman Add some new definitions to...

Andrew Lewman authored 16 years ago

108)     font-size: 1.4em;
109)     margin-bottom: 0em;
110)     font-weight: bold;
111)     margin-top: 0;
112) }
113) 
114) h3 {
Thomas Sjögren Fix vim madness

Thomas Sjögren authored 18 years ago

115)     font-size: 1.2em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

116)     margin-bottom: 0em;
117)     font-weight: bold;
118)     margin-top: 0;
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

120) 
Andrew Lewman Add some new definitions to...

Andrew Lewman authored 16 years ago

121) h4 {
122)     font-size: 1.1em;
123)     margin-bottom: 0em;
124)     font-weight: bold;
125)     margin-top: 0;
126) }
127) 
128) h5 {
129)     font-size: 1.0em;
130)     margin-bottom: 0em;
131)     font-weight: bold;
132)     margin-top: 0;
133) }
134) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

135) p {
136)     margin-top: 0;
137)     margin-bottom: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

138) }
139) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

140) a:link {
141)     color: blue;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

142)     font-size: 1em;
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) a:visited {
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

146)     color: purple;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

147)     font-size: 1em;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

149) 
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

150) a.anchor:link {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

151)     font-size: 1em;
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

152)     color: black;
153)     font-weight: bold;
154)     text-decoration: none;
155) }
156) 
157) a.anchor:visited {
Roger Dingledine solve the stupid "the heade...

Roger Dingledine authored 17 years ago

158)     font-size: 1em;
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

159)     color: black;
160)     font-weight: bold;
161)     text-decoration: none;
162) }
163) 
164) a.anchor {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

165)     font-size: 1em;
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

166)     color: black;
167)     font-weight: bold;
168)     text-decoration: none;
169) }
170) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

173) }
174) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

175) a.smalllink {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

176)     font-size: 0.8em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

177) }
178) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

179) /* the banner */
180) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

181) table.banner {
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

182)     width: 100%;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

183)     height: 79px;
184)     margin-left: auto;
185)     margin-right: auto;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

186) }
187) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

188) td.banner-left {
Nick Mathewson Apply patch from Nile to ma...

Nick Mathewson authored 17 years ago

189) 	/* This is done with an <img> in the HTML so it can be clickable
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

190)     background-image: url("images/top-left.png");
Nick Mathewson Apply patch from Nile to ma...

Nick Mathewson authored 17 years ago

191)     background-repeat: no-repeat; */
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

192)     width: 193px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

193) }
194) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

195) td.banner-middle {
Roger Dingledine patch from Fabian Keil to m...

Roger Dingledine authored 16 years ago

196)     background-color: #00802B;
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

198)     background-repeat: repeat-x;
Roger Dingledine aphex convinced me it looke...

Roger Dingledine authored 18 years ago

199)     vertical-align: bottom;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

200)     padding-bottom: 10px;
201)     color: white;
202)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

203)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

204) }
205) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

206) td.banner-middle a, td.banner-middle a:visited {
Roger Dingledine <mikeperry> so the designer...

Roger Dingledine authored 16 years ago

207)     margin-right: 5px;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

208)     color: white;
209)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

210)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

211) }
212) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

213) td.banner-middle a:hover {
214)     color: #FF7F00;
215)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

216)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

217) }
218) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

221)     background-repeat: no-repeat;
Peter Palfrader s/150/180/ pixels for banne...

Peter Palfrader authored 15 years ago

222)     width: 180px;
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

223)     background-position: right;
224)     padding-top: 8px;
225) }
226) 
227) .banner-middle a.current {
228)     text-decoration: none;	       
229)     color: #FF7F00;
230)     font-weight: bold;
231)     font-size: 1em;
Andrew Lewman Changed images to png chang...

Andrew Lewman authored 18 years ago

232)     width: auto;
233)     text-align: auto;
Thomas Sjögren Added FU-Spline mirror (add...

Thomas Sjögren authored 18 years ago

234)     left: -50px;
Roger Dingledine commit the smalllink class...

Roger Dingledine authored 19 years ago

235) }
236) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

237) .donatebutton {
238)         width: auto;
239)         text-align: center;
240) }
241) 
242) .donatebutton a {
243)         margin: 10px 0 0 0;
244)         font-weight: bold;
245)         display: block;
246)         padding: 6px;
247)         background-color: #00802B;
248)         border-top: 1px solid #00A838;
249)         border-left: 1px solid #00A838;
250)         border-bottom: 1px solid #00591E;
251)         border-right: 1px solid #00591E;
252)         color: #FFFFFF;
253) }
254) 
255) .donatebutton a:hover {
256)         color: orange;
257) }
258) 
259) .donatebutton a:active {
260)         color: orange;
261) }
262) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

263) /* these styles are for the menu on the gui contest pages */
264) 
265) .guileft {
266) 	 width: 25%;
267) 	 float: left;
268) 	 padding: 0;
269) 	 margin: 0;
270) }
271) 
272) .guimenu {
273) 	 border: 1px solid #AAA6AB;
274) 	 background-color: #E2DFE3;
275) 	 margin: 0 15px 15px 0;
276) 	 padding: 0;
277) }
278) 
279) .guimenuinner a {
280) 	      display: block;
281) 	      text-decoration: none;
282) 	      padding: 2px 0px 0px 12px;
283) 	      margin: 0 0 0 0px;
284) 	      color: #333333;
285) }
286) 
287) .guimenuinner a:visited {
288) 	      color: #333333;
289) }
290) 
291) .guimenuinner a:hover {
292) 	      background-image: url(gui/img/arrow.png);
293) 	      background-repeat: no-repeat;
294) 	      background-position: left;
295) 	      color: #EF8012;
296) }
297) 
298) .guimenuinner a.on {
299) 	      background-image: url(gui/img/arrow.png);
300) 	      background-repeat: no-repeat;
301) 	      background-position: left;
302) 	      color: #EF8012;
303) }
304) 
305) 
306) .guimenu h1 {
307)          width: 85%;
308) 	 font-size: 16px;
309) 	 margin: 0 0 8px 0;
310) 	 padding: 0;
311) 	 border-bottom: 1px solid #AAA6AB;
312) }
313) 
314) .curveleft {
315) 	   background-image: url(gui/img/corner-topleft.png);
316) 	   background-repeat: no-repeat;
317) 	   background-position: top left;
318) 	   margin: -1px;
319) }
320) 
321) .curveright {
322) 	    background-image: url(gui/img/corner-topright.png);
323) 	    background-repeat: no-repeat;
324) 	    background-position: top right;
325) }
326) 
327) .guimenuinner {
328) 	      
329) 	      padding: 0 10px 0 10px;
330) }
331) 
332) //.wiki {
333)       padding: 5px 40px 0 0;
334)       display: block;
335)       text-align: right;
336) }
337) 
338) 
339) .curvebottomleft {
340) 		 background-image: url(gui/img/corner-bottomleft.png);
341) 		 background-repeat: no-repeat;
342) 		 background-position: bottom left;
343) 		 margin: -1px;
344) }
345) 
346) .curvebottomright {
347) 		  background-image: url(gui/img/corner-bottomright.png);
348) 		  background-repeat: no-repeat;
349) 		  background-position: bottom right;
350) }
351) 
352) 
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

353) table.mirrors {
354) 	margin: 0 auto;
355) 	border-width: 3px;
356) 	border-color: gray;
357) 	border-style: ridge;
358) 	border-collapse: collapse;
359) }
360) table.mirrors th {
361) 	border: 1px solid gray;
362) 	background-color: #DDDDDD;
363) }
364) table.mirrors td {
365) 	border: 1px solid gray;
366) 	padding: 4px;
367) }
368) 
Geoff Goodell flag for Japan, no border-b...

Geoff Goodell authored 17 years ago

369) acronym {
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

370)   border-bottom: none;
Geoff Goodell flag for Japan, no border-b...

Geoff Goodell authored 17 years ago

371) }
Andrew Lewman Add some new definitions to...

Andrew Lewman authored 16 years ago

372) 
373) dt {
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

374)   font-weight: bolder;
375)   font-style: italic;
Andrew Lewman Add some new definitions to...

Andrew Lewman authored 16 years ago

376) }