openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit af9ff23b03be27e8ded221d572db8707349d24f8
parent 18e2d95b14456f4a071eb1d4bae8911841660371
Author: dankert <devnull@localhost>
Date:   Sat, 21 Apr 2007 02:15:42 +0200

*** keyword substitution change ***

Diffstat:
themes/default/css/default.css | 20+++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -1,5 +1,14 @@ /* $Id$ */ +/* + +Standard Font- and Colorsettings for Openrat. + +Created for a smooth and useful user interface. + +*/ + + a:link, a:visited { @@ -130,8 +139,8 @@ a.menu:hover } -a.menu_active:link, -a.menu_active:visited +a.menu_highlight:link, +a.menu_highlight:visited { color:#022A50; font-weight:bold; @@ -139,8 +148,8 @@ a.menu_active:visited } -a.menu_active:active, -a.menu_active:hover +a.menu_highlight:active, +a.menu_highlight:hover { color:#022A50; font-weight:bold; @@ -215,7 +224,8 @@ span.title font-size:13px; font-weight:bold; } -span.inactive +span.inactive, +span.menu_disabled { color:gray; }