da4db986ea33e18bc9eebc6784e7d5dbdd752bf3
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) @charset "UTF-8";
2) /* Layout */
3) 
4) /* UNIVERSAL ------------*/
5) 
6) body {
7) 	background: #fff;
8) }
9) 
10) #wrap {
11) 	width: 960px;
12) 	margin: 0 auto;
13) }
14) 
15) .left { float: left; }
16) .right { float: right; }
17) .twenty { width: 20%; }
18) .thirty { width: 30%; }
19) .forty { width: 40%; }
20) .fifty { width: 50%; }
21) .sixty { width: 60%; }
22) .hundred { width: 100%; }
23) 
24) .nopad { padding: 0; }
25) .toppad { padding-top: 10px; }
26) .toptwenty { margin-top: 20px; }
27) .topforty { margin-top: 40px; }
28) 
Arthur Edelstein Bug 22357: Move download la...

Arthur Edelstein authored 6 years ago

29) .hidden { display: none; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

30) 
31) /* HEADER ------------*/
32) 
33) #header {
34) 	width: 960px;
35) 	height: 97px;
36) 	margin-bottom: 23px;
37) 	position: relative;
38) }
39) 
40)   h1#logo {
41)     margin: 0;
42)     float: left;
43)   }
44) 
45) 	h1#logo a,
46) 	h1#logo a:visited {
hiro Fix css in people page and...

hiro authored 6 years ago

47) 	    background: url(../images/tor-logo.png) left top no-repeat;
48) 	    background-size: 150px 97px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

49) 		text-indent: -9999px;
50) 		overflow: hidden;
Andrew Lewman revert part of r24933, the...

Andrew Lewman authored 12 years ago

51) 		width: 150px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

52) 		height: 97px;
53) 		display: block;
54) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

55) 
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

56) #nav {
57)   position: absolute;
58)   top: 30px;
hiromipaw Adjust css top nav

hiromipaw authored 6 years ago

59)   left: 115px;
60)   float: right;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

61) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

62) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

63) 		#nav ul {
64) 			height: 50px;
65) 			float: right;
66) 			margin-bottom: 0;
67) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

68) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

69) 			#nav ul li {
70) 				float: left;
71) 				display: inline;
72) 				width: auto;
73) 			}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

74) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

75) #calltoaction {
76)   height: 30px;
77)   float: right;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

78)   margin-top: 100px;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

79)   margin-right: 5px;
80)   text-align: center;
81)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

82) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

83)   #calltoaction ul {
84)     padding: 0;
85)     margin: 0px;
86)     height: 30px;
87)     list-style: none;
88)     float: right;
89)     }
90) 
91)   #calltoaction ul li {
92)     list-style: none;
93)     display: inline;
94)     float: none;
95)     width: 100px;
96)     margin-left: 0px;
97)     }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

98) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

99)   #calltoaction ul li a:link,
100)   #calltoaction ul li a:visited {
101)     display: block;
102)     background: url(../images/cta-buttons.jpg) top center no-repeat #885ca4;
103)     padding: 4px 8px;
104)     color: #FFFFFF;
105)     font-weight: bold;
106)     text-decoration: none;
107)     font-size: 13px;
108)     line-height: 22px;
109)     height: 22px;
110)     width: 84px;
111)     float: left;
112)     text-shadow: 1px 1px 0px #111111;
113)     }
114) 
115)   #calltoaction ul li:hover a {
116)     background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
117)     font-weight: bold;
118)     text-shadow: 1px 1px 0px #111111;
119)     }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

120) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

121)   #calltoaction ul li:first-child a:link,
122)   #calltoaction ul li:first-child a:visited,
123)   #calltoaction ul li:hover:first-child a {
124)     -webkit-border-top-left-radius: 7px;
125)     -webkit-border-bottom-left-radius: 7px;
126)     -moz-border-radius-topleft: 7px;
127)     -moz-border-radius-bottomleft: 7px;
128)     border-top-left-radius: 7px;
129)     border-bottom-left-radius: 7px;
130)     }
131) 
132)   #calltoaction ul li:first-child a:link,
133)   #calltoaction ul li:first-child a:visited {
134)     background: url(../images/cta-buttons.jpg) top left no-repeat #885ca4;
135)     }
136) 
137)   #calltoaction ul li:hover:first-child a {
138)     background: url(../images/cta-buttons.jpg) bottom left no-repeat #ff9800;
139)     }
140) 
141)   #calltoaction ul li:last-child a:link,
142)   #calltoaction ul li:last-child a:visited,
143)   #calltoaction ul li:hover:last-child a {
144)     -webkit-border-top-right-radius: 7px;
145)     -webkit-border-bottom-right-radius: 7px;
146)     -moz-border-radius-topright: 7px;
147)     -moz-border-radius-bottomright: 7px;
148)     border-top-right-radius: 7px;
149)     border-bottom-right-radius: 7px;
150)     }
151) 
152)   #calltoaction ul li:last-child a:link,
153)   #calltoaction ul li:last-child a:visited {
154)     background: url(../images/cta-buttons.jpg) top right no-repeat #885ca4;
155)     color: #FFFFFF;
156)     }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

157) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

158)   #calltoaction ul li:hover:last-child a {
159)     background: url(../images/cta-buttons.jpg) bottom right no-repeat #ff9800;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

160)     }
161) 
162) 
163) /* BANNER ------------*/
164) 
165) 		#banner {
166) 			background: url(../images/bg-banner.jpg) left top no-repeat;
167) 			height: 200px;
168) 			width: 600px;
169) 			padding: 23px 15px;
170) 			margin-bottom: 15px;
171) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

172) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

173) 		#download a:link,
174) 		#download a:visited {
175) 			margin: -17px 0 0;
Andrew Lewman make the alternating colors...

Andrew Lewman authored 13 years ago

176)             background: url(../images/button-download.png) left top no-repeat;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

177) 			width: 257px;
178) 			height: 79px;
179) 			float: left;
180) 			padding: 35px 0 0 80px;
181) 			text-decoration: none;
182) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

183) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

184) 		#download a .download-tor {
185) 			background: url(../images/button-download-arrow.png) right center no-repeat;
186) 			font-family: "Arial Narrow", Arial, sans-serif;
187) 			color: #fff;
188) 			font-size: 2.167em;
189) 			letter-spacing: 1px;
190) 			padding-right: 25px;
191) 		}
192) 		#download a .version {
193) 			color: #bda5cc;
194) 			font-size: 1.167em;
195) 			line-height: 1.167em;
196) 		}
197) 		#download a .info {
198) 			color: #bda5cc;
199) 			font-size: 0.833em;
200) 			line-height: 0.833em;
201) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

202) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

203) 		#download a:hover {
204) 			background-position: 0 -114px;
205) 		}
206) 		#download a:hover .version,
207) 		#download a:hover .info { color: #f1c6a1; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

208) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

209) 			#banner ul {
210) 				background: #387520 url(../images/banner-gradient.jpg) left top repeat-x;
211) 				border: 1px solid #366b32;
212) 				width: 180px;
213) 				float: right;
214) 				margin: 0 15px 0 0;
215) 				padding: 10px 10px 10px 30px;
216) 			}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

217) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

218) 			#banner ul li {
219) 				list-style: url(../images/white-bullet.png) outside;
220) 				padding: 5px 0;
221) 			}
222) 
223) /* CONTENT ------------*/
224) 
225) #content {
226) 	width: 960px;
227) }
228) 
Andrew Lewman Fix the tor browser images...

Andrew Lewman authored 12 years ago

229) 	#content img { max-width: 710px; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

230) 
231) 	#breadcrumbs { padding: 0 0 10px 5px; }
232) 
233) 	#home #maincol {
234) 		float: left;
235) 		width: 620px;
236) 		margin-right: 20px;
237) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

238) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

239) 	#maincol {
240) 		float: right;
241) 		width: 710px;
242) 		margin-bottom: 20px;
243) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

244) 
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

245) 	#dow-don-left,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

246) 	#maincol-left {
247) 		float: left;
248) 		width: 710px;
249) 		margin-bottom: 20px;
250) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

251) 
252)     #maincol .topforty .icon img {
253)         border: none;
254)     }
255) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

256) 		.subcol {
257) 			width: 280px;
258) 			float: left;
259) 			margin: 0 0 25px;
260) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

261) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

262) 			#content .first {
263) 				margin-right: 20px;
264) 			}
265) 
266) /* SIDEBAR ------------*/
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

267) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

268) #home #sidecol {
269) 	float: right;
270) 	width: 300px;
271) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

272) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

273) #sidecol {
274) 	float: left;
275) 	width: 230px;
276) 	margin-right: 20px;
277) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

278) 
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

279) #dow-don-right,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

280) #sidecol-right {
281) 	float: right;
282) 	width: 230px;
283) 	margin-left: 20px;
Arthur Edelstein Bug 20734: Fix links and re...

Arthur Edelstein authored 7 years ago

284)         padding-top: 100px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

285) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

286) 
Sebastian Hahn Revert "add css class for c...

Sebastian Hahn authored 8 years ago

287) 	#torusers { margin: 0 0 27px; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

288) 		.user {
289) 			margin: 0 0 12px;
290) 			height: auto;
291) 		}
292) 		.user img, .project-icon {
293) 			border: 1px solid #cac8a7;
294) 			float: left;
295) 			margin: 3px 10px 0 0;
296) 		}
297) 		.user p { margin: 0; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

298) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

299) /* IMGSHADOW ------------*/
300) 
301) .img-shadow {
302) 	float:left;
303) 	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
304) 	background: url(../images/shadow.gif) no-repeat bottom right;
305) 	margin: 10px 0 10px 10px !important;
306) 	margin: 10px 0 10px 5px;
307) }
308) 
309) 	.img-shadow .infoblock,
310) 	.img-shadow .important-infoblock,
311) 	.img-shadow .custom-infoblock,
312) 	.img-shadow #sidenav,
313) 	.img-shadow .sidenav-sub {
314) 		display: block;
315) 		position: relative;
316) 		margin: -6px 6px 6px -6px;
317) 		background-color: #fff;
318) 		border: 1px solid #ddd;
319) 	}
320) 	.img-shadow .important-infoblock {
321) 		background-color: #f7f8f0;
322) 		border: 1px solid #eeefe8;
323) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

324) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

325) 	.img-shadow .infoblock,
326) 	.img-shadow .important-infoblock {
327) 		padding: 15px;
328) 		width: 188px;
329) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

330) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

331) 	.img-shadow .custom-infoblock {
332) 		padding: 15px;
333) 		height: 120px;
334) 		width: 426px;
335) 	}
336) 
337) 	.img-shadow .infoblock p,
338) 	.img-shadow .important-infoblock p,
339) 	.img-shadow .custom-infoblock p {
340) 		margin: 0;
341) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

342) 
343) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

344) /* SIDENAV ------------*/
345) 
346) /*Note: #sidenav-sub is used on the downloads page as a tertiary navigation*/
347) 
348) .img-shadow #sidenav,
349) .img-shadow .sidenav-sub {
350) 	padding: 10px 0 0;
351) 	width: 218px;
352) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

353) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

354) 	#sidenav ul li,
355) 	.sidenav-sub ul li { border-bottom: 1px solid #ddd; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

356) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

357) 	#sidenav ul li.dropdown a:link,
358) 	#sidenav ul li.dropdown a:visited { background: url(../images/sidenav-arrow.gif) left center no-repeat; }
359) 	#sidenav ul li.dropdown a.active { background: url(../images/sidenav-arrow-active.gif) left center no-repeat; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

360) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

361) 	.sidenav-sub ul li.dropdown a:link,
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

362) 	.sidenav-sub ul li.dropdown a:visited {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

363) 		background: url(../images/sidenav-arrow.gif) left top no-repeat;
364) 		margin-top: 12px;
365) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

366) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

367) 	#sidenav ul li a:link,
368) 	#sidenav ul li a:visited {
369) 		display: block;
370) 		height: auto;
371) 		padding: 8px 15px 8px 26px;
372) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

373) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

374) 	#sidenav ul li ul li a:link,
375) 	#sidenav ul li ul li a:visited {
376) 		padding-left: 37px;
377) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

378) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

379) 	.sidenav-sub ul li a:link,
380) 	.sidenav-sub ul li a:visited {
381) 		display: block;
382) 		padding: 0 15px 10px 26px;
383) 		line-height: 16px;
384) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

385) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

386) 	#sidenav ul li.active {
387) 		background: url(../images/sidenav-active.png) left center no-repeat;
388) 		width: 230px;
389) 		border: 0;
390) 	}
391) 
392)   #sidenav ul li ul li ul li a:link,
393) 	#sidenav ul li ul li ul li a:visited {
394) 		padding-left: 48px;
395) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

396) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

397) /* TABLE ------------*/
398) 
hiro Fix css in press page so th...

hiro authored 5 years ago

399) #press tr:nth-child(even) {
400) 	background-color: #e5e5e5;
401) }
402) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

403) table { width: 100%; }
404) 
405) td { padding: 12px; }
406) 
407) table td img,
408) table tr img {
ilv Completely removed img border

ilv authored 8 years ago

409) 	border: none;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

410) 	float: left;
411) 	margin-right: 10px;
412) }
413) 
414) .icon {
415) 	float: left;
416) 	width: auto;
417) 	margin-right: 15px;
418) 	padding: 10px 0;
419) 	border: 0;
420) }
421) 
422) .calendar {
423) 	background: url(../images/icon-calendar.jpg) left top no-repeat;
424) 	float: left;
425) 	margin-right: 10px;
426) 	width: 45px;
427) 	height: 54px;
428) 	text-align: center;
429) 	padding: 4px 0;
430) }
431) .fauxhead {
432) 	background: url(../images/table-arrow.jpg) right top no-repeat;
433) 	width: 100%;
434) 	height: 11px;
435) }
436) 
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

437) #home-our-projects td {
438)   height: 92px;
439)   width: 296px;
440)   padding: 6px;
441)   }
442) 
Damian Johnson Adding tor ecosystem presen...

Damian Johnson authored 10 years ago

443) #ecosystem_presentation {
444)   height: 30px;
445)   padding-top: 10px;
446)   padding-left: 60px;
447)   vertical-align: middle;
448)   background: url("../images/video.png") no-repeat scroll left center transparent;
449)   font-size: 1.7em;
450)   font-weight: bold;
451) }
452) 
453) #ecosystem_presentation a {
454)   text-decoration: none;
455) }
456) 
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

457) .project {
458)   float: left;
459)   padding: 6px;
460)   border: 1px solid #CAC8A7;
461)   height: 76px;
462)   width: 284px;
463)   -webkit-border-radius: 10px;
464)   -moz-border-radius: 10px;
465)   border-radius: 10px;
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

466)   }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

467) 
468) .project img {
469)   border: none;
470)   margin-right: 6px;
471)   }
472) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

473) .beige { background: #f5f5df; }
Andrew Lewman slightly lighter gray.

Andrew Lewman authored 13 years ago

474) .gray { background: #e0e0e0; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

475) 
476) .meta {
477) 	float: right;
478) 	width: auto;
479) }
480) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

481) /* DL PAGE ------------*/
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

483) .windows24 {
484)  /* Open Icon Library - Webpage Icons Package
485)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
486)   background: url("../images/icon-windows24.png") no-repeat scroll left center transparent;
487)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

489) .mac24 {
490)  /* Open Icon Library - Webpage Icons Package
491)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
492)   background: url("../images/icon-mac24.png") no-repeat scroll left center transparent;
493)   }
494) 
495) .linux24 {
496)  /* Open Icon Library - Webpage Icons Package
497)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
498)   background: url("../images/icon-linux24.png") no-repeat scroll left center transparent;
499)   }
500) 
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

501) .android24 {
hiro Fix android logo

hiro authored 5 years ago

502) /* author: Google - Android Logo
503)  * source: http://www.android.com/branding.html 
504)  * license:  Creative Commons Atribución 3.0 Unported */
505)     background: url("../images/icon-android24.png") no-repeat scroll left center transparent;
506)     background-size: 24px;
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

507)   }
508) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

509) .smartphone24 {
510) /* Icon from the Crystal set
511)  * author: Everaldo Coelho
512)  * source: http://www.everaldo.com/crystal/
513)  * license: LGPL v2 */
514)   background: url("../images/icon-smartphone24.png") no-repeat scroll left center transparent;
515)   }
516) 
517) .sourcecode24 {
518) /* Icon from the Crystal set
519)  * author: Everaldo Coelho
520)  * source: http://www.everaldo.com/crystal/
521)  * license: LGPL v2 */
522)   background: url("../images/icon-sourcecode24.png") no-repeat scroll left center transparent;
523)   }
524) 
525) .windows24,
526) .mac24,
527) .linux24,
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

528) .android24,
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

529) .smartphone24,
530) .sourcecode24 {
531)   display: block;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

532)   line-height: 32px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

533)   padding: 0px 0 0px 33px;
534)   }
535) 
536) .accordionButton {
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

537)   background: url("../images/table-title.jpg") repeat-x left bottom #885CA4;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

538)   color: #FFFFFF;
539)   margin: 0;
540)   font-size: 1.1em;
541)   font-weight: bold;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

542)   height: 32px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

543)   float: left;
544)   _float: none;  /* Float works in all browsers but IE6 */
545)   border: 1px solid #FFFFFF;
546)   border-bottom: none;
547)   cursor: pointer;
548)   -webkit-border-top-left-radius: 7px;
549)   -webkit-border-top-right-radius: 7px;
550)   -moz-border-radius-topleft: 7px;
551)   -moz-border-radius-topright: 7px;
552)   border-top-left-radius: 7px;
553)   border-top-right-radius: 7px;
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

554)   position: relative;
555)   padding-left: 30px;
556)   width: 680px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

557)   }
558) 
559)   .accordionButton:hover {
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

560)     background: url("../images/table-title-hover.jpg") repeat-x left bottom #885CA4;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

561)     text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
562)     }
563) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

564) .on:before,
565) .off:before {
566)   position: absolute;
567)   content: '';
568)   height: 0px;
569)   width: 0px;
570)   font-size:0px;
571)   line-height:0px;
572)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

573) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

574) .on:before {
575)   top: 14px;
576)   left: 10px;
577)   border-left:7px solid transparent;
578)   border-right:7px solid transparent;
579)   border-top:7px solid #FFFFFF;
580)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

581) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

582) .off:before {
583)   top: 9px;
584)   left: 14px;
585)   border-bottom:7px solid transparent;  /* left arrow slant */
586)   border-top:7px solid transparent; /* right arrow slant */
587)   border-left:7px solid #FFFFFF; /* bottom, add background color here */
588)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

589) 
590)   .accordionContent {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

591)   width: 708px;
592)   float: left;
593)   _float: none;  /* Float works in all browsers but IE6 */
594)   background: #FFFFFF;
595)   display: block;
596)   }
597) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

598) .accordionContent .fauxhead {
599)   width: 710px;
600)   }
601) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

602) .package {
603)   float: left;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

604)   height: 280px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

605)   margin: 0px;
606)   padding: 25px 20px 20px 20px;
607)   border-top: 1px solid #888888;
608)   }
609) 
610)   .package h2 {
611)     margin-bottom: 3px;
612)     }
613) 
614)   .package p {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

615)     margin-top: 16px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

616)     padding-left: 10px;
617)     }
618) 
619) .downloads {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

620)   display: block;
621)   float: left;
622)   width: 238px;
623)   padding: 0 16px 0 0;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

624)   text-align: center;
625)   }
626) 
627) .lang {
628)   float: right;
629)   display: none;
630)   width: 80px;
Moritz Bartl enlargen language selection...

Moritz Bartl authored 11 years ago

631)   height: 20px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

632)   margin: 0px 7px 0px 0px;
633)   padding: 0px 0px 0px 3px;
634)   background-color: #fefff7;
635)   border: 2px solid #CCCFB8;
636)   border-top: 0px;
637)   -webkit-border-bottom-left-radius: 5px;
638)   -webkit-border-bottom-right-radius: 5px;
639)   -moz-border-radius-bottomleft: 5px;
640)   -moz-border-radius-bottomright: 5px;
641)   border-bottom-left-radius: 5px;
642)   border-bottom-right-radius: 5px;
643)   }
644) 
645) .button {
646)   text-align: center;
647)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

648)   width: 234px;
649)   height: 69px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

650)   text-decoration: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

651)   background: url(../images/button-downloadpage.png) bottom left no-repeat;
652)   margin: 0px auto 8px auto;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

653)   text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
654)   -webkit-border-radius: 7px;
655)   -moz-border-radius: 7px;
656)   border-radius: 7px;
657)   }
658) 
659) .button .strong {
660)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

661)   padding: 10px 0 0 57px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

662)   }
663) 
664) .button .normal {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

665)   padding: 5px 0 0 57px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

666)   display: block;
667)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

669) .sig {
670)   display: block;
671)   margin: 3px 0px 20px 0px;
672)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

674) /* DOWNLOAD-EASY ---*/
675) 
676) .easy {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

677) 	width: 712px;
678) 	margin-bottom: 10px;
679) 	padding-bottom: 8px;
680) }
681) 
682) #download-donate {
683) 	background-attachment: scroll;
684) 	background-clip: border-box;
685) 	background-color: transparent;
686) 	background-image: url(../images/headerbg.jpg);
687) 	background-origin: padding-box;
688) 	background-position: 0% 0%;
689) 	background-repeat: no-repeat;
hiro Fix css in press page so th...

hiro authored 5 years ago

690) 	background-size: 100% 100%;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

691) }
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

692) 
693) .easy .package h2,
694) .easy .package em {
695)   display: block;
696)   width: 100%;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

697)   text-align: left;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

698)   }
699) 
700) .easy .package h2 {
701)   padding-top: 10px;
702)   padding-bottom: 5px;
703)   }
704) 
705) .easy .package em {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

706)   font-size: 1.2em;
707)   padding-top: 8px;
708)   padding-bottom: 4px;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

709)   }
710) 
711) .easy .package p {
712)   padding-left: 0px;
713)   font-size: 15px;
714)   text-align: justify;
715)   }
716) 
717) .easy .package p.alt-dl {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

718)   text-align: left;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

719)   text-indent: 0px;
720)   padding-left: 0px;
721)   margin-top: 32px;
722)   }
723) 
724) .all-dl {
725)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

726)   text-align: left;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

727)   width: 100%;
728)   font-size: 15px;
729) }
730) 
731) .all-dl a{
732)   text-decoration: none;
733)   font-weight: bold;
734) }
735) 
736) .all-dl a:hover{
737)   text-decoration: underline;
738) }
739) 
740) .easy .package {
741)   float: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

742)   padding: 0 8px 0 12px ;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

743)   }
744) 
745) .open {
746)   display: block;
747)   }
748) 
749) .lang-alt {
750)   line-height: 15px;
751)   font-size: 10px;
752)   float: right;
753)   margin-right: 10px;
754) }
755) 
756) .expander {
757)   text-align: right;
758)   float: right;
759)   padding: 10px 20px 0 0px;
760)   font-size: 15px;
761)   display: none;
762) }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

763) 
764) /* MISC ------------*/
765) 
766) .title {
767) 	background: url(../images/table-title-arrow.jpg) right top no-repeat;
768) 	padding: 10px 25px 0 10px;
769) 	height: 33px;
770) 	float: left;
771) }
772) 
773) 	.title a:link,
774) 	.title a:visited {
775) 		background: url(../images/table-title.jpg) left top no-repeat;
776) 		height: 33px;
777) 		display: block;
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

778) 	}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

779) 
780) .paypal {
781) 	float: left;
782) 	width: auto;
783) 	min-height: 159px;
784) 	max-width: 365px;
785) }
786) 	.paypal span { padding-right: 20px; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

788) .warning-top {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

789)   width: 618px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

790)   padding: 10px 10px 10px 60px;
791)   margin: 0px 10px 0px 10px;
792)   display: block;
793)   background: url("../images/warning.png") no-repeat scroll 2px 23px #FFFEB6;
794)   border: 1px solid #A6A427;
795)   border-bottom: none;
796)   -webkit-border-top-left-radius: 5px;
797)   -webkit-border-top-right-radius: 5px;
798)   -moz-border-radius-topleft: 5px;
799)   -moz-border-radius-topright: 5px;
800)   border-top-left-radius: 5px;
801)   border-top-right-radius: 5px;
802)   }
803) 
804)   .warning-top h2 {
805)     padding-right: 15px;
806)     padding-left: 0px;
807)     margin-bottom: 5px;
808)     }
809) 
810)   .warning-top p {
811)     padding-left: 10px;
812)     margin-bottom: 0px;
813)     }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

814) 
815) .warning {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

816)   float: left;
817)   _float: none;  /* Float works in all browsers but IE6 */
818)   padding: 25px 25px;
819)   margin-top: 4px;
820)   }
821) 
822)   .warning p {
823)     padding-left: 10px;
824)     }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

825) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

826) .focus {
827) 	background: #f4f2c7;
828) 	border: 1px solid #ebd4a9;
829) 	padding: 10px 15px;
830) }
831) 
832) 	.focus .icon {
833) 		float: left;
834) 		width: auto;
835) 		margin-right: 10px;
836) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

837) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

838) .featured-project { width: 313px; }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

839) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

840) /* FORM ------------*/
841) 
842) input, select {
843) 	margin: 0 3px 10px 0;
844) }
845) 
846) input.textfield {
847) 	padding: 0 10px;
848) 	vertical-align: top;
849) }
850) 
851) .donate-btn {
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

852)     background: left top no-repeat;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

853) 	height: 26px;
854) 	width: 92px;
855) 	text-indent: -9999px;
856) 	overflow: hidden;
857) 	border: 0;
858) 	vertical-align: top;
859) 	margin-top: 5px;
860) }
861) 	.donate-btn:hover {
862) 		background-position: 0 -26px;
863) 		cursor: pointer;
864) 	}
865) 
866) .signup {
867) 	background: #96c35a;
868) 	border-top: 1px solid #6ab334;
869) 	border-left: 1px solid #6ab334;
870) 	border-bottom: 1px solid #5a952b;
871) 	border-right: 1px solid #5a952b;
872) 	height: 31px;
873) 	padding: 0 5px;
874) 	vertical-align: top;
875) 	color: #222c14;
876) 	font-weight: bold;
877) 	font-size: 1em;
878) 	line-height: 1em;
879) }
880) 	.signup:hover { background: #6ab334; }
881) 
882) select#lang {
883) 	float: left;
884) 	width: 160px;
885) 	margin-right: 3px;
886) }
887) .go {
888) 	background: #96c35a;
889) 	border-top: 1px solid #6ab334;
890) 	border-left: 1px solid #6ab334;
891) 	border-bottom: 1px solid #5a952b;
892) 	border-right: 1px solid #5a952b;
893) 	padding: 0 5px;
894) 	vertical-align: top;
895) 	color: #222c14;
896) 	font-weight: bold;
897) 	font-size: 1em;
898) 	line-height: 1em;
899) 	height: 18px;
900) }
901) 	.go:hover { background: #6ab334; }
902) 
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

903) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

904) /* FOOTER ------------*/
905) 
906) #footer {
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

907) 	/* width: 960px; original */
908) 	width: 1024px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

909) 	height: 200px;
910) 	border-top: 1px solid #ddd;
911) 	padding: 20px 0;
912) 	margin: 20px 0 0;
913) }
914) 
915) 	.onion {
916) 		float: left;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

917) 		/* width: 78px; original */
918) 		width: 88px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

919) 		padding-right: 20px;
920) 		height: 100%;
921) 	}
922) 
923) 	#footer .about {
924) 		width: 180px;
925) 		padding-right: 30px;
926) 		border-right: 1px solid #ddd;
927) 		float: left;
928) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

929) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

930) 	#footer .newsletter {
931) 		padding: 0 0 15px 30px;
932) 		width: auto;
933) 		margin-left: 308px;
934) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

935) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

936) 		#footer input.textfield {
937) 			width: 220px;
938) 			height: 26px;
939) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

940) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

941) 		#footer input {
942) 			margin: 0;
943) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

944) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

945) 	#footer .col {
946) 		float: left;
947) 		width: 100px;
948) 		margin-left: 20px;
949) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

950) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

951) 		#footer .first { margin-left: 30px; }
952) 		#footer .wider { width: 201px; }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

953) 
954) 
955) /* DONATION ADDITIONS ----------- */
956) 
957) small {
958) 	margin: 0px auto 0px auto;
959) 	text-align: center;
960) 	font-size: 10px;
961) 	font-style: italic;
962) 	}
963) 
964) .hlist {
965) 	text-align: center;
966) 	display: block;
967) 	width: 100%;
968) 	padding: 0px 0px;
969) 	list-style: none;
970) 	margin: 0px 0px 18px 0px;
971) 	}
972) 
973) 	.hlist li {
974) 		display: inline-block;
975) 		border-right: 1px solid #444444;
976) 		margin-left: -4px;
977) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

978) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

979) 	.hlist li.last {
980) 		border-right: 0px solid #444444;
981) 		}
982) 
983) 	.hlist a {
984) 		display: block;
985) 		top: 0px;
986) 		right: 0px;
987) 		bottom: 0px;
988) 		left: 0px;
989) 		text-decoration: none;
990) 		font-weight: bold;
991) 		padding: 0px 8px;
992) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

993) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

994) .dbox {
995) 	float: none;
996) 	text-align: center;
997) 	color: #222222;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

998) 	border: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

999) 	padding: 1.4em 0.7em;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1000) 	width: 163px;
1001) 	margin: 0px 0px 0px 10px;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1002) }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1003) 
1004) 	.dbox p {
1005) 		display: block;
1006) 		padding: 0px 0px 0px 0px;
1007) 		margin: 0px 0px 0px 0px;
1008) 		}
1009) 
1010) 	.dbox h2 {
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1011) 		padding:13px 0px 15px 0px;
1012)         position: relative;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1013) 		color: black;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1014)         font-family: Helvetica, Arial, sans-serif;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1015) 		font-size: 18px;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1016)         font-weight: normal;
1017)         height: 35px;
1018)         margin-bottom: -20px;
1019)         margin-left: -6px;
Roger Dingledine move the z-index to the rig...

Roger Dingledine authored 10 years ago

1020)         z-index:-10;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1021) 		}
1022) 
1023) 	.dbox input.donate-btn {
1024) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1025) 		height: 68px;
1026) 		width: 186px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1027) 		margin-top: 0px;
1028) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1029) 		background-color: transparent;
1030) 		color: transparent;
1031) 		margin: 10px auto 10px auto;
1032) 		padding: 0px 0px 0px 0px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1033) 		}
1034) 
1035) 	.dbox span {
1036) 		float: left;
1037) 		padding-right: 0px;
1038) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1039) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1040) 	.dbox div label {
1041) 		padding: 0px 10px 0px 0px;
1042) 		}
1043) 
1044) 	.dbox h6#ppinfo{
1045) 		width: 100%;
1046) 		text-align: center;
1047) 		margin: -15px auto 0px auto;
1048) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1049) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1050) 	.dbox small,
1051) 	.dbox.donate #ppinfo {
1052) 		margin: 0px auto 0px auto;
1053) 		text-align: center;
1054) 		font-size: 10px;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1055) 		font-style: normal;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1056) 		}
1057) 
1058) .dbox.dl {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1059)   float: none;
1060)   width: 177px;
1061)   margin: 0px 5px 20px 5px;
1062)   }
1063) 
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

1065) 
1066) .dbox.dl input.amount {
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1067)   width: 87px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1068)   }
1069) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1070) .dbox.donate {
1071) 	float: none;
1072) 	padding: 30px 30px;
1073) 	width: 626px;
1074) 	min-height: 0px;
1075) 	max-width: none;
1076) 	text-align: left;
1077) 	}
1078) 
1079) 	.dbox.donate input ,
1080) 	.dbox.donate select {
1081) 		padding-bottom: 0px;
1082) 		margin-bottom: 0px;
1083) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1084) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1085) 	.dbox.donate .drow {
1086) 		margin: 0px 0px 0px 20px;
1087) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1088) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1089) 	.dbox.donate .drow div {
1090) 		padding: 0px 0 0 0px;
1091) 		width: auto;
1092) 		display: block;
1093) 		}
1094) 
1095) 	.dbox.donate h3 {
1096) 		padding-left: 0px;
1097) 		color: #23300E;
1098) 		margin: 0 0 10px 0;
1099) 		}
1100) 
1101) 	.dbox.donate h4 {
1102) 		padding-left: 20px;
1103) 		}
1104) 
1105) 	.dbox.donate p {
1106) 		padding: 5px 20px 15px 40px;
1107) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1108) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1109) 	.dbox.donate span {
1110) 		float: left;
1111) 		padding-right: 0px;
1112) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1113) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1114) 	.dbox.donate div label {
1115) 		padding: 0px 10px 0px 0px;
1116) 		}
1117) 
1118) 	.dbox.donate .type {
1119) 		padding-left: 20px;
1120) 		}
1121) 
1122) 	.dbox.donate select#t3 {
1123) 		width: auto;
1124) 		margin-bottom: 0px;
1125) 		}
1126) 
1127) 	.dbox.donate ul.amounts {
1128) 		width: auto;
1129) 		}
1130) 
1131) 	.dbox.donate ul.amounts li {
1132) 		display: inline-block;
1133) 		}
1134) 
1135) 	.dbox.donate ul.amounts li label {
1136) 		padding: 0px 0px 0px 5px;
1137) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1138) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1139) 	.dbox.donate input.donate-btn {
George Kadianakis Revert "fix broken donate b...

George Kadianakis authored 10 years ago

1140) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1141) 		height: 26px;
1142) 		width: 115px;
1143) 		margin-top: -3px;
1144) 		display: inline-block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1145) 		background-color: transparent;
1146) 		color: transparent;
1147) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1148) 		}
1149) 
1150) .dbox.dsmall {
1151) 	position: relative;
1152) 	display: inline-block;
1153) 	width: 170px;
1154) 	height: 140px;
1155) 	text-align: center;
1156) 	margin: 0px 10px;
1157) 	vertical-align: top;
1158) 	}
1159) 
1160) 	.dbox.dsmall input.donate-btn {
1161) 		background: url() left top no-repeat transparent;
1162) 		width: auto;
1163) 		height: auto;
1164) 		margin-top: 0px;
1165) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1166) 		background-color: transparent;
1167) 		color: transparent;
1168) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1169) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1170) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1171) 	.dbox.dsmall div label {
1172) 		padding: 0px 0px 0px 0px;
1173) 		}
1174) 
1175) 	.dbox.dsmall small {
1176) 		display: block;
1177) 		position: absolute;
1178) 		width: 172px;
1179) 		float: none;
1180) 		bottom: 20px;
1181) 		margin: 0px auto;
1182) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

1183) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1184) 	.givv p {
1185) 		text-align: justify;
1186) 		margin-top: 10px;
1187) 		font-size: 11px;
1188) 		line-height: 13px;
1189) 		}
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1190) 
Andrew Lewman add dwolla donation option.

Andrew Lewman authored 11 years ago

1191) 	dwolla p {
1192) 		text-align: justify;
1193) 		margin-top: 10px;
1194) 		font-size: 11px;
1195) 		line-height: 13px;
1196) 		}
1197) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1198) /* BLOG WIDGET ----------*/
1199) 
1200) div.blogRow, div.blogFirstRow {
1201) 	height: 40px;
1202) 	padding: 3px 10px;
1203) 	margin: 0 0;
1204) }
1205) 
1206) div.blogLastRow {
1207) 	height: 20px;
1208) 	text-align: center;
1209) 	}
1210) 
1211) div.blogFirstRow {
1212) 	height: 22px;
1213) 	background: url(../images/table-head.jpg) left top repeat-x #885ca4;
1214) 	}
hiro Fix css in press page so th...

hiro authored 5 years ago

1215) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1216) .blogRow:hover {
1217) 	background: #f6ffd5;
1218) 	}
1219) 
1220) div.blogRow1, div.blogRow3 {
1221) 	background: #eee8f1;
1222) }
1223) 
1224) .blogFeed a {
1225) text-decoration: none;
1226) }
1227) 
1228) .blogFeed p {
1229) margin: 0;
1230) font-size: 12px;
1231) }
1232) 
1233) p.blogTitle {
1234) 	font-weight: bold;
1235) 	text-decoration: underline;
1236) 	}
1237) 
1238) p.blogAuthor {
1239) 	color: #000000;
1240) 	text-align: right;
1241) 	margin-top: -20px;
1242) 	}
hiro Fix css in press page so th...

hiro authored 5 years ago

1243) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1244) p.blogAuthor em{
1245) 	color: #4e6a20;
1246) 	text-align: right;
1247) 	margin-top: -20px;
1248) 	}
1249) 
1250) p.blogDate {
1251) 	color: #000000;
1252) 	}
hiro Fix css in press page so th...

hiro authored 5 years ago

1253) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1254) .blogFeed h2 {
1255) 	font-size: 1.467em;
1256) 	margin: 0;
1257) 	line-height: 23px;
1258) 	color: #f6f6ed;
1259) 	}
1260) 
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1261) /*
1262)  Project page
1263) */
1264) 
1265)     #projectpage td {
1266)         width: 50%;
1267)     }
1268) 
1269)     .projectbox {
1270)         width: 710px;
1271)         position: relative;
1272)         margin-bottom: 80px;
1273)     }
1274) 
1275) 
1276)     .projectbox .name {
1277)         font-size: 1.5em;
1278)         font-weight: bold;
1279)     }
1280) 
1281)     .projectbox a img {
1282)         float: none;
1283)         position: absolute;
1284)         top: 0;
1285)         left: 0;
1286)     }
1287) 
traumschule fix layout of projects page

traumschule authored 5 years ago

1288)     .projectbox .projectdesc {
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1289)         margin-left: 100px;
1290)     }
1291) /* END */
1292) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1293) /*
1294) ** Markup free clearing
1295) ** Details: http://www.positioniseverything.net/easyclearing.html
1296) */
1297) .clearfix:after {
1298)   content: ".";
1299)   display: block;
1300)   height: 0;
1301)   clear: both;
1302)   visibility: hidden;
1303) }
1304) 
1305) .clearfix {
1306)   display: inline-block;
1307) }
1308) 
1309) /* Hides from IE-mac \*/
1310) * html .clearfix {
1311)   height: 1%;
1312) }
1313) .clearfix {
1314)   display: block;
1315) }
Andrew Lewman clean up the css a tiny bit...

Andrew Lewman authored 13 years ago

1316) /* End hide from IE-mac */
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1317) 
Arthur Edelstein Bug 22856: 'We're hiring!'...

Arthur Edelstein authored 6 years ago

1318) .joblink {
1319)   display: block;
1320)   font-size: 128%;
1321)   font-weight: bold;
1322)   padding: 10px 5px;
1323)   text-align: right;
1324) }
1325) 
1326) .joblink a {
1327)   text-decoration: none;
1328) }
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1329) 
1330) /* Style The Dropdown Button */
1331) .dropbtn {
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

1332)     background-color: white;
hiromipaw Fix dropdown padding and la...

hiromipaw authored 6 years ago

1333)     padding: 16px 0 0 0;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

1334)     font-size: 100%;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1335)     border: none;
1336)     cursor: pointer;
1337) }
1338) 
1339) /* The container <div> - needed to position the dropdown content */
1340) .dropdown {
1341)     position: relative;
1342)     display: inline-block;
hiromipaw Fix dropdown padding and la...

hiromipaw authored 6 years ago

1343)     padding: 0;
1344)     margin-top: -16px;
1345)     top: 0;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1346) }
1347) 
1348) /* Dropdown Content (Hidden by Default) */
1349) .dropdown-content {
1350)     display: none;
1351)     position: absolute;
1352)     background-color: #f9f9f9;
1353)     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
1354)     z-index: 1;
hiromipaw Fix dropdown top link

hiromipaw authored 6 years ago

1355)     margin: 48px 0 0 0;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1356) }
1357) 
1358) /* Links inside the dropdown */
1359) .dropdown-content a {
1360)     color: black;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

1361)     padding-top: 12px 16px;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1362)     text-decoration: none;
1363)     display: block;
1364) }
1365) 
1366) /* Show the dropdown menu on hover */
1367) .dropdown:hover .dropdown-content {
1368)     display: block;