openrat-cms

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

commit 05f5fbec6750683849e002286352b6e4834cd6e5
parent f97c8ccf96954fc078ea6458a27f6aa8116e690f
Author: dankert <devnull@localhost>
Date:   Sun, 22 Mar 2009 21:41:50 +0100

CSS-Klassen für Notizen angepasst.

Diffstat:
themes/default/css/default.css | 183++++++++++++++++++++++++++++++++++++-------------------------------------------
themes/default/include/html/window.inc.php | 8++++----
2 files changed, 88 insertions(+), 103 deletions(-)

diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -148,6 +148,9 @@ a.editorlink:visited } + +/* Allgemeine Seiteneinstellungen */ + body { background-color:#CCCCCC; @@ -158,10 +161,6 @@ body body.main { - background-color:#CCCCCC; - color:#000000; - font-family:Arial; - font-size:13px; } body.title { @@ -170,22 +169,9 @@ body.title { } body.tree { - background-color:#CCCCCC; padding:5px; } - -body.border { - margin:0px; - background-color:gray; -} - -body.background { - margin:0px; - background-color:#EEEEEE; -} - - form { margin:0px; @@ -194,14 +180,19 @@ form } -pre{ font-family:Courier;font-size:13px; } +pre +{ + font-family:Courier; + font-size:13px; +} + small { color:gray; } -span.title +td.menu span.title { color:white; font-family:Arial; @@ -209,13 +200,12 @@ span.title font-weight:bold; text-shadow:#cac2a6 2px 1px 3px; } -span.inactive, -span.menu_disabled +td.subaction span.menu_disabled { color:gray; } -span.accesskey +td.subaction span.accesskey { text-decoration:underline; } @@ -239,8 +229,22 @@ td } +/* Datenzeile-Mauseffekt */ +tr.data:hover +{ + background-color:silver; +} +/* Baum-Mauseffekt */ +/* +table.tree tr:hover +{ + background-color:white; +} +*/ -/* Styles f�r Text-Unterschiede */ + + +/* Anzeige von Text-Unterschieden */ tr.diff td.line { @@ -272,32 +276,7 @@ td.title { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } td.submenu { border-bottom:solid 1px black; background-color:#cac2a6; } td.subaction { background-color:#cac2a6; } -tr.f1 -{ - background-color:#cac2a6; -} -tr.f2 -{ - background-color:#c1bba0; -} -td.f1 -{ - padding:5px; - border-top:5px solid #dad2b6; - border-left:3px solid #dad2b6; - border-bottom:1px solid gray; - border-right:3px solid #dad2b6; -} -td.f2 -{ - padding:5px; - border-top:5px solid #dad2b6; - border-left:3px solid #dad2b6; - border-bottom:1px solid gray; - border-right:3px solid #dad2b6; -} - -td.act +table.main td.act { background-color:#eae2c6; padding:15px; @@ -306,11 +285,12 @@ td.act text-align:right; } -.mainmenu_headline{color:#CCCCCC; font-size:13px; color:black; font-weight:bold; } -.mainmenu_name{color:white; font-weight:bold; font-size:13px; } -.mainmenu_val{color:#CCCCCC; font-weight:normal; } -.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; } +p.copyright +{ + font-family:Verdana,Arial,Helvetica,sans-serif; + font-size:11px; + text-align:center; +} table.main { @@ -319,7 +299,7 @@ table.main } -input, +input.text, textarea { border:2px solid gray; @@ -337,13 +317,6 @@ textarea:focus { background-color:#7B9CBD; border-color:yellow; -/* font-weight:bold;*/ -} - -tr.f1:hover, -tr.f2:hover -{ - xbackground-color:#FF0000; } input.submit, @@ -366,6 +339,11 @@ textarea background-color:#dad2b6; } +input.checkbox, +input.radio +{ + border:1px solid grey; +} /* Eingabefeld f�r Beschreibung */ textarea.desc, @@ -396,7 +374,9 @@ td.name input.filename, input.extension, input.ansidate, -td.filename +td.filename, +td.extension, +td.ansidate, { font-family:Courier; font-size:13px; @@ -414,23 +394,6 @@ textarea scrollbar-shadow-color:#cac2a6; } -/* -select.treemenu -{ - color:#022A50; - background-color:white; - font-weight:bold; - width:90%; - border:3px solid white; - margin:0px; -} - -option.treemenu -{ - margin:2px; - border-bottom:1px solid dotted; -} -*/ td.logo { @@ -471,6 +434,10 @@ input.searchbutton max-height:20px; } + + +/* Zwischen-Ueberschriften */ + fieldset { border-top:1px solid black; @@ -484,49 +451,64 @@ fieldset padding:0px; } + + +/* Zwischen-Ueberschriften */ + legend { font-weight:bold; } -tr.notice_error + + + +/* Notizen */ + +td.notice +{ + margin-top:10px; + margin-bottom:10px; + padding:10%; + text-align:center; +} +table.notice +{ + border:1px solid black; + border-spacing:0px; +} +table.notice th +{ + padding:2px; + white-space:nowrap; + border-bottom:1px solid black; + font-weight:normal; + text-align:left; +} +table.notice tr.error { background-color:#FF6347; } -tr.notice_warning +table.notice tr.warning { background-color:#FFA500; margin:0px; padding:0px; } -tr.notice_ok +table.notice tr.ok { background-color:#98FB98; } -table.notice -{ - border:1px solid black; - border-spacing:0px; -} - - -td.notice -{ - margin-top:10px; - margin-bottom:10px; - padding:10%; - text-align:center; -} +/* Baum */ table.tree td.treecol, table.tree td.treeimage { width:1%; } - table.tree td.treevalue { vertical-align:middle; @@ -534,6 +516,10 @@ table.tree td.treevalue text-align: left; } + + +/* Kalender */ + table.calendar { #border-style: solid; @@ -544,7 +530,6 @@ table.calendar #width: 80%; #background-color: gray; } - table.calendar td { border: 1px dotted; diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -109,11 +109,11 @@ <?php if ($notice['name']!='') { ?> <tr> - <td colspan="2" class="subaction" style="padding:2px; white-space:nowrap; border-bottom:1px solid black;"><img src="<?php echo $image_dir.'icon_'.$notice['type'].IMG_ICON_EXT ?>" align="left" /><?php echo $notice['name'] ?> - </td> + <th colspan="2"><img src="<?php echo $image_dir.'icon_'.$notice['type'].IMG_ICON_EXT ?>" align="left" /><?php echo $notice['name'] ?> + </th> </tr> <?php } ?> - <tr class="notice_<?php echo $notice['status'] ?>"> + <tr class="<?php echo $notice['status'] ?>"> <td style="padding:10px;" width="30px"><img src="<?php echo $image_dir.'notice_'.$notice['status'].IMG_ICON_EXT ?>" style="padding:10px" /></td> <td style="padding:10px;padding-right:10px;padding-bottom:10px;"><?php if ($notice['status']=='error') { ?><strong><?php } ?><?php echo langHtml($notice['key'],$notice['vars']) ?><?php if ($notice['status']=='error') { ?></strong><?php } ?> <?php if (!empty($notice['log'])) { ?><pre><?php echo htmlentities(implode("\n",$notice['log'])) ?></pre><?php } ?> @@ -135,7 +135,7 @@ <tr> <td> - <table class="n" cellspacing="0" width="100%" cellpadding="4"> + <table cellspacing="0" width="100%" cellpadding="4"> \ No newline at end of file