Mercurial > repos > davidmurphy > codonlogo
comparison weblogolib/htdocs/logo.css @ 0:c55bdc2fb9fa
Uploaded
author | davidmurphy |
---|---|
date | Thu, 27 Oct 2011 12:09:09 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c55bdc2fb9fa |
---|---|
1 | |
2 /* | |
3 Logo Cascading Style Sheet | |
4 */ | |
5 | |
6 body { | |
7 font-family: sans-serif; | |
8 color: black; | |
9 background: white; | |
10 } | |
11 a:link { color: #369; background: transparent } | |
12 a:visited { color: #066; background: transparent } | |
13 a:active { color: #C00; background: transparent } | |
14 | |
15 a.selected:visited { | |
16 color: #000; | |
17 background: #EEE; | |
18 text-decoration: none; | |
19 } | |
20 | |
21 li {margin-bottom: 0.5em} | |
22 | |
23 | |
24 th, td { /* ns 4 */ | |
25 font-family: sans-serif; | |
26 } | |
27 | |
28 h1, h2, h3, h4, h5, h6 { text-align: left } | |
29 h1 { color: #900 } | |
30 h1 { text-align: left } | |
31 h1 { font: 170% sans-serif} | |
32 h2 { font: bold 140% sans-serif } | |
33 h3 { font: bold 120% sans-serif } | |
34 h4 { font: bold 100% sans-serif } | |
35 h5 { font: italic 100% sans-serif } | |
36 h6 { font: small-caps 100% sans-serif } | |
37 | |
38 h2 { margin-top: 2em} | |
39 h4 { margin-bottom: 0.2em} | |
40 | |
41 .discourse { | |
42 font-size: small | |
43 } | |
44 | |
45 | |
46 p {text-align: justify; margin-top: 0em} | |
47 p.copyright { font-size: small; text-align: center } | |
48 | |
49 pre { margin-left: 2em ; } | |
50 | |
51 dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */ | |
52 dt { font-weight: bold } | |
53 | |
54 /* navigator 4 requires this */ | |
55 pre, code { | |
56 font-family: monospace ; | |
57 | |
58 } | |
59 | |
60 | |
61 | |
62 | |
63 | |
64 | |
65 | |
66 | |
67 |