bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit 8426dfb1f7e39eaa803a908886f5175156f5984a
parent 5217a00b5c8b705988ded8c182f10d7e4592f018
Author: cipher <haris@2f30.org>
Date:   Fri, 28 Nov 2014 16:24:00 +0200

Some style changes for more clean result

Diffstat:
Moutput/colors.css | 20+++++++++++++-------
Moutput/style.css | 26++++++++++++++------------
2 files changed, 27 insertions(+), 19 deletions(-)

diff --git a/output/colors.css b/output/colors.css @@ -3,7 +3,7 @@ body { } .container { - color: #040404; + color: #666; } .menu, .menu li a, .footer { @@ -14,21 +14,27 @@ body { color: #0091d0; } -a em:hover, p code, li code { +a:hover { + color: #a7a9ac; +} + +a em:hover { color: #000; } -preview:hover, p code, li code { - background-color: #e3e3e3; +code { + color: #333; + background-color: #e0e0e0; } + #disqus_thread { color: #e3e3e3; } -pre { - color: #5fff5f; - background-color: #121212; +pre, pre code { + color: #333; + background-color: #e0e0e0; } @media screen and (max-width: 480px) { diff --git a/output/style.css b/output/style.css @@ -7,10 +7,6 @@ html { body { font-family: sans-serif; font-size: 1em; - font-weight: lighter; -} - -.header { } .container { @@ -62,11 +58,7 @@ h3 { text-align: center; } -a { - text-decoration: none; -} - -a:hover { +a, a:hover { text-decoration: underline; } @@ -112,9 +104,18 @@ p { margin-bottom: 0em; } +.container ul li { + /* list-style: none; */ +} + +.container ul li:before { + /* content: "\2192"; */ + /* float: left; */ +} + pre { font-family: monospace; - border: 1px solid grey; + border: 1px solid #c0c0c0; padding: 5px; max-width: 680px; white-space: wrap; @@ -122,7 +123,7 @@ pre { } p code, li code { - border: 1px solid grey; + border: 1px solid #c0c0c0; max-width: 680px; padding: 0.3em; margin: 0.3em; @@ -130,7 +131,8 @@ p code, li code { } code { - font-family: terminus, monospace; + font-family: Monaco, Consolas, "Courier New", monospace; + font-size: 13px; } .logo {