4978045483012527a6f8bb8db8eb63033d47f47b
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 {
46) 		background: url(../images/tor-logo.jpg) left top no-repeat;
47) 		text-indent: -9999px;
48) 		overflow: hidden;
49) 		width: 150px;
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 increase max img width, lin...

Andrew Lewman authored 13 years ago

229) 	#content img { max-width: 550px; } 
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) 
421) .fauxhead {
422) 	background: url(../images/table-arrow.jpg) right top no-repeat;
423) 	width: 100%;
424) 	height: 11px;
425) }
426) 
427) .beige { background: #f5f5df; }
Andrew Lewman slightly lighter gray.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

429) 
430) .meta {
431) 	float: right;
432) 	width: auto;
433) }
434) 
435) /* DL TABLE ------------*/
436) 
437) td.intro { padding: 0 0 10px; }
438) 
439) .windows,
440) .mac,
441) .linux,
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

442) .android {
443) 	padding: 5px 0 5px 30px;
444) 	}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

445) 
446) .windows { background: url(../images/icon-windows.gif) left center no-repeat; }
447) .mac { background: url(../images/icon-mac.gif) left center no-repeat; }
448) .linux { background: url(../images/icon-linux.gif) left center no-repeat; }
449) .android { background: url(../images/icon-android.gif) left center no-repeat; }
450) 
451) 
452) /* MISC ------------*/
453) 
454) .title {
455) 	background: url(../images/table-title-arrow.jpg) right top no-repeat;
456) 	padding: 10px 25px 0 10px;
457) 	height: 33px;
458) 	float: left;
459) }
460) 
461) 	.title a:link,
462) 	.title a:visited {
463) 		background: url(../images/table-title.jpg) left top no-repeat;
464) 		height: 33px;
465) 		display: block;
466) 	}	
467) 
468) .paypal {
469) 	float: left;
470) 	width: auto;
471) 	min-height: 159px;
472) 	max-width: 365px;
473) }
474) 	.paypal span { padding-right: 20px; }
475) 
476) .warning {
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

477)     background: #F4F2C7;
478)     border: 2px dashed #bfbd8c;
479)     padding: 25px 25px;
480)     margin-top: 4px;
481) 	}
482) 
483) 	.warning h2 {
Andrew Lewman fix the warning image and l...

Andrew Lewman authored 12 years ago

484)  	  background: url("../images/warning2.jpg") no-repeat scroll left top transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

485) 		padding-left: 40px;
486) 		}
487) 	
488) 	.warning p {
489) 		padding-left: 20px;
490) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

491) 	
492) .focus {
493) 	background: #f4f2c7;
494) 	border: 1px solid #ebd4a9;
495) 	padding: 10px 15px;
496) }
497) 
498) 	.focus .icon {
499) 		float: left;
500) 		width: auto;
501) 		margin-right: 10px;
502) 	}
503) 	
504) .featured-project { width: 313px; }
505) 	
506) /* FORM ------------*/
507) 
508) input, select {
509) 	margin: 0 3px 10px 0;
510) }
511) 
512) input.textfield {
513) 	padding: 0 10px;
514) 	vertical-align: top;
515) }
516) 
517) .donate-btn {
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

519) 	height: 26px;
520) 	width: 92px;
521) 	text-indent: -9999px;
522) 	overflow: hidden;
523) 	border: 0;
524) 	vertical-align: top;
525) 	margin-top: 5px;
526) }
527) 	.donate-btn:hover {
528) 		background-position: 0 -26px;
529) 		cursor: pointer;
530) 	}
531) 
532) .signup {
533) 	background: #96c35a;
534) 	border-top: 1px solid #6ab334;
535) 	border-left: 1px solid #6ab334;
536) 	border-bottom: 1px solid #5a952b;
537) 	border-right: 1px solid #5a952b;
538) 	height: 31px;
539) 	padding: 0 5px;
540) 	vertical-align: top;
541) 	color: #222c14;
542) 	font-weight: bold;
543) 	font-size: 1em;
544) 	line-height: 1em;
545) }
546) 	.signup:hover { background: #6ab334; }
547) 
548) select#lang {
549) 	float: left;
550) 	width: 160px;
551) 	margin-right: 3px;
552) }
553) .go {
554) 	background: #96c35a;
555) 	border-top: 1px solid #6ab334;
556) 	border-left: 1px solid #6ab334;
557) 	border-bottom: 1px solid #5a952b;
558) 	border-right: 1px solid #5a952b;
559) 	padding: 0 5px;
560) 	vertical-align: top;
561) 	color: #222c14;
562) 	font-weight: bold;
563) 	font-size: 1em;
564) 	line-height: 1em;
565) 	height: 18px;
566) }
567) 	.go:hover { background: #6ab334; }
568) 
569) 	
570) /* FOOTER ------------*/
571) 
572) #footer {
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

575) 	height: 200px;
576) 	border-top: 1px solid #ddd;
577) 	padding: 20px 0;
578) 	margin: 20px 0 0;
579) }
580) 
581) 	.onion {
582) 		float: left;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

585) 		padding-right: 20px;
586) 		height: 100%;
587) 	}
588) 
589) 	#footer .about {
590) 		width: 180px;
591) 		padding-right: 30px;
592) 		border-right: 1px solid #ddd;
593) 		float: left;
594) 	}
595) 	
596) 	#footer .newsletter {
597) 		padding: 0 0 15px 30px;
598) 		width: auto;
599) 		margin-left: 308px;
600) 	}
601) 	
602) 		#footer input.textfield {
603) 			width: 220px;
604) 			height: 26px;
605) 		}
606) 		
607) 		#footer input {
608) 			margin: 0;
609) 		}
610) 	
611) 	#footer .col {
612) 		float: left;
613) 		width: 100px;
614) 		margin-left: 20px;
615) 	}
616) 	
617) 		#footer .first { margin-left: 30px; }
618) 		#footer .wider { width: 201px; }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

619) 
620) 
621) /* DONATION ADDITIONS ----------- */
622) 
623) small {
624) 	margin: 0px auto 0px auto;
625) 	text-align: center;
626) 	font-size: 10px;
627) 	font-style: italic;
628) 	}
629) 
630) .hlist {
631) 	text-align: center;
632) 	display: block;
633) 	width: 100%;
634) 	padding: 0px 0px;
635) 	list-style: none;
636) 	margin: 0px 0px 18px 0px;
637) 	}
638) 
639) 	.hlist li {
640) 		display: inline-block;
641) 		border-right: 1px solid #444444;
642) 		margin-left: -4px;
643) 		}
644) 	
645) 	.hlist li.last {
646) 		border-right: 0px solid #444444;
647) 		}
648) 
649) 	.hlist a {
650) 		display: block;
651) 		top: 0px;
652) 		right: 0px;
653) 		bottom: 0px;
654) 		left: 0px;
655) 		text-decoration: none;
656) 		font-weight: bold;
657) 		padding: 0px 8px;
658) 		}
659)  
660) .dbox {
661) 	float: none;
662) 	text-align: center;
663) 	color: #222222;
664) 	border: 2px solid #cbcbaf;
665)    background-color: #ffffed;
666) 	padding: 20px 20px;
667) 	width: 163px;
668) 	margin: 0px 0px 0px 10px;
669)    -webkit-border-radius: 5px;
670)    -moz-border-radius: 5px;
671)    border-radius: 5px;
672) 	}
673) 
674) 	.dbox p {
675) 		display: block;
676) 		padding: 0px 0px 0px 0px;
677) 		margin: 0px 0px 0px 0px;
678) 		}
679) 
680) 	.dbox h2 {
681) 		background: url() top left transparent;
682) 		color: #23300E;
683) 		padding:0px 0px 15px 0px;
684) 		}
685) 
686) 	.dbox input ,
687) 	.dbox select {
688) 	   background-color: #fefff7;
689) 	   color: #23300E;
690) 	   border:2px solid #CCCFB8;
691) 	   -webkit-border-radius: 5px;
692) 	   -moz-border-radius: 5px;
693) 	   border-radius: 5px;
694) 	   padding: 0px 0px 0px 5px;
695) 	   margin: 0px 0px 10px 0px;
696) 	   }
697) 
698) 		.dbox input:focus ,
699) 		.dbox select:focus {
700) 		   -moz-box-shadow: 0px 0px 4px #cbcbaf;
701) 		   -webkit-box-shadow: 0px 0px 4px #cbcbaf;
702)  		   box-shadow: 0px 0px 4px #cbcbaf;
703)  		   border:2px solid #cbcbaf;	
704) 		   background-color: #FFFFFF;
705) 			}
706) 
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

707) 		.dbox input.radio {
708) 			border: 0px solid;
709) 			background: #ffffed;
710) 			padding: 0px 0px;
711) 			}
712) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

713) 	.dbox select.cur {
714) 		margin-right: 5px;
715) 		text-align: left;
716) 		}
717) 
718) 	.dbox input.amount {
719) 		width: 100px;
720) 		margin-right: 0px;
721) 		text-align: left;
722) 		}
723) 	
724) 	.dbox select#t3 {
725) 		width: 100%;
726) 		margin-bottom: 20px;
727) 		padding: 0px 0px;
728) 		}
729) 
730) 	.dbox input.donate-btn {
731) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
732) 		height: 26px;
733) 		width: 122px;
734) 		margin-top: 0px;
735) 		display: block;
736) 	   background-color: transparent;
737) 	   color: transparent;
738) 	   border:0px solid transparent;
739) 	   -webkit-border-radius: 5px;
740) 	   -moz-border-radius: 5px;
741) 	   border-radius: 5px;
742) 	   margin: 10px auto 10px auto;
743) 	   padding: 0px 0px 0px 0px;
744) 		}
745) 
746) 	.dbox span {
747) 		float: left;
748) 		padding-right: 0px;
749) 		}
750) 	
751) 	.dbox div label {
752) 		padding: 0px 10px 0px 0px;
753) 		}
754) 
755) 	.dbox h6#ppinfo{
756) 		width: 100%;
757) 		text-align: center;
758) 		margin: -15px auto 0px auto;
759) 		}
760) 	
761) 	.dbox small,
762) 	.dbox.donate #ppinfo {
763) 		margin: 0px auto 0px auto;
764) 		text-align: center;
765) 		font-size: 10px;
766) 		font-style: italic;
767) 		}
768) 
769) .dbox.dl {
770) 	margin: -50px 0px 20px 20px;
771) 	float: right;
772)   	}
773) 			
774) .dbox.donate {
775) 	float: none;
776) 	padding: 30px 30px;
777) 	width: 626px;
778) 	min-height: 0px;
779) 	max-width: none;
780) 	text-align: left;
781) 	}
782) 
783) 	.dbox.donate input ,
784) 	.dbox.donate select {
785) 		padding-bottom: 0px;
786) 		margin-bottom: 0px;
787) 		}
788) 	
789) 	.dbox.donate .drow {
790) 		margin: 0px 0px 0px 20px;
791) 		}
792) 	
793) 	.dbox.donate .drow div {
794) 		padding: 0px 0 0 0px;
795) 		width: auto;
796) 		display: block;
797) 		}
798) 
799) 	.dbox.donate h3 {
800) 		padding-left: 0px;
801) 		color: #23300E;
802) 		margin: 0 0 10px 0;
803) 		}
804) 
805) 	.dbox.donate h4 {
806) 		padding-left: 20px;
807) 		}
808) 
809) 	.dbox.donate p {
810) 		padding: 5px 20px 15px 40px;
811) 		}
812) 	
813) 	.dbox.donate span {
814) 		float: left;
815) 		padding-right: 0px;
816) 		}
817) 	
818) 	.dbox.donate div label {
819) 		padding: 0px 10px 0px 0px;
820) 		}
821) 
822) 	.dbox.donate .type {
823) 		padding-left: 20px;
824) 		}
825) 
826) 	.dbox.donate select#t3 {
827) 		width: auto;
828) 		margin-bottom: 0px;
829) 		}
830) 
831) 	.dbox.donate ul.amounts {
832) 		width: auto;
833) 		}
834) 
835) 	.dbox.donate ul.amounts li {
836) 		display: inline-block;
837) 		margin-left: 20px;
838) 		}
839) 
840) 	.dbox.donate ul.amounts li label {
841) 		padding: 0px 0px 0px 5px;
842) 		}
843) 		
844) 	.dbox.donate input.donate-btn {
845) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
846) 		height: 26px;
847) 		width: 115px;
848) 		margin-top: -3px;
849) 		display: inline-block;
850) 	   background-color: transparent;
851) 	   color: transparent;
852) 	   border:0px solid transparent;
853) 		}
854) 
855) .dbox.dsmall {
856) 	position: relative;
857) 	display: inline-block;
858) 	width: 170px;
859) 	height: 140px;
860) 	text-align: center;
861) 	margin: 0px 10px;
862) 	vertical-align: top;
863) 	}
864) 
865) 	.dbox.dsmall input.donate-btn {
866) 		background: url() left top no-repeat transparent;
867) 		width: auto;
868) 		height: auto;
869) 		margin-top: 0px;
870) 		display: block;
871) 	   background-color: transparent;
872) 	   color: transparent;
873) 	   border:0px solid transparent;
874) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

876) 	.dbox.dsmall div label {
877) 		padding: 0px 0px 0px 0px;
878) 		}
879) 
880) 	.dbox.dsmall small {
881) 		display: block;
882) 		position: absolute;
883) 		width: 172px;
884) 		float: none;
885) 		bottom: 20px;
886) 		margin: 0px auto;
887) 		}
888) 	
889) 	.givv p {
890) 		text-align: justify;
891) 		margin-top: 10px;
892) 		font-size: 11px;
893) 		line-height: 13px;
894) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

895) /*
896) ** Markup free clearing
897) ** Details: http://www.positioniseverything.net/easyclearing.html
898) */
899) .clearfix:after {
900)   content: ".";
901)   display: block;
902)   height: 0;
903)   clear: both;
904)   visibility: hidden;
905) }
906) 
907) .clearfix {
908)   display: inline-block;
909) }
910) 
911) /* Hides from IE-mac \*/
912) * html .clearfix {
913)   height: 1%;
914) }
915) .clearfix {
916)   display: block;
917) }