754b7f59addd05e63c86b915e9255753539f3a9e
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,
Sebastian Hahn Revert "try to do it more r...

Sebastian Hahn authored 8 years ago

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 {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

251)     color: #2A2A2A;
252)     font-family: Helvetica, Arial, sans-serif;
253)     font-size: 24px;
254)     font-weight: normal;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

255)   }
256) 
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

257) .package h2 big {
258)     font-size: 1.5em;
259) }
260) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

261) .package p {
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

263)   line-height: 18px;
264)   }
265) 
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

266) .package em {
267)     font-style: normal;
268) }
269) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

270) .lang {
271)   line-height: 18px;
272)   color: #23300E;
Moritz Bartl enlargen language selection...

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 12 years ago

274)   }
275) 
276) .button .strong {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

277)   text-transform: uppercase;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

278)   font-size: 20px;
279)   font-weight: bold;
280)   color: #FFFFFF;
281)   }
282) 
283) .button .normal {
284)   font-size: 12px;
285)   font-weight: bold;
286)   color: #FFFFFF;
287)   }
288) 
289) .siginfo {
290)   font-size: 10px;
291)   text-decoration: none;
292)   }
293) 
294) .additional {
295)   font-size: 12px;
296)   line-height: 16px;
297)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

298) 
299) /* MISC ------------*/
300) 
301) .continue a:link,
302) .continue a:visited {
303) 	float: right;
304) 	font-weight: bold;
305) 	text-decoration: none;
306) }
307) 
308) .paypal {
309) 	font-size: 1.167em;
310) 	color: #666;
311) }
312) 
Andrew Lewman add dt and dd to the css ty...

Andrew Lewman authored 13 years ago

313) .amazon {
314) 	font-size: 1.167em;
315) 	color: #666;
316) }
317) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

318) .warning-top h2 {
319)   font-size: 1em;
320)   line-height: 18px;
321)   }
322) 
323) .warning-top p {
324)   font-size: 0.8em;
325)   line-height: 14px;
326)   }
327) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

354) .or {
355) 	color: #c0e07a;
356) 	font-size: 3em;
357) 	padding: 30px 20px;
358) 	font-weight: bold;
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

391) }
392) #footer ul {
393) 	padding-left: 0;
394) 	list-style: none;
Andrew Lewman fix the css for the headers...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

396) 
397) #footer ul li {
398) 	line-height: 18px;
399) }
400) 
Damian Johnson Adding project summaries an...

Damian Johnson authored 13 years ago

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

Damian Johnson authored 10 years ago

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