Several Stylings in zenburn and zenburn-light, lighty-README section reformatted
This commit is contained in:
parent
e0e182c5c7
commit
3391a3671e
10
README
10
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
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user