From 6e3bf1759ebed0abffc534e2b5ef1c462cdce85f Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Sat, 13 Feb 2010 19:55:44 +0100 Subject: Added experimental commodore style * Disable comments * Style is using @font-face --- styles/commodore/commodore.css | 56 +++++++++++++++++++++++++++++++++++++++++ styles/commodore/commodore.ttf | Bin 0 -> 20208 bytes 2 files changed, 56 insertions(+) create mode 100644 styles/commodore/commodore.css create mode 100644 styles/commodore/commodore.ttf diff --git a/styles/commodore/commodore.css b/styles/commodore/commodore.css new file mode 100644 index 0000000..d246dc0 --- /dev/null +++ b/styles/commodore/commodore.css @@ -0,0 +1,56 @@ +* { + margin: 0; + padding: 0; +} + +body { + margin: auto; + width: 580px; + background: #a396ff; + color: #a396ff; + font-family: "Razor Regular"; + font-size: 10px; +} + +@font-face { + font-family: "Razor Regular"; + src: url("commodore.ttf"); +} + +a { + color: #d6c9ff; + text-decoration: none; +} + + a:hover { + color: #c22; + } + +img { + border: none; +} + +.rss, .atom, .pages, .months, .linklist { + visibility: hidden; +} + +.header { + text-align: center; + color: #4e44d8; +} + +.entries { + background: #4e44d8; + position: absolute; + top: 26px; + width: 580px; +} + + .entry { + border-bottom: 5px solid #111; + } + + .entry_content { + margin-left: 10px; + margin-right: 10px; + } diff --git a/styles/commodore/commodore.ttf b/styles/commodore/commodore.ttf new file mode 100644 index 0000000..44df7bf Binary files /dev/null and b/styles/commodore/commodore.ttf differ -- cgit v1.2.3