openrat-cms

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

commit 5405b5d06986921b4bdf508d9bd886a44ad23633
parent 2064bbc1a04cfe47a6f2979824735005256cd0c0
Author: dankert <devnull@localhost>
Date:   Wed, 11 Jan 2006 23:06:17 +0100

Andere CSS-Klassen erweitern die default.css

Diffstat:
themes/default/css/dark.css | 9+++++++++
themes/default/css/default.css | 15+++++++++++++--
themes/default/css/moorweide.css | 81-------------------------------------------------------------------------------
themes/default/css/white.css | 9+++++++++
4 files changed, 31 insertions(+), 83 deletions(-)

diff --git a/themes/default/css/dark.css b/themes/default/css/dark.css @@ -0,0 +1,9 @@ +/* $Id$ */ + + +/* Allgemeine Body-Angaben */ +body +{ + background-color:white; +} + diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -126,6 +126,16 @@ body.title { background-color:#cac2a6; } +body.border { + margin:0px; + background-color:grey; +} + +body.background { + margin:0px; + background-color:white; +} + form { @@ -179,6 +189,7 @@ td.message { padding:10px; font-weight:bold; } td.title { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } td.menu { background-color:#7B9CBD;vertical-align:middle; } td.submenu { border-bottom:solid 1px black; background-color:#cac2a6; } +td.subaction { border-right:solid 1px black; background-color:#cac2a6; } td.f1, td.f2 @@ -198,9 +209,9 @@ td.act {background-color:#eae2c6; padding:15px; border-top:0px solid grey; } .mainmenu_title{color:#CCCCCC;vertical-align:middle;font-weight:bold; font-size:13px; } p.copyright { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; text-align:center; } -table.main { border:1px solid black; } +table.main { border:3px solid grey; } -input.submit { color:#FFFFFF; background-color:#7B9CBD; } +input.submit,input.ok { color:#FFFFFF; background-color:#7B9CBD; width:110px; } input.reset { color:#black; background-color:#cac2a6; text-align:right; } textarea.desc { font-family:Arial;font-size:13px; } textarea.longtext { font-family:Arial;font-size:13px; width:100%; height:300; } diff --git a/themes/default/css/moorweide.css b/themes/default/css/moorweide.css @@ -14,81 +14,6 @@ a:active,a:hover text-decoration:underline } -a.el_include:link, -a.el_include:active, -a.el_include:visited, -a.el_include:hover, -a.el_list:link, -a.el_list:active, -a.el_list:visited, -a.el_list:hover -{ - background-color: blue; -} - -a.el_longtext:link, -a.el_longtext:active, -a.el_longtext:visited, -a.el_longtext:hover, -a.el_text:link, -a.el_text:active, -a.el_text:visited, -a.el_text:hover -{ - background-color: lime; -} - -a.el_infodate:link, -a.el_infodate:active, -a.el_infodate:visited, -a.el_infodate:hover, -a.el_info:link, -a.el_info:active, -a.el_info:visited, -a.el_info:hover -{ - background-color: white; -} - -a.el_date:link, -a.el_date:active, -a.el_date:visited, -a.el_date:hover -{ - background-color: aqua; -} - -a.el_link:link, -a.el_link:active, -a.el_link:visited, -a.el_link:hover -{ - background-color: fuchsia; -} - -a.el_number:link, -a.el_number:active, -a.el_number:visited, -a.el_number:hover -{ - background-color: lime; -} - -a.el_code:link, -a.el_code:active, -a.el_code:visited, -a.el_code:hover -{ - background-color: gray; -} - -a.el_icon:link, -a.el_icon:active, -a.el_icon:visited, -a.el_icon:hover -{ - background-color: yellow; -} a.mainmenu:link, a.mainmenu:visited @@ -177,12 +102,6 @@ td.help padding-bottom:10px; } -td.message -{ - padding:20px; - font-weight:normal; -} - td.title { background-color:#DDFFDD; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } td.menu { background-color:green;vertical-align:middle; } td.submenu { border-bottom:solid 1px black; background-color:#DDFFDD; } diff --git a/themes/default/css/white.css b/themes/default/css/white.css @@ -0,0 +1,9 @@ +/* $Id$ */ + + +/* Allgemeine Body-Angaben */ +body +{ + background-color:white; +} +