6e207e70f34e4aeeddac842e9cdcedc285dc31df
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) 
29) 
30) /* HEADER ------------*/
31) 
32) #header {
33) 	width: 960px;
34) 	height: 97px;
35) 	margin-bottom: 23px;
36) 	position: relative;
37) }
38) 
39)   h1#logo {
40)     margin: 0;
41)     float: left;
42)   }
43) 
44) 	h1#logo a,
45) 	h1#logo a:visited {
Andrew Lewman use the new tor-logo.

Andrew Lewman authored 12 years ago

46) 		background: url(../images/tor-logo.jpg) left top no-repeat;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

50) 		height: 97px;
51) 		display: block;
52) 	}
53) 	
54) 	#nav {
55) 	  float: right;
56) 	}
57) 		
58) 		#nav ul {
59) 			height: 50px;
60) 			float: right;
61) 			margin-bottom: 0;
62) 		}
63) 	
64) 			#nav ul li {
65) 				float: left;
66) 				display: inline;
67) 				width: auto;
68) 			}
69) 			
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

70) #calltoaction {
71)   height: 30px;
72)   float: right;
73)   margin-top: 10px;
74)   margin-right: 5px;
75)   text-align: center;
76)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

78)   #calltoaction ul {
79)     padding: 0;
80)     margin: 0px;
81)     height: 30px;
82)     list-style: none;
83)     float: right;
84)     }
85) 
86)   #calltoaction ul li {
87)     list-style: none;
88)     display: inline;
89)     float: none;
90)     width: 100px;
91)     margin-left: 0px;
92)     }
93)   
94)   #calltoaction ul li a:link,
95)   #calltoaction ul li a:visited {
96)     display: block;
97)     background: url(../images/cta-buttons.jpg) top center no-repeat #885ca4;
98)     padding: 4px 8px;
99)     color: #FFFFFF;
100)     font-weight: bold;
101)     text-decoration: none;
102)     font-size: 13px;
103)     line-height: 22px;
104)     height: 22px;
105)     width: 84px;
106)     float: left;
107)     text-shadow: 1px 1px 0px #111111;
108)     }
109) 
110)   #calltoaction ul li:hover a {
111)     background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
112)     font-weight: bold;
113)     text-shadow: 1px 1px 0px #111111;
114)     }
115)   
116)   #calltoaction ul li:first-child a:link,
117)   #calltoaction ul li:first-child a:visited,
118)   #calltoaction ul li:hover:first-child a {
119)     -webkit-border-top-left-radius: 7px;
120)     -webkit-border-bottom-left-radius: 7px;
121)     -moz-border-radius-topleft: 7px;
122)     -moz-border-radius-bottomleft: 7px;
123)     border-top-left-radius: 7px;
124)     border-bottom-left-radius: 7px;
125)     }
126) 
127)   #calltoaction ul li:first-child a:link,
128)   #calltoaction ul li:first-child a:visited {
129)     background: url(../images/cta-buttons.jpg) top left no-repeat #885ca4;
130)     }
131) 
132)   #calltoaction ul li:hover:first-child a {
133)     background: url(../images/cta-buttons.jpg) bottom left no-repeat #ff9800;
134)     }
135) 
136)   #calltoaction ul li:last-child a:link,
137)   #calltoaction ul li:last-child a:visited,
138)   #calltoaction ul li:hover:last-child a {
139)     -webkit-border-top-right-radius: 7px;
140)     -webkit-border-bottom-right-radius: 7px;
141)     -moz-border-radius-topright: 7px;
142)     -moz-border-radius-bottomright: 7px;
143)     border-top-right-radius: 7px;
144)     border-bottom-right-radius: 7px;
145)     }
146) 
147)   #calltoaction ul li:last-child a:link,
148)   #calltoaction ul li:last-child a:visited {
149)     background: url(../images/cta-buttons.jpg) top right no-repeat #885ca4;
150)     color: #FFFFFF;
151)     }
152)   
153)   #calltoaction ul li:hover:last-child a {
154)     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

155)     }
156) 
157) 
158) /* BANNER ------------*/
159) 
160) 		#banner {
161) 			background: url(../images/bg-banner.jpg) left top no-repeat;
162) 			height: 200px;
163) 			width: 600px;
164) 			padding: 23px 15px;
165) 			margin-bottom: 15px;
166) 		}
167) 		
168) 		#download a:link,
169) 		#download a:visited {
170) 			margin: -17px 0 0;
Andrew Lewman make the alternating colors...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

172) 			width: 257px;
173) 			height: 79px;
174) 			float: left;
175) 			padding: 35px 0 0 80px;
176) 			text-decoration: none;
177) 		}
178) 		
179) 		#download a .download-tor {
180) 			background: url(../images/button-download-arrow.png) right center no-repeat;
181) 			font-family: "Arial Narrow", Arial, sans-serif;
182) 			color: #fff;
183) 			font-size: 2.167em;
184) 			letter-spacing: 1px;
185) 			padding-right: 25px;
186) 		}
187) 		#download a .version {
188) 			color: #bda5cc;
189) 			font-size: 1.167em;
190) 			line-height: 1.167em;
191) 		}
192) 		#download a .info {
193) 			color: #bda5cc;
194) 			font-size: 0.833em;
195) 			line-height: 0.833em;
196) 		}
197) 		
198) 		#download a:hover {
199) 			background-position: 0 -114px;
200) 		}
201) 		#download a:hover .version,
202) 		#download a:hover .info { color: #f1c6a1; }
203) 		
204) 			#banner ul {
205) 				background: #387520 url(../images/banner-gradient.jpg) left top repeat-x;
206) 				border: 1px solid #366b32;
207) 				width: 180px;
208) 				float: right;
209) 				margin: 0 15px 0 0;
210) 				padding: 10px 10px 10px 30px;
211) 			}
212) 		
213) 			#banner ul li {
214) 				list-style: url(../images/white-bullet.png) outside;
215) 				padding: 5px 0;
216) 			}
217) 
218) /* CONTENT ------------*/
219) 
220) #content {
221) 	width: 960px;
222) }
223) 
Andrew Lewman Fix the tor browser images...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

225) 
226) 	#breadcrumbs { padding: 0 0 10px 5px; }
227) 
228) 	#home #maincol {
229) 		float: left;
230) 		width: 620px;
231) 		margin-right: 20px;
232) 	}
233) 	
234) 	#maincol {
235) 		float: right;
236) 		width: 710px;
237) 		margin-bottom: 20px;
238) 	}
239) 	
240) 	#maincol-left {
241) 		float: left;
242) 		width: 710px;
243) 		margin-bottom: 20px;
244) 	}
245) 			
246) 		.subcol {
247) 			width: 280px;
248) 			float: left;
249) 			margin: 0 0 25px;
250) 		}
251) 		
252) 			#content .first {
253) 				margin-right: 20px;
254) 			}
255) 
256) /* SIDEBAR ------------*/
257) 		
258) #home #sidecol {
259) 	float: right;
260) 	width: 300px;
261) }
262) 	
263) #sidecol {
264) 	float: left;
265) 	width: 230px;
266) 	margin-right: 20px;
267) }
268) 	
269) #sidecol-right {
270) 	float: right;
271) 	width: 230px;
272) 	margin-left: 20px;
273) }
274) 	
275) 	#torusers { margin: 0 0 27px; }
276) 		.user {
277) 			margin: 0 0 12px;
278) 			height: auto;
279) 		}
280) 		.user img, .project-icon {
281) 			border: 1px solid #cac8a7;
282) 			float: left;
283) 			margin: 3px 10px 0 0;
284) 		}
285) 		.user p { margin: 0; }
286) 	
287) /* IMGSHADOW ------------*/
288) 
289) .img-shadow {
290) 	float:left;
291) 	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
292) 	background: url(../images/shadow.gif) no-repeat bottom right;
293) 	margin: 10px 0 10px 10px !important;
294) 	margin: 10px 0 10px 5px;
295) }
296) 
297) 	.img-shadow .infoblock,
298) 	.img-shadow .important-infoblock,
299) 	.img-shadow .custom-infoblock,
300) 	.img-shadow #sidenav,
301) 	.img-shadow .sidenav-sub {
302) 		display: block;
303) 		position: relative;
304) 		margin: -6px 6px 6px -6px;
305) 		background-color: #fff;
306) 		border: 1px solid #ddd;
307) 	}
308) 	.img-shadow .important-infoblock {
309) 		background-color: #f7f8f0;
310) 		border: 1px solid #eeefe8;
311) 	}
312) 	
313) 	.img-shadow .infoblock,
314) 	.img-shadow .important-infoblock {
315) 		padding: 15px;
316) 		width: 188px;
317) 	}
318) 	
319) 	.img-shadow .custom-infoblock {
320) 		padding: 15px;
321) 		height: 120px;
322) 		width: 426px;
323) 	}
324) 
325) 	.img-shadow .infoblock p,
326) 	.img-shadow .important-infoblock p,
327) 	.img-shadow .custom-infoblock p {
328) 		margin: 0;
329) 	}
330) 	
331) 	
332) /* SIDENAV ------------*/
333) 
334) /*Note: #sidenav-sub is used on the downloads page as a tertiary navigation*/
335) 
336) .img-shadow #sidenav,
337) .img-shadow .sidenav-sub {
338) 	padding: 10px 0 0;
339) 	width: 218px;
340) }
341) 		
342) 	#sidenav ul li,
343) 	.sidenav-sub ul li { border-bottom: 1px solid #ddd; }
344) 	
345) 	#sidenav ul li.dropdown a:link,
346) 	#sidenav ul li.dropdown a:visited { background: url(../images/sidenav-arrow.gif) left center no-repeat; }
347) 	#sidenav ul li.dropdown a.active { background: url(../images/sidenav-arrow-active.gif) left center no-repeat; }
348) 	
349) 	.sidenav-sub ul li.dropdown a:link,
350) 	.sidenav-sub ul li.dropdown a:visited { 
351) 		background: url(../images/sidenav-arrow.gif) left top no-repeat;
352) 		margin-top: 12px;
353) 	}
354) 	
355) 	#sidenav ul li a:link,
356) 	#sidenav ul li a:visited {
357) 		display: block;
358) 		height: auto;
359) 		padding: 8px 15px 8px 26px;
360) 	}
361) 	
362) 	#sidenav ul li ul li a:link,
363) 	#sidenav ul li ul li a:visited {
364) 		padding-left: 37px;
365) 	}
366) 	
367) 	.sidenav-sub ul li a:link,
368) 	.sidenav-sub ul li a:visited {
369) 		display: block;
370) 		padding: 0 15px 10px 26px;
371) 		line-height: 16px;
372) 	}
373) 	
374) 	#sidenav ul li.active {
375) 		background: url(../images/sidenav-active.png) left center no-repeat;
376) 		width: 230px;
377) 		border: 0;
378) 	}
379) 
380)   #sidenav ul li ul li ul li a:link,
381) 	#sidenav ul li ul li ul li a:visited {
382) 		padding-left: 48px;
383) 	}
384) 	
385) /* TABLE ------------*/
386) 
387) table { width: 100%; }
388) 
389) td { padding: 12px; }
390) 
391) table td img,
392) table tr img {
393) 	border: 1px solid #cac8a7;
394) 	float: left;
395) 	margin-right: 10px;
396) }
397) 
398) .icon {
399) 	float: left;
400) 	width: auto;
401) 	margin-right: 15px;
402) 	padding: 10px 0;
403) 	border: 0;
404) }
405) 
406) .calendar {
407) 	background: url(../images/icon-calendar.jpg) left top no-repeat;
408) 	float: left;
409) 	margin-right: 10px;
410) 	width: 45px;
411) 	height: 54px;
412) 	text-align: center;
413) 	padding: 4px 0;
414) }
415) .fauxhead {
416) 	background: url(../images/table-arrow.jpg) right top no-repeat;
417) 	width: 100%;
418) 	height: 11px;
419) }
420) 
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

421) #home-our-projects td {
422)   height: 92px;
423)   width: 296px;
424)   padding: 6px;
425)   }
426) 
427) .project {
428)   float: left;
429)   padding: 6px;
430)   border: 1px solid #CAC8A7;
431)   height: 76px;
432)   width: 284px;
433)   -webkit-border-radius: 10px;
434)   -moz-border-radius: 10px;
435)   border-radius: 10px;
436)   }  
437) 
438) .project img {
439)   border: none;
440)   margin-right: 6px;
441)   }
442) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

445) 
446) .meta {
447) 	float: right;
448) 	width: auto;
449) }
450) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

459) .mac24 {
460)  /* Open Icon Library - Webpage Icons Package
461)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
462)   background: url("../images/icon-mac24.png") no-repeat scroll left center transparent;
463)   }
464) 
465) .linux24 {
466)  /* Open Icon Library - Webpage Icons Package
467)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
468)   background: url("../images/icon-linux24.png") no-repeat scroll left center transparent;
469)   }
470) 
471) .smartphone24 {
472) /* Icon from the Crystal set
473)  * author: Everaldo Coelho
474)  * source: http://www.everaldo.com/crystal/
475)  * license: LGPL v2 */
476)   background: url("../images/icon-smartphone24.png") no-repeat scroll left center transparent;
477)   }
478) 
479) .sourcecode24 {
480) /* Icon from the Crystal set
481)  * author: Everaldo Coelho
482)  * source: http://www.everaldo.com/crystal/
483)  * license: LGPL v2 */
484)   background: url("../images/icon-sourcecode24.png") no-repeat scroll left center transparent;
485)   }
486) 
487) .windows24,
488) .mac24,
489) .linux24,
490) .smartphone24,
491) .sourcecode24 {
492)   display: block;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

494)   padding: 0px 0 0px 33px;
495)   }
496) 
497) .accordionButton {
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

499)   color: #FFFFFF;
500)   margin: 0;
501)   padding-left: 10px;
502)   font-size: 1.1em;
503)   font-weight: bold;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

505)   width: 700px;
506)   float: left;
507)   _float: none;  /* Float works in all browsers but IE6 */
508)   border: 1px solid #FFFFFF;
509)   border-bottom: none;
510)   cursor: pointer;
511)   -webkit-border-top-left-radius: 7px;
512)   -webkit-border-top-right-radius: 7px;
513)   -moz-border-radius-topleft: 7px;
514)   -moz-border-radius-topright: 7px;
515)   border-top-left-radius: 7px;
516)   border-top-right-radius: 7px;
517)   }
518) 
519)   .accordionButton:hover {
520)     text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
521)     }
522) 
523) .accordionContent {	
524)   width: 708px;
525)   float: left;
526)   _float: none;  /* Float works in all browsers but IE6 */
527)   background: #FFFFFF;
528)   display: block;
529)   }
530) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

531) .accordionContent .fauxhead {
532)   width: 710px;
533)   }
534) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

535) .package {
536)   float: left;
537)   width: 668px;
538)   margin: 0px;
539)   padding: 25px 20px 20px 20px;
540)   border-top: 1px solid #888888;
541)   }
542) 
543)   .package h2 {
544)     margin-bottom: 3px;
545)     }
546) 
547)   .package p {
548)     margin-top: 20px;
549)     margin-bottom: 5px;
550)     padding-left: 10px;
551)     }
552) 
553) .downloads {
554)   float: right;
555)   width: 200px;
556)   padding: 0px;
557)   margin: 0px 0 0 20px;
558)   text-align: center;
559)   }
560) 
561) .lang {
562)   float: right;
563)   display: none;
564)   width: 80px;
565)   height: 18px;
566)   margin: 0px 7px 0px 0px;
567)   padding: 0px 0px 0px 3px;
568)   background-color: #fefff7;
569)   border: 2px solid #CCCFB8;
570)   border-top: 0px;
571)   -webkit-border-bottom-left-radius: 5px;
572)   -webkit-border-bottom-right-radius: 5px;
573)   -moz-border-radius-bottomleft: 5px;
574)   -moz-border-radius-bottomright: 5px;
575)   border-bottom-left-radius: 5px;
576)   border-bottom-right-radius: 5px;
577)   }
578) 
579) .button {
580)   text-align: center;
581)   display: block;
582)   width: 200px;
583)   height: 60px;
584)   text-decoration: none;
585)   background: url(../images/button-downloadpage.png) bottom left no-repeat #FF9800;
586)   margin: 0px auto 0px auto;
587)   text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
588)   -webkit-border-radius: 7px;
589)   -moz-border-radius: 7px;
590)   border-radius: 7px;
591)   }
592) 
593) .button:hover {
594)   background: url(../images/button-downloadpage.png) top left no-repeat #FF9800;
595)   }
596) 
597) .button .strong {
598)   display: block;
599)   padding: 10px 0 0 0px;
600)   }
601) 
602) .button .normal {
603)   padding: 5px 0 0 0px;
604)   display: block;
605)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

607) .sig {
608)   display: block;
609)   margin: 3px 0px 20px 0px;
610)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

611) 
612) 
613) /* MISC ------------*/
614) 
615) .title {
616) 	background: url(../images/table-title-arrow.jpg) right top no-repeat;
617) 	padding: 10px 25px 0 10px;
618) 	height: 33px;
619) 	float: left;
620) }
621) 
622) 	.title a:link,
623) 	.title a:visited {
624) 		background: url(../images/table-title.jpg) left top no-repeat;
625) 		height: 33px;
626) 		display: block;
627) 	}	
628) 
629) .paypal {
630) 	float: left;
631) 	width: auto;
632) 	min-height: 159px;
633) 	max-width: 365px;
634) }
635) 	.paypal span { padding-right: 20px; }
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

636) 	
637) .warning-top {
638)   padding: 10px 10px 10px 60px;
639)   margin: 0px 10px 0px 10px;
640)   display: block;
641)   background: url("../images/warning.png") no-repeat scroll 2px 23px #FFFEB6;
642)   border: 1px solid #A6A427;
643)   border-bottom: none;
644)   -webkit-border-top-left-radius: 5px;
645)   -webkit-border-top-right-radius: 5px;
646)   -moz-border-radius-topleft: 5px;
647)   -moz-border-radius-topright: 5px;
648)   border-top-left-radius: 5px;
649)   border-top-right-radius: 5px;
650)   }
651) 
652)   .warning-top h2 {
653)     padding-right: 15px;
654)     padding-left: 0px;
655)     margin-bottom: 5px;
656)     }
657) 
658)   .warning-top p {
659)     padding-left: 10px;
660)     margin-bottom: 0px;
661)     }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

662) 
663) .warning {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

664)   float: left;
665)   _float: none;  /* Float works in all browsers but IE6 */
666)   padding: 25px 25px;
667)   margin-top: 4px;
668)   }
669) 
670)   .warning p {
671)     padding-left: 10px;
672)     }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

674) .focus {
675) 	background: #f4f2c7;
676) 	border: 1px solid #ebd4a9;
677) 	padding: 10px 15px;
678) }
679) 
680) 	.focus .icon {
681) 		float: left;
682) 		width: auto;
683) 		margin-right: 10px;
684) 	}
685) 	
686) .featured-project { width: 313px; }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

688) /* FORM ------------*/
689) 
690) input, select {
691) 	margin: 0 3px 10px 0;
692) }
693) 
694) input.textfield {
695) 	padding: 0 10px;
696) 	vertical-align: top;
697) }
698) 
699) .donate-btn {
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

701) 	height: 26px;
702) 	width: 92px;
703) 	text-indent: -9999px;
704) 	overflow: hidden;
705) 	border: 0;
706) 	vertical-align: top;
707) 	margin-top: 5px;
708) }
709) 	.donate-btn:hover {
710) 		background-position: 0 -26px;
711) 		cursor: pointer;
712) 	}
713) 
714) .signup {
715) 	background: #96c35a;
716) 	border-top: 1px solid #6ab334;
717) 	border-left: 1px solid #6ab334;
718) 	border-bottom: 1px solid #5a952b;
719) 	border-right: 1px solid #5a952b;
720) 	height: 31px;
721) 	padding: 0 5px;
722) 	vertical-align: top;
723) 	color: #222c14;
724) 	font-weight: bold;
725) 	font-size: 1em;
726) 	line-height: 1em;
727) }
728) 	.signup:hover { background: #6ab334; }
729) 
730) select#lang {
731) 	float: left;
732) 	width: 160px;
733) 	margin-right: 3px;
734) }
735) .go {
736) 	background: #96c35a;
737) 	border-top: 1px solid #6ab334;
738) 	border-left: 1px solid #6ab334;
739) 	border-bottom: 1px solid #5a952b;
740) 	border-right: 1px solid #5a952b;
741) 	padding: 0 5px;
742) 	vertical-align: top;
743) 	color: #222c14;
744) 	font-weight: bold;
745) 	font-size: 1em;
746) 	line-height: 1em;
747) 	height: 18px;
748) }
749) 	.go:hover { background: #6ab334; }
750) 
751) 	
752) /* FOOTER ------------*/
753) 
754) #footer {
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

757) 	height: 200px;
758) 	border-top: 1px solid #ddd;
759) 	padding: 20px 0;
760) 	margin: 20px 0 0;
761) }
762) 
763) 	.onion {
764) 		float: left;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

767) 		padding-right: 20px;
768) 		height: 100%;
769) 	}
770) 
771) 	#footer .about {
772) 		width: 180px;
773) 		padding-right: 30px;
774) 		border-right: 1px solid #ddd;
775) 		float: left;
776) 	}
777) 	
778) 	#footer .newsletter {
779) 		padding: 0 0 15px 30px;
780) 		width: auto;
781) 		margin-left: 308px;
782) 	}
783) 	
784) 		#footer input.textfield {
785) 			width: 220px;
786) 			height: 26px;
787) 		}
788) 		
789) 		#footer input {
790) 			margin: 0;
791) 		}
792) 	
793) 	#footer .col {
794) 		float: left;
795) 		width: 100px;
796) 		margin-left: 20px;
797) 	}
798) 	
799) 		#footer .first { margin-left: 30px; }
800) 		#footer .wider { width: 201px; }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

801) 
802) 
803) /* DONATION ADDITIONS ----------- */
804) 
805) small {
806) 	margin: 0px auto 0px auto;
807) 	text-align: center;
808) 	font-size: 10px;
809) 	font-style: italic;
810) 	}
811) 
812) .hlist {
813) 	text-align: center;
814) 	display: block;
815) 	width: 100%;
816) 	padding: 0px 0px;
817) 	list-style: none;
818) 	margin: 0px 0px 18px 0px;
819) 	}
820) 
821) 	.hlist li {
822) 		display: inline-block;
823) 		border-right: 1px solid #444444;
824) 		margin-left: -4px;
825) 		}
826) 	
827) 	.hlist li.last {
828) 		border-right: 0px solid #444444;
829) 		}
830) 
831) 	.hlist a {
832) 		display: block;
833) 		top: 0px;
834) 		right: 0px;
835) 		bottom: 0px;
836) 		left: 0px;
837) 		text-decoration: none;
838) 		font-weight: bold;
839) 		padding: 0px 8px;
840) 		}
841)  
842) .dbox {
843) 	float: none;
844) 	text-align: center;
845) 	color: #222222;
846) 	border: 2px solid #cbcbaf;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

847) 	background-color: #ffffed;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

848) 	padding: 20px 20px;
849) 	width: 163px;
850) 	margin: 0px 0px 0px 10px;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

851) 	-webkit-border-radius: 5px;
852) 	-moz-border-radius: 5px;
853) 	border-radius: 5px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

854) 	}
855) 
856) 	.dbox p {
857) 		display: block;
858) 		padding: 0px 0px 0px 0px;
859) 		margin: 0px 0px 0px 0px;
860) 		}
861) 
862) 	.dbox h2 {
863) 		background: url() top left transparent;
864) 		color: #23300E;
865) 		padding:0px 0px 15px 0px;
866) 		}
867) 
868) 	.dbox input ,
869) 	.dbox select {
870) 	   background-color: #fefff7;
871) 	   color: #23300E;
872) 	   border:2px solid #CCCFB8;
873) 	   -webkit-border-radius: 5px;
874) 	   -moz-border-radius: 5px;
875) 	   border-radius: 5px;
876) 	   padding: 0px 0px 0px 5px;
877) 	   margin: 0px 0px 10px 0px;
878) 	   }
879) 
880) 		.dbox input:focus ,
881) 		.dbox select:focus {
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

882) 		  -moz-box-shadow: 0px 0px 4px #cbcbaf;
883) 		  -webkit-box-shadow: 0px 0px 4px #cbcbaf;
884)  		  box-shadow: 0px 0px 4px #cbcbaf;
885)  		  border:2px solid #cbcbaf;	
886) 		  background-color: #FFFFFF;
887) 		  }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

888) 
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

889) 		.dbox input.radio {
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

890) 		  border: 0px solid;
891) 		  background: #ffffed;
892) 		  padding: 0px 0px;
893) 		  }
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

895) 	.dbox select.cur {
896) 		margin-right: 5px;
897) 		text-align: left;
898) 		}
899) 
900) 	.dbox input.amount {
901) 		width: 100px;
902) 		margin-right: 0px;
903) 		text-align: left;
904) 		}
905) 	
906) 	.dbox select#t3 {
907) 		width: 100%;
908) 		margin-bottom: 20px;
909) 		padding: 0px 0px;
910) 		}
911) 
912) 	.dbox input.donate-btn {
913) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
914) 		height: 26px;
915) 		width: 122px;
916) 		margin-top: 0px;
917) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

918) 		background-color: transparent;
919) 		color: transparent;
920) 		border:0px solid transparent;
921) 		-webkit-border-radius: 5px;
922) 		-moz-border-radius: 5px;
923) 		border-radius: 5px;
924) 		margin: 10px auto 10px auto;
925) 		padding: 0px 0px 0px 0px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

926) 		}
927) 
928) 	.dbox span {
929) 		float: left;
930) 		padding-right: 0px;
931) 		}
932) 	
933) 	.dbox div label {
934) 		padding: 0px 10px 0px 0px;
935) 		}
936) 
937) 	.dbox h6#ppinfo{
938) 		width: 100%;
939) 		text-align: center;
940) 		margin: -15px auto 0px auto;
941) 		}
942) 	
943) 	.dbox small,
944) 	.dbox.donate #ppinfo {
945) 		margin: 0px auto 0px auto;
946) 		text-align: center;
947) 		font-size: 10px;
948) 		font-style: italic;
949) 		}
950) 
951) .dbox.dl {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

952)   float: none;
953)   width: 177px;
954)   margin: 0px 5px 20px 5px;
955)   }
956) 
957) .dbox.dl h2 {
958)   padding: 0;
959)   }
960) 
961) .dbox.dl input.amount {
962)   width: 120px;
963)   }
964) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

965) .dbox.donate {
966) 	float: none;
967) 	padding: 30px 30px;
968) 	width: 626px;
969) 	min-height: 0px;
970) 	max-width: none;
971) 	text-align: left;
972) 	}
973) 
974) 	.dbox.donate input ,
975) 	.dbox.donate select {
976) 		padding-bottom: 0px;
977) 		margin-bottom: 0px;
978) 		}
979) 	
980) 	.dbox.donate .drow {
981) 		margin: 0px 0px 0px 20px;
982) 		}
983) 	
984) 	.dbox.donate .drow div {
985) 		padding: 0px 0 0 0px;
986) 		width: auto;
987) 		display: block;
988) 		}
989) 
990) 	.dbox.donate h3 {
991) 		padding-left: 0px;
992) 		color: #23300E;
993) 		margin: 0 0 10px 0;
994) 		}
995) 
996) 	.dbox.donate h4 {
997) 		padding-left: 20px;
998) 		}
999) 
1000) 	.dbox.donate p {
1001) 		padding: 5px 20px 15px 40px;
1002) 		}
1003) 	
1004) 	.dbox.donate span {
1005) 		float: left;
1006) 		padding-right: 0px;
1007) 		}
1008) 	
1009) 	.dbox.donate div label {
1010) 		padding: 0px 10px 0px 0px;
1011) 		}
1012) 
1013) 	.dbox.donate .type {
1014) 		padding-left: 20px;
1015) 		}
1016) 
1017) 	.dbox.donate select#t3 {
1018) 		width: auto;
1019) 		margin-bottom: 0px;
1020) 		}
1021) 
1022) 	.dbox.donate ul.amounts {
1023) 		width: auto;
1024) 		}
1025) 
1026) 	.dbox.donate ul.amounts li {
1027) 		display: inline-block;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

1028) 		margin-left: 15px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1029) 		}
1030) 
1031) 	.dbox.donate ul.amounts li label {
1032) 		padding: 0px 0px 0px 5px;
1033) 		}
1034) 		
1035) 	.dbox.donate input.donate-btn {
1036) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
1037) 		height: 26px;
1038) 		width: 115px;
1039) 		margin-top: -3px;
1040) 		display: inline-block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1041) 		background-color: transparent;
1042) 		color: transparent;
1043) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1044) 		}
1045) 
1046) .dbox.dsmall {
1047) 	position: relative;
1048) 	display: inline-block;
1049) 	width: 170px;
1050) 	height: 140px;
1051) 	text-align: center;
1052) 	margin: 0px 10px;
1053) 	vertical-align: top;
1054) 	}
1055) 
1056) 	.dbox.dsmall input.donate-btn {
1057) 		background: url() left top no-repeat transparent;
1058) 		width: auto;
1059) 		height: auto;
1060) 		margin-top: 0px;
1061) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1062) 		background-color: transparent;
1063) 		color: transparent;
1064) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

1067) 	.dbox.dsmall div label {
1068) 		padding: 0px 0px 0px 0px;
1069) 		}
1070) 
1071) 	.dbox.dsmall small {
1072) 		display: block;
1073) 		position: absolute;
1074) 		width: 172px;
1075) 		float: none;
1076) 		bottom: 20px;
1077) 		margin: 0px auto;
1078) 		}
1079) 	
1080) 	.givv p {
1081) 		text-align: justify;
1082) 		margin-top: 10px;
1083) 		font-size: 11px;
1084) 		line-height: 13px;
1085) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1086) /*
1087) ** Markup free clearing
1088) ** Details: http://www.positioniseverything.net/easyclearing.html
1089) */
1090) .clearfix:after {
1091)   content: ".";
1092)   display: block;
1093)   height: 0;
1094)   clear: both;
1095)   visibility: hidden;
1096) }
1097) 
1098) .clearfix {
1099)   display: inline-block;
1100) }
1101) 
1102) /* Hides from IE-mac \*/
1103) * html .clearfix {
1104)   height: 1%;
1105) }
1106) .clearfix {
1107)   display: block;
1108) }