18489e4b4f967eb69a41cbea5262b57d78da1ac5
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) 			
70) 	#calltoaction {
71) 		height: 30px;
72) 		float: right;
73) 		margin-top: 10px;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

74) 		margin-right: 5px;
75) 		text-align: center;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

76) 	}
77) 	
78)     #calltoaction ul {
79)       padding: 0;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

80)       margin: 0px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

81)       height: 30px;
82)       list-style: none;
83)       float: right;
84)     }
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

86)       #calltoaction ul li {
87)         list-style: none;
88)         display: inline;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

89)         float: none;
90)         width: 100px;
91)         margin-left: 0px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

92)       }
93)       
94)       #calltoaction ul li a:link,
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

95)       #calltoaction ul li a:visited {
Andrew Lewman fix up some of the call to...

Andrew Lewman authored 12 years ago

96)         background: url(../images/cta-buttons.jpg) top center no-repeat #885ca4;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

97)         padding: 8px 8px 0px;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

98)         color: #FFFFFF;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

99)         font-weight: bold;
100)         text-decoration: none;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

101)         font-size: 1.067em;
102)         line-height: 1.067em;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

103)         height: 22px;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

104)         width: 84px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

105)         float: left;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

106)         text-shadow: 0px -1px 2px #111111, 0px 1px 2px #666666;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

107)       }
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

108) 
109)       #calltoaction ul li:first-child a:link,
110)       #calltoaction ul li:first-child a:visited {
Andrew Lewman fix up some of the call to...

Andrew Lewman authored 12 years ago

111)         background: url(../images/cta-buttons.jpg) top left no-repeat #885ca4;
112) 		  -webkit-border-top-left-radius: 7px;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

113) 		  -webkit-border-bottom-left-radius: 7px;
114) 		  -moz-border-radius-topleft: 7px;
115) 		  -moz-border-radius-bottomleft: 7px;
116) 		  border-top-left-radius: 7px;
117) 		  border-bottom-left-radius: 7px;
118)         padding-left: 7px;
119)         width: 85px;
120)         }
121) 
122)       #calltoaction ul li:last-child a:link,
123)       #calltoaction ul li:last-child a:visited {
Andrew Lewman fix up some of the call to...

Andrew Lewman authored 12 years ago

124)         background: url(../images/cta-buttons.jpg) top right no-repeat #885ca4;
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

125) 		  -webkit-border-top-right-radius: 7px;
126) 		  -webkit-border-bottom-right-radius: 7px;
127) 		  -moz-border-radius-topright: 7px;
128) 		  -moz-border-radius-bottomright: 7px;
129) 		  border-top-right-radius: 7px;
130) 		  border-bottom-right-radius: 7px;
131)         padding-right: 9px;
132)         width: 83px;
133)         color: #FFFFFF;
134)        }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

136)       #calltoaction ul li:hover a {
137)         background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
138)         font-weight: bold;
139)         text-shadow: 1px 1px 4px #111111;
140)         }
141)       
142)       #calltoaction ul li:hover:first-child a {
143)         background: url(../images/cta-buttons.jpg) bottom left no-repeat #ff9800;
144)         -webkit-border-top-left-radius: 7px;
145) 		  -webkit-border-bottom-left-radius: 7px;
146) 		  -moz-border-radius-topleft: 7px;
147) 		  -moz-border-radius-bottomleft: 7px;
148) 		  border-top-left-radius: 7px;
149) 		  border-bottom-left-radius: 7px;
150)         }
151) 
152)       #calltoaction ul li:hover:last-child a {
153)         background: url(../images/cta-buttons.jpg) bottom right no-repeat #ff9800;
154) 		  -webkit-border-top-right-radius: 7px;
155) 		  -webkit-border-bottom-right-radius: 7px;
156) 		  -moz-border-radius-topright: 7px;
157) 		  -moz-border-radius-bottomright: 7px;
158) 		  border-top-right-radius: 7px;
159) 		  border-bottom-right-radius: 7px;
160)         }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

450) 
451) .meta {
452) 	float: right;
453) 	width: auto;
454) }
455) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

464) .mac24 {
465)  /* Open Icon Library - Webpage Icons Package
466)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
467)   background: url("../images/icon-mac24.png") no-repeat scroll left center transparent;
468)   }
469) 
470) .linux24 {
471)  /* Open Icon Library - Webpage Icons Package
472)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
473)   background: url("../images/icon-linux24.png") no-repeat scroll left center transparent;
474)   }
475) 
476) .smartphone24 {
477) /* Icon from the Crystal set
478)  * author: Everaldo Coelho
479)  * source: http://www.everaldo.com/crystal/
480)  * license: LGPL v2 */
481)   background: url("../images/icon-smartphone24.png") no-repeat scroll left center transparent;
482)   }
483) 
484) .sourcecode24 {
485) /* Icon from the Crystal set
486)  * author: Everaldo Coelho
487)  * source: http://www.everaldo.com/crystal/
488)  * license: LGPL v2 */
489)   background: url("../images/icon-sourcecode24.png") no-repeat scroll left center transparent;
490)   }
491) 
492) .windows24,
493) .mac24,
494) .linux24,
495) .smartphone24,
496) .sourcecode24 {
497)   display: block;
498)   line-height: 34px;
499)   padding: 0px 0 0px 33px;
500)   }
501) 
502) .accordionButton {
503)   background: url("../images/table-head.jpg") repeat-x scroll left top #885CA4;
504)   color: #FFFFFF;
505)   margin: 0;
506)   padding-left: 10px;
507)   font-size: 1.1em;
508)   font-weight: bold;
509)   width: 700px;
510)   float: left;
511)   _float: none;  /* Float works in all browsers but IE6 */
512)   border: 1px solid #FFFFFF;
513)   border-bottom: none;
514)   cursor: pointer;
515)   -webkit-border-top-left-radius: 7px;
516)   -webkit-border-top-right-radius: 7px;
517)   -moz-border-radius-topleft: 7px;
518)   -moz-border-radius-topright: 7px;
519)   border-top-left-radius: 7px;
520)   border-top-right-radius: 7px;
521)   }
522) 
523)   .accordionButton:hover {
524)     text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
525)     }
526) 
527) .accordionContent {	
528)   width: 708px;
529)   float: left;
530)   _float: none;  /* Float works in all browsers but IE6 */
531)   background: #FFFFFF;
532)   display: block;
533)   }
534) 
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;
1028) 		margin-left: 20px;
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) }