aboutsummaryrefslogtreecommitdiffstats
path: root/styles/commodore/commodore.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/commodore/commodore.css')
-rw-r--r--styles/commodore/commodore.css56
1 files changed, 0 insertions, 56 deletions
diff --git a/styles/commodore/commodore.css b/styles/commodore/commodore.css
deleted file mode 100644
index d246dc0..0000000
--- a/styles/commodore/commodore.css
+++ /dev/null
@@ -1,56 +0,0 @@
-* {
- 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;
- }