From 47728cbe00231e6786a60b7d48bd60b12992a49f Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Tue, 10 Nov 2009 16:19:04 +0100 Subject: First version of zenburn.css --- styles/zenburn.css | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 styles/zenburn.css (limited to 'styles') 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 + +*/ -- cgit v1.2.3