From 04e9dc5d7539c1bca0bde3a0e68b9c9ea7d8873e Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 8 Mar 2010 14:27:31 +0100 Subject: first attempt to implement timeline --- default.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index d4395eb..306f758 100644 --- a/default.css +++ b/default.css @@ -22,9 +22,21 @@ background-color: #FFF; } +a.navigationlink { + color:#f96; + text-decoration:none; +} +a.navigationlink:visited { + color:#9c6; +} +a.navigationlink:active, a.navigationlink:hover { + color:#ff6; + text-decoration:none; +} + a, a:visited { -color:#36c; -text-decoration:none; + color:#36c; + text-decoration:none; } a:hover, a:active { -- cgit v1.2.3