8bd8f280382848fa148b29e2ef66cedeaa7f52f3
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 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 13 years ago

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

Andrew Lewman authored 14 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 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 13 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 14 years ago

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

Andrew Lewman authored 13 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 14 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 14 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 13 years ago

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

Andrew Lewman authored 14 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 13 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 14 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 14 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

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

Andrew Lewman authored 13 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 14 years ago

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

Andrew Lewman authored 13 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 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

504)   float: left;
505)   _float: none;  /* Float works in all browsers but IE6 */
506)   border: 1px solid #FFFFFF;
507)   border-bottom: none;
508)   cursor: pointer;
509)   -webkit-border-top-left-radius: 7px;
510)   -webkit-border-top-right-radius: 7px;
511)   -moz-border-radius-topleft: 7px;
512)   -moz-border-radius-topright: 7px;
513)   border-top-left-radius: 7px;
514)   border-top-right-radius: 7px;
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 13 years ago

515)   position: relative;
516)   padding-left: 30px;
517)   width: 680px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 13 years ago

518)   }
519) 
520)   .accordionButton:hover {
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

522)     text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
523)     }
524) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 13 years ago

525) .on:before,
526) .off:before {
527)   position: absolute;
528)   content: '';
529)   height: 0px;
530)   width: 0px;
531)   font-size:0px;
532)   line-height:0px;
533)   }
534)   
535) .on:before {
536)   top: 14px;
537)   left: 10px;
538)   border-left:7px solid transparent;
539)   border-right:7px solid transparent;
540)   border-top:7px solid #FFFFFF;
541)   }
542)   
543) .off:before {
544)   top: 9px;
545)   left: 14px;
546)   border-bottom:7px solid transparent;  /* left arrow slant */
547)   border-top:7px solid transparent; /* right arrow slant */
548)   border-left:7px solid #FFFFFF; /* bottom, add background color here */
549)   }
550)   
551)   .accordionContent {	
Andrew Lewman new download page layout fr...

Andrew Lewman authored 13 years ago

552)   width: 708px;
553)   float: left;
554)   _float: none;  /* Float works in all browsers but IE6 */
555)   background: #FFFFFF;
556)   display: block;
557)   }
558) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 13 years ago

559) .accordionContent .fauxhead {
560)   width: 710px;
561)   }
562) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 13 years ago

563) .package {
564)   float: left;
565)   width: 668px;
566)   margin: 0px;
567)   padding: 25px 20px 20px 20px;
568)   border-top: 1px solid #888888;
569)   }
570) 
571)   .package h2 {
572)     margin-bottom: 3px;
573)     }
574) 
575)   .package p {
576)     margin-top: 20px;
577)     margin-bottom: 5px;
578)     padding-left: 10px;
579)     }
580) 
581) .downloads {
582)   float: right;
583)   width: 200px;
584)   padding: 0px;
585)   margin: 0px 0 0 20px;
586)   text-align: center;
587)   }
588) 
589) .lang {
590)   float: right;
591)   display: none;
592)   width: 80px;
593)   height: 18px;
594)   margin: 0px 7px 0px 0px;
595)   padding: 0px 0px 0px 3px;
596)   background-color: #fefff7;
597)   border: 2px solid #CCCFB8;
598)   border-top: 0px;
599)   -webkit-border-bottom-left-radius: 5px;
600)   -webkit-border-bottom-right-radius: 5px;
601)   -moz-border-radius-bottomleft: 5px;
602)   -moz-border-radius-bottomright: 5px;
603)   border-bottom-left-radius: 5px;
604)   border-bottom-right-radius: 5px;
605)   }
606) 
607) .button {
608)   text-align: center;
609)   display: block;
610)   width: 200px;
611)   height: 60px;
612)   text-decoration: none;
613)   background: url(../images/button-downloadpage.png) bottom left no-repeat #FF9800;
614)   margin: 0px auto 0px auto;
615)   text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
616)   -webkit-border-radius: 7px;
617)   -moz-border-radius: 7px;
618)   border-radius: 7px;
619)   }
620) 
621) .button:hover {
622)   background: url(../images/button-downloadpage.png) top left no-repeat #FF9800;
623)   }
624) 
625) .button .strong {
626)   display: block;
627)   padding: 10px 0 0 0px;
628)   }
629) 
630) .button .normal {
631)   padding: 5px 0 0 0px;
632)   display: block;
633)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

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

Andrew Lewman authored 13 years ago

635) .sig {
636)   display: block;
637)   margin: 3px 0px 20px 0px;
638)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

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

Andrew Lewman authored 12 years ago

640) /* DOWNLOAD-EASY ---*/
641) 
642) .easy {
643)   width: 710px;
644)   height: 241px;
645)   background: url(../images/easy-bg.png) repeat-x scroll left 85px;
646)   margin-bottom: 10px;
647)   }
648) 
649) .easy .package h2,
650) .easy .package em {
651)   display: block;
652)   width: 100%;
653)   text-align: center;
654)   }
655) 
656) .easy .package h2 {
657)   font-size: 30px;
658)   font-weight: normal;
659)   padding-top: 10px;
660)   padding-bottom: 5px;
661)   }
662) 
663) .easy .package em {
664)   font-size: 12px;
665)   padding-bottom: 30px;
666)   }
667) 
668) .easy .package p {
669)   padding-left: 0px;
670)   font-size: 15px;
671)   text-align: justify;
672)   }
673) 
674) .easy .package p.alt-dl {
675)   text-align: center;
676)   text-indent: 0px;
677)   padding-left: 0px;
678)   margin-top: 32px;
679)   }
680) 
681) .all-dl {
682)   display: block;
683)   text-align: center;
684)   width: 100%;
685)   font-size: 15px;
686) }
687) 
688) .all-dl a{
689)   text-decoration: none;
690)   font-weight: bold;
691) }
692) 
693) .all-dl a:hover{
694)   text-decoration: underline;
695) }
696) 
697) .easy .package {
698)   float: none;
699)   padding-left: 30px;
700)   padding-right: 30px;
701)   width: 651px;
702)   }
703) 
704) .easy .downloads {
705)   margin-left: 30px;
706)   padding-top: 125px;
707)   background: url(../images/easy-tbb.png) no-repeat scroll center 10px;
708)   }
709) 
710) .easy.windows,
711) .easy.linux,
712) .easy.mac {
713)   border: 1px solid #885CA4;
714)   border-radius: 10px;
715)   }
716) 
717) .open {
718)   display: block;
719)   }
720) 
721) .lang-alt {
722)   line-height: 15px;
723)   font-size: 10px;
724)   float: right;
725)   margin-right: 10px;
726) }
727) 
728) .expander {
729)   text-align: right;
730)   float: right;
731)   padding: 10px 20px 0 0px;
732)   font-size: 15px;
733)   display: none;
734) }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

735) 
736) /* MISC ------------*/
737) 
738) .title {
739) 	background: url(../images/table-title-arrow.jpg) right top no-repeat;
740) 	padding: 10px 25px 0 10px;
741) 	height: 33px;
742) 	float: left;
743) }
744) 
745) 	.title a:link,
746) 	.title a:visited {
747) 		background: url(../images/table-title.jpg) left top no-repeat;
748) 		height: 33px;
749) 		display: block;
750) 	}	
751) 
752) .paypal {
753) 	float: left;
754) 	width: auto;
755) 	min-height: 159px;
756) 	max-width: 365px;
757) }
758) 	.paypal span { padding-right: 20px; }
Andrew Lewman new download page layout fr...

Andrew Lewman authored 13 years ago

759) 	
760) .warning-top {
761)   padding: 10px 10px 10px 60px;
762)   margin: 0px 10px 0px 10px;
763)   display: block;
764)   background: url("../images/warning.png") no-repeat scroll 2px 23px #FFFEB6;
765)   border: 1px solid #A6A427;
766)   border-bottom: none;
767)   -webkit-border-top-left-radius: 5px;
768)   -webkit-border-top-right-radius: 5px;
769)   -moz-border-radius-topleft: 5px;
770)   -moz-border-radius-topright: 5px;
771)   border-top-left-radius: 5px;
772)   border-top-right-radius: 5px;
773)   }
774) 
775)   .warning-top h2 {
776)     padding-right: 15px;
777)     padding-left: 0px;
778)     margin-bottom: 5px;
779)     }
780) 
781)   .warning-top p {
782)     padding-left: 10px;
783)     margin-bottom: 0px;
784)     }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

785) 
786) .warning {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 13 years ago

787)   float: left;
788)   _float: none;  /* Float works in all browsers but IE6 */
789)   padding: 25px 25px;
790)   margin-top: 4px;
791)   }
792) 
793)   .warning p {
794)     padding-left: 10px;
795)     }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

797) .focus {
798) 	background: #f4f2c7;
799) 	border: 1px solid #ebd4a9;
800) 	padding: 10px 15px;
801) }
802) 
803) 	.focus .icon {
804) 		float: left;
805) 		width: auto;
806) 		margin-right: 10px;
807) 	}
808) 	
809) .featured-project { width: 313px; }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

811) /* FORM ------------*/
812) 
813) input, select {
814) 	margin: 0 3px 10px 0;
815) }
816) 
817) input.textfield {
818) 	padding: 0 10px;
819) 	vertical-align: top;
820) }
821) 
822) .donate-btn {
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

824) 	height: 26px;
825) 	width: 92px;
826) 	text-indent: -9999px;
827) 	overflow: hidden;
828) 	border: 0;
829) 	vertical-align: top;
830) 	margin-top: 5px;
831) }
832) 	.donate-btn:hover {
833) 		background-position: 0 -26px;
834) 		cursor: pointer;
835) 	}
836) 
837) .signup {
838) 	background: #96c35a;
839) 	border-top: 1px solid #6ab334;
840) 	border-left: 1px solid #6ab334;
841) 	border-bottom: 1px solid #5a952b;
842) 	border-right: 1px solid #5a952b;
843) 	height: 31px;
844) 	padding: 0 5px;
845) 	vertical-align: top;
846) 	color: #222c14;
847) 	font-weight: bold;
848) 	font-size: 1em;
849) 	line-height: 1em;
850) }
851) 	.signup:hover { background: #6ab334; }
852) 
853) select#lang {
854) 	float: left;
855) 	width: 160px;
856) 	margin-right: 3px;
857) }
858) .go {
859) 	background: #96c35a;
860) 	border-top: 1px solid #6ab334;
861) 	border-left: 1px solid #6ab334;
862) 	border-bottom: 1px solid #5a952b;
863) 	border-right: 1px solid #5a952b;
864) 	padding: 0 5px;
865) 	vertical-align: top;
866) 	color: #222c14;
867) 	font-weight: bold;
868) 	font-size: 1em;
869) 	line-height: 1em;
870) 	height: 18px;
871) }
872) 	.go:hover { background: #6ab334; }
873) 
874) 	
875) /* FOOTER ------------*/
876) 
877) #footer {
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

880) 	height: 200px;
881) 	border-top: 1px solid #ddd;
882) 	padding: 20px 0;
883) 	margin: 20px 0 0;
884) }
885) 
886) 	.onion {
887) 		float: left;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

890) 		padding-right: 20px;
891) 		height: 100%;
892) 	}
893) 
894) 	#footer .about {
895) 		width: 180px;
896) 		padding-right: 30px;
897) 		border-right: 1px solid #ddd;
898) 		float: left;
899) 	}
900) 	
901) 	#footer .newsletter {
902) 		padding: 0 0 15px 30px;
903) 		width: auto;
904) 		margin-left: 308px;
905) 	}
906) 	
907) 		#footer input.textfield {
908) 			width: 220px;
909) 			height: 26px;
910) 		}
911) 		
912) 		#footer input {
913) 			margin: 0;
914) 		}
915) 	
916) 	#footer .col {
917) 		float: left;
918) 		width: 100px;
919) 		margin-left: 20px;
920) 	}
921) 	
922) 		#footer .first { margin-left: 30px; }
923) 		#footer .wider { width: 201px; }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

924) 
925) 
926) /* DONATION ADDITIONS ----------- */
927) 
928) small {
929) 	margin: 0px auto 0px auto;
930) 	text-align: center;
931) 	font-size: 10px;
932) 	font-style: italic;
933) 	}
934) 
935) .hlist {
936) 	text-align: center;
937) 	display: block;
938) 	width: 100%;
939) 	padding: 0px 0px;
940) 	list-style: none;
941) 	margin: 0px 0px 18px 0px;
942) 	}
943) 
944) 	.hlist li {
945) 		display: inline-block;
946) 		border-right: 1px solid #444444;
947) 		margin-left: -4px;
948) 		}
949) 	
950) 	.hlist li.last {
951) 		border-right: 0px solid #444444;
952) 		}
953) 
954) 	.hlist a {
955) 		display: block;
956) 		top: 0px;
957) 		right: 0px;
958) 		bottom: 0px;
959) 		left: 0px;
960) 		text-decoration: none;
961) 		font-weight: bold;
962) 		padding: 0px 8px;
963) 		}
964)  
965) .dbox {
966) 	float: none;
967) 	text-align: center;
968) 	color: #222222;
969) 	border: 2px solid #cbcbaf;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

971) 	padding: 20px 20px;
972) 	width: 163px;
973) 	margin: 0px 0px 0px 10px;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

974) 	-webkit-border-radius: 5px;
975) 	-moz-border-radius: 5px;
976) 	border-radius: 5px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

977) 	}
978) 
979) 	.dbox p {
980) 		display: block;
981) 		padding: 0px 0px 0px 0px;
982) 		margin: 0px 0px 0px 0px;
983) 		}
984) 
985) 	.dbox h2 {
986) 		background: url() top left transparent;
987) 		color: #23300E;
988) 		padding:0px 0px 15px 0px;
989) 		}
990) 
991) 	.dbox input ,
992) 	.dbox select {
993) 	   background-color: #fefff7;
994) 	   color: #23300E;
995) 	   border:2px solid #CCCFB8;
996) 	   -webkit-border-radius: 5px;
997) 	   -moz-border-radius: 5px;
998) 	   border-radius: 5px;
999) 	   padding: 0px 0px 0px 5px;
1000) 	   margin: 0px 0px 10px 0px;
1001) 	   }
1002) 
1003) 		.dbox input:focus ,
1004) 		.dbox select:focus {
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

1005) 		  -moz-box-shadow: 0px 0px 4px #cbcbaf;
1006) 		  -webkit-box-shadow: 0px 0px 4px #cbcbaf;
1007)  		  box-shadow: 0px 0px 4px #cbcbaf;
1008)  		  border:2px solid #cbcbaf;	
1009) 		  background-color: #FFFFFF;
1010) 		  }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

1013) 		  border: 0px solid;
1014) 		  background: #ffffed;
1015) 		  padding: 0px 0px;
1016) 		  }
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

1018) 	.dbox select.cur {
1019) 		margin-right: 5px;
1020) 		text-align: left;
1021) 		}
1022) 
1023) 	.dbox input.amount {
1024) 		width: 100px;
1025) 		margin-right: 0px;
1026) 		text-align: left;
1027) 		}
1028) 	
1029) 	.dbox select#t3 {
1030) 		width: 100%;
1031) 		margin-bottom: 20px;
1032) 		padding: 0px 0px;
1033) 		}
1034) 
1035) 	.dbox input.donate-btn {
1036) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
1037) 		height: 26px;
1038) 		width: 122px;
1039) 		margin-top: 0px;
1040) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

1041) 		background-color: transparent;
1042) 		color: transparent;
1043) 		border:0px solid transparent;
1044) 		-webkit-border-radius: 5px;
1045) 		-moz-border-radius: 5px;
1046) 		border-radius: 5px;
1047) 		margin: 10px auto 10px auto;
1048) 		padding: 0px 0px 0px 0px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

1049) 		}
1050) 
1051) 	.dbox span {
1052) 		float: left;
1053) 		padding-right: 0px;
1054) 		}
1055) 	
1056) 	.dbox div label {
1057) 		padding: 0px 10px 0px 0px;
1058) 		}
1059) 
1060) 	.dbox h6#ppinfo{
1061) 		width: 100%;
1062) 		text-align: center;
1063) 		margin: -15px auto 0px auto;
1064) 		}
1065) 	
1066) 	.dbox small,
1067) 	.dbox.donate #ppinfo {
1068) 		margin: 0px auto 0px auto;
1069) 		text-align: center;
1070) 		font-size: 10px;
1071) 		font-style: italic;
1072) 		}
1073) 
1074) .dbox.dl {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 13 years ago

1075)   float: none;
1076)   width: 177px;
1077)   margin: 0px 5px 20px 5px;
1078)   }
1079) 
1080) .dbox.dl h2 {
1081)   padding: 0;
1082)   }
1083) 
1084) .dbox.dl input.amount {
1085)   width: 120px;
1086)   }
1087) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

1088) .dbox.donate {
1089) 	float: none;
1090) 	padding: 30px 30px;
1091) 	width: 626px;
1092) 	min-height: 0px;
1093) 	max-width: none;
1094) 	text-align: left;
1095) 	}
1096) 
1097) 	.dbox.donate input ,
1098) 	.dbox.donate select {
1099) 		padding-bottom: 0px;
1100) 		margin-bottom: 0px;
1101) 		}
1102) 	
1103) 	.dbox.donate .drow {
1104) 		margin: 0px 0px 0px 20px;
1105) 		}
1106) 	
1107) 	.dbox.donate .drow div {
1108) 		padding: 0px 0 0 0px;
1109) 		width: auto;
1110) 		display: block;
1111) 		}
1112) 
1113) 	.dbox.donate h3 {
1114) 		padding-left: 0px;
1115) 		color: #23300E;
1116) 		margin: 0 0 10px 0;
1117) 		}
1118) 
1119) 	.dbox.donate h4 {
1120) 		padding-left: 20px;
1121) 		}
1122) 
1123) 	.dbox.donate p {
1124) 		padding: 5px 20px 15px 40px;
1125) 		}
1126) 	
1127) 	.dbox.donate span {
1128) 		float: left;
1129) 		padding-right: 0px;
1130) 		}
1131) 	
1132) 	.dbox.donate div label {
1133) 		padding: 0px 10px 0px 0px;
1134) 		}
1135) 
1136) 	.dbox.donate .type {
1137) 		padding-left: 20px;
1138) 		}
1139) 
1140) 	.dbox.donate select#t3 {
1141) 		width: auto;
1142) 		margin-bottom: 0px;
1143) 		}
1144) 
1145) 	.dbox.donate ul.amounts {
1146) 		width: auto;
1147) 		}
1148) 
1149) 	.dbox.donate ul.amounts li {
1150) 		display: inline-block;
Andrew Lewman patches to download page to...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

1152) 		}
1153) 
1154) 	.dbox.donate ul.amounts li label {
1155) 		padding: 0px 0px 0px 5px;
1156) 		}
1157) 		
1158) 	.dbox.donate input.donate-btn {
1159) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
1160) 		height: 26px;
1161) 		width: 115px;
1162) 		margin-top: -3px;
1163) 		display: inline-block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

1167) 		}
1168) 
1169) .dbox.dsmall {
1170) 	position: relative;
1171) 	display: inline-block;
1172) 	width: 170px;
1173) 	height: 140px;
1174) 	text-align: center;
1175) 	margin: 0px 10px;
1176) 	vertical-align: top;
1177) 	}
1178) 
1179) 	.dbox.dsmall input.donate-btn {
1180) 		background: url() left top no-repeat transparent;
1181) 		width: auto;
1182) 		height: auto;
1183) 		margin-top: 0px;
1184) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 13 years ago

1185) 		background-color: transparent;
1186) 		color: transparent;
1187) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 14 years ago

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

Andrew Lewman authored 13 years ago

1190) 	.dbox.dsmall div label {
1191) 		padding: 0px 0px 0px 0px;
1192) 		}
1193) 
1194) 	.dbox.dsmall small {
1195) 		display: block;
1196) 		position: absolute;
1197) 		width: 172px;
1198) 		float: none;
1199) 		bottom: 20px;
1200) 		margin: 0px auto;
1201) 		}
1202) 	
1203) 	.givv p {
1204) 		text-align: justify;
1205) 		margin-top: 10px;
1206) 		font-size: 11px;
1207) 		line-height: 13px;
1208) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 14 years ago

1209) /*
1210) ** Markup free clearing
1211) ** Details: http://www.positioniseverything.net/easyclearing.html
1212) */
1213) .clearfix:after {
1214)   content: ".";
1215)   display: block;
1216)   height: 0;
1217)   clear: both;
1218)   visibility: hidden;
1219) }
1220) 
1221) .clearfix {
1222)   display: inline-block;
1223) }
1224) 
1225) /* Hides from IE-mac \*/
1226) * html .clearfix {
1227)   height: 1%;
1228) }
1229) .clearfix {
1230)   display: block;
1231) }