abaa70990bc5badcd66fbf2ec15996ed27ff21c4
Mfr Right to Left for Farsi lan...

Mfr authored 15 years ago

1) /* fix for farsi language*/
2) [lang="en"] {
3) 	direction: ltr;
4) 	text-align: right;
5) }
6) 
7) .lang_en {
8) 	direction: ltr;
9) 	text-align: right;
10) }
11) [lang="fa"] {
12) 	direction: rtl;
13) 	text-align: right;
Jacob Appelbaum Added right to left support...

Jacob Appelbaum authored 15 years ago

14) 	div.main-column { text-align: right; }
Mfr Right to Left for Farsi lan...

Mfr authored 15 years ago

15) }
16) 
17) .lang_fa {
18) 	direction: rtl;
19) 	text-align: right;
Jacob Appelbaum Added right to left support...

Jacob Appelbaum authored 15 years ago

20)  	div.main-column { text-align: right; }
Mfr Right to Left for Farsi lan...

Mfr authored 15 years ago

21) }
22) 
23) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

24) body {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

25)     background-color: #FFFFFF;
26)     margin-top: 0px;
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

27)     font-family: Helvetica, Arial, sans-serif;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

29)     font-style: normal;
30)     color: #000000;
31)     padding-top: 0px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

32) }
33) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

35) 
36) img {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

39) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

40) 
Roger Dingledine whitespace cleanups on our...

Roger Dingledine authored 15 years ago

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

le@svn.torproject.org authored 18 years ago

42)    margin: .2em .2em .2em 1em;
43) }
44) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

46) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

47) .center {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

52) }
53) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

54) .center table {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

55)     margin-left: auto;
56)     margin-right: auto;
57)     text-align: left;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

58) }
59) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

61) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

62) table.shadowbox {
63)     width: 788px;
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

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

Geoff Goodell authored 18 years ago

65)     padding: 0;
66)     margin-bottom: 2em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

67) }
68) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

69) table.shadowbox td {
70)     margin: 0;
71)     padding: 0;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

72) }
73) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

75) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

78) }
79) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

80) div.banner {
81)     text-align: center;
82)     height: 79px;
83)     margin-bottom: 10px;
84)     width:100%;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

85) }
86) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

87) table.table-banner {
88)     margin: 0 auto 0 auto;
89)     background-image: url("images/tor_mast.gif");
90)     background-repeat: no-repeat;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

91) }
92) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

95)     margin-top: 2cm;
96)     margin-left: 1em;
97)     margin-right: 1em;
98)     text-align: right;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

99) }
100) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

102) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

103) div.sidebar {
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

104)    /* background-color: #80c97f; */
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

105)     float: right;
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

106)     margin: 0 0 10px 10px;
107)     border: 1px solid #666;
108)     padding: 10px;
109)     width: 150px;
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

110)     text-align: center;
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

111) }
112) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

114) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

118)     font-size: 1em;
Mfr partial revert allowing bui...

Mfr authored 15 years ago

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

Roger Dingledine authored 19 years ago

120) }
121) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

123) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

127) }
128) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Andrew Lewman authored 16 years ago

130)     font-size: 1.4em;
131)     margin-bottom: 0em;
132)     font-weight: bold;
133)     margin-top: 0;
134) }
135) 
136) h3 {
Thomas Sjögren Fix vim madness

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

138)     margin-bottom: 0em;
139)     font-weight: bold;
140)     margin-top: 0;
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 16 years ago

143) h4 {
144)     font-size: 1.1em;
145)     margin-bottom: 0em;
146)     font-weight: bold;
147)     margin-top: 0;
148) }
149) 
150) h5 {
151)     font-size: 1.0em;
152)     margin-bottom: 0em;
153)     font-weight: bold;
154)     margin-top: 0;
155) }
156) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

157) p {
158)     margin-top: 0;
159)     margin-bottom: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

160) }
161) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

165) }
166) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

167) a:visited {
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

174)     color: black;
175)     font-weight: bold;
176)     text-decoration: none;
177) }
178) 
179) a.anchor:visited {
Roger Dingledine solve the stupid "the heade...

Roger Dingledine authored 16 years ago

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

Thomas Sjögren authored 18 years ago

181)     color: black;
182)     font-weight: bold;
183)     text-decoration: none;
184) }
185) 
186) a.anchor {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

188)     color: black;
189)     font-weight: bold;
190)     text-decoration: none;
191) }
192) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

195) }
196) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

199) }
200) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

201) /* the banner */
202) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 18 years ago

205)     height: 79px;
206)     margin-left: auto;
207)     margin-right: auto;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

208) }
209) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Nick Mathewson authored 17 years ago

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

Geoff Goodell authored 18 years ago

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

Nick Mathewson authored 17 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

215) }
216) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

Geoff Goodell authored 18 years ago

222)     padding-bottom: 10px;
223)     color: white;
224)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

226) }
227) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

233) }
234) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

239) }
240) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Peter Palfrader authored 15 years ago

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

le@svn.torproject.org authored 18 years ago

245)     background-position: right;
246)     padding-top: 8px;
247) }
248) 
249) .banner-middle a.current {
250)     text-decoration: none;	       
251)     color: #FF7F00;
252)     font-weight: bold;
253)     font-size: 1em;
Andrew Lewman Changed images to png chang...

Andrew Lewman authored 18 years ago

254)     width: auto;
Thomas Sjögren Added FU-Spline mirror (add...

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

256) }
257) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

258) .donatebutton {
Andrew Lewman I've had this in my working...

Andrew Lewman authored 14 years ago

259)   width: auto;
260)   text-align: center;
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

261) }
262) 
263) .donatebutton a {
Andrew Lewman I've had this in my working...

Andrew Lewman authored 14 years ago

264)   margin: 10px 0 0 0;
265)   font-weight: bold;
266)   display: block;
267)   padding: 6px;
268)   background-color: #00802B;
269)   /* border-top: 1px solid #00A838;
270)   border-left: 1px solid #00A838;
271)   border-bottom: 1px solid #00591E;
272)   border-right: 1px solid #00591E; */
273)   color: #FFFFFF;
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

274) }
275) 
276) .donatebutton a:hover {
Andrew Lewman I've had this in my working...

Andrew Lewman authored 14 years ago

277)   color: orange;
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

278) }
279) 
280) .donatebutton a:active {
Andrew Lewman I've had this in my working...

Andrew Lewman authored 14 years ago

281)   color: orange;
282) }
283) 
284) .relaythermometer a {
285)   width: 50px; 
286)   -moz-border-radius-bottomleft: 20px;
287)   -moz-border-radius-bottomright: 20px; 
288)   margin: 1em auto; 
289)   height: 100px;
290)   position: relative; 
291)   background-color: orange;
292) }
293) 
294) .relaythermofill a {
295)   width: 50px; 
296)   -moz-border-radius-bottomleft: 20px;
297)   -moz-border-radius-bottomright: 20px; 
298)   height: 39px; 
299)   background-color: green; 
300)   font-size: 40px; 
301)   position: absolute; 
302)   bottom: 0; 
303)   line-height: 50px;
304)   text-align: center; 
305)   color: white; 
306)   font-weight: bold;
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

307) }
308) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

309) /* these styles are for the menu on the gui contest pages */
310) 
311) .guileft {
312) 	 width: 25%;
313) 	 float: left;
314) 	 padding: 0;
315) 	 margin: 0;
316) }
317) 
318) .guimenu {
319) 	 border: 1px solid #AAA6AB;
320) 	 background-color: #E2DFE3;
321) 	 margin: 0 15px 15px 0;
322) 	 padding: 0;
323) }
324) 
325) .guimenuinner a {
326) 	      display: block;
327) 	      text-decoration: none;
328) 	      padding: 2px 0px 0px 12px;
329) 	      margin: 0 0 0 0px;
330) 	      color: #333333;
331) }
332) 
333) .guimenuinner a:visited {
334) 	      color: #333333;
335) }
336) 
337) .guimenuinner a:hover {
338) 	      background-image: url(gui/img/arrow.png);
339) 	      background-repeat: no-repeat;
340) 	      background-position: left;
341) 	      color: #EF8012;
342) }
343) 
344) .guimenuinner a.on {
345) 	      background-image: url(gui/img/arrow.png);
346) 	      background-repeat: no-repeat;
347) 	      background-position: left;
348) 	      color: #EF8012;
349) }
350) 
351) 
352) .guimenu h1 {
353)          width: 85%;
354) 	 font-size: 16px;
355) 	 margin: 0 0 8px 0;
356) 	 padding: 0;
357) 	 border-bottom: 1px solid #AAA6AB;
358) }
359) 
360) .curveleft {
361) 	   background-image: url(gui/img/corner-topleft.png);
362) 	   background-repeat: no-repeat;
363) 	   background-position: top left;
364) 	   margin: -1px;
365) }
366) 
367) .curveright {
368) 	    background-image: url(gui/img/corner-topright.png);
369) 	    background-repeat: no-repeat;
370) 	    background-position: top right;
371) }
372) 
373) .guimenuinner {
374) 	      
375) 	      padding: 0 10px 0 10px;
376) }
377) 
378) .curvebottomleft {
379) 		 background-image: url(gui/img/corner-bottomleft.png);
380) 		 background-repeat: no-repeat;
381) 		 background-position: bottom left;
382) 		 margin: -1px;
383) }
384) 
385) .curvebottomright {
386) 		  background-image: url(gui/img/corner-bottomright.png);
387) 		  background-repeat: no-repeat;
388) 		  background-position: bottom right;
389) }
390) 
391) 
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

392) table.mirrors {
393) 	margin: 0 auto;
394) 	border-width: 3px;
395) 	border-color: gray;
396) 	border-style: ridge;
397) 	border-collapse: collapse;
398) }
399) table.mirrors th {
400) 	border: 1px solid gray;
401) 	background-color: #DDDDDD;
402) }
403) table.mirrors td {
404) 	border: 1px solid gray;
405) 	padding: 4px;
406) }
407) 
Geoff Goodell flag for Japan, no border-b...

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

411) 
412) dt {
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

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

Andrew Lewman authored 16 years ago

415) }