From: River Tarnell Date: Mon, 28 Jan 2008 08:54:19 +0000 (+0000) Subject: styling for various forms of , mostly from monobook X-Git-Tag: 1.31.0-rc.0~49750 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=2150f317f55c084e02a5b186d17584ece04965fe;p=lhc%2Fweb%2Fwiklou.git styling for various forms of , mostly from monobook --- diff --git a/skins/modern/main.css b/skins/modern/main.css index 2619feea13..9f54982d23 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -287,9 +287,28 @@ p { padding: 0 0 0 0; } -a, a:hover, a:visited { - /*text-decoration: underline;*/ - color: #003366; +a { + text-decoration: none; + color: #003366; + background: none; +} +a:visited { + color: #5a3696; +} +a:active { + color: #faa700; +} +a:hover { + text-decoration: underline; +} +a.stub { + color: #772233; +} +a.new { + color: #ba0000; +} +a.new:visited { + color: #a55858; } span.editsection {