From 3391a3671eaf4faa909e6b65e51a7dbba1a366c8 Mon Sep 17 00:00:00 2001 From: Pascal Turbing Date: Mon, 7 Dec 2009 12:57:38 +0100 Subject: Several Stylings in zenburn and zenburn-light, lighty-README section reformatted --- README | 10 ++++++---- styles/zenburn-light/zenburn-light.css | 16 ++++++++++++++++ styles/zenburn/zenburn.css | 16 ++++++++++++---- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/README b/README index de96cc9..64a8b6f 100644 --- a/README +++ b/README @@ -48,16 +48,18 @@ To finish the installation, reload Apache with 1.2) Lighttpd ============= -First you have to enable cgi support for lighttp by running 'lighty-enable-mod cgi' as root. -Now create a new config in /etc/lighttpd/conf-available/ named 50-blogthon.conf or something similar with this content: +First you have to enable cgi support for lighttp by +running 'lighty-enable-mod cgi' as root. Now create a new config +in /etc/lighttpd/conf-available/ named 50-blogthon.conf or something similar +with this content: $HTTP["host"] == "YourBlogURL" { cgi.assign = ( ".cgi" => "/usr/bin/python" ) index-file.names = ( "blogthon.cgi" ) } -Enable this config by runnung 'lighty-enable-mod blogthon' and restart lighttpd with -'/etc/init.d/lighttpd restart' as root. +Enable this config by runnung 'lighty-enable-mod blogthon' and restart lighttpd +with '/etc/init.d/lighttpd restart' as root. 2) Entries diff --git a/styles/zenburn-light/zenburn-light.css b/styles/zenburn-light/zenburn-light.css index 63ca5c3..7a093c7 100644 --- a/styles/zenburn-light/zenburn-light.css +++ b/styles/zenburn-light/zenburn-light.css @@ -13,6 +13,14 @@ a { color: #7c73c3; } +.entry a { + font-size: 1em; +} + +.entry a:hover { + text-decoration: underline; +} + img { border: none; } @@ -50,6 +58,10 @@ img { font-size: 0.6em; } + .rss_link:hover { + color: #ffa500; + } + .atom { position: absolute; top: 0px; @@ -62,6 +74,10 @@ img { font-size: 0.6em; } + .atom_link:hover { + color: #ffa500; + } + .pages { position: absolute; top: -10px; diff --git a/styles/zenburn/zenburn.css b/styles/zenburn/zenburn.css index b0a3d53..93c214b 100644 --- a/styles/zenburn/zenburn.css +++ b/styles/zenburn/zenburn.css @@ -13,6 +13,14 @@ a { color: #bca3a3; } +.entry a { + font-size: 1em; +} + +.entry a:hover { + text-decoration: underline; +} + img { border: none; } @@ -51,7 +59,7 @@ img { } .rss_link:hover { - color:#ffa500; + color: #ffa500; } .atom { @@ -67,7 +75,7 @@ img { } .atom_link:hover { - color:#ffa500; + color: #ffa500; } .pages { @@ -106,7 +114,7 @@ img { display: inline; margin-left: -2px; margin-right: -2px; - padding: 0px 6px 0px 6px; + padding: 1px 6px 4px 6px; border-left: 1px solid #282828; border-right: 1px solid #282828; } @@ -161,7 +169,7 @@ img { margin-left: 810px; margin-top: 20px; width: 180px; - min-height: 160px; + min-height: 100px; } .linklist_title { -- cgit v1.2.3