03008936cc8603fa26a53fad73d4d3da40e22e85
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) 
Arthur Edelstein Bug 22357: Move download la...

Arthur Edelstein authored 6 years ago

29) .hidden { display: none; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

30) 
31) /* HEADER ------------*/
32) 
33) #header {
34) 	width: 960px;
35) 	height: 97px;
36) 	margin-bottom: 23px;
37) 	position: relative;
38) }
39) 
40)   h1#logo {
41)     margin: 0;
42)     float: left;
43)   }
44) 
45) 	h1#logo a,
46) 	h1#logo a:visited {
hiro Fix css in people page and...

hiro authored 6 years ago

47) 	    background: url(../images/tor-logo.png) left top no-repeat;
48) 	    background-size: 150px 97px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

49) 		text-indent: -9999px;
50) 		overflow: hidden;
Andrew Lewman revert part of r24933, the...

Andrew Lewman authored 12 years ago

51) 		width: 150px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

52) 		height: 97px;
53) 		display: block;
54) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

55) 
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

56) #nav {
57)   position: absolute;
58)   top: 30px;
hiromipaw Adjust css top nav

hiromipaw authored 6 years ago

59)   left: 115px;
60)   float: right;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

61) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

63) 		#nav ul {
64) 			height: 50px;
65) 			float: right;
66) 			margin-bottom: 0;
67) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

69) 			#nav ul li {
70) 				float: left;
71) 				display: inline;
72) 				width: auto;
73) 			}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

74) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

75) #calltoaction {
76)   height: 30px;
77)   float: right;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

78)   margin-top: 100px;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

79)   margin-right: 5px;
80)   text-align: center;
81)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

82) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

83)   #calltoaction ul {
84)     padding: 0;
85)     margin: 0px;
86)     height: 30px;
87)     list-style: none;
88)     float: right;
89)     }
90) 
91)   #calltoaction ul li {
92)     list-style: none;
93)     display: inline;
94)     float: none;
95)     width: 100px;
96)     margin-left: 0px;
97)     }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

98) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

99)   #calltoaction ul li a:link,
100)   #calltoaction ul li a:visited {
101)     display: block;
102)     background: url(../images/cta-buttons.jpg) top center no-repeat #885ca4;
103)     padding: 4px 8px;
104)     color: #FFFFFF;
105)     font-weight: bold;
106)     text-decoration: none;
107)     font-size: 13px;
108)     line-height: 22px;
109)     height: 22px;
110)     width: 84px;
111)     float: left;
112)     text-shadow: 1px 1px 0px #111111;
113)     }
114) 
115)   #calltoaction ul li:hover a {
116)     background: url(../images/cta-buttons.jpg) bottom center no-repeat #ff9800;
117)     font-weight: bold;
118)     text-shadow: 1px 1px 0px #111111;
119)     }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

120) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

121)   #calltoaction ul li:first-child a:link,
122)   #calltoaction ul li:first-child a:visited,
123)   #calltoaction ul li:hover:first-child a {
124)     -webkit-border-top-left-radius: 7px;
125)     -webkit-border-bottom-left-radius: 7px;
126)     -moz-border-radius-topleft: 7px;
127)     -moz-border-radius-bottomleft: 7px;
128)     border-top-left-radius: 7px;
129)     border-bottom-left-radius: 7px;
130)     }
131) 
132)   #calltoaction ul li:first-child a:link,
133)   #calltoaction ul li:first-child a:visited {
134)     background: url(../images/cta-buttons.jpg) top left no-repeat #885ca4;
135)     }
136) 
137)   #calltoaction ul li:hover:first-child a {
138)     background: url(../images/cta-buttons.jpg) bottom left no-repeat #ff9800;
139)     }
140) 
141)   #calltoaction ul li:last-child a:link,
142)   #calltoaction ul li:last-child a:visited,
143)   #calltoaction ul li:hover:last-child a {
144)     -webkit-border-top-right-radius: 7px;
145)     -webkit-border-bottom-right-radius: 7px;
146)     -moz-border-radius-topright: 7px;
147)     -moz-border-radius-bottomright: 7px;
148)     border-top-right-radius: 7px;
149)     border-bottom-right-radius: 7px;
150)     }
151) 
152)   #calltoaction ul li:last-child a:link,
153)   #calltoaction ul li:last-child a:visited {
154)     background: url(../images/cta-buttons.jpg) top right no-repeat #885ca4;
155)     color: #FFFFFF;
156)     }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

157) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

158)   #calltoaction ul li:hover:last-child a {
159)     background: url(../images/cta-buttons.jpg) bottom right no-repeat #ff9800;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

160)     }
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) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

203) 		#download a:hover {
204) 			background-position: 0 -114px;
205) 		}
206) 		#download a:hover .version,
207) 		#download a:hover .info { color: #f1c6a1; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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) 			}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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 Fix the tor browser images...

Andrew Lewman authored 12 years ago

229) 	#content img { max-width: 710px; }
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) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

239) 	#maincol {
240) 		float: right;
241) 		width: 710px;
242) 		margin-bottom: 20px;
243) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

244) 
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

245) 	#dow-don-left,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

246) 	#maincol-left {
247) 		float: left;
248) 		width: 710px;
249) 		margin-bottom: 20px;
250) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

251) 
252)     #maincol .topforty .icon img {
253)         border: none;
254)     }
255) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

256) 		.subcol {
257) 			width: 280px;
258) 			float: left;
259) 			margin: 0 0 25px;
260) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

262) 			#content .first {
263) 				margin-right: 20px;
264) 			}
265) 
266) /* SIDEBAR ------------*/
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

268) #home #sidecol {
269) 	float: right;
270) 	width: 300px;
271) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

273) #sidecol {
274) 	float: left;
275) 	width: 230px;
276) 	margin-right: 20px;
277) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

278) 
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

279) #dow-don-right,
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

280) #sidecol-right {
281) 	float: right;
282) 	width: 230px;
283) 	margin-left: 20px;
Arthur Edelstein Bug 20734: Fix links and re...

Arthur Edelstein authored 7 years ago

284)         padding-top: 100px;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

285) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

286) 
Sebastian Hahn Revert "add css class for c...

Sebastian Hahn authored 8 years ago

287) 	#torusers { margin: 0 0 27px; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

288) 		.user {
289) 			margin: 0 0 12px;
290) 			height: auto;
291) 		}
292) 		.user img, .project-icon {
293) 			border: 1px solid #cac8a7;
294) 			float: left;
295) 			margin: 3px 10px 0 0;
296) 		}
297) 		.user p { margin: 0; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

299) /* IMGSHADOW ------------*/
300) 
301) .img-shadow {
302) 	float:left;
303) 	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
304) 	background: url(../images/shadow.gif) no-repeat bottom right;
305) 	margin: 10px 0 10px 10px !important;
306) 	margin: 10px 0 10px 5px;
307) }
308) 
309) 	.img-shadow .infoblock,
310) 	.img-shadow .important-infoblock,
311) 	.img-shadow .custom-infoblock,
312) 	.img-shadow #sidenav,
313) 	.img-shadow .sidenav-sub {
314) 		display: block;
315) 		position: relative;
316) 		margin: -6px 6px 6px -6px;
317) 		background-color: #fff;
318) 		border: 1px solid #ddd;
319) 	}
320) 	.img-shadow .important-infoblock {
321) 		background-color: #f7f8f0;
322) 		border: 1px solid #eeefe8;
323) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

325) 	.img-shadow .infoblock,
326) 	.img-shadow .important-infoblock {
327) 		padding: 15px;
328) 		width: 188px;
329) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

331) 	.img-shadow .custom-infoblock {
332) 		padding: 15px;
333) 		height: 120px;
334) 		width: 426px;
335) 	}
336) 
337) 	.img-shadow .infoblock p,
338) 	.img-shadow .important-infoblock p,
339) 	.img-shadow .custom-infoblock p {
340) 		margin: 0;
341) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

342) 
343) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

344) /* SIDENAV ------------*/
345) 
346) /*Note: #sidenav-sub is used on the downloads page as a tertiary navigation*/
347) 
348) .img-shadow #sidenav,
349) .img-shadow .sidenav-sub {
350) 	padding: 10px 0 0;
351) 	width: 218px;
352) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

354) 	#sidenav ul li,
355) 	.sidenav-sub ul li { border-bottom: 1px solid #ddd; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

357) 	#sidenav ul li.dropdown a:link,
358) 	#sidenav ul li.dropdown a:visited { background: url(../images/sidenav-arrow.gif) left center no-repeat; }
359) 	#sidenav ul li.dropdown a.active { background: url(../images/sidenav-arrow-active.gif) left center no-repeat; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

361) 	.sidenav-sub ul li.dropdown a:link,
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

362) 	.sidenav-sub ul li.dropdown a:visited {
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

363) 		background: url(../images/sidenav-arrow.gif) left top no-repeat;
364) 		margin-top: 12px;
365) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

367) 	#sidenav ul li a:link,
368) 	#sidenav ul li a:visited {
369) 		display: block;
370) 		height: auto;
371) 		padding: 8px 15px 8px 26px;
372) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

374) 	#sidenav ul li ul li a:link,
375) 	#sidenav ul li ul li a:visited {
376) 		padding-left: 37px;
377) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

379) 	.sidenav-sub ul li a:link,
380) 	.sidenav-sub ul li a:visited {
381) 		display: block;
382) 		padding: 0 15px 10px 26px;
383) 		line-height: 16px;
384) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

386) 	#sidenav ul li.active {
387) 		background: url(../images/sidenav-active.png) left center no-repeat;
388) 		width: 230px;
389) 		border: 0;
390) 	}
391) 
392)   #sidenav ul li ul li ul li a:link,
393) 	#sidenav ul li ul li ul li a:visited {
394) 		padding-left: 48px;
395) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

397) /* TABLE ------------*/
398) 
399) table { width: 100%; }
400) 
401) td { padding: 12px; }
402) 
403) table td img,
404) table tr img {
ilv Completely removed img border

ilv authored 8 years ago

405) 	border: none;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

406) 	float: left;
407) 	margin-right: 10px;
408) }
409) 
410) .icon {
411) 	float: left;
412) 	width: auto;
413) 	margin-right: 15px;
414) 	padding: 10px 0;
415) 	border: 0;
416) }
417) 
418) .calendar {
419) 	background: url(../images/icon-calendar.jpg) left top no-repeat;
420) 	float: left;
421) 	margin-right: 10px;
422) 	width: 45px;
423) 	height: 54px;
424) 	text-align: center;
425) 	padding: 4px 0;
426) }
427) .fauxhead {
428) 	background: url(../images/table-arrow.jpg) right top no-repeat;
429) 	width: 100%;
430) 	height: 11px;
431) }
432) 
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

433) #home-our-projects td {
434)   height: 92px;
435)   width: 296px;
436)   padding: 6px;
437)   }
438) 
Damian Johnson Adding tor ecosystem presen...

Damian Johnson authored 10 years ago

439) #ecosystem_presentation {
440)   height: 30px;
441)   padding-top: 10px;
442)   padding-left: 60px;
443)   vertical-align: middle;
444)   background: url("../images/video.png") no-repeat scroll left center transparent;
445)   font-size: 1.7em;
446)   font-weight: bold;
447) }
448) 
449) #ecosystem_presentation a {
450)   text-decoration: none;
451) }
452) 
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

453) .project {
454)   float: left;
455)   padding: 6px;
456)   border: 1px solid #CAC8A7;
457)   height: 76px;
458)   width: 284px;
459)   -webkit-border-radius: 10px;
460)   -moz-border-radius: 10px;
461)   border-radius: 10px;
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

462)   }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

463) 
464) .project img {
465)   border: none;
466)   margin-right: 6px;
467)   }
468) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

469) .beige { background: #f5f5df; }
Andrew Lewman slightly lighter gray.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

471) 
472) .meta {
473) 	float: right;
474) 	width: auto;
475) }
476) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

479) .windows24 {
480)  /* Open Icon Library - Webpage Icons Package
481)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
482)   background: url("../images/icon-windows24.png") no-repeat scroll left center transparent;
483)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

485) .mac24 {
486)  /* Open Icon Library - Webpage Icons Package
487)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
488)   background: url("../images/icon-mac24.png") no-repeat scroll left center transparent;
489)   }
490) 
491) .linux24 {
492)  /* Open Icon Library - Webpage Icons Package
493)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
494)   background: url("../images/icon-linux24.png") no-repeat scroll left center transparent;
495)   }
496) 
497) .smartphone24 {
498) /* Icon from the Crystal set
499)  * author: Everaldo Coelho
500)  * source: http://www.everaldo.com/crystal/
501)  * license: LGPL v2 */
502)   background: url("../images/icon-smartphone24.png") no-repeat scroll left center transparent;
503)   }
504) 
505) .sourcecode24 {
506) /* Icon from the Crystal set
507)  * author: Everaldo Coelho
508)  * source: http://www.everaldo.com/crystal/
509)  * license: LGPL v2 */
510)   background: url("../images/icon-sourcecode24.png") no-repeat scroll left center transparent;
511)   }
512) 
513) .windows24,
514) .mac24,
515) .linux24,
516) .smartphone24,
517) .sourcecode24 {
518)   display: block;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

519)   line-height: 32px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

520)   padding: 0px 0 0px 33px;
521)   }
522) 
523) .accordionButton {
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

524)   background: url("../images/table-title.jpg") repeat-x left bottom #885CA4;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

525)   color: #FFFFFF;
526)   margin: 0;
527)   font-size: 1.1em;
528)   font-weight: bold;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

529)   height: 32px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

530)   float: left;
531)   _float: none;  /* Float works in all browsers but IE6 */
532)   border: 1px solid #FFFFFF;
533)   border-bottom: none;
534)   cursor: pointer;
535)   -webkit-border-top-left-radius: 7px;
536)   -webkit-border-top-right-radius: 7px;
537)   -moz-border-radius-topleft: 7px;
538)   -moz-border-radius-topright: 7px;
539)   border-top-left-radius: 7px;
540)   border-top-right-radius: 7px;
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

541)   position: relative;
542)   padding-left: 30px;
543)   width: 680px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

544)   }
545) 
546)   .accordionButton:hover {
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

547)     background: url("../images/table-title-hover.jpg") repeat-x left bottom #885CA4;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

548)     text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
549)     }
550) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

551) .on:before,
552) .off:before {
553)   position: absolute;
554)   content: '';
555)   height: 0px;
556)   width: 0px;
557)   font-size:0px;
558)   line-height:0px;
559)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

560) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

561) .on:before {
562)   top: 14px;
563)   left: 10px;
564)   border-left:7px solid transparent;
565)   border-right:7px solid transparent;
566)   border-top:7px solid #FFFFFF;
567)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

568) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

569) .off:before {
570)   top: 9px;
571)   left: 14px;
572)   border-bottom:7px solid transparent;  /* left arrow slant */
573)   border-top:7px solid transparent; /* right arrow slant */
574)   border-left:7px solid #FFFFFF; /* bottom, add background color here */
575)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

576) 
577)   .accordionContent {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

578)   width: 708px;
579)   float: left;
580)   _float: none;  /* Float works in all browsers but IE6 */
581)   background: #FFFFFF;
582)   display: block;
583)   }
584) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

585) .accordionContent .fauxhead {
586)   width: 710px;
587)   }
588) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

589) .package {
590)   float: left;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

591)   height: 280px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

592)   margin: 0px;
593)   padding: 25px 20px 20px 20px;
594)   border-top: 1px solid #888888;
595)   }
596) 
597)   .package h2 {
598)     margin-bottom: 3px;
599)     }
600) 
601)   .package p {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

602)     margin-top: 16px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

603)     padding-left: 10px;
604)     }
605) 
606) .downloads {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

607)   display: block;
608)   float: left;
609)   width: 238px;
610)   padding: 0 16px 0 0;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

611)   text-align: center;
612)   }
613) 
614) .lang {
615)   float: right;
616)   display: none;
617)   width: 80px;
Moritz Bartl enlargen language selection...

Moritz Bartl authored 11 years ago

618)   height: 20px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

619)   margin: 0px 7px 0px 0px;
620)   padding: 0px 0px 0px 3px;
621)   background-color: #fefff7;
622)   border: 2px solid #CCCFB8;
623)   border-top: 0px;
624)   -webkit-border-bottom-left-radius: 5px;
625)   -webkit-border-bottom-right-radius: 5px;
626)   -moz-border-radius-bottomleft: 5px;
627)   -moz-border-radius-bottomright: 5px;
628)   border-bottom-left-radius: 5px;
629)   border-bottom-right-radius: 5px;
630)   }
631) 
632) .button {
633)   text-align: center;
634)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

635)   width: 234px;
636)   height: 69px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

637)   text-decoration: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

638)   background: url(../images/button-downloadpage.png) bottom left no-repeat;
639)   margin: 0px auto 8px auto;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

640)   text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
641)   -webkit-border-radius: 7px;
642)   -moz-border-radius: 7px;
643)   border-radius: 7px;
644)   }
645) 
646) .button .strong {
647)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

648)   padding: 10px 0 0 57px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

649)   }
650) 
651) .button .normal {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

652)   padding: 5px 0 0 57px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

653)   display: block;
654)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

656) .sig {
657)   display: block;
658)   margin: 3px 0px 20px 0px;
659)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

660) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

661) /* DOWNLOAD-EASY ---*/
662) 
663) .easy {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

664) 	width: 712px;
665) 	margin-bottom: 10px;
666) 	padding-bottom: 8px;
667) }
668) 
669) #download-donate {
670) 	background-attachment: scroll;
671) 	background-clip: border-box;
672) 	background-color: transparent;
673) 	background-image: url(../images/headerbg.jpg);
674) 	background-origin: padding-box;
675) 	background-position: 0% 0%;
676) 	background-repeat: no-repeat;
677) 	background-size: 100% 100%;	
678) }
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

679) 
680) .easy .package h2,
681) .easy .package em {
682)   display: block;
683)   width: 100%;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

684)   text-align: left;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

685)   }
686) 
687) .easy .package h2 {
688)   padding-top: 10px;
689)   padding-bottom: 5px;
690)   }
691) 
692) .easy .package em {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

693)   font-size: 1.2em;
694)   padding-top: 8px;
695)   padding-bottom: 4px;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

696)   }
697) 
698) .easy .package p {
699)   padding-left: 0px;
700)   font-size: 15px;
701)   text-align: justify;
702)   }
703) 
704) .easy .package p.alt-dl {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

705)   text-align: left;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

706)   text-indent: 0px;
707)   padding-left: 0px;
708)   margin-top: 32px;
709)   }
710) 
711) .all-dl {
712)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

713)   text-align: left;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

714)   width: 100%;
715)   font-size: 15px;
716) }
717) 
718) .all-dl a{
719)   text-decoration: none;
720)   font-weight: bold;
721) }
722) 
723) .all-dl a:hover{
724)   text-decoration: underline;
725) }
726) 
727) .easy .package {
728)   float: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

729)   padding: 0 8px 0 12px ;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

730)   }
731) 
732) .open {
733)   display: block;
734)   }
735) 
736) .lang-alt {
737)   line-height: 15px;
738)   font-size: 10px;
739)   float: right;
740)   margin-right: 10px;
741) }
742) 
743) .expander {
744)   text-align: right;
745)   float: right;
746)   padding: 10px 20px 0 0px;
747)   font-size: 15px;
748)   display: none;
749) }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

750) 
751) /* MISC ------------*/
752) 
753) .title {
754) 	background: url(../images/table-title-arrow.jpg) right top no-repeat;
755) 	padding: 10px 25px 0 10px;
756) 	height: 33px;
757) 	float: left;
758) }
759) 
760) 	.title a:link,
761) 	.title a:visited {
762) 		background: url(../images/table-title.jpg) left top no-repeat;
763) 		height: 33px;
764) 		display: block;
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

766) 
767) .paypal {
768) 	float: left;
769) 	width: auto;
770) 	min-height: 159px;
771) 	max-width: 365px;
772) }
773) 	.paypal span { padding-right: 20px; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

775) .warning-top {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

776)   width: 618px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

777)   padding: 10px 10px 10px 60px;
778)   margin: 0px 10px 0px 10px;
779)   display: block;
780)   background: url("../images/warning.png") no-repeat scroll 2px 23px #FFFEB6;
781)   border: 1px solid #A6A427;
782)   border-bottom: none;
783)   -webkit-border-top-left-radius: 5px;
784)   -webkit-border-top-right-radius: 5px;
785)   -moz-border-radius-topleft: 5px;
786)   -moz-border-radius-topright: 5px;
787)   border-top-left-radius: 5px;
788)   border-top-right-radius: 5px;
789)   }
790) 
791)   .warning-top h2 {
792)     padding-right: 15px;
793)     padding-left: 0px;
794)     margin-bottom: 5px;
795)     }
796) 
797)   .warning-top p {
798)     padding-left: 10px;
799)     margin-bottom: 0px;
800)     }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

801) 
802) .warning {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

803)   float: left;
804)   _float: none;  /* Float works in all browsers but IE6 */
805)   padding: 25px 25px;
806)   margin-top: 4px;
807)   }
808) 
809)   .warning p {
810)     padding-left: 10px;
811)     }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

813) .focus {
814) 	background: #f4f2c7;
815) 	border: 1px solid #ebd4a9;
816) 	padding: 10px 15px;
817) }
818) 
819) 	.focus .icon {
820) 		float: left;
821) 		width: auto;
822) 		margin-right: 10px;
823) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

825) .featured-project { width: 313px; }
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

827) /* FORM ------------*/
828) 
829) input, select {
830) 	margin: 0 3px 10px 0;
831) }
832) 
833) input.textfield {
834) 	padding: 0 10px;
835) 	vertical-align: top;
836) }
837) 
838) .donate-btn {
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

840) 	height: 26px;
841) 	width: 92px;
842) 	text-indent: -9999px;
843) 	overflow: hidden;
844) 	border: 0;
845) 	vertical-align: top;
846) 	margin-top: 5px;
847) }
848) 	.donate-btn:hover {
849) 		background-position: 0 -26px;
850) 		cursor: pointer;
851) 	}
852) 
853) .signup {
854) 	background: #96c35a;
855) 	border-top: 1px solid #6ab334;
856) 	border-left: 1px solid #6ab334;
857) 	border-bottom: 1px solid #5a952b;
858) 	border-right: 1px solid #5a952b;
859) 	height: 31px;
860) 	padding: 0 5px;
861) 	vertical-align: top;
862) 	color: #222c14;
863) 	font-weight: bold;
864) 	font-size: 1em;
865) 	line-height: 1em;
866) }
867) 	.signup:hover { background: #6ab334; }
868) 
869) select#lang {
870) 	float: left;
871) 	width: 160px;
872) 	margin-right: 3px;
873) }
874) .go {
875) 	background: #96c35a;
876) 	border-top: 1px solid #6ab334;
877) 	border-left: 1px solid #6ab334;
878) 	border-bottom: 1px solid #5a952b;
879) 	border-right: 1px solid #5a952b;
880) 	padding: 0 5px;
881) 	vertical-align: top;
882) 	color: #222c14;
883) 	font-weight: bold;
884) 	font-size: 1em;
885) 	line-height: 1em;
886) 	height: 18px;
887) }
888) 	.go:hover { background: #6ab334; }
889) 
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

891) /* FOOTER ------------*/
892) 
893) #footer {
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

896) 	height: 200px;
897) 	border-top: 1px solid #ddd;
898) 	padding: 20px 0;
899) 	margin: 20px 0 0;
900) }
901) 
902) 	.onion {
903) 		float: left;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

906) 		padding-right: 20px;
907) 		height: 100%;
908) 	}
909) 
910) 	#footer .about {
911) 		width: 180px;
912) 		padding-right: 30px;
913) 		border-right: 1px solid #ddd;
914) 		float: left;
915) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

917) 	#footer .newsletter {
918) 		padding: 0 0 15px 30px;
919) 		width: auto;
920) 		margin-left: 308px;
921) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

923) 		#footer input.textfield {
924) 			width: 220px;
925) 			height: 26px;
926) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

928) 		#footer input {
929) 			margin: 0;
930) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

932) 	#footer .col {
933) 		float: left;
934) 		width: 100px;
935) 		margin-left: 20px;
936) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

938) 		#footer .first { margin-left: 30px; }
939) 		#footer .wider { width: 201px; }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

940) 
941) 
942) /* DONATION ADDITIONS ----------- */
943) 
944) small {
945) 	margin: 0px auto 0px auto;
946) 	text-align: center;
947) 	font-size: 10px;
948) 	font-style: italic;
949) 	}
950) 
951) .hlist {
952) 	text-align: center;
953) 	display: block;
954) 	width: 100%;
955) 	padding: 0px 0px;
956) 	list-style: none;
957) 	margin: 0px 0px 18px 0px;
958) 	}
959) 
960) 	.hlist li {
961) 		display: inline-block;
962) 		border-right: 1px solid #444444;
963) 		margin-left: -4px;
964) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

966) 	.hlist li.last {
967) 		border-right: 0px solid #444444;
968) 		}
969) 
970) 	.hlist a {
971) 		display: block;
972) 		top: 0px;
973) 		right: 0px;
974) 		bottom: 0px;
975) 		left: 0px;
976) 		text-decoration: none;
977) 		font-weight: bold;
978) 		padding: 0px 8px;
979) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

981) .dbox {
982) 	float: none;
983) 	text-align: center;
984) 	color: #222222;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

985) 	border: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

986) 	padding: 1.4em 0.7em;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

987) 	width: 163px;
988) 	margin: 0px 0px 0px 10px;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

989) }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

990) 
991) 	.dbox p {
992) 		display: block;
993) 		padding: 0px 0px 0px 0px;
994) 		margin: 0px 0px 0px 0px;
995) 		}
996) 
997) 	.dbox h2 {
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

998) 		padding:13px 0px 15px 0px;
999)         position: relative;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1000) 		color: black;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1001)         font-family: Helvetica, Arial, sans-serif;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1002) 		font-size: 18px;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1003)         font-weight: normal;
1004)         height: 35px;
1005)         margin-bottom: -20px;
1006)         margin-left: -6px;
Roger Dingledine move the z-index to the rig...

Roger Dingledine authored 10 years ago

1007)         z-index:-10;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1008) 		}
1009) 
1010) 	.dbox input.donate-btn {
1011) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1012) 		height: 68px;
1013) 		width: 186px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1014) 		margin-top: 0px;
1015) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1016) 		background-color: transparent;
1017) 		color: transparent;
1018) 		margin: 10px auto 10px auto;
1019) 		padding: 0px 0px 0px 0px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1020) 		}
1021) 
1022) 	.dbox span {
1023) 		float: left;
1024) 		padding-right: 0px;
1025) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1027) 	.dbox div label {
1028) 		padding: 0px 10px 0px 0px;
1029) 		}
1030) 
1031) 	.dbox h6#ppinfo{
1032) 		width: 100%;
1033) 		text-align: center;
1034) 		margin: -15px auto 0px auto;
1035) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1037) 	.dbox small,
1038) 	.dbox.donate #ppinfo {
1039) 		margin: 0px auto 0px auto;
1040) 		text-align: center;
1041) 		font-size: 10px;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

1042) 		font-style: normal;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1043) 		}
1044) 
1045) .dbox.dl {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1046)   float: none;
1047)   width: 177px;
1048)   margin: 0px 5px 20px 5px;
1049)   }
1050) 
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

1052) 
1053) .dbox.dl input.amount {
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1054)   width: 87px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1055)   }
1056) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1057) .dbox.donate {
1058) 	float: none;
1059) 	padding: 30px 30px;
1060) 	width: 626px;
1061) 	min-height: 0px;
1062) 	max-width: none;
1063) 	text-align: left;
1064) 	}
1065) 
1066) 	.dbox.donate input ,
1067) 	.dbox.donate select {
1068) 		padding-bottom: 0px;
1069) 		margin-bottom: 0px;
1070) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1072) 	.dbox.donate .drow {
1073) 		margin: 0px 0px 0px 20px;
1074) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1076) 	.dbox.donate .drow div {
1077) 		padding: 0px 0 0 0px;
1078) 		width: auto;
1079) 		display: block;
1080) 		}
1081) 
1082) 	.dbox.donate h3 {
1083) 		padding-left: 0px;
1084) 		color: #23300E;
1085) 		margin: 0 0 10px 0;
1086) 		}
1087) 
1088) 	.dbox.donate h4 {
1089) 		padding-left: 20px;
1090) 		}
1091) 
1092) 	.dbox.donate p {
1093) 		padding: 5px 20px 15px 40px;
1094) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1096) 	.dbox.donate span {
1097) 		float: left;
1098) 		padding-right: 0px;
1099) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1101) 	.dbox.donate div label {
1102) 		padding: 0px 10px 0px 0px;
1103) 		}
1104) 
1105) 	.dbox.donate .type {
1106) 		padding-left: 20px;
1107) 		}
1108) 
1109) 	.dbox.donate select#t3 {
1110) 		width: auto;
1111) 		margin-bottom: 0px;
1112) 		}
1113) 
1114) 	.dbox.donate ul.amounts {
1115) 		width: auto;
1116) 		}
1117) 
1118) 	.dbox.donate ul.amounts li {
1119) 		display: inline-block;
1120) 		}
1121) 
1122) 	.dbox.donate ul.amounts li label {
1123) 		padding: 0px 0px 0px 5px;
1124) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1126) 	.dbox.donate input.donate-btn {
George Kadianakis Revert "fix broken donate b...

George Kadianakis authored 10 years ago

1127) 		background: url(../images/btn_donateCC_LG.gif) left top no-repeat transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1128) 		height: 26px;
1129) 		width: 115px;
1130) 		margin-top: -3px;
1131) 		display: inline-block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1132) 		background-color: transparent;
1133) 		color: transparent;
1134) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1135) 		}
1136) 
1137) .dbox.dsmall {
1138) 	position: relative;
1139) 	display: inline-block;
1140) 	width: 170px;
1141) 	height: 140px;
1142) 	text-align: center;
1143) 	margin: 0px 10px;
1144) 	vertical-align: top;
1145) 	}
1146) 
1147) 	.dbox.dsmall input.donate-btn {
1148) 		background: url() left top no-repeat transparent;
1149) 		width: auto;
1150) 		height: auto;
1151) 		margin-top: 0px;
1152) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1153) 		background-color: transparent;
1154) 		color: transparent;
1155) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1156) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1158) 	.dbox.dsmall div label {
1159) 		padding: 0px 0px 0px 0px;
1160) 		}
1161) 
1162) 	.dbox.dsmall small {
1163) 		display: block;
1164) 		position: absolute;
1165) 		width: 172px;
1166) 		float: none;
1167) 		bottom: 20px;
1168) 		margin: 0px auto;
1169) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1171) 	.givv p {
1172) 		text-align: justify;
1173) 		margin-top: 10px;
1174) 		font-size: 11px;
1175) 		line-height: 13px;
1176) 		}
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1177) 
Andrew Lewman add dwolla donation option.

Andrew Lewman authored 11 years ago

1178) 	dwolla p {
1179) 		text-align: justify;
1180) 		margin-top: 10px;
1181) 		font-size: 11px;
1182) 		line-height: 13px;
1183) 		}
1184) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1185) /* BLOG WIDGET ----------*/
1186) 
1187) div.blogRow, div.blogFirstRow {
1188) 	height: 40px;
1189) 	padding: 3px 10px;
1190) 	margin: 0 0;
1191) }
1192) 
1193) div.blogLastRow {
1194) 	height: 20px;
1195) 	text-align: center;
1196) 	}
1197) 
1198) div.blogFirstRow {
1199) 	height: 22px;
1200) 	background: url(../images/table-head.jpg) left top repeat-x #885ca4;
1201) 	}
1202) 	
1203) .blogRow:hover {
1204) 	background: #f6ffd5;
1205) 	}
1206) 
1207) div.blogRow1, div.blogRow3 {
1208) 	background: #eee8f1;
1209) }
1210) 
1211) .blogFeed a {
1212) text-decoration: none;
1213) }
1214) 
1215) .blogFeed p {
1216) margin: 0;
1217) font-size: 12px;
1218) }
1219) 
1220) p.blogTitle {
1221) 	font-weight: bold;
1222) 	text-decoration: underline;
1223) 	}
1224) 
1225) p.blogAuthor {
1226) 	color: #000000;
1227) 	text-align: right;
1228) 	margin-top: -20px;
1229) 	}
1230) 	
1231) p.blogAuthor em{
1232) 	color: #4e6a20;
1233) 	text-align: right;
1234) 	margin-top: -20px;
1235) 	}
1236) 
1237) p.blogDate {
1238) 	color: #000000;
1239) 	}
1240) 	
1241) .blogFeed h2 {
1242) 	font-size: 1.467em;
1243) 	margin: 0;
1244) 	line-height: 23px;
1245) 	color: #f6f6ed;
1246) 	}
1247) 
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1248) /*
1249)  Project page
1250) */
1251) 
1252)     #projectpage td {
1253)         width: 50%;
1254)     }
1255) 
1256)     .projectbox {
1257)         width: 710px;
1258)         position: relative;
1259)         margin-bottom: 80px;
1260)     }
1261) 
1262) 
1263)     .projectbox .name {
1264)         font-size: 1.5em;
1265)         font-weight: bold;
1266)     }
1267) 
1268)     .projectbox a img {
1269)         float: none;
1270)         position: absolute;
1271)         top: 0;
1272)         left: 0;
1273)     }
1274) 
1275)     .projectbox .projectdesc {
1276)         margin-left: 100px;
1277)     }
1278) /* END */
1279) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1280) /*
1281) ** Markup free clearing
1282) ** Details: http://www.positioniseverything.net/easyclearing.html
1283) */
1284) .clearfix:after {
1285)   content: ".";
1286)   display: block;
1287)   height: 0;
1288)   clear: both;
1289)   visibility: hidden;
1290) }
1291) 
1292) .clearfix {
1293)   display: inline-block;
1294) }
1295) 
1296) /* Hides from IE-mac \*/
1297) * html .clearfix {
1298)   height: 1%;
1299) }
1300) .clearfix {
1301)   display: block;
1302) }
Andrew Lewman clean up the css a tiny bit...

Andrew Lewman authored 13 years ago

1303) /* End hide from IE-mac */
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

1304) 
Arthur Edelstein Bug 22856: 'We're hiring!'...

Arthur Edelstein authored 6 years ago

1305) .joblink {
1306)   display: block;
1307)   font-size: 128%;
1308)   font-weight: bold;
1309)   padding: 10px 5px;
1310)   text-align: right;
1311) }
1312) 
1313) .joblink a {
1314)   text-decoration: none;
1315) }
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1316) 
1317) /* Style The Dropdown Button */
1318) .dropbtn {
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

1319)     background-color: white;
hiromipaw Fix dropdown padding and la...

hiromipaw authored 6 years ago

1320)     padding: 16px 0 0 0;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

1321)     font-size: 100%;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1322)     border: none;
1323)     cursor: pointer;
1324) }
1325) 
1326) /* The container <div> - needed to position the dropdown content */
1327) .dropdown {
1328)     position: relative;
1329)     display: inline-block;
hiromipaw Fix dropdown padding and la...

hiromipaw authored 6 years ago

1330)     padding: 0;
1331)     margin-top: -16px;
1332)     top: 0;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1333) }
1334) 
1335) /* Dropdown Content (Hidden by Default) */
1336) .dropdown-content {
1337)     display: none;
1338)     position: absolute;
1339)     background-color: #f9f9f9;
1340)     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
1341)     z-index: 1;
hiromipaw Fix dropdown top link

hiromipaw authored 6 years ago

1342)     margin: 48px 0 0 0;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1343) }
1344) 
1345) /* Links inside the dropdown */
1346) .dropdown-content a {
1347)     color: black;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

1348)     padding-top: 12px 16px;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1349)     text-decoration: none;
1350)     display: block;
1351) }
1352) 
1353) /* Show the dropdown menu on hover */
1354) .dropdown:hover .dropdown-content {
1355)     display: block;