diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:55:05 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:55:05 +0000 |
| commit | 5ca206ce46474fc47bfd966996df9fdbcb094a6c (patch) | |
| tree | 0da3a1d346d3a9f1aed8c3785699b138c0be1052 /html/style.css | |
| parent | 7fa0ff180b35e7fef218f0b9113d7e0f3f9b54a8 (diff) | |
moving into ychat subdir
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/html/style.css b/html/style.css deleted file mode 100644 index 3c66631..0000000 --- a/html/style.css +++ /dev/null @@ -1,44 +0,0 @@ - -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; -} - -a { - color: #FFFFFF; -} - -a:hover { - color: #00FF00; - text-decoration: none; -} |
