Several Stylings in zenburn and zenburn-light, lighty-README section reformatted

This commit is contained in:
Pascal Turbing 2009-12-07 12:57:38 +01:00
parent e0e182c5c7
commit 3391a3671e
3 changed files with 34 additions and 8 deletions

10
README
View File

@ -48,16 +48,18 @@ To finish the installation, reload Apache with
1.2) Lighttpd 1.2) Lighttpd
============= =============
First you have to enable cgi support for lighttp by running 'lighty-enable-mod cgi' as root. First you have to enable cgi support for lighttp by
Now create a new config in /etc/lighttpd/conf-available/ named 50-blogthon.conf or something similar with this content: 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" { $HTTP["host"] == "YourBlogURL" {
cgi.assign = ( ".cgi" => "/usr/bin/python" ) cgi.assign = ( ".cgi" => "/usr/bin/python" )
index-file.names = ( "blogthon.cgi" ) index-file.names = ( "blogthon.cgi" )
} }
Enable this config by runnung 'lighty-enable-mod blogthon' and restart lighttpd with Enable this config by runnung 'lighty-enable-mod blogthon' and restart lighttpd
'/etc/init.d/lighttpd restart' as root. with '/etc/init.d/lighttpd restart' as root.
2) Entries 2) Entries

View File

@ -13,6 +13,14 @@ a {
color: #7c73c3; color: #7c73c3;
} }
.entry a {
font-size: 1em;
}
.entry a:hover {
text-decoration: underline;
}
img { img {
border: none; border: none;
} }
@ -50,6 +58,10 @@ img {
font-size: 0.6em; font-size: 0.6em;
} }
.rss_link:hover {
color: #ffa500;
}
.atom { .atom {
position: absolute; position: absolute;
top: 0px; top: 0px;
@ -62,6 +74,10 @@ img {
font-size: 0.6em; font-size: 0.6em;
} }
.atom_link:hover {
color: #ffa500;
}
.pages { .pages {
position: absolute; position: absolute;
top: -10px; top: -10px;

View File

@ -13,6 +13,14 @@ a {
color: #bca3a3; color: #bca3a3;
} }
.entry a {
font-size: 1em;
}
.entry a:hover {
text-decoration: underline;
}
img { img {
border: none; border: none;
} }
@ -51,7 +59,7 @@ img {
} }
.rss_link:hover { .rss_link:hover {
color:#ffa500; color: #ffa500;
} }
.atom { .atom {
@ -67,7 +75,7 @@ img {
} }
.atom_link:hover { .atom_link:hover {
color:#ffa500; color: #ffa500;
} }
.pages { .pages {
@ -106,7 +114,7 @@ img {
display: inline; display: inline;
margin-left: -2px; margin-left: -2px;
margin-right: -2px; margin-right: -2px;
padding: 0px 6px 0px 6px; padding: 1px 6px 4px 6px;
border-left: 1px solid #282828; border-left: 1px solid #282828;
border-right: 1px solid #282828; border-right: 1px solid #282828;
} }
@ -161,7 +169,7 @@ img {
margin-left: 810px; margin-left: 810px;
margin-top: 20px; margin-top: 20px;
width: 180px; width: 180px;
min-height: 160px; min-height: 100px;
} }
.linklist_title { .linklist_title {