openrat-cms

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

commit a7c1ce0b6d72251439fefd686e6b5db5b01ec5fb
parent 6b8040ea4d14dcd3fe57d3eff36dcc61e4542e3c
Author: dankert <devnull@localhost>
Date:   Wed, 19 Jan 2011 00:33:38 +0100

Änderungen im Stylesheet: Neue Icons, Style 'blue' angepasst.

Diffstat:
themes/default/css/base.css | 2+-
themes/default/css/blue.css | 455++++++++++++++++++++++++++++++++++++++-----------------------------------------
themes/default/images/icon/applications.png | 0
themes/default/images/icon/compress.png | 0
themes/default/images/icon/editvalue.png | 0
themes/default/images/icon/extract.png | 0
themes/default/images/icon/lkw.png | 0
themes/default/images/icon/projectmenu.png | 0
themes/default/images/icon/uncompress.png | 0
themes/default/images/icon_add.png | 0
themes/default/include/html/window.inc.php | 2+-
11 files changed, 219 insertions(+), 240 deletions(-)

diff --git a/themes/default/css/base.css b/themes/default/css/base.css @@ -35,7 +35,7 @@ a img {border:none;} body { - background-color:silver; + background-color:#E0E0D5; } iframe diff --git a/themes/default/css/blue.css b/themes/default/css/blue.css @@ -22,210 +22,310 @@ Blue-Style for Openrat. */ -/* reset.css */ -a:link, -a:visited -{ - color:#022A50; -} -a:active, -a:hover +body { - color:#022A50; + background-color:#eae2c6; + color:black; } -a.el_text +div.breadcrumb, +div.breadcrumb a { - background-color: lime; + margin:0px; + padding:5px; + height:20px; + background-color:#7B9CBD; + color:#E0E0F0; + font-weight:bold; + width:100%; } - -a.el_info +/* Einzel-Views */ +div#header { - background-color: white; + background-color:#eae2c6; } -a.el_dynamic +div#header a, +div#header div { - background-color: gray; + x-font-weight:bold; + color:black; } -a.el_icon + +div#content { - background-color: yellow; + padding:5px; + margin-left:30%; + x-background-color:white; + margin-top:0px; + } - -body.menu tr.title td a +div#tree { - color:#CCCCCC; + padding:0px; + overflow:scroll; } -body.menu tr.menu td a +div#content { - color:#022A50; + padding:0px; } -a.editorlink:active, -a.editorlink:hover +div#tree > table.tree { - color:black; - font-weight:normal; - text-decoration:none; - background-color:white; + padding:3px; + x-overflow:scroll; } -a.editorlink:link, -a.editorlink:visited + + +/* Menü-Knöpfe */ +body > div > a.action, +body > div > a.action_active, +body > div > a.help, +body > div > div.noaction, +body > div > form > a.action, +body > div > form > a.action_active, +body > div > form > a.help, +body > div > form > div.noaction { - color:black; + x-height:20px; + margin:9px; + margin-top:0px; + padding-top:4px; + padding-bottom:4px; + padding-left:7px; + padding-right:7px; + border:1px solid grey; + border-top:none; + -moz-border-radius-topright:0px; /* Mozilla */ + -moz-border-radius-topleft:0px; /* Mozilla */ + -moz-border-radius-bottomleft:5px; /* Mozilla */ + -moz-border-radius-bottomright:5px; /* Mozilla */ + -webkit-border-bottom-right-radius:5px; /* Webkit */ + -webkit-border-bottom-left-radius:5px; /* Webkit */ + -khtml-border-bottom-right-radius:5px; /* Konqui */ + -khtml-border-bottom-left-radius:5px; /* Konqui */ + border-bottom-left-radius:5px; + border-bottom-right-radius:5px; + background-color: #7B9CBD; + background: -moz-linear-gradient(top, #7B9CBD, silver); + background: -webkit-gradient(linear, left top, left bottom, from(#7B9CBD), to(silver)); + float:left; + font-style:normal; + font-weight:normal; + text-decoration:none; + -webkit-box-shadow: 3px 2px 5px gray; + -moz-box-shadow: 3px 2px 5px gray; + box-shadow: 3px 2px 5px gray; + cursor:default; + color:black; +} + + +/* Knöpfe */ +body > div > table a.action, +body > div > table input.ok, +body > div > form > table a.action, +body > div > form > table input.ok +{ + xheight:30px; + margin:9px; + margin-top:0px; + padding-top:7px; + padding-bottom:7px; + padding-left:7px; + padding-right:7px; + border:1px solid grey; + border-top:none; + -moz-border-radius:10px; /* Mozilla */ + -webkit-border-radius:10px; /* Webkit */ + -khtml-border-radius:10px; /* Konqui */ + border-radius:10px; + background-color: #7B9CBD; + background: -moz-linear-gradient(top, #7B9CBD, silver); + background: -webkit-gradient(linear, left top, left bottom, from(#7B9CBD), to(silver)); + float:left; + font-style:normal; font-weight:normal; text-decoration:none; + -webkit-box-shadow: 3px 2px 5px gray; + -moz-box-shadow: 3px 2px 5px gray; + box-shadow: 3px 2px 5px gray; + cursor:default; + color:black; + vertical-align:middle; } -/* Allgemeine Seiteneinstellungen */ - -body +a.action > img, +a.action > span, +a.action, +input.ok { - background-color:#CCCCCC; - color:#000000; - font-family:Arial; - font-size:13px; + vertical-align:middle; + font-family: inherit; } -body.main + +body > div > form > table input.ok { - text-align:center; + xfont-weight:bold; } -body.title table tr td { - margin:0px; - padding:3px; - xbackground-color:#EEEEEE; +a.action:hover, +a.action_active:hover, +a.help:hover, +div.noaction:hover, +input.ok:hover +{ + text-decoration:none; + border-color:white; } -body.tree { - padding:5px; +a.action:active, +a.action_active:active, +a.help:active, +div.noaction:active, +input.ok:active +{ + border-color:red; } -/* -body.tree tr.active td.treevalue + +a { - border-right:2px solid #7B9CBD; + color:black; } -*/ -/* -body.tree tr.active +div.dropdown { + opacity:0.9; background-color:white; + border:1px solid grey; + -moz-border-radius:5px; /* Mozilla */ + -webkit-border-radius:5px; /* Webkit */ + -khtml-border-radius:5px; /* Konqui */ + border-radius:5px; + background: -moz-linear-gradient(top, #7B9CBD, silver); + background: -webkit-gradient(linear, left top, left bottom, from(#7B9CBD), to(silver)); + font-style:normal; + font-weight:normal; + text-decoration:none; + -webkit-box-shadow: 3px 2px 5px gray; + -moz-box-shadow: 3px 2px 5px gray; + box-shadow: 3px 2px 5px gray; + color:black; } -*/ -body.main tr.menu table.menu td.action:hover, -body.menu tr.menu td table tr td.action:hover +div.dropdown part.entry:hover { - background-color:white; + background-color:silver; } -body.menu tr.menu, -body.main tr.menu -{ background-color:#cac2a6; vertical-align:middle;} - -body.menu tr.menu td table tr td, -body.main tr.menu td table tr td -{ padding:4px; padding-right:6px;padding-left:6px; width:30px; white-space:nowrap;} - -body.menu tr.menu table { width:50px;} - -/* Inaktive Menuepunkte werden ausgegraut */ -body.menu tr.menu td table tr td.noaction, -body.main tr.menu td table tr td.noaction +iframe { - color:gray; + border: 1px solid grey; } -body.menu tr.title span.title, -body.menu tr.title span.title +div#content td { - color:white; - font-family:Arial; - font-size:13px; - font-weight:bold; - text-shadow:#cac2a6 2px 1px 3px; + padding:2px; } -body.tree td.treevalue img { - padding-right:2px; - padding-left:2px; -} -img[align=left], -img[align=right] {padding-right:1px;padding-left:1px;} -form -{ - margin:0px; - padding:0px; -} -pre + + + + + + + + + + + + + + + + + + +/* Template-Platzhalter */ +a.el_text { - font-family:Courier; - font-size:13px; + background-color: lime; } - -small +a.el_info, +a.el_infodate { - color:gray; + background-color: white; } +a.el_dynamic +{ + background-color: gray; +} +a.el_icon +{ + background-color: yellow; +} -body.menu tr.title td + +a.editorlink:active, +a.editorlink:hover { - color:white; - font-family:Arial; - font-size:13px; - font-weight:bold; + color:black; + font-weight:normal; + text-decoration:none; + background-color:white; } -body.menu tr.menu td +a.editorlink:link, +a.editorlink:visited { - color:white; - font-family:Arial; + color:black; font-weight:normal; + text-decoration:none; } - -/* Datenzeile-Mauseffekt */ -tr.data:hover, -body.tree tr:hover +pre { - background-color:silver; + font-family:Courier; + font-size:13px; } -/* Baum-Mauseffekt */ -/* -table.tree tr:hover +small { - background-color:white; + color:gray; } -*/ +/* Datenzeile-Mauseffekt */ +tr.data:hover, +div#tree tr:hover +{ + background-color:#7B9CBD; +} + /* Anzeige von Text-Unterschieden */ @@ -253,67 +353,14 @@ tr.diff td.notequal -body.menu tr.title td, -body.main tr.title td -{ - background-color:#7B9CBD; - vertical-align:middle; - padding:4px; - height:30px; - background: -webkit-gradient(linear, left top, left bottom, from(#7B9CBD), to(#9BBCDD)); - background: -moz-linear-gradient(top, #7B9CBD,#9BBCDD); -} - -body.menu -{ - margin:0px; -} - -body.menu > table.treemenu, -body.menu > table.mainmenu -{ - /* - margin-top:1px; - margin-left:5px; - margin-right:5px; - margin-bottom:5px; - */ - - border-top:3px solid gray; - border-bottom:1px solid gray; -} - -body.menu > table -{ - /* - border-radius: 10px; - -moz-border-radius: 5px; - -khtml-border-radius: 5px; - -webkit-box-shadow: 5px 5px 10px black; - -moz-box-shadow: 3px 3px 3px #303030; - box-shadow: 5px 5px 10px black; - */ -} - td.message { padding:10px; font-weight:bold; } td.title { white-space:nowrap; /*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; vertical-align:middle; padding:4px;} -table.main td.window td { padding:4px;} -table.main td.window td.logo { padding:10px;} -body.main td.window td.act -{ - background-color:#eae2c6; - padding:15px; - margin-top:20px; - border-top:1px solid gray; - text-align:right; -} +/* Lizenzhinweis */ a.copyright { font-family:Verdana,Arial,Helvetica,sans-serif; @@ -321,6 +368,7 @@ a.copyright text-decoration:none; } +/* Meldung des Tages */ td.motd { border-left: 3px solid red; @@ -330,32 +378,6 @@ td.motd margin:10px; } -table.main -{ - -moz-border-radius: 5px; - -khtml-border-radius: 5px; - - border-radius: 10px; - border:3px solid gray; - /* - border-top:3px solid gray; - border-left:3px solid gray; - border-right:3px solid black; - border-bottom:3px solid black; - */ - background-color:white; - - /* - background: -webkit-gradient(linear, left top, left bottom, from(white), to(gray)); - background: -moz-linear-gradient(top, white,gray); - */ - - -webkit-box-shadow: 5px 5px 10px black; - -moz-box-shadow: 3px 3px 3px #303030; - box-shadow: 5px 5px 10px black; - -} - input.text, textarea @@ -377,21 +399,6 @@ textarea:focus border-color:yellow; } -input.submit, -input.ok, -div.cancel -{ - color:#FFFFFF; - padding:5px; - background-color:#7B9CBD; - width:110px; - font-weight: bold; - -moz-border-radius:10px; - -khtml-border-radius:10px; -} - -input.reset { color:black; background-color:#cac2a6; text-align:right; } - input, select, textarea @@ -406,7 +413,7 @@ input.radio border:1px solid grey; } -/* Eingabefeld f�r Beschreibung */ +/* Eingabefeld für Beschreibung */ textarea.desc, textarea.description { @@ -414,7 +421,7 @@ textarea.description font-size:13px; } -/* Eingabefeld f�r Textabsatz */ +/* Eingabefeld für Textabsatz */ textarea.longtext { font-family:Arial; @@ -456,18 +463,6 @@ textarea } -/* Das Hauptfenster für alle Dialoge */ -td.window -{ - border: 0px solid black; - padding:0px; - margin:0px; - -} -tr td.help -{ - font-style: italic; -} tr.headline td.help { border-bottom:1px solid black; @@ -583,22 +578,6 @@ table.notice tr.ok -/* Baum */ - -table.tree td.treecol, -table.tree td.treeimage -{ - width:1%; -} -table.tree td.treevalue -{ - vertical-align:middle; - white-space:nowrap; - text-align: left; -} - - - /* Kalender */ table.calendar diff --git a/themes/default/images/icon/applications.png b/themes/default/images/icon/applications.png Binary files differ. diff --git a/themes/default/images/icon/compress.png b/themes/default/images/icon/compress.png Binary files differ. diff --git a/themes/default/images/icon/editvalue.png b/themes/default/images/icon/editvalue.png Binary files differ. diff --git a/themes/default/images/icon/extract.png b/themes/default/images/icon/extract.png Binary files differ. diff --git a/themes/default/images/icon/lkw.png b/themes/default/images/icon/lkw.png Binary files differ. diff --git a/themes/default/images/icon/projectmenu.png b/themes/default/images/icon/projectmenu.png Binary files differ. diff --git a/themes/default/images/icon/uncompress.png b/themes/default/images/icon/uncompress.png Binary files differ. diff --git a/themes/default/images/icon_add.png b/themes/default/images/icon_add.png Binary files differ. diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -45,7 +45,7 @@ ?><a href="<?php echo $icon['url'] ?>" title="<?php echo 'ICON_'.langHtml($menu['type'].'_DESC') ?>"><image border="0" src="<?php echo $image_dir.$icon['type'].IMG_ICON_EXT ?>"></a>&nbsp;<?php } ?> - </td>--><nix/> + </td>--> </tr>