To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / echonest / style.css @ 0:1e44d666ced1
History | View | Annotate | Download (1.67 KB)
| 1 |
body { background: white; color: black; line-height: 1.4em; padding: 2.5em 3em; margin: 0; } |
|---|---|
| 2 |
|
| 3 |
:link { color: #00c; } |
| 4 |
|
| 5 |
:visited { color: #609; } |
| 6 |
|
| 7 |
a:link img { border: none; } |
| 8 |
|
| 9 |
a:visited img { border: none; } |
| 10 |
|
| 11 |
h1, h2, h3 { background: white; color: #800; } |
| 12 |
|
| 13 |
h1 { font: 170% sans-serif; margin: 0; } |
| 14 |
|
| 15 |
h2 { font: 140% sans-serif; margin: 1.5em 0 -0.5em 0; } |
| 16 |
|
| 17 |
h3 { font: 120% sans-serif; margin: 1.5em 0 -0.5em 0; } |
| 18 |
|
| 19 |
h4 { font: bold 100% sans-serif; } |
| 20 |
|
| 21 |
h5 { font: italic 100% sans-serif; } |
| 22 |
|
| 23 |
h6 { font: small-caps 100% sans-serif; } |
| 24 |
|
| 25 |
.hide { display: none; } |
| 26 |
|
| 27 |
pre { background: #fff6bb; font-family: monospace; line-height: 1.2em; padding: 1em 2em; } |
| 28 |
|
| 29 |
dt { font-weight: bold; margin-top: 0; margin-bottom: 0; } |
| 30 |
|
| 31 |
dd { margin-top: 0; margin-bottom: 0; } |
| 32 |
|
| 33 |
code, tt { font-family: monospace; } |
| 34 |
|
| 35 |
ul.toc { list-style-type: none; } |
| 36 |
|
| 37 |
ol.toc li a { text-decoration: none; } |
| 38 |
|
| 39 |
.note { color: red; } |
| 40 |
|
| 41 |
#header { border-bottom: 1px solid #ccc; } |
| 42 |
|
| 43 |
#logo { float: right; } |
| 44 |
|
| 45 |
#authors { clear: right; float: right; font-size: 80%; text-align: right; } |
| 46 |
|
| 47 |
#content { clear: both; margin: 2em auto 0 0; text-align: justify } |
| 48 |
|
| 49 |
#download { font-family: sans-serif; margin-bottom: 1em; text-align: center; } |
| 50 |
|
| 51 |
#download h2 { font-size: 125%; margin: 1.5em 0 -0.2em 0; } |
| 52 |
|
| 53 |
#download small { color: #888; font-size: 80%; } |
| 54 |
|
| 55 |
#footer { border-top: 1px solid #ccc; color: #aaa; margin: 2em 0 0; } |
| 56 |
|
| 57 |
|
| 58 |
|
| 59 |
@media Print { |
| 60 |
|
| 61 |
* { font-size: 92%; } |
| 62 |
|
| 63 |
body { padding: 0; line-height: 1.2em; } |
| 64 |
|
| 65 |
#content { margin: 0; width: 100%; } |
| 66 |
|
| 67 |
} |
| 68 |
|
| 69 |
@media Aural { |
| 70 |
|
| 71 |
h1 { stress: 20; richness: 90; } |
| 72 |
|
| 73 |
h2 { stress: 20; richness: 90; } |
| 74 |
|
| 75 |
h3 { stress: 20; richness: 90; } |
| 76 |
|
| 77 |
.hide { speak: none; } |
| 78 |
|
| 79 |
dt { pause-before: 20%; } |
| 80 |
|
| 81 |
pre { speak-punctuation: code; } |
| 82 |
|
| 83 |
} |
| 84 |
|
| 85 |
.Stil2 {color: #000000} |