aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-11-10 16:19:04 +0100
committerStefan Ritter <xeno@thehappy.de>2009-11-10 16:19:04 +0100
commit47728cbe00231e6786a60b7d48bd60b12992a49f (patch)
tree5c39cf7886b1524a2d87ad41ed02113990fa448c /styles
parentbb47b2dbd9cc46476d7f4668fe34921b8f2e9afe (diff)
First version of zenburn.css
Diffstat (limited to 'styles')
-rw-r--r--styles/zenburn.css150
1 files changed, 150 insertions, 0 deletions
diff --git a/styles/zenburn.css b/styles/zenburn.css
new file mode 100644
index 0000000..56200a2
--- /dev/null
+++ b/styles/zenburn.css
@@ -0,0 +1,150 @@
+* {
+ margin: 0px;
+ padding: 0px;
+}
+
+body {
+ background: #434343;
+}
+
+a {
+ color: #bca3a3;
+}
+
+.header {
+ margin: 5px 0px 5px 30px;
+}
+
+ .header_title {
+ font-weight: bold;
+ font-size: 1.8em;
+ color: #f0dfaf;
+ }
+
+ .header_link {
+ text-decoration: none;
+ color: #f0dfaf;
+ }
+
+ .header_subtitle {
+ color: #bca3a3;
+ font-size: 0.8em;
+ margin-left: 5px;
+ }
+
+.rss {
+ position: absolute;
+ top: 0px;
+ left: 30px;
+}
+
+ .rss_link {
+ text-decoration: none;
+ color: #7f9f7f;
+ font-size: 0.6em;
+ }
+
+.atom {
+ position: absolute;
+ top: 0px;
+ left: 48px;
+}
+
+ .atom_link {
+ text-decoration: none;
+ color: #7f9f7f;
+ font-size: 0.6em;
+ }
+
+.pages {
+ position: absolute;
+ top: -10px;
+ left: 400px;
+}
+
+ .pages_title {
+ visibility: hidden;
+ }
+
+ .pages_list {
+ list-style-type: none;
+ }
+
+ .pages_list_entry {
+ display: inline;
+ text-decoration: none;
+ color: #709080;
+ font-size: 0.8em;
+ }
+
+.months {
+ position: absolute;
+ visibility: hidden;
+}
+
+.linklist {
+ position: absolute;
+ visibility: hidden;
+}
+
+.entries {
+ width: 600px;
+ padding: 20px 0px 20px 50px;
+}
+
+ .entry {
+ border: 1px solid;
+ background: #383838;
+ margin-bottom: 10px;
+ padding: 5px;
+ }
+
+ .entry_title {
+ text-decoration: none;
+ font-weight: bold;
+ font-size: 0.9em;
+ color: #c3bf9f;
+ }
+
+ .entry_date {
+ text-decoration: none;
+ padding-left: 10px;
+ font-size: 0.6em;
+ color: #7f9f7f;
+ }
+
+ .entry_content {
+ padding: 15px;
+ font-size: 0.7em;
+ color: #c9bed1;
+ }
+
+ .entry_comment {
+ text-decoration: none;
+ text-align: right;
+ font-size: 0.8em;
+ color: #7f9f7f;
+ }
+
+
+/* Colors in use:
+
+#434343 grey background
+#f0dfaf beige title
+#bca3a3 rose subtitle
+#7f9f7f green rss+atom
+#a9bed1 blue(light) entry title
+#c0bed1 rose(light) entry content
+#000d18
+#ffcfaf
+#8f8f8f
+#709080
+#333333
+#ecbcbc
+#dcdccc
+#c3bf9f
+#93b3a3
+#efef8f
+#efdcbc
+
+*/