55269a388396703969a8854d6e6e7e6442c35a6f
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;
14) }
15) 
16) .lang_fa {
17) 	direction: rtl;
18) 	text-align: right;
19) }
20) 
21) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

22) body {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

23)     background-color: #FFFFFF;
24)     margin-top: 0px;
25)     font-family: Arial, Helvetica, sans-serif;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

30) }
31) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

33) 
34) img {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

38) 
Roger Dingledine whitespace cleanups on our...

Roger Dingledine authored 15 years ago

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

le@svn.torproject.org authored 18 years ago

40)    margin: .2em .2em .2em 1em;
41) }
42) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

44) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

45) .center {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

50) }
51) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

52) .center table {
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

56) }
57) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

59) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

60) table.shadowbox {
61)     width: 788px;
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

65) }
66) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

70) }
71) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

73) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

76) }
77) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

83) }
84) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

89) }
90) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

97) }
98) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

100) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 18 years ago

104)     padding-right: 10px;
105)     padding-bottom: 15px;
106)     padding-left: 10px;
107)     width: 260px;
108)     text-align: center;
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

111) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

113) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Mfr authored 15 years ago

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

Roger Dingledine authored 19 years ago

119) }
120) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

122) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

126) }
127) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Andrew Lewman authored 16 years ago

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

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

159) }
160) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

164) }
165) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

166) a:visited {
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

194) }
195) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

207) }
208) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Nick Mathewson authored 17 years ago

210) 	/* 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

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

Nick Mathewson authored 17 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 19 years ago

214) }
215) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

232) }
233) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

238) }
239) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Geoff Goodell authored 18 years ago

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

Peter Palfrader authored 15 years ago

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

le@svn.torproject.org authored 18 years ago

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

Andrew Lewman authored 18 years ago

253)     width: auto;
254)     text-align: 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 {
259)         width: auto;
260)         text-align: center;
261) }
262) 
263) .donatebutton a {
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;
274) }
275) 
276) .donatebutton a:hover {
277)         color: orange;
278) }
279) 
280) .donatebutton a:active {
281)         color: orange;
282) }
283) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

284) /* these styles are for the menu on the gui contest pages */
285) 
286) .guileft {
287) 	 width: 25%;
288) 	 float: left;
289) 	 padding: 0;
290) 	 margin: 0;
291) }
292) 
293) .guimenu {
294) 	 border: 1px solid #AAA6AB;
295) 	 background-color: #E2DFE3;
296) 	 margin: 0 15px 15px 0;
297) 	 padding: 0;
298) }
299) 
300) .guimenuinner a {
301) 	      display: block;
302) 	      text-decoration: none;
303) 	      padding: 2px 0px 0px 12px;
304) 	      margin: 0 0 0 0px;
305) 	      color: #333333;
306) }
307) 
308) .guimenuinner a:visited {
309) 	      color: #333333;
310) }
311) 
312) .guimenuinner a:hover {
313) 	      background-image: url(gui/img/arrow.png);
314) 	      background-repeat: no-repeat;
315) 	      background-position: left;
316) 	      color: #EF8012;
317) }
318) 
319) .guimenuinner a.on {
320) 	      background-image: url(gui/img/arrow.png);
321) 	      background-repeat: no-repeat;
322) 	      background-position: left;
323) 	      color: #EF8012;
324) }
325) 
326) 
327) .guimenu h1 {
328)          width: 85%;
329) 	 font-size: 16px;
330) 	 margin: 0 0 8px 0;
331) 	 padding: 0;
332) 	 border-bottom: 1px solid #AAA6AB;
333) }
334) 
335) .curveleft {
336) 	   background-image: url(gui/img/corner-topleft.png);
337) 	   background-repeat: no-repeat;
338) 	   background-position: top left;
339) 	   margin: -1px;
340) }
341) 
342) .curveright {
343) 	    background-image: url(gui/img/corner-topright.png);
344) 	    background-repeat: no-repeat;
345) 	    background-position: top right;
346) }
347) 
348) .guimenuinner {
349) 	      
350) 	      padding: 0 10px 0 10px;
351) }
352) 
353) //.wiki {
354)       padding: 5px 40px 0 0;
355)       display: block;
356)       text-align: right;
357) }
358) 
359) 
360) .curvebottomleft {
361) 		 background-image: url(gui/img/corner-bottomleft.png);
362) 		 background-repeat: no-repeat;
363) 		 background-position: bottom left;
364) 		 margin: -1px;
365) }
366) 
367) .curvebottomright {
368) 		  background-image: url(gui/img/corner-bottomright.png);
369) 		  background-repeat: no-repeat;
370) 		  background-position: bottom right;
371) }
372) 
373) 
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

374) table.mirrors {
375) 	margin: 0 auto;
376) 	border-width: 3px;
377) 	border-color: gray;
378) 	border-style: ridge;
379) 	border-collapse: collapse;
380) }
381) table.mirrors th {
382) 	border: 1px solid gray;
383) 	background-color: #DDDDDD;
384) }
385) table.mirrors td {
386) 	border: 1px solid gray;
387) 	padding: 4px;
388) }
389) 
Geoff Goodell flag for Japan, no border-b...

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

393) 
394) dt {
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

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

Andrew Lewman authored 16 years ago

397) }