diff options
author | Pascal Turbing <pascal@turbing.de> | 2009-12-07 12:57:38 +0100 |
---|---|---|
committer | Pascal Turbing <pascal@turbing.de> | 2009-12-07 12:57:38 +0100 |
commit | 3391a3671eaf4faa909e6b65e51a7dbba1a366c8 (patch) | |
tree | dc6606b218487bebea86be5ca558847e1ca08ee5 /styles/zenburn-light | |
parent | e0e182c5c7f3ffa4479919735da0ea28640079c3 (diff) |
Several Stylings in zenburn and zenburn-light, lighty-README section reformatted
Diffstat (limited to 'styles/zenburn-light')
-rw-r--r-- | styles/zenburn-light/zenburn-light.css | 16 |
1 files changed, 16 insertions, 0 deletions
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; |