openrat-cms

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

commit 85deca489458799be3131a50d1bc769c63830cbf
parent fb1a7ef8c5d97422ae5312247b561feacacdc010
Author: dankert <devnull@localhost>
Date:   Wed, 26 Jul 2006 23:49:47 +0200

Eigener Stil f?r SVRG.

Diffstat:
themes/default/css/rotgelb.css | 25+++++++++++++++++++++++++
1 file changed, 25 insertions(+), 0 deletions(-)

diff --git a/themes/default/css/rotgelb.css b/themes/default/css/rotgelb.css @@ -0,0 +1,24 @@ +/* $Id$ */ + +a:link, +a:visited +{ + color:#BB0C0C; + font-weight:normal; + text-decoration:none; +} +a:active, +a:hover +{ + color:#BB0C0C; + font-weight:normal; + text-decoration:underline; +} + + +td.subaction { background-color:#EED536; } + +td.menu +{ + background-color:#BB0C0C; +}+ \ No newline at end of file