5a11d26a75b2b166b340c4323e0c3df49ac39ac4
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) @charset "UTF-8";
2) /* Typography */
3) 
4) 
5) /* UNIVERSAL ------------*/
6) 
7) body {
Andrew Lewman remove the font no one has.

Andrew Lewman authored 12 years ago

8) 	font-family: Helvetica, Arial, sans-serif;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

9) 	font-size: 10pt;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

10) 	color: #1a1a1a;
11) }
12) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

13) h1, h2, h3, h4, dt {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

14) 	font-family: Georgia, "Times New Roman", Times, serif;
15) 	font-weight: bold;
16) 	color: #23300e;
17) }
18) 
19) h1 a:link,
20) h1 a:visited,
21) h2 a:link,
22) h2 a:visited,
23) h3 a:link,
24) h3 a:visited,
25) h4 a:link,
26) h4 a:visited { text-decoration: none; }
27) 
28) 
29) h1 {
30) 	font-size: 2em;
31) 	line-height: 28px;
32) 	margin-bottom: 10px;
33) }
34) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

35) h2,dt {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

36) 	font-size: 1.5em;
37) 	line-height: 28px;
38) 	margin-bottom: 10px;
39) }
40) 	.subcol h2 { margin: 0; }
41) 	#sidenav h2,
42) 	.sidenav-sub h2 { padding: 10px 0 0 10px; }
43) 	h2.bulb {
44) 		background: url(../images/lightbulb.jpg) left top no-repeat;
45) 		padding: 0 0 0 25px;
46) 	}
47) 
48) h3 {
Andrew Lewman remove the font no one has.

Andrew Lewman authored 12 years ago

49) 	font-family: Helvetica, Arial, sans-serif;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

50) 	font-size: 1.167em;
51) 	line-height: 20px;
52) 	color: #0d1304;
53) }
54) 
55) h4 {
Andrew Lewman remove the font no one has.

Andrew Lewman authored 12 years ago

56) 	font-family: Helvetica, Arial, sans-serif;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

57) 	line-height: 20px;
58) 	font-size: 1em;
59) }
60) 	.focus h4 { margin-bottom: 5px; }
61) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

62) p, blockquote, ol, ul, dd {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

63) 	font-size: 1em;
64) 	line-height: 20px;
65) 	margin-bottom: 18px;
66) }
67) 
Sebastian Hahn Another attempt to fix disp...

Sebastian Hahn authored 11 years ago

68) pre {
69)     margin-bottom: 18px;
70) }
71) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

72) a:link, a:visited { color: #4e6a20; }
73) a:hover { color: #a07320; }
74) 
75) strong { font-weight: bold; }
Robert Ransom Unbreak the var tag

Robert Ransom authored 13 years ago

76) em, var { font-style: italic; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

77) 
78) blockquote {
79) 	color: #454545;
80) 	font-style: italic;
81) 	padding: 0 20px;
82) }
83) 
84) ol, ul {
85) 	padding-left: 40px;
86) }
Andrew Lewman revert r24069

Andrew Lewman authored 13 years ago

87) ol { list-style: outside lower-alpha; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

88) ul { list-style: outside square; }
89) 
90) .small { font-size: 0.833em; }
91) 
92) .caps {
93) 	font-size: 1em;
94) 	text-transform: uppercase;
95) 	margin: 2px 0 5px;
96) }
97) 
Robert Ransom Make pre elements monospace...

Robert Ransom authored 13 years ago

98) pre, code, tt {
Andrew Lewman remove Courier from the list.

Andrew Lewman authored 13 years ago

99)     font-family: Inconsolata, "Lucida Console", "Droid Sans Mono", Cousine, monospace;
Andrew Lewman try out rransom's fixes fro...

Andrew Lewman authored 13 years ago

100) }
101) 
Robert Ransom Undo a bit more of the dama...

Robert Ransom authored 13 years ago

102) sup {
103)     vertical-align: top;
104) }
105) sub {
106)     vertical-align: bottom;
107) }
108) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

109) /* NAVIGATION ------------*/
110) 
111) #nav ul { font-size: 1.167em; }
112) 
113)   #nav ul li { list-style: none; }
114)   
115)   #nav ul li a:link,
116)   #nav ul li a:visited {
117)     color: #23300e;
118)     text-decoration: none;
119)     padding: 10px 20px 0;
120)     height: 40px;
121)     float: left;
122)   }
123)   #nav ul li a:hover,
124)   #nav ul li a.active { background: url(../images/bg-nav-hover.jpg) left top repeat-x;}
125)   #nav ul li a.active { font-weight: bold; }
126) 
127) #breadcrumbs a:link,
128) #breadcrumbs a:visited,
129) .meta {
130) 	text-transform: uppercase;
131) 	font-size: 0.833em;
132) 	text-decoration: none;
133) }
134) 
135) .meta a:link,
136) .meta a:visited { text-decoration: none; }
137) 
138) 
139) /* BANNER ------------*/
140) 
141) h1.headline {
142) 	color: #fff;
Andrew Lewman make the headline banner st...

Andrew Lewman authored 13 years ago

143) 	font-size: 3.0em;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

144) 	line-height: 28px;
145) 	font-weight: normal;
146) 	text-shadow: 1px 1px 2px #23300e;
147) 	float: left;
148) 	width: 360px;
149) 	margin-bottom: 12px;
150) }
151) 
152) p.desc {
153) 	font-size: 1.417em;
154) 	line-height: 20px;
155) 	color: #fff;
156) 	text-shadow: 1px 1px 2px #23300e;
157) 	width: 360px;
158) 	float: left;
159) }
160) 
161) #banner ul {
162) 	color: #fff;
163) 	text-shadow: 1px 1px 2px #366b32;
164) 	line-height: 16px;
165) 	font-size: 1.167em;
166) }
167) 
168) #banner .incorrect a:link,
169) #banner .incorrect a:visited {
170) 	color: #fff;
171) 	font-size: 0.833em;
172) 	text-align: right;
173) 	width: 315px;
174) 	float: left;
175) 	padding-right: 45px;
176) 	line-height: 0;
177) 	margin: -3px 0 0;
178) }
179) 
180) /* SIDENAV ------------*/
181) 
182) #sidenav ul {
183) 	margin-bottom: 0;
184) 	padding-left: 0;
185) 	list-style: none;
186) }
187) 
188) #sidenav ul li ul li { font-size: 0.917em; }
189) 
190) #sidenav ul li a:link,
191) #sidenav ul li a:visited {
192) 	text-decoration: none;
193) 	color: #23300e;
194) 	line-height: 18px;
195) }
196) 
197) #sidenav ul li a.active,
198) #sidenav ul li.active,
199) #sidenav ul li a:hover { font-weight: bold; }
200) 
201) .sidenav-sub ul {
202) 	padding-left: 0;
203) 	list-style: none;
204) 	margin-bottom: 0;
205) }
206) 
207) .sidenav-sub ul li a:link,
208) .sidenav-sub ul li a:visited {
209) 	text-decoration: none;
210) 		line-height: 16px;
211) }
212) 
213) /* TABLE ------------*/
214) 
215) table h2,
216) #home-our-projects h2,
217) #home-announcements h2 {
218) 	background: url(../images/table-head.jpg) left top repeat-x;
219) 	color: #f6f6ed;
220) 	padding-left: 10px;
221) 	margin: 0;
222) }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

223) 
224) .project p {
225)   line-height: 18px;
226) }
227) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

228) table h3 { font-size: 1.167em; }
229) table p {
230) 	margin: 0; 
231) }
232) 
233) table .name {
234) 	font-size: 1.5em;
235) 	font-weight: bold;
236) 	color: #23300e;
237) }
238) 
239) .calendar .month { color: #fff; }
240) .calendar .day {
241) 	font-weight: bold;
242) 	color: #4d4d4d;
243) 	font-size: 1.429em;
244) 	line-height: 32px;
245) }
246) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

249) .package h2 {
250)   color: #4E6A20;
251)   font-size: 22px;
252)   line-height: 22px;
253)   font-weight: bold;
254)   }
255) 
256) .package p {
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

257)   text-indent: 0px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

258)   line-height: 18px;
259)   }
260) 
261) .lang {
262)   line-height: 18px;
263)   color: #23300E;
264)   font-size: 10px;
265)   }
266) 
267) .button .strong {
268)   font-size: 20px;
269)   font-weight: bold;
270)   color: #FFFFFF;
271)   }
272) 
273) .button .normal {
274)   font-size: 12px;
275)   font-weight: bold;
276)   font-style: italic;
277)   color: #FFFFFF;
278)   }
279) 
280) .siginfo {
281)   font-size: 10px;
282)   text-decoration: none;
283)   font-style: italic;
284)   }
285) 
286) .additional {
287)   font-size: 12px;
288)   line-height: 16px;
289)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

290) 
291) /* MISC ------------*/
292) 
293) .continue a:link,
294) .continue a:visited {
295) 	float: right;
296) 	font-weight: bold;
297) 	text-decoration: none;
298) }
299) 
300) .paypal {
301) 	font-size: 1.167em;
302) 	color: #666;
303) }
304) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

305) .amazon {
306) 	font-size: 1.167em;
307) 	color: #666;
308) }
309) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

310) .warning-top h2 {
311)   font-size: 1em;
312)   line-height: 18px;
313)   }
314) 
315) .warning-top p {
316)   font-size: 0.8em;
317)   line-height: 14px;
318)   }
319) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

320) .warning p {
321) 	color: #3a3a3a;
322) 	margin-bottom: 0;
323) 	line-height: 20px;
324) }
325) 
326) .focus .name {
327) 	font-size: 1.5em;
328) 	font-weight: bold;
329) 	color: #4e6a20;
330) }
331) .focus p { margin: 0; }
332) 
333) .title {
334) 	font-size: 1.167em;
335) 	font-weight: bold;
336) 	color: #f6f6ed;
337) }
338) 
339) 	.title a:link,
340) 	.title a:visited {
341) 		font-weight: bold;
342) 		color: #f6f6ed;
343) 	}
344) 	.title a:hover { color: #f6f6ed; }
345) 	
346) .or {
347) 	color: #c0e07a;
348) 	font-size: 3em;
349) 	padding: 30px 20px;
350) 	font-weight: bold;
351) }	
352) 
353) .fakeol {
354) 	font-family: Georgia, "Times New Roman", Times, serif;
355) 	font-size: 3em;
356) 	color: #e4c07e;
357) 	vertical-align: text-top;
358) 	float: left;
359) 	width: 40px;
360) }
361) 
362) .instructions {
363) 	margin-bottom: 18px;
364) 	float: left;
365) 	width: 620px;
366) 	line-height: 18px;
367) }
368) 
369) .current-relay,
370) .target-relay {
371) 	font-family: Georgia, "Times New Roman", Times, serif;
372) 	font-size: 2.5em;
373) }
374) .current-relay { color: #695279; }
375) .target-relay { color: #4e6a20; }
376) 
377) 
378) /* FOOTER ------------*/
379) 
380) #footer p,
381) #footer ul {
Andrew Lewman make the footer text slight...

Andrew Lewman authored 11 years ago

382) 	font-size: 0.9em; 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

383) }
384) #footer ul {
385) 	padding-left: 0;
386) 	list-style: none;
387) }	
388) 
389) #footer ul li {
390) 	line-height: 18px;
391) }
392)