0756fda8eb80ca08b2d1cf4a455da7681cdf0b29
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;
traumschule css: wrap text on higher zo...

traumschule authored 5 years ago

12)         max-width: 100%;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

13) 	margin: 0 auto;
14) }
15) 
16) .left { float: left; }
17) .right { float: right; }
18) .twenty { width: 20%; }
19) .thirty { width: 30%; }
20) .forty { width: 40%; }
21) .fifty { width: 50%; }
22) .sixty { width: 60%; }
23) .hundred { width: 100%; }
24) 
25) .nopad { padding: 0; }
26) .toppad { padding-top: 10px; }
27) .toptwenty { margin-top: 20px; }
28) .topforty { margin-top: 40px; }
29) 
Arthur Edelstein Bug 22357: Move download la...

Arthur Edelstein authored 6 years ago

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

Andrew Lewman authored 13 years ago

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

hiro authored 6 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

56) 
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

hiromipaw authored 6 years ago

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

Andrew Lewman authored 12 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

159)   #calltoaction ul li:hover:last-child a {
160)     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

161)     }
162) 
163) 
164) /* BANNER ------------*/
165) 
166) 		#banner {
167) 			background: url(../images/bg-banner.jpg) left top no-repeat;
168) 			height: 200px;
169) 			width: 600px;
170) 			padding: 23px 15px;
171) 			margin-bottom: 15px;
172) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

174) 		#download a:link,
175) 		#download a:visited {
176) 			margin: -17px 0 0;
Andrew Lewman make the alternating colors...

Andrew Lewman authored 13 years ago

177)             background: url(../images/button-download.png) left top no-repeat;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

178) 			width: 257px;
179) 			height: 79px;
180) 			float: left;
181) 			padding: 35px 0 0 80px;
182) 			text-decoration: none;
183) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

185) 		#download a .download-tor {
186) 			background: url(../images/button-download-arrow.png) right center no-repeat;
187) 			font-family: "Arial Narrow", Arial, sans-serif;
188) 			color: #fff;
189) 			font-size: 2.167em;
190) 			letter-spacing: 1px;
191) 			padding-right: 25px;
192) 		}
193) 		#download a .version {
194) 			color: #bda5cc;
195) 			font-size: 1.167em;
196) 			line-height: 1.167em;
197) 		}
198) 		#download a .info {
199) 			color: #bda5cc;
200) 			font-size: 0.833em;
201) 			line-height: 0.833em;
202) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

210) 			#banner ul {
211) 				background: #387520 url(../images/banner-gradient.jpg) left top repeat-x;
212) 				border: 1px solid #366b32;
213) 				width: 180px;
214) 				float: right;
215) 				margin: 0 15px 0 0;
216) 				padding: 10px 10px 10px 30px;
217) 			}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

219) 			#banner ul li {
220) 				list-style: url(../images/white-bullet.png) outside;
221) 				padding: 5px 0;
222) 			}
223) 
224) /* CONTENT ------------*/
225) 
226) #content {
227) 	width: 960px;
traumschule css: wrap text on higher zo...

traumschule authored 5 years ago

228) 	max-width: 100%;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

229) }
230) 
Andrew Lewman Fix the tor browser images...

Andrew Lewman authored 12 years ago

231) 	#content img { max-width: 710px; }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

232) 
233) 	#breadcrumbs { padding: 0 0 10px 5px; }
234) 
235) 	#home #maincol {
236) 		float: left;
237) 		width: 620px;
238) 		margin-right: 20px;
239) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

241) 	#maincol {
242) 		float: right;
243) 		width: 710px;
traumschule css: wrap text on higher zo...

traumschule authored 5 years ago

244)                 max-width: 75%;
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

245) 		margin-bottom: 20px;
246) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

271) #home #sidecol {
272) 	float: right;
273) 	width: 300px;
274) }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 13 years ago

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

Arthur Edelstein authored 7 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Sebastian Hahn authored 8 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

347) /* SIDENAV ------------*/
348) 
349) /*Note: #sidenav-sub is used on the downloads page as a tertiary navigation*/
350) 
351) .img-shadow #sidenav,
352) .img-shadow .sidenav-sub {
353) 	padding: 10px 0 0;
354) 	width: 218px;
355) }
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,
358) 	.sidenav-sub ul li { border-bottom: 1px solid #ddd; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

360) 	#sidenav ul li.dropdown a:link,
361) 	#sidenav ul li.dropdown a:visited { background: url(../images/sidenav-arrow.gif) left center no-repeat; }
362) 	#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

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

400) /* TABLE ------------*/
401) 
hiro Fix css in press page so th...

hiro authored 5 years ago

402) #press tr:nth-child(even) {
403) 	background-color: #e5e5e5;
404) }
405) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

406) table { width: 100%; }
407) 
408) td { padding: 12px; }
409) 
410) table td img,
411) table tr img {
ilv Completely removed img border

ilv authored 8 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

440) #home-our-projects td {
441)   height: 92px;
442)   width: 296px;
443)   padding: 6px;
444)   }
445) 
Damian Johnson Adding tor ecosystem presen...

Damian Johnson authored 10 years ago

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

Andrew Lewman authored 12 years ago

460) .project {
461)   float: left;
462)   padding: 6px;
463)   border: 1px solid #CAC8A7;
464)   height: 76px;
465)   width: 284px;
466)   -webkit-border-radius: 10px;
467)   -moz-border-radius: 10px;
468)   border-radius: 10px;
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

470) 
471) .project img {
472)   border: none;
473)   margin-right: 6px;
474)   }
475) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

478) 
479) .meta {
480) 	float: right;
481) 	width: auto;
482) }
483) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

492) .mac24 {
493)  /* Open Icon Library - Webpage Icons Package
494)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
495)   background: url("../images/icon-mac24.png") no-repeat scroll left center transparent;
496)   }
497) 
498) .linux24 {
499)  /* Open Icon Library - Webpage Icons Package
500)   * Source: http://openiconlibrary.sourceforge.net/downloads.html */
501)   background: url("../images/icon-linux24.png") no-repeat scroll left center transparent;
502)   }
503) 
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

504) .android24 {
hiro Fix android logo

hiro authored 5 years ago

505) /* author: Google - Android Logo
506)  * source: http://www.android.com/branding.html 
507)  * license:  Creative Commons Atribución 3.0 Unported */
508)     background: url("../images/icon-android24.png") no-repeat scroll left center transparent;
509)     background-size: 24px;
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

510)   }
511) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

512) .smartphone24 {
513) /* Icon from the Crystal set
514)  * author: Everaldo Coelho
515)  * source: http://www.everaldo.com/crystal/
516)  * license: LGPL v2 */
517)   background: url("../images/icon-smartphone24.png") no-repeat scroll left center transparent;
518)   }
519) 
520) .sourcecode24 {
521) /* Icon from the Crystal set
522)  * author: Everaldo Coelho
523)  * source: http://www.everaldo.com/crystal/
524)  * license: LGPL v2 */
525)   background: url("../images/icon-sourcecode24.png") no-repeat scroll left center transparent;
526)   }
527) 
528) .windows24,
529) .mac24,
530) .linux24,
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

531) .android24,
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

532) .smartphone24,
533) .sourcecode24 {
534)   display: block;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

536)   padding: 0px 0 0px 33px;
537)   }
538) 
539) .accordionButton {
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

541)   color: #FFFFFF;
542)   margin: 0;
543)   font-size: 1.1em;
544)   font-weight: bold;
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

546)   float: left;
547)   _float: none;  /* Float works in all browsers but IE6 */
548)   border: 1px solid #FFFFFF;
549)   border-bottom: none;
550)   cursor: pointer;
551)   -webkit-border-top-left-radius: 7px;
552)   -webkit-border-top-right-radius: 7px;
553)   -moz-border-radius-topleft: 7px;
554)   -moz-border-radius-topright: 7px;
555)   border-top-left-radius: 7px;
556)   border-top-right-radius: 7px;
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

557)   position: relative;
558)   padding-left: 30px;
559)   width: 680px;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

560)   }
561) 
562)   .accordionButton:hover {
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

563)     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

564)     text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
565)     }
566) 
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

567) .on:before,
568) .off:before {
569)   position: absolute;
570)   content: '';
571)   height: 0px;
572)   width: 0px;
573)   font-size:0px;
574)   line-height:0px;
575)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

577) .on:before {
578)   top: 14px;
579)   left: 10px;
580)   border-left:7px solid transparent;
581)   border-right:7px solid transparent;
582)   border-top:7px solid #FFFFFF;
583)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

585) .off:before {
586)   top: 9px;
587)   left: 14px;
588)   border-bottom:7px solid transparent;  /* left arrow slant */
589)   border-top:7px solid transparent; /* right arrow slant */
590)   border-left:7px solid #FFFFFF; /* bottom, add background color here */
591)   }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

592) 
593)   .accordionContent {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

594)   width: 708px;
595)   float: left;
596)   _float: none;  /* Float works in all browsers but IE6 */
597)   background: #FFFFFF;
598)   display: block;
599)   }
600) 
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

601) .accordionContent .fauxhead {
602)   width: 710px;
603)   }
604) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

605) .package {
606)   float: left;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

608)   margin: 0px;
609)   padding: 25px 20px 20px 20px;
610)   border-top: 1px solid #888888;
611)   }
612) 
613)   .package h2 {
614)     margin-bottom: 3px;
615)     }
616) 
617)   .package p {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

619)     padding-left: 10px;
620)     }
621) 
622) .downloads {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

623)   display: block;
624)   float: left;
625)   width: 238px;
626)   padding: 0 16px 0 0;
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

627)   text-align: center;
628)   }
629) 
630) .lang {
631)   float: right;
632)   display: none;
633)   width: 80px;
Moritz Bartl enlargen language selection...

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 12 years ago

635)   margin: 0px 7px 0px 0px;
636)   padding: 0px 0px 0px 3px;
637)   background-color: #fefff7;
638)   border: 2px solid #CCCFB8;
639)   border-top: 0px;
640)   -webkit-border-bottom-left-radius: 5px;
641)   -webkit-border-bottom-right-radius: 5px;
642)   -moz-border-radius-bottomleft: 5px;
643)   -moz-border-radius-bottomright: 5px;
644)   border-bottom-left-radius: 5px;
645)   border-bottom-right-radius: 5px;
646)   }
647) 
648) .button {
649)   text-align: center;
650)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

656)   text-shadow: 1px 1px 0px rgba(17, 17, 17, 1);
657)   -webkit-border-radius: 7px;
658)   -moz-border-radius: 7px;
659)   border-radius: 7px;
660)   }
661) 
662) .button .strong {
663)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

665)   }
666) 
667) .button .normal {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

672) .sig {
673)   display: block;
674)   margin: 3px 0px 20px 0px;
675)   }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

677) /* DOWNLOAD-EASY ---*/
678) 
679) .easy {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

680) 	width: 712px;
681) 	margin-bottom: 10px;
682) 	padding-bottom: 8px;
683) }
684) 
685) #download-donate {
686) 	background-attachment: scroll;
687) 	background-clip: border-box;
688) 	background-color: transparent;
689) 	background-image: url(../images/headerbg.jpg);
690) 	background-origin: padding-box;
691) 	background-position: 0% 0%;
692) 	background-repeat: no-repeat;
hiro Fix css in press page so th...

hiro authored 5 years ago

693) 	background-size: 100% 100%;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

694) }
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

695) 
696) .easy .package h2,
697) .easy .package em {
698)   display: block;
699)   width: 100%;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

701)   }
702) 
703) .easy .package h2 {
704)   padding-top: 10px;
705)   padding-bottom: 5px;
706)   }
707) 
708) .easy .package em {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

709)   font-size: 1.2em;
710)   padding-top: 8px;
711)   padding-bottom: 4px;
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

712)   }
713) 
714) .easy .package p {
715)   padding-left: 0px;
716)   font-size: 15px;
717)   text-align: justify;
718)   }
719) 
720) .easy .package p.alt-dl {
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

722)   text-indent: 0px;
723)   padding-left: 0px;
724)   margin-top: 32px;
725)   }
726) 
727) .all-dl {
728)   display: block;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

730)   width: 100%;
731)   font-size: 15px;
732) }
733) 
734) .all-dl a{
735)   text-decoration: none;
736)   font-weight: bold;
737) }
738) 
739) .all-dl a:hover{
740)   text-decoration: underline;
741) }
742) 
743) .easy .package {
744)   float: none;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

746)   }
747) 
748) .open {
749)   display: block;
750)   }
751) 
752) .lang-alt {
753)   line-height: 15px;
754)   font-size: 10px;
755)   float: right;
756)   margin-right: 10px;
757) }
758) 
759) .expander {
760)   text-align: right;
761)   float: right;
762)   padding: 10px 20px 0 0px;
763)   font-size: 15px;
764)   display: none;
765) }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

766) 
767) /* MISC ------------*/
768) 
769) .title {
770) 	background: url(../images/table-title-arrow.jpg) right top no-repeat;
771) 	padding: 10px 25px 0 10px;
772) 	height: 33px;
773) 	float: left;
774) }
775) 
776) 	.title a:link,
777) 	.title a:visited {
778) 		background: url(../images/table-title.jpg) left top no-repeat;
779) 		height: 33px;
780) 		display: block;
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

782) 
783) .paypal {
784) 	float: left;
785) 	width: auto;
786) 	min-height: 159px;
787) 	max-width: 365px;
788) }
789) 	.paypal span { padding-right: 20px; }
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

793)   padding: 10px 10px 10px 60px;
794)   margin: 0px 10px 0px 10px;
795)   display: block;
796)   background: url("../images/warning.png") no-repeat scroll 2px 23px #FFFEB6;
797)   border: 1px solid #A6A427;
798)   border-bottom: none;
799)   -webkit-border-top-left-radius: 5px;
800)   -webkit-border-top-right-radius: 5px;
801)   -moz-border-radius-topleft: 5px;
802)   -moz-border-radius-topright: 5px;
803)   border-top-left-radius: 5px;
804)   border-top-right-radius: 5px;
805)   }
806) 
807)   .warning-top h2 {
808)     padding-right: 15px;
809)     padding-left: 0px;
810)     margin-bottom: 5px;
811)     }
812) 
813)   .warning-top p {
814)     padding-left: 10px;
815)     margin-bottom: 0px;
816)     }
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

817) 
818) .warning {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

819)   float: left;
820)   _float: none;  /* Float works in all browsers but IE6 */
821)   padding: 25px 25px;
822)   margin-top: 4px;
823)   }
824) 
825)   .warning p {
826)     padding-left: 10px;
827)     }
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

829) .focus {
830) 	background: #f4f2c7;
831) 	border: 1px solid #ebd4a9;
832) 	padding: 10px 15px;
833) }
834) 
835) 	.focus .icon {
836) 		float: left;
837) 		width: auto;
838) 		margin-right: 10px;
839) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

843) /* FORM ------------*/
844) 
845) input, select {
846) 	margin: 0 3px 10px 0;
847) }
848) 
849) input.textfield {
850) 	padding: 0 10px;
851) 	vertical-align: top;
852) }
853) 
854) .donate-btn {
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

856) 	height: 26px;
857) 	width: 92px;
858) 	text-indent: -9999px;
859) 	overflow: hidden;
860) 	border: 0;
861) 	vertical-align: top;
862) 	margin-top: 5px;
863) }
864) 	.donate-btn:hover {
865) 		background-position: 0 -26px;
866) 		cursor: pointer;
867) 	}
868) 
869) .signup {
870) 	background: #96c35a;
871) 	border-top: 1px solid #6ab334;
872) 	border-left: 1px solid #6ab334;
873) 	border-bottom: 1px solid #5a952b;
874) 	border-right: 1px solid #5a952b;
875) 	height: 31px;
876) 	padding: 0 5px;
877) 	vertical-align: top;
878) 	color: #222c14;
879) 	font-weight: bold;
880) 	font-size: 1em;
881) 	line-height: 1em;
882) }
883) 	.signup:hover { background: #6ab334; }
884) 
885) select#lang {
886) 	float: left;
887) 	width: 160px;
888) 	margin-right: 3px;
889) }
890) .go {
891) 	background: #96c35a;
892) 	border-top: 1px solid #6ab334;
893) 	border-left: 1px solid #6ab334;
894) 	border-bottom: 1px solid #5a952b;
895) 	border-right: 1px solid #5a952b;
896) 	padding: 0 5px;
897) 	vertical-align: top;
898) 	color: #222c14;
899) 	font-weight: bold;
900) 	font-size: 1em;
901) 	line-height: 1em;
902) 	height: 18px;
903) }
904) 	.go:hover { background: #6ab334; }
905) 
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

907) /* FOOTER ------------*/
908) 
909) #footer {
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

912) 	height: 200px;
913) 	border-top: 1px solid #ddd;
914) 	padding: 20px 0;
915) 	margin: 20px 0 0;
916) }
917) 
918) 	.onion {
919) 		float: left;
Andrew Lewman increase the space for the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

922) 		padding-right: 20px;
923) 		height: 100%;
924) 	}
925) 
926) 	#footer .about {
927) 		width: 180px;
928) 		padding-right: 30px;
929) 		border-right: 1px solid #ddd;
930) 		float: left;
931) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

933) 	#footer .newsletter {
934) 		padding: 0 0 15px 30px;
935) 		width: auto;
936) 		margin-left: 308px;
937) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

939) 		#footer input.textfield {
940) 			width: 220px;
941) 			height: 26px;
942) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

944) 		#footer input {
945) 			margin: 0;
946) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

948) 	#footer .col {
949) 		float: left;
950) 		width: 100px;
951) 		margin-left: 20px;
952) 	}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

956) 
957) 
958) /* DONATION ADDITIONS ----------- */
959) 
960) small {
961) 	margin: 0px auto 0px auto;
962) 	text-align: center;
963) 	font-size: 10px;
964) 	font-style: italic;
965) 	}
966) 
967) .hlist {
968) 	text-align: center;
969) 	display: block;
970) 	width: 100%;
971) 	padding: 0px 0px;
972) 	list-style: none;
973) 	margin: 0px 0px 18px 0px;
974) 	}
975) 
976) 	.hlist li {
977) 		display: inline-block;
978) 		border-right: 1px solid #444444;
979) 		margin-left: -4px;
980) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

982) 	.hlist li.last {
983) 		border-right: 0px solid #444444;
984) 		}
985) 
986) 	.hlist a {
987) 		display: block;
988) 		top: 0px;
989) 		right: 0px;
990) 		bottom: 0px;
991) 		left: 0px;
992) 		text-decoration: none;
993) 		font-weight: bold;
994) 		padding: 0px 8px;
995) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

997) .dbox {
998) 	float: none;
999) 	text-align: center;
1000) 	color: #222222;
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

1006) 
1007) 	.dbox p {
1008) 		display: block;
1009) 		padding: 0px 0px 0px 0px;
1010) 		margin: 0px 0px 0px 0px;
1011) 		}
1012) 
1013) 	.dbox h2 {
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 10 years ago

1019)         font-weight: normal;
1020)         height: 35px;
1021)         margin-bottom: -20px;
1022)         margin-left: -6px;
Roger Dingledine move the z-index to the rig...

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 12 years ago

1024) 		}
1025) 
1026) 	.dbox input.donate-btn {
1027) 		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

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

1032) 		background-color: transparent;
1033) 		color: transparent;
1034) 		margin: 10px auto 10px auto;
1035) 		padding: 0px 0px 0px 0px;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1036) 		}
1037) 
1038) 	.dbox span {
1039) 		float: left;
1040) 		padding-right: 0px;
1041) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1043) 	.dbox div label {
1044) 		padding: 0px 10px 0px 0px;
1045) 		}
1046) 
1047) 	.dbox h6#ppinfo{
1048) 		width: 100%;
1049) 		text-align: center;
1050) 		margin: -15px auto 0px auto;
1051) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1053) 	.dbox small,
1054) 	.dbox.donate #ppinfo {
1055) 		margin: 0px auto 0px auto;
1056) 		text-align: center;
1057) 		font-size: 10px;
Andrew Lewman update download page per ti...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

1059) 		}
1060) 
1061) .dbox.dl {
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

1062)   float: none;
1063)   width: 177px;
1064)   margin: 0px 5px 20px 5px;
1065)   }
1066) 
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

1068) 
1069) .dbox.dl input.amount {
Andrew Lewman change the layout of the do...

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

1073) .dbox.donate {
1074) 	float: none;
1075) 	padding: 30px 30px;
1076) 	width: 626px;
1077) 	min-height: 0px;
1078) 	max-width: none;
1079) 	text-align: left;
1080) 	}
1081) 
1082) 	.dbox.donate input ,
1083) 	.dbox.donate select {
1084) 		padding-bottom: 0px;
1085) 		margin-bottom: 0px;
1086) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1088) 	.dbox.donate .drow {
1089) 		margin: 0px 0px 0px 20px;
1090) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1092) 	.dbox.donate .drow div {
1093) 		padding: 0px 0 0 0px;
1094) 		width: auto;
1095) 		display: block;
1096) 		}
1097) 
1098) 	.dbox.donate h3 {
1099) 		padding-left: 0px;
1100) 		color: #23300E;
1101) 		margin: 0 0 10px 0;
1102) 		}
1103) 
1104) 	.dbox.donate h4 {
1105) 		padding-left: 20px;
1106) 		}
1107) 
1108) 	.dbox.donate p {
1109) 		padding: 5px 20px 15px 40px;
1110) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1112) 	.dbox.donate span {
1113) 		float: left;
1114) 		padding-right: 0px;
1115) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1117) 	.dbox.donate div label {
1118) 		padding: 0px 10px 0px 0px;
1119) 		}
1120) 
1121) 	.dbox.donate .type {
1122) 		padding-left: 20px;
1123) 		}
1124) 
1125) 	.dbox.donate select#t3 {
1126) 		width: auto;
1127) 		margin-bottom: 0px;
1128) 		}
1129) 
1130) 	.dbox.donate ul.amounts {
1131) 		width: auto;
1132) 		}
1133) 
1134) 	.dbox.donate ul.amounts li {
1135) 		display: inline-block;
1136) 		}
1137) 
1138) 	.dbox.donate ul.amounts li label {
1139) 		padding: 0px 0px 0px 5px;
1140) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

George Kadianakis authored 10 years ago

1143) 		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

1144) 		height: 26px;
1145) 		width: 115px;
1146) 		margin-top: -3px;
1147) 		display: inline-block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1148) 		background-color: transparent;
1149) 		color: transparent;
1150) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

1151) 		}
1152) 
1153) .dbox.dsmall {
1154) 	position: relative;
1155) 	display: inline-block;
1156) 	width: 170px;
1157) 	height: 140px;
1158) 	text-align: center;
1159) 	margin: 0px 10px;
1160) 	vertical-align: top;
1161) 	}
1162) 
1163) 	.dbox.dsmall input.donate-btn {
1164) 		background: url() left top no-repeat transparent;
1165) 		width: auto;
1166) 		height: auto;
1167) 		margin-top: 0px;
1168) 		display: block;
Andrew Lewman apply patch from jeremy to...

Andrew Lewman authored 12 years ago

1169) 		background-color: transparent;
1170) 		color: transparent;
1171) 		border:0px solid transparent;
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1174) 	.dbox.dsmall div label {
1175) 		padding: 0px 0px 0px 0px;
1176) 		}
1177) 
1178) 	.dbox.dsmall small {
1179) 		display: block;
1180) 		position: absolute;
1181) 		width: 172px;
1182) 		float: none;
1183) 		bottom: 20px;
1184) 		margin: 0px auto;
1185) 		}
Arturo Filastò properly style the icons in...

Arturo Filastò authored 12 years ago

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

Andrew Lewman authored 12 years ago

1187) 	.givv p {
1188) 		text-align: justify;
1189) 		margin-top: 10px;
1190) 		font-size: 11px;
1191) 		line-height: 13px;
1192) 		}
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1193) 
Andrew Lewman add dwolla donation option.

Andrew Lewman authored 11 years ago

1194) 	dwolla p {
1195) 		text-align: justify;
1196) 		margin-top: 10px;
1197) 		font-size: 11px;
1198) 		line-height: 13px;
1199) 		}
1200) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1201) /* BLOG WIDGET ----------*/
1202) 
1203) div.blogRow, div.blogFirstRow {
1204) 	height: 40px;
1205) 	padding: 3px 10px;
1206) 	margin: 0 0;
1207) }
1208) 
1209) div.blogLastRow {
1210) 	height: 20px;
1211) 	text-align: center;
1212) 	}
1213) 
1214) div.blogFirstRow {
1215) 	height: 22px;
1216) 	background: url(../images/table-head.jpg) left top repeat-x #885ca4;
1217) 	}
hiro Fix css in press page so th...

hiro authored 5 years ago

1218) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1219) .blogRow:hover {
1220) 	background: #f6ffd5;
1221) 	}
1222) 
1223) div.blogRow1, div.blogRow3 {
1224) 	background: #eee8f1;
1225) }
1226) 
1227) .blogFeed a {
1228) text-decoration: none;
1229) }
1230) 
1231) .blogFeed p {
1232) margin: 0;
1233) font-size: 12px;
1234) }
1235) 
1236) p.blogTitle {
1237) 	font-weight: bold;
1238) 	text-decoration: underline;
1239) 	}
1240) 
1241) p.blogAuthor {
1242) 	color: #000000;
1243) 	text-align: right;
1244) 	margin-top: -20px;
1245) 	}
hiro Fix css in press page so th...

hiro authored 5 years ago

1246) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1247) p.blogAuthor em{
1248) 	color: #4e6a20;
1249) 	text-align: right;
1250) 	margin-top: -20px;
1251) 	}
1252) 
1253) p.blogDate {
1254) 	color: #000000;
1255) 	}
hiro Fix css in press page so th...

hiro authored 5 years ago

1256) 
Andrew Lewman remove Announcements in fav...

Andrew Lewman authored 9 years ago

1257) .blogFeed h2 {
1258) 	font-size: 1.467em;
1259) 	margin: 0;
1260) 	line-height: 23px;
1261) 	color: #f6f6ed;
1262) 	}
1263) 
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1264) /*
1265)  Project page
1266) */
1267) 
1268)     #projectpage td {
1269)         width: 50%;
1270)     }
1271) 
1272)     .projectbox {
1273)         width: 710px;
1274)         position: relative;
1275)         margin-bottom: 80px;
1276)     }
1277) 
1278) 
1279)     .projectbox .name {
1280)         font-size: 1.5em;
1281)         font-weight: bold;
1282)     }
1283) 
1284)     .projectbox a img {
1285)         float: none;
1286)         position: absolute;
1287)         top: 0;
1288)         left: 0;
1289)     }
1290) 
traumschule fix layout of projects page

traumschule authored 5 years ago

1291)     .projectbox .projectdesc {
Arturo Filastò restyle projects page and a...

Arturo Filastò authored 12 years ago

1292)         margin-left: 100px;
1293)     }
1294) /* END */
1295) 
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1296) /*
1297) ** Markup free clearing
1298) ** Details: http://www.positioniseverything.net/easyclearing.html
1299) */
1300) .clearfix:after {
1301)   content: ".";
1302)   display: block;
1303)   height: 0;
1304)   clear: both;
1305)   visibility: hidden;
1306) }
1307) 
1308) .clearfix {
1309)   display: inline-block;
1310) }
1311) 
1312) /* Hides from IE-mac \*/
1313) * html .clearfix {
1314)   height: 1%;
1315) }
1316) .clearfix {
1317)   display: block;
1318) }
Andrew Lewman clean up the css a tiny bit...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 10 years ago

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

Arthur Edelstein authored 6 years ago

1321) .joblink {
1322)   display: block;
1323)   font-size: 128%;
1324)   font-weight: bold;
1325)   padding: 10px 5px;
1326)   text-align: right;
1327) }
1328) 
1329) .joblink a {
1330)   text-decoration: none;
1331) }
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1332) 
1333) /* Style The Dropdown Button */
1334) .dropbtn {
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

1338)     border: none;
1339)     cursor: pointer;
1340) }
1341) 
1342) /* The container <div> - needed to position the dropdown content */
1343) .dropdown {
1344)     position: relative;
1345)     display: inline-block;
hiromipaw Fix dropdown padding and la...

hiromipaw authored 6 years ago

1346)     padding: 0;
1347)     margin-top: -16px;
1348)     top: 0;
hiromipaw Modify languag switch to us...

hiromipaw authored 6 years ago

1349) }
1350) 
1351) /* Dropdown Content (Hidden by Default) */
1352) .dropdown-content {
1353)     display: none;
1354)     position: absolute;
1355)     background-color: #f9f9f9;
1356)     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
1357)     z-index: 1;
hiromipaw Fix dropdown top link

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

1359) }
1360) 
1361) /* Links inside the dropdown */
1362) .dropdown-content a {
1363)     color: black;
hiromipaw Use languages dropdown and...

hiromipaw authored 6 years ago

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

hiromipaw authored 6 years ago

1365)     text-decoration: none;
1366)     display: block;
1367) }
1368) 
1369) /* Show the dropdown menu on hover */
1370) .dropdown:hover .dropdown-content {
1371)     display: block;