openrat-cms

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

commit 6a9d9fefd9d4986658fb4f3149bc0c2a9babb725
parent 2a7f67487349ba85006dca7dd26a63923c5fe04a
Author: dankert <devnull@localhost>
Date:   Mon,  8 Feb 2010 23:32:34 +0100

CSS-Dateien an neue HTML-Struktur angepasst.

Diffstat:
themes/default/css/blue.css | 560+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
themes/default/css/dark.css | 11+++++++++++
themes/default/css/default.css | 633+------------------------------------------------------------------------------
themes/default/css/empty.css | 11+++--------
themes/default/css/moorweide.css | 81++++++++++++-------------------------------------------------------------------
themes/default/css/night.css | 40++++------------------------------------
themes/default/css/oldenburg.css | 118++++++++++++++++++++++++-------------------------------------------------------
themes/default/css/system.css | 38+++++++++++++-------------------------
8 files changed, 640 insertions(+), 852 deletions(-)

diff --git a/themes/default/css/blue.css b/themes/default/css/blue.css @@ -0,0 +1,560 @@ +/* +OpenRat Content Management System +Copyright (C) 2002-2007 Jan Dankert, cms@jandankert.de + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + +/* +Blue-Style for Openrat. +*/ + + +/* reset.css */ + +a:link, +a:visited +{ + color:#022A50; +} +a:active, +a:hover +{ + color:#022A50; +} + + +a.el_text +{ + background-color: lime; +} + + +a.el_info +{ + background-color: white; +} + +a.el_dynamic +{ + background-color: gray; +} + +a.el_icon +{ + background-color: yellow; +} + + +body.menu tr.title td a +{ + color:#CCCCCC; +} + +body.menu tr.menu td a +{ + color:#022A50; +} + +a.editorlink:active, +a.editorlink:hover +{ + color:black; + font-weight:normal; + text-decoration:none; + background-color:white; +} + +a.editorlink:link, +a.editorlink:visited +{ + color:black; + font-weight:normal; + text-decoration:none; +} + + + +/* Allgemeine Seiteneinstellungen */ + +body +{ + background-color:#CCCCCC; + color:#000000; + font-family:Arial; + font-size:13px; +} + +body.main +{ + text-align:center; +} + +body.title table tr td { + margin:0px; + padding:3px; + background-color:#EEEEEE; +} + +body.tree { + padding:5px; +} + +body.tree tr.active td.treevalue +{ + border-right:2px solid #7B9CBD; +} +/* +body.tree tr.active +{ + background-color:white; +} +*/ + +body.main tr.menu table.menu td.action:hover, +body.menu tr.menu td table tr td.action:hover +{ + background-color:white; +} + +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 +{ + color:gray; +} + + +body.menu tr.title span.title, +body.main tr.title span.title +{ + color:white; + font-family:Arial; + font-size:13px; + font-weight:bold; + text-shadow:#cac2a6 2px 1px 3px; +} + + +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 +{ + font-family:Courier; + font-size:13px; +} + +small +{ + color:gray; +} + + + + +body.menu tr.title td +{ + color:white; + font-family:Arial; + font-size:13px; + font-weight:bold; +} + +body.menu tr.menu td +{ + color:white; + font-family:Arial; + font-weight:normal; +} + + + +/* Datenzeile-Mauseffekt */ +tr.data:hover, +body.tree tr:hover +{ + background-color:silver; +} +/* Baum-Mauseffekt */ +/* +table.tree tr:hover +{ + background-color:white; +} +*/ + + + +/* Anzeige von Text-Unterschieden */ + +tr.diff td.line +{ + background-color:white; + text-align:right; +} +tr.diff td.equal +{ +} +tr.diff td.old +{ + background-color:red; +} +tr.diff td.new +{ + background-color:green; +} +tr.diff td.notequal +{ + background-color:yellow; +} + + + + +body.menu tr.title td, +body.main tr.title td +{ background-color:#7B9CBD;vertical-align:middle; padding:4px; height:30px;} + +td.message { padding:10px; font-weight:bold; } +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; 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; +} + +a.copyright +{ + font-family:Verdana,Arial,Helvetica,sans-serif; + font-size:9px; + text-decoration:none; +} + +td.motd +{ + border-left: 3px solid red; + border-right: 3px solid red; + font-weight: bold; + padding:10px; + margin:10px; +} + +table.main +{ + border:3px solid gray; + background-color:white; +} + + +input.text, +textarea +{ + border:2px solid gray; + padding:2px; +} + +input:hover, +textarea:hover +{ + border-color:black; +} + +input:focus, +textarea:focus +{ + background-color:#7B9CBD; + border-color:yellow; +} + +input.submit, +input.ok, +div.cancel +{ + color:#FFFFFF; + background-color:#7B9CBD; + width:110px; + font-weight: bold; +} + +input.reset { color:black; background-color:#cac2a6; text-align:right; } + +input, +select, +textarea +{ + color:#000000; + background-color:#dad2b6; +} + +input.checkbox, +input.radio +{ + border:1px solid grey; +} + +/* Eingabefeld f�r Beschreibung */ +textarea.desc, +textarea.description +{ + font-family:Arial; + font-size:13px; +} + +/* Eingabefeld f�r Textabsatz */ +textarea.longtext +{ + font-family:Arial; + font-size:13px; + width:100%; + height:300px; + border:1px solid black; +} + +/* Eingabfeld f�r Namen */ +input.name, +td.name +{ + font-weight:bold; +} + +/* Eingabfeld f�r Dateiname */ +input.filename, +input.extension, +input.ansidate, +td.filename, +td.extension, +td.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; +} + + +/* 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; + font-style: normal; +} + +td.logo +{ + background-color:#eae2c6; + padding:10px; + margin:0px; +} + +h2.logo +{ + font-family:Verdana; + font-weight:normal; + font-size:24px; + margin-left:110px; +} + +p.logo +{ + margin-left:110px; + font-family:Verdana; + font-size:13px; +} + +input.search +{ + margin:0px; + padding:0px; + font-size:10px; + border:2px solid black; +} +input.searchbutton +{ + margin:0px; + margin-left:5px; + border:0px; + padding:0px; + font-size:4px; + max-height:20px; +} + + + +/* Zwischen-Ueberschriften */ + +fieldset +{ + border-top:1px solid black; + border-bottom:0px; + border-left:0px; + border-right:0px; + margin-top:5px; + margin-bottom:0px; + margin-left:0px; + margin-right:0px; + padding:0px; +} + + + +/* Zwischen-Ueberschriften */ + +legend +{ + font-weight:bold; +} + + + + +/* 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; +} +table.notice tr.warning +{ + background-color:#FFA500; + margin:0px; + padding:0px; +} +table.notice tr.ok +{ + background-color:#98FB98; +} + + + +/* 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 +{ + #border-style: solid; + table-layout:fixed; + border-collapse:collapse; + text-align: center; + #size:inherit; + #width: 80%; + #background-color: gray; +} +table.calendar td +{ + border: 1px dotted; + #background-color:grey; + #border-bottom: 1px solid black; +} + +table.main td.help span +{ + + padding:10px; + xmargin:40px; + xborder: solid grey 1px; + text-align:center; + color:black; + font-family:Verdana,Arial,Helvetica,sans-serif; + font-size:11px; +} diff --git a/themes/default/css/dark.css b/themes/default/css/dark.css @@ -1,4 +1,15 @@ +a +{ + color:black; +} + +body.menu tr.title a, +body.main tr.title +{ + color:white; +} + body.title, body.main tr.menu, body.menu tr.menu, diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -1,630 +1 @@ -/* $Id$ */ - -/* - -OpenRat Content Management System -Copyright (C) 2002-2007 Jan Dankert, cms@jandankert.de - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -/* - -Standard Font- and Colorsettings for Openrat. - -Created for a smooth and useful user interface. - -*/ - - -/* reset.css */ -html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} -body {line-height:1.5;} -table {border-collapse:separate;border-spacing:0;} -caption, th, td {text-align:left;font-weight:normal;} -table, td, th {vertical-align:middle;} -blockquote:before, blockquote:after, q:before, q:after {content:"";} -blockquote, q {quotes:"" "";} -a img {border:none;} - -a:link, -a:visited -{ - color:#022A50; - font-weight:normal; - text-decoration:none; -} -a:active, -a:hover -{ - color:#022A50; - font-weight:normal; - text-decoration:underline; -} - - -a.el_text:link, -a.el_text:active, -a.el_text:visited, -a.el_text:hover -{ - background-color: lime; -} - - -a.el_info:link, -a.el_info:active, -a.el_info:visited, -a.el_info:hover -{ - background-color: white; -} - -a.el_dynamic:link, -a.el_dynamic:active, -a.el_dynamic:visited, -a.el_dynamic:hover -{ - background-color: gray; -} - -a.el_icon:link, -a.el_icon:active, -a.el_icon:visited, -a.el_icon:hover -{ - background-color: yellow; -} - - -a.path:link, -a.path:visited -{ - color:#CCCCCC; - font-weight:bold; - text-decoration:none; -} - -a.path:active, -a.path:hover -{ - color:#CCCCCC; font-weight:bold; text-decoration:underline; -} - -a.menu:link, -a.menu:visited -{ - color:#022A50; - font-weight:normal; - text-decoration:none; -} - - -a.menu:active, -a.menu:hover -{ - color:#022A50; - font-weight:normal; - text-decoration:underline; -} - - -a.menu_highlight:link, -a.menu_highlight:visited -{ - color:#022A50; - font-weight:bold; - text-decoration:none; -} - - -a.menu_highlight:active, -a.menu_highlight:hover -{ - color:#022A50; - font-weight:bold; - text-decoration:underline; -} - - -a.editorlink:active, -a.editorlink:hover -{ - color:black; - font-weight:normal; - text-decoration:none; - background-color:white; -} - -a.editorlink:link, -a.editorlink:visited -{ - color:black; - font-weight:normal; - text-decoration:none; -} - - - -/* Allgemeine Seiteneinstellungen */ - -body -{ - background-color:#CCCCCC; - color:#000000; - font-family:Arial; - font-size:13px; -} - -body.main -{ - text-align:center; -} - -body.title table tr td { - margin:0px; - padding:3px; - background-color:#EEEEEE; -} - -body.tree { - padding:5px; -} - -body.tree tr.active td.treevalue -{ - border-right:2px solid #7B9CBD; -} -/* -body.tree tr.active -{ - background-color:white; -} -*/ - -body.main tr.menu table.menu td.action:hover, -body.menu tr.menu td table tr td.action:hover -{ - background-color:white; -} - -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 -{ - color:gray; -} - - -body.menu tr.title span.title, -body.main tr.title span.title -{ - color:white; - font-family:Arial; - font-size:13px; - font-weight:bold; - text-shadow:#cac2a6 2px 1px 3px; -} - - - -form -{ - margin:0px; - padding:0px; - -} - - -pre -{ - font-family:Courier; - font-size:13px; -} - -small -{ - color:gray; -} - - - - -td.subaction span.accesskey -{ - text-decoration:underline; -} - -th -{ - background-color:#7B9CBD; - color:white; - font-family:Arial; - font-size:13px; - vertical-align:top; - font-weight:bold; - border-bottom:1px solid gray; -} - -td -{ color:#000000; - font-family:Arial; - font-size:13px; - vertical-align:top; -} - - -/* Datenzeile-Mauseffekt */ -tr.data:hover, -body.tree tr:hover -{ - background-color:silver; -} -/* Baum-Mauseffekt */ -/* -table.tree tr:hover -{ - background-color:white; -} -*/ - - - -/* Anzeige von Text-Unterschieden */ - -tr.diff td.line -{ - background-color:white; - text-align:right; -} -tr.diff td.equal -{ -} -tr.diff td.old -{ - background-color:red; -} -tr.diff td.new -{ - background-color:green; -} -tr.diff td.notequal -{ - background-color:yellow; -} - - - - -body.menu tr.title td, -body.main tr.title td -{ background-color:#7B9CBD;vertical-align:middle; padding:4px; height:30px;} - -td.message { padding:10px; font-weight:bold; } -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; vertical-align:middle; padding:4px;} -table.main td.window td { padding:2px;} -table.main td.window td.logo { padding:10px;} -body.main td.window td.act -{ - background-color:#eae2c6; - padding:15px; - margin-top:10px; - border-top:1px solid gray; - text-align:right; -} - -a.copyright -{ - font-family:Verdana,Arial,Helvetica,sans-serif; - font-size:9px; - text-decoration:none; -} - -td.motd -{ - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding:10px; - margin:10px; -} - -table.main -{ - border:3px solid gray; - background-color:white; -} - - -input.text, -textarea -{ - border:2px solid gray; - padding:2px; -} - -input:hover, -textarea:hover -{ - border-color:black; -} - -input:focus, -textarea:focus -{ - background-color:#7B9CBD; - border-color:yellow; -} - -input.submit, -input.ok, -div.cancel -{ - color:#FFFFFF; - background-color:#7B9CBD; - width:110px; - font-weight: bold; -} - -input.reset { color:black; background-color:#cac2a6; text-align:right; } - -input, -select, -textarea -{ - color:#000000; - background-color:#dad2b6; -} - -input.checkbox, -input.radio -{ - border:1px solid grey; -} - -/* Eingabefeld f�r Beschreibung */ -textarea.desc, -textarea.description -{ - font-family:Arial; - font-size:13px; -} - -/* Eingabefeld f�r Textabsatz */ -textarea.longtext -{ - font-family:Arial; - font-size:13px; - width:100%; - height:300px; - border:1px solid black; -} - -/* Eingabfeld f�r Namen */ -input.name, -td.name -{ - font-weight:bold; -} - -/* Eingabfeld f�r Dateiname */ -input.filename, -input.extension, -input.ansidate, -td.filename, -td.extension, -td.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; -} - - -/* 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; - font-style: normal; -} - -td.logo -{ - background-color:#eae2c6; - padding:10px; - margin:0px; -} - -h2.logo -{ - font-family:Verdana; - font-weight:normal; - font-size:24px; - margin-left:110px; -} - -p.logo -{ - margin-left:110px; - font-family:Verdana; - font-size:13px; -} - -input.search -{ - margin:0px; - padding:0px; - font-size:10px; - border:2px solid black; -} -input.searchbutton -{ - margin:0px; - margin-left:5px; - border:0px; - padding:0px; - font-size:4px; - max-height:20px; -} - - - -/* Zwischen-Ueberschriften */ - -fieldset -{ - border-top:1px solid black; - border-bottom:0px; - border-left:0px; - border-right:0px; - margin-top:5px; - margin-bottom:0px; - margin-left:0px; - margin-right:0px; - padding:0px; -} - - - -/* Zwischen-Ueberschriften */ - -legend -{ - font-weight:bold; -} - - - - -/* 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; -} -table.notice tr.warning -{ - background-color:#FFA500; - margin:0px; - padding:0px; -} -table.notice tr.ok -{ - background-color:#98FB98; -} - - - -/* 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 -{ - #border-style: solid; - table-layout:fixed; - border-collapse:collapse; - text-align: center; - #size:inherit; - #width: 80%; - #background-color: gray; -} -table.calendar td -{ - border: 1px dotted; - #background-color:grey; - #border-bottom: 1px solid black; -} - -table.main td.help span -{ - - padding:10px; - xmargin:40px; - xborder: solid grey 1px; - text-align:center; - color:black; - font-family:Verdana,Arial,Helvetica,sans-serif; - font-size:11px; -}- \ No newline at end of file +@import url("blue.css");+ \ No newline at end of file diff --git a/themes/default/css/empty.css b/themes/default/css/empty.css @@ -1,9 +1,3 @@ -/* $Id$ */ - - /* - None CSS settings. - - Use this stylesheet, if you want only use an unchanged root stylesheet. - - */ + Color-less style. + */+ \ No newline at end of file diff --git a/themes/default/css/moorweide.css b/themes/default/css/moorweide.css @@ -3,87 +3,34 @@ a:link,a:visited { color:green; - font-weight:normal; - text-decoration:none; } a:active,a:hover { color:green; - font-weight:bold; - text-decoration:underline + /*font-weight:bold;*/ } -a.mainmenu:link, -a.mainmenu:visited +body.menu tr.title a { 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; -} - - -form -{ - margin:0px; - padding:0px; -} - -pre -{ - font-family:Courier; - font-size:13px; + background-color:#DDFFDD; } +table.main { + background-color:white; + } 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.line { background-color: silver; @@ -104,26 +51,22 @@ td.help body.menu tr.title td, body.main tr.title td -{ background-color:green;vertical-align:middle; } +{ background-color:#55AA55; } body.menu tr.menu td, body.main tr.menu td -{ background-color:#DDFFDD; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } +{ background-color:#CCEECC; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } -td.submenu { border-bottom:solid 1px black; background-color:#DDFFDD; } 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; } +p.copyright { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } -table.main { border:1px solid black; margin-top:30px; } +table.main { border-color:black; } input.submit { color:white; font-weight:bold; background-color:green; } -input.reset { color:white; background-color:green; text-align:right; } +input.reset { color:white; background-color:green; } textarea.desc { font-family:Arial;font-size:13px; } -textarea.longtext { font-family:Arial;font-size:13px; width:100%; height:300; } +textarea.longtext { font-family:Arial;font-size:13px; } input, select, textarea { diff --git a/themes/default/css/night.css b/themes/default/css/night.css @@ -1,39 +1,14 @@ -/* $Id$ */ +/* Night - extends the "dark" style */ + +@import url("dark.css"); body, body.main, body.tree { - background-color:252525; -} -body.title -{ - background-image: url('../images/bg-title.png'); -} - - -body.menu tr.title td, -body.main tr.title td - -{ - background-image: url('../images/bg-menu.png'); -} - -body.menu tr.menu td, -body.main tr.menu td -{ - background-image: url('../images/bg-title.png'); - color: white; + background-color:#252525; } - -input, -select, -div.cancel -{ - background-image: url('../images/bg-title.png'); - color:white; -} textarea { color:black; @@ -46,13 +21,6 @@ textarea:hover border-color:black; } -input:focus, -textarea:focus -{ - background-color:white; - border-color:black; -} - input.submit, input.ok, div.cancel diff --git a/themes/default/css/oldenburg.css b/themes/default/css/oldenburg.css @@ -2,96 +2,68 @@ Stylesheet for user switching from a CMS called ...... ouh, find out yourself ... :) */ + +body.menu tr.title a, +body.main tr.title +{ + color:white; +} + + + a:link, a:visited { color:#000080; - font-weight:normal; - text-decoration:none; } a:active, a:hover { color:#000080; - font-weight:normal; - 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 +a.el_include, +a.el_list { 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 +a.el_longtext, +a.el_text { 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 +a.el_infodate, +a.el_info { background-color: white; } -a.el_date:link, -a.el_date:active, -a.el_date:visited, -a.el_date:hover +a.el_date { background-color: aqua; } -a.el_link:link, -a.el_link:active, -a.el_link:visited, -a.el_link:hover +a.el_link { background-color: fuchsia; } -a.el_number:link, -a.el_number:active, -a.el_number:visited, -a.el_number:hover +a.el_number { background-color: lime; } -a.el_code:link, -a.el_code:active, -a.el_code:visited, -a.el_code:hover +a.el_code { background-color: gray; } -a.el_icon:link, -a.el_icon:active, -a.el_icon:visited, -a.el_icon:hover +a.el_icon { background-color: yellow; } @@ -101,14 +73,12 @@ 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; + color:#CCCCCC; } @@ -118,8 +88,19 @@ body color:#000000; font-family:Arial; font-size:12px; + background-color:#EEEEEE; +} + + +body.main table.main, +{ background-color:white; } +body.main tr.menu td.action:hover, +body.menu tr.menu td.action:hover +{ + background-color:silver; +} body, textarea @@ -135,17 +116,10 @@ body, textarea body.title { - margin:0px; background-color:white; color:black; } -form -{ - margin:0px; - padding:0px; -} - pre { font-family:Courier; @@ -157,25 +131,6 @@ small color:grey; } -/* Tabellen */ -th -{ - background-color:#000080; - 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.diff_equal { } @@ -210,7 +165,6 @@ body.menu tr.title td, body.main tr.title td { background-color:#000080; - vertical-align:middle; } /* Submenue */ @@ -223,14 +177,12 @@ body.main tr.menu td td.act { background-color:#DFDFDF; - padding:15px; - border-top:0px solid grey; } -.mainmenu_headline{color:#CCCCCC; font-size:13px; color:black; font-weight:bold; } +.mainmenu_headline{color:#CCCCCC; font-size:13px; color:black; } .mainmenu_name{color:white; font-weight:bold; font-size:24px; } -.mainmenu_val{color:#CCCCCC; font-weight:normal; } -.mainmenu_title{color:#CCCCCC;vertical-align:middle;font-weight:bold; font-size:24px; } +.mainmenu_val{color:#CCCCCC; } +.mainmenu_title{color:#CCCCCC;vertical-align:middle;font-size:24px; } table.main { border:1px solid black; } diff --git a/themes/default/css/system.css b/themes/default/css/system.css @@ -80,21 +80,10 @@ a.path:hover color:#CCCCCC; font-weight:bold; text-decoration:underline; } -a.menu:link, -a.menu:visited +body.main tr.menu td table td a, +body.menu tr.menu td table td a { color:ButtonText; - font-weight:normal; - text-decoration:none; -} - - -a.menu:active, -a.menu:hover -{ - color:ButtonText; - font-weight:normal; - text-decoration:underline; } @@ -144,8 +133,6 @@ body.title { body.tree { background-color:Window; padding:5px; - xbackground-color:white; -/* border:3px solid gray;*/ } @@ -236,10 +223,15 @@ body.menu tr.title td, body.main tr.title td { background-color:Highlight; color:HighlightText; vertical-align:middle; height:30px;} +body.main tr.menu td.action:hover, +body.menu tr.menu td.action:hover +{ + background-color:Highlight; + color:ButtonText; +} + td.help { color:black; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } -td.message { padding:10px; font-weight:bold; } td.title { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; } -td.submenu { border-bottom:solid 1px black; background-color:#cac2a6; } body.menu tr.menu td, @@ -257,10 +249,7 @@ td.act background-color:AppWorkspace; } -.mainmenu_headline{color:Window; font-size:13px; color:black; font-weight:bold; } -.mainmenu_name{color:white; font-weight:bold; font-size:13px; } -.mainmenu_val{color:Window; font-weight:normal; } -.mainmenu_title{color:Window;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 @@ -292,7 +281,7 @@ textarea input, textarea { - border:1px solid ButtonFace; + border:1px solid Highlight; padding:5px; background-color:Window; } @@ -301,15 +290,14 @@ textarea input:hover, textarea:hover { - border-color:Highlight; - background-color:Window; + border-color:WindowText; } /* Eingabefelder, aktiv */ input:focus, textarea:focus { - border-color:Highlight; + border-color:WindowText; background-color:Window; }