aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2010-03-04 16:23:03 +0100
committerStefan Ritter <xeno@thehappy.de>2010-03-04 16:23:03 +0100
commita6166a1ab7c0b30bbaa9c726f43c35b128c7392c (patch)
tree12c0860b7dde9a89a2d4f23dd6304fb098d8ae92
parenta5d0c8d7bd403ec18850256e18c24a95eec276e6 (diff)
Started new style 'clean-black'
-rw-r--r--styles/clean-black/background.pngbin0 -> 76 bytes
-rw-r--r--styles/clean-black/clean-black.css45
2 files changed, 45 insertions, 0 deletions
diff --git a/styles/clean-black/background.png b/styles/clean-black/background.png
new file mode 100644
index 0000000..2adf5f3
--- /dev/null
+++ b/styles/clean-black/background.png
Binary files differ
diff --git a/styles/clean-black/clean-black.css b/styles/clean-black/clean-black.css
new file mode 100644
index 0000000..11fed9f
--- /dev/null
+++ b/styles/clean-black/clean-black.css
@@ -0,0 +1,45 @@
+* {
+ margin: 0px;
+ padding: 0px;
+}
+
+body {
+ height: 100%;
+ background-image: url('background.png');
+ color: #c00;
+}
+
+.header {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 100%;
+ overflow: hidden;
+ background: #000;
+ border-bottom: 1px #333 solid;
+}
+
+.header_title, a.header_link, .header_subtitle {
+ text-align: center;
+ font-family: Monospace;
+ font-size: 12px;
+ color: #f00;
+}
+
+.header_subtitle {
+ font-size: 9px;
+}
+
+.atom, .rss, .pages, .months, .linklist {
+ visibility: hidden;
+}
+
+.entries {
+ position: absolute;
+ top: 40px;
+ margin-left: 30px;
+ margin-right: 30px;
+ padding: 5px;
+ border: 1px #333 solid;
+ background: #000;
+}