3fd78909c55b885eac2d3e07ce5d82616c67922c
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) @charset "UTF-8";
2) /* IE7 and Lower */
3) 
4) 
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

5) #nav { margin: 0; display: block; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

6) #nav ul li a:link,
7) #nav ul li a:visited {
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

8) 	display: inline;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9) 	height: 50px;
10) }
11) 
12) h1.headline { padding: 5px 0 10px; }
13) p.desc { margin: -10px 0 10px; }
14) 
15) #download a:link,
16) #download a:visited {
17) 	margin: -14px 0 0;
18) }
19) 
20) 	#sidenav ul li ul {
21) 		display: inline-block;
22) 	}
23) 
24) 	#sidenav ul li.active,
25) 	#sidenav ul li.active-longtitle {
26) 		background: none;
27) 		width: 100%;
28) 		border-bottom: 1px solid #ddd;
29) 	}
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

31) #calltoaction ul li:first-child a:link,
32) #calltoaction ul li:first-child a:visited {
33)    background: url(../images/cta-buttons.jpg) top center no-repeat;
34) 	}
35) 	
36) #calltoaction ul li:hover:first-child a {
37)    background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
38) 	}
39) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

40) .hlist {
41) 	text-align: center;
42) 	display: block;
43) 	width: 100%;
44) 	padding: 0px 0px;
45) 	list-style: none;
46) 	margin: 0px 0px 18px 0px;
47) 	}
48) 
49) 	.hlist li {
50) 		width: auto;
51) 		display: inline;
52) 		float: left;
53) 		border-right: 1px solid #444444;
54) 		margin-left: -4px;
55) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

57) 	.hlist li.last {
58) 		border-right: 0px solid #444444;
59) 		}
60) 
61) 	.hlist a {
62) 		display: block;
63) 		top: 0px;
64) 		right: 0px;
65) 		bottom: 0px;
66) 		left: 0px;
67) 		text-decoration: none;
68) 		font-weight: bold;
69) 		padding: 0px 8px;
70) 		}
71) 	
72) .dbox.donate ul.amounts li {
73) 	list-style-type: none;
74) 	display: inline;
75) 	float: left;
76) 	margin-left: 20px;
77) 	}
78) 
79)  .donate-btn {
80) 	width: 122px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

81) 	font-size: 0;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

82) 	color: transparent;
83)  } 
84) 	
85) .dbox.dl {
Andrew Lewman patch some oddities for win...

Andrew Lewman authored 12 years ago

86) 	margin: 0px 0px 20px 0px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

87) 	}
88) 
89) .dbox.dsmall {
90) 	display: inline;
91) 	float: left;
92) 	}
93) 
94) 	.dbox.dsmall small {
95) 		position: static;
96) 		display: inline;
97) 		float: none;
98) 		}
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

99) 
100) .focus .continue { padding-bottom: 20px; }
101) 
102) table h2 { margin-bottom: -4px; padding-bottom: 0;}
103) 
Andrew Lewman patch some oddities for win...

Andrew Lewman authored 12 years ago

104) .desc {
105)   width: 420px;
106)   }
107)