aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-02-13 19:55:51 +0100
committerStefan Ritter <xeno@thehappy.de>2010-02-13 19:55:51 +0100
commit5244d4b0dd71b140f4ba28cc3a4733b578c6682f (patch)
treefa0aac674b14a2d40bd7a6c1f460b3051e03ddd2
parent54844ac56da55aa6214fa2904f5ca85122914c00 (diff)
parent6e3bf1759ebed0abffc534e2b5ef1c462cdce85f (diff)
Merge branch 'master' of fucktheforce.de:blogthon
-rw-r--r--styles/commodore/commodore.css56
-rw-r--r--styles/commodore/commodore.ttfbin0 -> 20208 bytes
2 files changed, 56 insertions, 0 deletions
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
--- /dev/null
+++ b/styles/commodore/commodore.ttf
Binary files differ