From a177e730835e097c4b9ff536c86396a1ca0944b8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 10 Oct 2014 16:20:15 +0200 Subject: reproducible: mark packages and notes using CSS classes --- userContent/static/style.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'userContent') diff --git a/userContent/static/style.css b/userContent/static/style.css index 95f546bc..e493f55c 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -22,17 +22,32 @@ img { vertical-align: middle; } -a { +.beta { + color:#555555; + font-size:0.8em; +} + +a, a.package { color:#0088cc; text-decoration:none; } -a:hover, a:focus { +a.noted { + color:#0088cc; + text-decoration:underline; +} + +a:hover, a:focus, a.package:hover, a.package:focus { color:#005580; text-decoration:underline; } -a:visited { +a.noted:hover, a.noted:focus { + color:#005580; + text-decoration:none; +} + +a.package:visited, a.noted:visited { color:green; } -- cgit v1.2.3-54-g00ecf