stagit

static git page - forked from git.codemadness.org/stagit
git clone git://src.gearsix.net/stagit
Log | Files | Refs | Atom | README | LICENSE

commit 44adb43eb71bc6e5970003be65fc66f88e7540ba
parent ca8e9683334d8ff3dca0a05c06e9d618ff100975
Author: gearsix@tuta.io <gearsix@tuta.io>
Date:   Tue, 23 Jun 2020 14:09:08 +0100

style.css -> style-default.css; added style-gearsix.css

Diffstat:
Rstyle.css -> style-default.css | 0
Astyle-gearsix.css | 38++++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/style.css b/style-default.css diff --git a/style-gearsix.css b/style-gearsix.css @@ -0,0 +1,38 @@ +body { + background-image: url(/background.png); + background-repeat: repeat; + + color: #ccc; + font-family: monospace; + font-size: 11pt; +} +a { + color: #8dc; +} +a:hover { + text-shadow: 1px 1px 5px #8dc; +} +h1 { + margin-bottom: 0; +} +#logo { + vertical-align: bottom; +} +hr { + border-top: 0; + border-bottom: dashed 1px white; +} +table td { + padding: 0 1em; + max-width: 60vw; + vertical-align: top; +} +#content table tr:hover { + background-color: #333; +} +pre { + white-space: pre-wrap; +} +.line { + text-decoration: none; +}