diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:20:55 +0000 |
| commit | 6fde6b0fe90abde84011202edd40fe46eb06af44 (patch) | |
| tree | ef760338c50b4df3ae9cca96347bca962fdbec7e /html/style.css | |
| parent | 55b08bd93257d32df76efc4e8e3f49311c39ee82 (diff) | |
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 43 |
1 files changed, 4 insertions, 39 deletions
diff --git a/html/style.css b/html/style.css index 3c66631..593fc7a 100644 --- a/html/style.css +++ b/html/style.css @@ -1,44 +1,9 @@ - -body { - font-family: arial, verdana; - background-color: #000000; - color: #FFFFFF; -} - -body.stream { - background-color: #333333; -} - -h1, h2, h3 { - padding: 5px; - color: #000000; -} - -p { - padding-left: 5px; - padding-right: 5px; -} - -h1 { - background-color: #ffa500; -} - -.code { - background-color: #AAAAFF; - padding: 10px; -} - -.footer { - margin-top: 20px; - padding: 10px; - background-color: #555555; +body { + background-color: #000000; + color: #ffffff; } a { - color: #FFFFFF; + color: #ffffff; } -a:hover { - color: #00FF00; - text-decoration: none; -} |
