8bd8f280382848fa148b29e2ef66cedeaa7f52f3
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

1) html { direction: rtl; }
2) 
3) .left { float: right; }
4) .right { float: left; }
5) 
6) h1#logo {
7)   float: right;
8) }
9) 
10) h1#logo a,
11) h1#logo a:visited {
12) 	background-position: right top;
13) }
14) 
15) #nav {
16)   float: left;
17) }
18) 		
19) #nav ul {
20) 	float: left;
21) }
22) 	
23) #nav ul li {
24) 	float: right;
25) }
26) 			
27) #calltoaction {
28) 	float: left;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

29)    margin-left: 5px;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

30) }
31) 	
32) #calltoaction ul {
33)   float: left;
34) }
35)     
36) #calltoaction ul li {
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

37)   float: left;
38)   margin-right: 0px;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

39) }
40) 
41) #calltoaction ul li a:link,
42) #calltoaction ul li a:visited{
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

43)   float: left;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

44) }
45) 
46) #banner {
47) 	background-position: right top;
48) }
49) 
50) #download a:link,
51) #download a:visited {
52) 	background-position: right top;
53) 	float: right;
54) 	padding: 35px 80px 0 0;
55) }
56) 
57) #download a .download-tor {
58) 	background-position: left center;
59) 	padding-left: 25px;
60) }
61) 		
62) #banner ul {
63) 	background-position: right top;
64) 	float: left;
65) 	margin: 0 0 0 15px;
66) 	padding: 10px 30px 10px 10px;
67) }
68) 
69) #breadcrumbs { padding: 0 5px 10px 0; }
70) 
71) #home #maincol {
72) 	float: right;
73) 	margin-left: 20px;
Runa A. Sandvik small css fix for index.htm...

Runa A. Sandvik authored 13 years ago

74) 	margin-right: 0;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

75) }
76) 
77) #maincol {
78) 	float: left;
79) }
80) 
81) #maincol-left {
82) 	float: right;
83) }
84) 			
85) .subcol {
86) 	float: right;
87) }
88) 		
89) #content .first {
90) 	margin-left: 20px;
91) }
92) 		
93) #home #sidecol {
94) 	float: left;
95) }
96) 	
97) #sidecol {
98) 	float: right;
99) 	margin: 0 0 0 20px;
100) }
101) 	
102) #sidecol-right {
103) 	float: left;
104) 	margin: 0 20px 0 0;
105) }
106) 	
107) .user img, .project-icon {
108) 	float: right;
109) 	margin: 3px 0 0 10px;
110) }
111) 
112) .img-shadow {
113) 	float:right;
114) 	background-position: bottom left !important;
115) 	background-position: bottom left;
116) 	margin: 10px 10px 10px 0 !important;
117) 	margin: 10px 5px 10px 0;
118) }
119) 
120) .img-shadow .infoblock,
121) .img-shadow .important-infoblock,
122) .img-shadow .custom-infoblock,
123) .img-shadow #sidenav,
124) .img-shadow .sidenav-sub {
125) 	margin: -6px -6px 6px 6px;
126) }
127) 
128) #sidenav ul li.dropdown a:link,
Runa A. Sandvik include flipped arrow in th...

Runa A. Sandvik authored 13 years ago

129) #sidenav ul li.dropdown a:visited { background: url(../images/sidenav-arrow-rtl.gif) right center no-repeat; }
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

130) #sidenav ul li.dropdown a.active { background-position: right center; }
131) 
132) .sidenav-sub ul li.dropdown a:link,
133) .sidenav-sub ul li.dropdown a:visited { 
Runa A. Sandvik Modified rtl css files base...

Runa A. Sandvik authored 13 years ago

134) 	background: url(../images/sidenav-arrow-rtl.gif) right top no-repeat;
135) 	margin-top: 12px;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

136) }
137) 
138) #sidenav ul li a:link,
139) #sidenav ul li a:visited {
140) 	padding: 8px 26px 8px 15px;
141) }
142) 
143) #sidenav ul li ul li a:link,
144) #sidenav ul li ul li a:visited {
145) 	padding-right: 37px;
146) }
147) 
148) .sidenav-sub ul li a:link,
149) .sidenav-sub ul li a:visited {
150) 	display: block;
151) 	padding: 0 26px 10px 15px;
152) }
153) 
154) #sidenav ul li.active {
155) 	background-position: right center;
156) }
157) 
158) #sidenav ul li ul li ul li a:link,
159) #sidenav ul li ul li ul li a:visited {
160) 	padding-right: 48px;
161) }
162) 
163) table td img,
164) table tr img {
165) 	float: right;
166) 	margin-left: 10px;
167) }
168) 
169) .icon {
170) 	float: right;
171) 	margin-left: 15px;
172) }
173) 
174) .calendar {
Runa A. Sandvik fix calendar background issue

Runa A. Sandvik authored 13 years ago

175) 	background: url("../images/icon-calendar-flipped.jpg") right top no-repeat;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

176) 	float: right;
177) 	margin-left: 10px;
178) }
179) 
180) .fauxhead {
181) 	background-position: left top;
182) }
183) 
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

184) .project {
185)   float: right;
186)   }
187)   
188) .project img {
189)   margin-right: 0px;
190)   margin-left: 6px;
191)   }
192) 
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

193) .meta {
194) 	float: left;
195) }
196) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

197) /* DL PAGE ------------*/
198) 
199) .windows24,
200) .mac24,
201) .linux24,
202) .smartphone24,
203) .sourcecode24 {
204)   background-position: right center;
205)   padding: 0px 33px 0px 0;
206)   }
207) 
208) .warning-top {
209)   padding: 10px 60px 10px 10px;
210)   background: url("../images/warning.png") no-repeat scroll 628px 23px #FFFEB6;
211)   }
212) 
213) .warning-top h2 {
214)   padding-left: 15px;
215)   padding-right: 0px;
216)   }
217) 
218) .warning-top p {
219)   padding-left: 0;
220)   padding-right: 10px;
221)   }
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

222) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

223) .warning h2 {
224)   padding-left: 0;
225)   padding-right: 0px;
226)   }
227) 
228) .warning p {
229)   padding-left: 0;
230)   padding-right: 10px;
231)   }
232) 
233) .accordionButton {
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

234)   padding-left: 0px;
235)   padding-right: 30px;
236)   }
237) 
238) .on:before {
239)   left: 0px;
240)   right: 10px;
241)   }
242)   
243) .off:before {
244)   left: 0px;
245)   right: 14px;
246)   border-left: none;
247)   border-right: 7px solid #FFFFFF;
248)   }
249)   
250) .accordionContent .fauxhead {
251)   width: 707px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

252)   }
253) 
254) .package p {
255)   padding-left: 0px;
256)   padding-right: 10px;
257)   }
258) 
259) .downloads {
260)   float: left;
261)   margin: 0px 20px 0 0;
262)   }
263) 
264) .lang {
265)   float: left;
266)   margin: 0px 0px 0px 7px;
267)   padding: 0px 3px 0px 0px;
268)   }
269) 
270) /* END DL PAGE ------------*/
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

271) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

272) /* DOWNLOAD-EASY ----------*/
273) 
274) .easy .package p {
275)   padding-right: 0px;
276)   }
277) 
278) .easy .package p.alt-dl {
279)   padding-right: 0px;
280)   }
281) 
282) .easy .downloads {
283)   margin-left: 0px;
284)   margin-right: 30px;
285)   }
286) 
287) .lang-alt {
288)   float: left;
289)   margin-right: 0px;
290)   margin-left: 10px;
291) }
292) 
293) /* END DOWNLOAD-EASY ----------*/
294) 
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

295) .title {
Runa A. Sandvik Modified rtl css files base...

Runa A. Sandvik authored 13 years ago

296) 	background: url(../images/table-title-arrow-rtl.jpg) right top no-repeat;
Roger Dingledine New rtl css files from Ahma...

Roger Dingledine authored 13 years ago

297) 	padding: 10px 10px 0 25px;
298) 	float: right;
299) }
300) 
301) .title a:link,
302) .title a:visited {
303) 	background-position: right top;
304) }	
305) 
306) .paypal {
307) 	float: right;
308) }
309) .paypal span { padding-left: 20px; }
310) 
311) .focus .icon {
312) 	float: right;
313) 	margin-left: 10px;
314) }
315) 
316) input, select {
317) 	margin: 0 0 10px 3px;
318) }
319) 
320) .donate-btn {
321)     background-position: right top; 
322) }
323) 
324) .signup {
325) 	border-right: 1px solid #6ab334;
326) 	border-left: 1px solid #5a952b;
327) }
328) 
329) select#lang {
330) 	float: right;
331) 	margin-left: 3px;
332) }
333) .go {
334) 	border-right: 1px solid #6ab334;
335) 	border-left: 1px solid #5a952b;
336) 
337) }
338) 
339) .onion {
340) 	float: right;
341) 	padding-left: 20px;
342) }
343) 
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

344) /* DONATION ADDITIONS ----------- */
345) .dbox {
346) 	margin: 0px 10px 0px 0px;
347) 	}
348) 
349) 	.dbox input ,
350) 	.dbox select {
351) 	   padding: 0px 5px 0px 0px;
352) 	   }
353) 	
354) 	.dbox select.cur {
355) 		margin-right: 0px;
356) 		margin-left: 5px;
357) 		text-align: right;
358) 		}
359) 
360) .dbox.donate {
361) 	text-align: right;
362) 	}
363) 
364) 	.dbox.donate .drow {
365) 		margin: 0px 20px 0px 0px;
366) 		}
367) 
368) 	.dbox.donate ul.amounts {
369) 		padding-left: 40px;
370) 		padding-right: 0px;
371) 		}
372) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

373) 	.dbox.donate ul.amounts li {
374) 		margin-left: 0px;
375) 		margin-right: 15px;
376) 		}
377)