1b5756a8746190705d8f504abea825e4e89bc3eb
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; }
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

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,
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

217) #home-announcements h2,
218) #home-users h2 {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

219) 	background: url(../images/table-head.jpg) left top repeat-x;
220) 	color: #f6f6ed;
221) 	padding-left: 10px;
222) 	margin: 0;
223) }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

229) table h3 { font-size: 1.167em; }
230) table p {
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

259)   line-height: 18px;
260)   }
261) 
262) .lang {
263)   line-height: 18px;
264)   color: #23300E;
Moritz Bartl enlargen language selection...

Moritz Bartl authored 11 years ago

265)   font-size: 14px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

321) .warning p {
322) 	color: #3a3a3a;
323) 	margin-bottom: 0;
324) 	line-height: 20px;
325) }
326) 
327) .focus .name {
328) 	font-size: 1.5em;
329) 	font-weight: bold;
330) 	color: #4e6a20;
331) }
332) .focus p { margin: 0; }
333) 
334) .title {
335) 	font-size: 1.167em;
336) 	font-weight: bold;
337) 	color: #f6f6ed;
338) }
339) 
340) 	.title a:link,
341) 	.title a:visited {
342) 		font-weight: bold;
343) 		color: #f6f6ed;
344) 	}
345) 	.title a:hover { color: #f6f6ed; }
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

347) .or {
348) 	color: #c0e07a;
349) 	font-size: 3em;
350) 	padding: 30px 20px;
351) 	font-weight: bold;
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

353) 
354) .fakeol {
355) 	font-family: Georgia, "Times New Roman", Times, serif;
356) 	font-size: 3em;
357) 	color: #e4c07e;
358) 	vertical-align: text-top;
359) 	float: left;
360) 	width: 40px;
361) }
362) 
363) .instructions {
364) 	margin-bottom: 18px;
365) 	float: left;
366) 	width: 620px;
367) 	line-height: 18px;
368) }
369) 
370) .current-relay,
371) .target-relay {
372) 	font-family: Georgia, "Times New Roman", Times, serif;
373) 	font-size: 2.5em;
374) }
375) .current-relay { color: #695279; }
376) .target-relay { color: #4e6a20; }
377) 
378) 
379) /* FOOTER ------------*/
380) 
381) #footer p,
382) #footer ul {
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

384) }
385) #footer ul {
386) 	padding-left: 0;
387) 	list-style: none;
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

389) 
390) #footer ul li {
391) 	line-height: 18px;
392) }
393) 
Damian Johnson Adding project summaries an...

Damian Johnson authored 13 years ago

394) /* PROJECTS TABLE ----*/
395) 
396) #projects {
397)   font-family: sans-serif;
398)   width: 100%;
399)   border-collapse: collapse;
400) }
401) 
402) #projects td, #projects th {
403)   font-size: 1.2em;
404)   border: 1px solid #98bf21;
405)   padding: 3px 7px 2px 7px;
406) }
407) 
408) #projects th {
409)   font-size: 1.4em;
410)   text-align: left;
411)   padding-top: 5px;
412)   padding-bottom: 4px;
413)   background-color: #A7C942;
414)   color: #fff;
415) }
416) 
Damian Johnson Using a better method to st...

Damian Johnson authored 10 years ago

417) #projects tr:nth-child(2n+1) td {