33e8509d6e24b80ec8bf6f88cd7925503703d8f2
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 19 years ago

25)     background-color: #FFFFFF;
26)     margin-top: 0px;
27)     font-family: Arial, Helvetica, 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 19 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 19 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 19 years ago

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

Thomas Sjögren authored 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 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 19 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

113) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

114) /* The main column (left text) */
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) div.main-column {
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Mfr authored 15 years ago

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

Roger Dingledine authored 19 years ago

121) }
122) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 19 years ago

124) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

128) }
129) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Andrew Lewman authored 16 years ago

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

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

161) }
162) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

166) }
167) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

168) a:visited {
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 17 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

196) }
197) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

209) }
210) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Nick Mathewson authored 17 years ago

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

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

Nick Mathewson authored 17 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

216) }
217) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 16 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

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

Roger Dingledine authored 16 years ago

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

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

234) }
235) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

240) }
241) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Peter Palfrader authored 15 years ago

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

le@svn.torproject.org authored 18 years ago

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

Andrew Lewman authored 18 years ago

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

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

258) }
259) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

260) .donatebutton {
261)         width: auto;
262)         text-align: center;
263) }
264) 
265) .donatebutton a {
266)         margin: 10px 0 0 0;
267)         font-weight: bold;
268)         display: block;
269)         padding: 6px;
270)         background-color: #00802B;
271)         border-top: 1px solid #00A838;
272)         border-left: 1px solid #00A838;
273)         border-bottom: 1px solid #00591E;
274)         border-right: 1px solid #00591E;
275)         color: #FFFFFF;
276) }
277) 
278) .donatebutton a:hover {
279)         color: orange;
280) }
281) 
282) .donatebutton a:active {
283)         color: orange;
284) }
285) 
le@svn.torproject.org changes to stylesheet for g...

le@svn.torproject.org authored 18 years ago

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

Peter Palfrader authored 18 years ago

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

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

395) 
396) dt {
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

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

Andrew Lewman authored 16 years ago

399) }