From 57e4c725e92cedf5ffbb9ec2068e7062ecc5d978 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Tue, 10 May 2005 03:02:46 +0000 Subject: [PATCH] Some CSS tweaks from http://instiki.org/show/StylesheetTweaks --- public/stylesheets/instiki.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index e1af88d1..7bdf7e4a 100644 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -22,7 +22,10 @@ body, p, ol, ul, td { a { color: #000; } a:visited { color: #666; } -a:hover { color: #fff; background-color:#000; } +a:hover { + color: #fff; + background-color:#000; +} .newWikiWord { background-color: #eee; } .newWikiWord a:hover { background-color: white; } @@ -220,3 +223,19 @@ ol.setup li { .newsList p { margin-bottom:30px } + +td {border:thin solid grey;} +table { + border: double black; + border-collapse: collapse; +} + +.byline { + padding-top: 15px; +} + +/* Affects the display of "category: ..." */ +.property { + color: grey; + font-size: 10px; +}