openrat-cms

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

commit d281da545f06911a6b32bf3e4fe860ad61978feb
parent a1c94eefa2ec40b7eef440d8ec6ece7ed72dfc4f
Author: dankert <devnull@localhost>
Date:   Sat, 20 Mar 2004 15:13:20 +0100

*** empty log message ***

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

diff --git a/themes/default/css/moorweide.css b/themes/default/css/moorweide.css @@ -0,0 +1,165 @@ +/* $Id$ */ + +a:link,a:visited{color:green; font-weight:normal; text-decoration:none } +a:active,a:hover{color:green; font-weight:bold; 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 +{ + color:#CCCCCC; + font-weight:bold; + text-decoration:none; +} + +a.mainmenu:active, +a.mainmenu:hover +{ + color:#CCCCCC; font-weight:bold; text-decoration:underline; +} + + +body{color:#000000; font-family:Arial;font-size:13px; background-color:white;} +body.title { margin:0px; } + +pre{ font-family:Courier;font-size:13px; } +small {color:grey; } + +.mark +{ + border:1px solid black; + background-color:#DDFFDD; +} + +th {background-color:green; color:white; font-family:Arial;font-size:13px; vertical-align:top; font-weight:bold; border-bottom:1px solid grey;} +td {color:#000000; font-family:Arial;font-size:13px; vertical-align:top; } + +td.help { color:black; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } +td.message { padding:10px; font-weight:bold; } +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; } +td.f1 {background-color:#DDFFDD; padding:5px; border-top:5px solid white;border-left:3px solid white; border-bottom:1px solid grey; border-right:3px solid white;} +td.f2 {background-color:#DDFFDD; padding:5px; border-top:5px solid white;border-left:3px solid white; border-bottom:1px solid grey; border-right:3px solid white; } +td.act {background-color:FFFFDD; padding:15px; border-top:0px solid grey; } +.mainmenu_headline{color:#CCCCCC; font-size:13px; color:black; font-weight:bold; } +.mainmenu_name{color:white; font-weight:bold; } +.mainmenu_val{color:#CCCCCC; font-weight:normal; } +p.copyright { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; text-align:center; } + +table.main { border:1px solid black; margin-top:30px; } + +input.submit { color:white; font-weight:bold; background-color:green; } +input.reset { color:white; background-color:green; text-align:right; } +textarea.desc { font-family:Arial;font-size:13px; } +textarea.longtext { font-family:Arial;font-size:13px; width:100%; height:300; } + +input, select, textarea +{ + color:#000000; + background-color:#FFFFDD; +} + +input.name +{ + font-weight:bold; +} + +.filename +{ + font-family:Courier;font-size:13px; +} + +input.ansidate +{ + font-family:Courier; + font-size:13px; +} + +body, textarea +{ + scrollbar-base-color:#7B9CBD; + scrollbar-arrow-color:white; + + scrollbar-highlight-color:#eae2c6; + scrollbar-shadow-color:#cac2a6; +}+ \ No newline at end of file