c9a4924ab7422d79bd0b79606607fbc71a1ada50
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 {
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;
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

269)         /* border-top: 1px solid #00A838;
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

270)         border-left: 1px solid #00A838;
271)         border-bottom: 1px solid #00591E;
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

272)         border-right: 1px solid #00591E; */
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

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) .curvebottomleft {
354) 		 background-image: url(gui/img/corner-bottomleft.png);
355) 		 background-repeat: no-repeat;
356) 		 background-position: bottom left;
357) 		 margin: -1px;
358) }
359) 
360) .curvebottomright {
361) 		  background-image: url(gui/img/corner-bottomright.png);
362) 		  background-repeat: no-repeat;
363) 		  background-position: bottom right;
364) }
365) 
366) 
Peter Palfrader Update mirrors table

Peter Palfrader authored 18 years ago

367) table.mirrors {
368) 	margin: 0 auto;
369) 	border-width: 3px;
370) 	border-color: gray;
371) 	border-style: ridge;
372) 	border-collapse: collapse;
373) }
374) table.mirrors th {
375) 	border: 1px solid gray;
376) 	background-color: #DDDDDD;
377) }
378) table.mirrors td {
379) 	border: 1px solid gray;
380) 	padding: 4px;
381) }
382) 
Geoff Goodell flag for Japan, no border-b...

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

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

Geoff Goodell authored 17 years ago

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

Andrew Lewman authored 16 years ago

386) 
387) dt {
Andrew Lewman Update all links to the new...

Andrew Lewman authored 16 years ago

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

Andrew Lewman authored 16 years ago

390) }