bliper

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

commit 91a3b3436df4af2eee5db5ad3ea846f6788b5133
parent f5a0deca75987b11fd93d4f0708baf6b673556b3
Author: cipher <haris@2f30.org>
Date:   Fri, 25 Apr 2014 14:48:20 +0300

Remove style.css. In the first run, user will be presented with option for .css file.

Diffstat:
Doutput/style.css | 184-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 184 deletions(-)

diff --git a/output/style.css b/output/style.css @@ -1,184 +0,0 @@ -body { - background-color: #f1f2f2; - font-family: Consolas, Courier, monospace; - font-size: 1em; -} - -.container { - color: #040404; - max-width: 680px; - margin: 0 auto; -} - -.upstart { - clear: both; - text-align: right; -} - -/* menu */ -.menu { - line-height: 1.5em; - text-align: center; - margin-top: 3em; -} - -.menu li { - display: inline; - padding: 0 4px; -} - -.menu li a { - text-decoration: none; - padding: 0.3em; - border-top: 0.5ex solid #555555; - color: #0d0d0d; - margin-right: 5px; -} - -.menu li a:hover, .menu li a.current { - border-top: 0.5ex solid #aaaaaa; - color: #c0c0c0; -} - -h1, h2, h3, h4, h5 { - border-bottom: 1px dotted #c0c0c0; -} - -h3 { - margin-top: 30px; -} - -.latart { - text-align: center; -} - -a em { - color: #c0c0c0; -} - -a em:hover { - color: #000; -} - -.previewlink { - text-decoration: none; -} - -.previewlink:hover { - text-decoration: underline; -} - -.preview { - border: 1px solid #c0c0c0; - padding: 5px 20px; - position: relative; - margin: 0 auto; - transition: background-color 400ms linear; -} - -.preview:hover { - background: #e3e3e3; -} - -a.indexlink { - line-height: 2em; -} - -p { - max-width: 680px; - white-space: wrap; - line-height: 1.6em; - text-align: justify; -} - -pre { - font-family: sans-serif; - color: #000; - border: 1px solid grey; - background-color: #e2e2e2; - padding: 5px; - max-width: 680px; - white-space: wrap; - overflow-x: auto; - /* word-break: break-all; */ - /* word-wrap: break-word; */ -} - -p code { - background-color: #e2e2e2; - color: #000; - border: 1px solid grey; - /* display: block; */ - max-width: 680px; - padding: 0.3em; - margin: 0.3em; -} - -.logo { - border: none; - text-align: center; -} - -img { - margin-top: 20px; - max-width: 100%; - height: auto; -} - -a { - color: #0d0d0d; - font-style: italic; -} - -a:hover { - color: #c0c0c0; -} - -li { - line-height: 1.6em; - text-align: justify; -} - -hr { - max-width: 680px; - margin-top: 40px; -} - -blockquote { - margin: 10px 0 10px 50px; - padding-left: 15px; - border-left: 3px solid #ccc; -} - -footer { - max-width: 680px; - color: #0d0d0d; - text-align: center; - margin: 0 auto; - padding-bottom: 50px; -} - -#disqus_thread { - max-width: 680px; - margin: 0 auto; - color: #e8e8e8; -} - -@media screen and (max-width: 480px) { - .menu li { - display: list-item; - margin-left: -40px; - list-style: none; - text-align: center; - padding-top: 10px; - text-transform: uppercase; - } - - .menu li a { - border: none; - } - - .menu li a:hover { - border: none; - } -}