openrat-cms

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

commit fb46dd2a86ce3098af33fc1f233993b06c50e005
parent d7fc9c198cde59eff3ed19311b5e957cd58bc675
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 11 Nov 2017 23:54:45 +0100

Kleinere Fixes für die korrekte Darstellung der Themes.

Diffstat:
config/config-default.php | 4++--
themes/default/css/openrat-theme.css | 298++++++++++++++++++++++++++++++++++++++++----------------------------------------
themes/default/css/openrat-theme.less | 6+++---
themes/default/css/openrat-theme.min.css | 4++--
themes/default/css/openrat-ui.css | 243++++++++++++++++++++++++++++++++++++++++---------------------------------------
themes/default/css/openrat-ui.less | 243++++++++++++++++++++++++++++++++++++++++---------------------------------------
themes/default/css/openrat-ui.min.css | 4++--
themes/default/css/openrat-workbench.css | 8+++++---
themes/default/css/openrat-workbench.less | 8+++++---
themes/default/css/openrat-workbench.min.css | 4++--
version.ini | 8++++----
11 files changed, 419 insertions(+), 411 deletions(-)

diff --git a/config/config-default.php b/config/config-default.php @@ -845,8 +845,8 @@ $conf['style']['moorweide']['inactive_background_color'] = '#CEE6DA'; $conf['style']['dark']=array(); $conf['style']['dark']['name']='Dark'; $conf['style']['dark']['title_background_color']='#868685'; -$conf['style']['dark']['title_text_color']='DCDCDC'; -$conf['style']['dark']['text_color'] ='FFFFFF'; +$conf['style']['dark']['title_text_color']='#DCDCDC'; +$conf['style']['dark']['text_color'] ='#FFFFFF'; $conf['style']['dark']['background_color'] = '#201F1D'; $conf['style']['dark']['inactive_background_color'] = '#868685'; diff --git a/themes/default/css/openrat-theme.css b/themes/default/css/openrat-theme.css @@ -1,6 +1,6 @@ /* DO NOT CHANGE THIS FILE! CHANGE .LESS INSTEAD! */ -/* OpenRat Theme */ +/* OpenRat Theme */ /* * Zuweisung der Farben aus der Konfiguration */ @@ -11,18 +11,18 @@ html.theme-grey { scrollbar-base-color: #ffffff; } html.theme-grey div#workbench div.panel.modal { - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + border-color: #000000 !important; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } html.theme-grey div#dialog { background-color: #e9e9e9; - color: __cms-text-color__; - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + color: #000000; + border-color: #000000 !important; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } html.theme-grey div.container > div.divider.ui-draggable-dragging { background-color: #808080; @@ -42,16 +42,16 @@ html.theme-grey div.panel > div.title { color: #ffffff; } html.theme-grey div#noticebar div.notice { - border: 2px solid __cms-text-color__; + border: 2px solid #000000; padding: 5px; margin: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px __cms-text-color__; - -moz-box-shadow: 3px 2px 5px __cms-text-color__; - box-shadow: 3px 2px 5px __cms-text-color__; + -webkit-box-shadow: 3px 2px 5px #000000; + -moz-box-shadow: 3px 2px 5px #000000; + box-shadow: 3px 2px 5px #000000; display: none; } html.theme-grey div#noticebar div.notice.ok { @@ -75,11 +75,11 @@ html.theme-grey div.filler div.header a.back.button { background-color: #ffffff; background: -moz-linear-gradient(top, #808080, #c0c0c0); background: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#c0c0c0)); - color: __cms-text-color__; + color: #000000; } html.theme-grey ul#history > li.active { background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-grey a.action:hover, html.theme-grey a.help:hover, @@ -93,7 +93,7 @@ html.theme-grey input.ok:active { border-color: red; } html.theme-grey a { - color: __cms-text-color__; + color: #000000; } html.theme-grey div.dropdown > div.divide { background-color: #808080; @@ -136,7 +136,7 @@ html.theme-grey div.panel input.radio { border: 1px solid #808080; } html.theme-grey textarea.longtext { - border: 1px solid __cms-text-color__; + border: 1px solid #000000; } html.theme-grey td.notice { margin: 0px; @@ -151,7 +151,7 @@ html.theme-grey table.notice { html.theme-grey table.notice th { padding: 2px; white-space: nowrap; - border-bottom: 1px solid __cms-text-color__; + border-bottom: 1px solid #000000; font-weight: normal; text-align: left; } @@ -313,18 +313,18 @@ html.theme-grey input.submit { html.theme-grey ul#history > li { border: 1px solid #808080; background-color: #c0c0c0; - color: __cms-text-color__; + color: #000000; } html.theme-grey ul#history > li.active { - border: 1px solid __cms-text-color__; + border: 1px solid #000000; background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-grey ul#history { display: none; } html.theme-grey div#filler { - background-color: __cms-text-color__; + background-color: #000000; } html.theme-grey div.clickable.filtered.inactive > a { color: #c0c0c0; @@ -476,7 +476,7 @@ html.theme-grey select:focus { html.theme-grey input.error, html.theme-grey textarea.error, html.theme-grey select.error { - border-bottom: 1px dotted __cms-text-color__ !important; + border-bottom: 1px dotted #000000 !important; } html.theme-grey div.inputholder.error { border: 1px solid red ! important; @@ -566,7 +566,7 @@ html.theme-grey ul.tree li:last-child { html.theme-grey div.content pre, html.theme-grey div.dropdown { background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-grey div.filler div.headermenu > a.entry, html.theme-grey div.filler div.header a.back.button { @@ -574,9 +574,9 @@ html.theme-grey div.filler div.header a.back.button { } html.theme-grey div.line.filedropzone > div.input { background-color: #ffffff; - border: 1px dotted __cms-text-color__; + border: 1px dotted #000000; } -/* OpenRat Theme */ +/* OpenRat Theme */ /* * Zuweisung der Farben aus der Konfiguration */ @@ -587,18 +587,18 @@ html.theme-system { scrollbar-base-color: MenuText; } html.theme-system div#workbench div.panel.modal { - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + border-color: WindowText !important; + -webkit-box-shadow: 0px 0px 40px WindowText; + -moz-box-shadow: 0px 0px 40px WindowText; + box-shadow: 0px 0px 40px WindowText; } html.theme-system div#dialog { background-color: Background; - color: __cms-text-color__; - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + color: WindowText; + border-color: WindowText !important; + -webkit-box-shadow: 0px 0px 40px WindowText; + -moz-box-shadow: 0px 0px 40px WindowText; + box-shadow: 0px 0px 40px WindowText; } html.theme-system div.container > div.divider.ui-draggable-dragging { background-color: Menu; @@ -618,16 +618,16 @@ html.theme-system div.panel > div.title { color: MenuText; } html.theme-system div#noticebar div.notice { - border: 2px solid __cms-text-color__; + border: 2px solid WindowText; padding: 5px; margin: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px __cms-text-color__; - -moz-box-shadow: 3px 2px 5px __cms-text-color__; - box-shadow: 3px 2px 5px __cms-text-color__; + -webkit-box-shadow: 3px 2px 5px WindowText; + -moz-box-shadow: 3px 2px 5px WindowText; + box-shadow: 3px 2px 5px WindowText; display: none; } html.theme-system div#noticebar div.notice.ok { @@ -651,11 +651,11 @@ html.theme-system div.filler div.header a.back.button { background-color: MenuText; background: -moz-linear-gradient(top, Menu, WindowFrame); background: -webkit-gradient(linear, left top, left bottom, from(Menu), to(WindowFrame)); - color: __cms-text-color__; + color: WindowText; } html.theme-system ul#history > li.active { background-color: MenuText; - color: __cms-text-color__; + color: WindowText; } html.theme-system a.action:hover, html.theme-system a.help:hover, @@ -669,7 +669,7 @@ html.theme-system input.ok:active { border-color: red; } html.theme-system a { - color: __cms-text-color__; + color: WindowText; } html.theme-system div.dropdown > div.divide { background-color: Menu; @@ -712,7 +712,7 @@ html.theme-system div.panel input.radio { border: 1px solid Menu; } html.theme-system textarea.longtext { - border: 1px solid __cms-text-color__; + border: 1px solid WindowText; } html.theme-system td.notice { margin: 0px; @@ -727,7 +727,7 @@ html.theme-system table.notice { html.theme-system table.notice th { padding: 2px; white-space: nowrap; - border-bottom: 1px solid __cms-text-color__; + border-bottom: 1px solid WindowText; font-weight: normal; text-align: left; } @@ -889,18 +889,18 @@ html.theme-system input.submit { html.theme-system ul#history > li { border: 1px solid Menu; background-color: WindowFrame; - color: __cms-text-color__; + color: WindowText; } html.theme-system ul#history > li.active { - border: 1px solid __cms-text-color__; + border: 1px solid WindowText; background-color: MenuText; - color: __cms-text-color__; + color: WindowText; } html.theme-system ul#history { display: none; } html.theme-system div#filler { - background-color: __cms-text-color__; + background-color: WindowText; } html.theme-system div.clickable.filtered.inactive > a { color: WindowFrame; @@ -1052,7 +1052,7 @@ html.theme-system select:focus { html.theme-system input.error, html.theme-system textarea.error, html.theme-system select.error { - border-bottom: 1px dotted __cms-text-color__ !important; + border-bottom: 1px dotted WindowText !important; } html.theme-system div.inputholder.error { border: 1px solid red ! important; @@ -1142,7 +1142,7 @@ html.theme-system ul.tree li:last-child { html.theme-system div.content pre, html.theme-system div.dropdown { background-color: MenuText; - color: __cms-text-color__; + color: WindowText; } html.theme-system div.filler div.headermenu > a.entry, html.theme-system div.filler div.header a.back.button { @@ -1150,9 +1150,9 @@ html.theme-system div.filler div.header a.back.button { } html.theme-system div.line.filedropzone > div.input { background-color: MenuText; - border: 1px dotted __cms-text-color__; + border: 1px dotted WindowText; } -/* OpenRat Theme */ +/* OpenRat Theme */ /* * Zuweisung der Farben aus der Konfiguration */ @@ -1163,18 +1163,18 @@ html.theme-modern { scrollbar-base-color: #ffffff; } html.theme-modern div#workbench div.panel.modal { - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + border-color: #000000 !important; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } html.theme-modern div#dialog { background-color: #f3f3f3; - color: __cms-text-color__; - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + color: #000000; + border-color: #000000 !important; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } html.theme-modern div.container > div.divider.ui-draggable-dragging { background-color: #3f6194; @@ -1194,16 +1194,16 @@ html.theme-modern div.panel > div.title { color: #ffffff; } html.theme-modern div#noticebar div.notice { - border: 2px solid __cms-text-color__; + border: 2px solid #000000; padding: 5px; margin: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px __cms-text-color__; - -moz-box-shadow: 3px 2px 5px __cms-text-color__; - box-shadow: 3px 2px 5px __cms-text-color__; + -webkit-box-shadow: 3px 2px 5px #000000; + -moz-box-shadow: 3px 2px 5px #000000; + box-shadow: 3px 2px 5px #000000; display: none; } html.theme-modern div#noticebar div.notice.ok { @@ -1227,11 +1227,11 @@ html.theme-modern div.filler div.header a.back.button { background-color: #ffffff; background: -moz-linear-gradient(top, #3f6194, #cccccc); background: -webkit-gradient(linear, left top, left bottom, from(#3f6194), to(#cccccc)); - color: __cms-text-color__; + color: #000000; } html.theme-modern ul#history > li.active { background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-modern a.action:hover, html.theme-modern a.help:hover, @@ -1245,7 +1245,7 @@ html.theme-modern input.ok:active { border-color: red; } html.theme-modern a { - color: __cms-text-color__; + color: #000000; } html.theme-modern div.dropdown > div.divide { background-color: #3f6194; @@ -1288,7 +1288,7 @@ html.theme-modern div.panel input.radio { border: 1px solid #3f6194; } html.theme-modern textarea.longtext { - border: 1px solid __cms-text-color__; + border: 1px solid #000000; } html.theme-modern td.notice { margin: 0px; @@ -1303,7 +1303,7 @@ html.theme-modern table.notice { html.theme-modern table.notice th { padding: 2px; white-space: nowrap; - border-bottom: 1px solid __cms-text-color__; + border-bottom: 1px solid #000000; font-weight: normal; text-align: left; } @@ -1465,18 +1465,18 @@ html.theme-modern input.submit { html.theme-modern ul#history > li { border: 1px solid #3f6194; background-color: #cccccc; - color: __cms-text-color__; + color: #000000; } html.theme-modern ul#history > li.active { - border: 1px solid __cms-text-color__; + border: 1px solid #000000; background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-modern ul#history { display: none; } html.theme-modern div#filler { - background-color: __cms-text-color__; + background-color: #000000; } html.theme-modern div.clickable.filtered.inactive > a { color: #cccccc; @@ -1628,7 +1628,7 @@ html.theme-modern select:focus { html.theme-modern input.error, html.theme-modern textarea.error, html.theme-modern select.error { - border-bottom: 1px dotted __cms-text-color__ !important; + border-bottom: 1px dotted #000000 !important; } html.theme-modern div.inputholder.error { border: 1px solid red ! important; @@ -1718,7 +1718,7 @@ html.theme-modern ul.tree li:last-child { html.theme-modern div.content pre, html.theme-modern div.dropdown { background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-modern div.filler div.headermenu > a.entry, html.theme-modern div.filler div.header a.back.button { @@ -1726,9 +1726,9 @@ html.theme-modern div.filler div.header a.back.button { } html.theme-modern div.line.filedropzone > div.input { background-color: #ffffff; - border: 1px dotted __cms-text-color__; + border: 1px dotted #000000; } -/* OpenRat Theme */ +/* OpenRat Theme */ /* * Zuweisung der Farben aus der Konfiguration */ @@ -1739,18 +1739,18 @@ html.theme-moorweide { scrollbar-base-color: #ffffff; } html.theme-moorweide div#workbench div.panel.modal { - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + border-color: #000000 !important; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } html.theme-moorweide div#dialog { background-color: #f5fffa; - color: __cms-text-color__; - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + color: #000000; + border-color: #000000 !important; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } html.theme-moorweide div.container > div.divider.ui-draggable-dragging { background-color: #006633; @@ -1770,16 +1770,16 @@ html.theme-moorweide div.panel > div.title { color: #ffffff; } html.theme-moorweide div#noticebar div.notice { - border: 2px solid __cms-text-color__; + border: 2px solid #000000; padding: 5px; margin: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px __cms-text-color__; - -moz-box-shadow: 3px 2px 5px __cms-text-color__; - box-shadow: 3px 2px 5px __cms-text-color__; + -webkit-box-shadow: 3px 2px 5px #000000; + -moz-box-shadow: 3px 2px 5px #000000; + box-shadow: 3px 2px 5px #000000; display: none; } html.theme-moorweide div#noticebar div.notice.ok { @@ -1803,11 +1803,11 @@ html.theme-moorweide div.filler div.header a.back.button { background-color: #ffffff; background: -moz-linear-gradient(top, #006633, #cee6da); background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#cee6da)); - color: __cms-text-color__; + color: #000000; } html.theme-moorweide ul#history > li.active { background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-moorweide a.action:hover, html.theme-moorweide a.help:hover, @@ -1821,7 +1821,7 @@ html.theme-moorweide input.ok:active { border-color: red; } html.theme-moorweide a { - color: __cms-text-color__; + color: #000000; } html.theme-moorweide div.dropdown > div.divide { background-color: #006633; @@ -1864,7 +1864,7 @@ html.theme-moorweide div.panel input.radio { border: 1px solid #006633; } html.theme-moorweide textarea.longtext { - border: 1px solid __cms-text-color__; + border: 1px solid #000000; } html.theme-moorweide td.notice { margin: 0px; @@ -1879,7 +1879,7 @@ html.theme-moorweide table.notice { html.theme-moorweide table.notice th { padding: 2px; white-space: nowrap; - border-bottom: 1px solid __cms-text-color__; + border-bottom: 1px solid #000000; font-weight: normal; text-align: left; } @@ -2041,18 +2041,18 @@ html.theme-moorweide input.submit { html.theme-moorweide ul#history > li { border: 1px solid #006633; background-color: #cee6da; - color: __cms-text-color__; + color: #000000; } html.theme-moorweide ul#history > li.active { - border: 1px solid __cms-text-color__; + border: 1px solid #000000; background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-moorweide ul#history { display: none; } html.theme-moorweide div#filler { - background-color: __cms-text-color__; + background-color: #000000; } html.theme-moorweide div.clickable.filtered.inactive > a { color: #cee6da; @@ -2204,7 +2204,7 @@ html.theme-moorweide select:focus { html.theme-moorweide input.error, html.theme-moorweide textarea.error, html.theme-moorweide select.error { - border-bottom: 1px dotted __cms-text-color__ !important; + border-bottom: 1px dotted #000000 !important; } html.theme-moorweide div.inputholder.error { border: 1px solid red ! important; @@ -2294,7 +2294,7 @@ html.theme-moorweide ul.tree li:last-child { html.theme-moorweide div.content pre, html.theme-moorweide div.dropdown { background-color: #ffffff; - color: __cms-text-color__; + color: #000000; } html.theme-moorweide div.filler div.headermenu > a.entry, html.theme-moorweide div.filler div.header a.back.button { @@ -2302,9 +2302,9 @@ html.theme-moorweide div.filler div.header a.back.button { } html.theme-moorweide div.line.filedropzone > div.input { background-color: #ffffff; - border: 1px dotted __cms-text-color__; + border: 1px dotted #000000; } -/* OpenRat Theme */ +/* OpenRat Theme */ /* * Zuweisung der Farben aus der Konfiguration */ @@ -2312,21 +2312,21 @@ html.theme-moorweide div.line.filedropzone > div.input { html.theme-dark { scrollbar-face-color: #868685; scrollbar-arrow-color: #868685; - scrollbar-base-color: DCDCDC; + scrollbar-base-color: #dcdcdc; } html.theme-dark div#workbench div.panel.modal { - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + border-color: #ffffff !important; + -webkit-box-shadow: 0px 0px 40px #ffffff; + -moz-box-shadow: 0px 0px 40px #ffffff; + box-shadow: 0px 0px 40px #ffffff; } html.theme-dark div#dialog { background-color: #201f1d; - color: __cms-text-color__; - border-color: __cms-text-color__ !important; - -webkit-box-shadow: 0px 0px 40px __cms-text-color__; - -moz-box-shadow: 0px 0px 40px __cms-text-color__; - box-shadow: 0px 0px 40px __cms-text-color__; + color: #ffffff; + border-color: #ffffff !important; + -webkit-box-shadow: 0px 0px 40px #ffffff; + -moz-box-shadow: 0px 0px 40px #ffffff; + box-shadow: 0px 0px 40px #ffffff; } html.theme-dark div.container > div.divider.ui-draggable-dragging { background-color: #868685; @@ -2343,19 +2343,19 @@ html.theme-dark iframe { html.theme-dark div.breadcrumb, html.theme-dark div.breadcrumb a, html.theme-dark div.panel > div.title { - color: DCDCDC; + color: #dcdcdc; } html.theme-dark div#noticebar div.notice { - border: 2px solid __cms-text-color__; + border: 2px solid #ffffff; padding: 5px; margin: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; - -webkit-box-shadow: 3px 2px 5px __cms-text-color__; - -moz-box-shadow: 3px 2px 5px __cms-text-color__; - box-shadow: 3px 2px 5px __cms-text-color__; + -webkit-box-shadow: 3px 2px 5px #ffffff; + -moz-box-shadow: 3px 2px 5px #ffffff; + box-shadow: 3px 2px 5px #ffffff; display: none; } html.theme-dark div#noticebar div.notice.ok { @@ -2376,19 +2376,19 @@ html.theme-dark div.content a.help, html.theme-dark div.filler div.headermenu > a.entry, html.theme-dark div.filler div.header a.back.button { border: 1px solid #868685; - background-color: DCDCDC; + background-color: #dcdcdc; background: -moz-linear-gradient(top, #868685, #868685); background: -webkit-gradient(linear, left top, left bottom, from(#868685), to(#868685)); - color: __cms-text-color__; + color: #ffffff; } html.theme-dark ul#history > li.active { - background-color: DCDCDC; - color: __cms-text-color__; + background-color: #dcdcdc; + color: #ffffff; } html.theme-dark a.action:hover, html.theme-dark a.help:hover, html.theme-dark div.noaction:hover { - border-color: DCDCDC; + border-color: #dcdcdc; } html.theme-dark a.action:active, html.theme-dark a.help:active, @@ -2397,7 +2397,7 @@ html.theme-dark input.ok:active { border-color: red; } html.theme-dark a { - color: __cms-text-color__; + color: #ffffff; } html.theme-dark div.dropdown > div.divide { background-color: #868685; @@ -2440,7 +2440,7 @@ html.theme-dark div.panel input.radio { border: 1px solid #868685; } html.theme-dark textarea.longtext { - border: 1px solid __cms-text-color__; + border: 1px solid #ffffff; } html.theme-dark td.notice { margin: 0px; @@ -2455,7 +2455,7 @@ html.theme-dark table.notice { html.theme-dark table.notice th { padding: 2px; white-space: nowrap; - border-bottom: 1px solid __cms-text-color__; + border-bottom: 1px solid #ffffff; font-weight: normal; text-align: left; } @@ -2489,7 +2489,7 @@ html.theme-dark div.dropdown > div.entry:hover, html.theme-dark div.dropdown > div.entry:hover > a, html.theme-dark a.element { background-color: #868685; - color: DCDCDC; + color: #dcdcdc; } html.theme-dark ul.tree li { xmargin: 0; @@ -2609,7 +2609,7 @@ html.theme-dark div#workbench div.panel { } html.theme-dark input.submit { background-color: #868685; - color: DCDCDC; + color: #dcdcdc; -webkit-box-shadow: 0px 0px 15px #201f1d; -moz-box-shadow: 0px 0px 15px #201f1d; box-shadow: 0px 0px 15px 10px #201f1d; @@ -2617,18 +2617,18 @@ html.theme-dark input.submit { html.theme-dark ul#history > li { border: 1px solid #868685; background-color: #868685; - color: __cms-text-color__; + color: #ffffff; } html.theme-dark ul#history > li.active { - border: 1px solid __cms-text-color__; - background-color: DCDCDC; - color: __cms-text-color__; + border: 1px solid #ffffff; + background-color: #dcdcdc; + color: #ffffff; } html.theme-dark ul#history { display: none; } html.theme-dark div#filler { - background-color: __cms-text-color__; + background-color: #ffffff; } html.theme-dark div.clickable.filtered.inactive > a { color: #868685; @@ -2661,7 +2661,7 @@ html.theme-dark div.dropdown { text-decoration: none; } html.theme-dark div#header span.titletext { - color: DCDCDC; + color: #dcdcdc; } html.theme-dark div.toolbar-icon { border: 1px solid #868685; @@ -2747,7 +2747,7 @@ html.theme-dark label div.description { color: #868685; } html.theme-dark div.inputholder { - background-color: DCDCDC; + background-color: #dcdcdc; border: 1px solid #868685; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2760,16 +2760,16 @@ html.theme-dark div.inputholder { html.theme-dark div.inputholder ul.tree, html.theme-dark div.inputholder ul.tree li.last, html.theme-dark div.inputholder ul.tree li:last-child { - background-color: DCDCDC; + background-color: #dcdcdc; } html.theme-dark div.inputholder > input, html.theme-dark div.inputholder > textarea, html.theme-dark div.inputholder > select { border: 0px; - border-bottom: 1px solid DCDCDC; + border-bottom: 1px solid #dcdcdc; padding: 2px; margin: 0px; - background-color: DCDCDC; + background-color: #dcdcdc; } html.theme-dark input:focus, html.theme-dark textarea:focus, @@ -2780,7 +2780,7 @@ html.theme-dark select:focus { html.theme-dark input.error, html.theme-dark textarea.error, html.theme-dark select.error { - border-bottom: 1px dotted __cms-text-color__ !important; + border-bottom: 1px dotted #ffffff !important; } html.theme-dark div.inputholder.error { border: 1px solid red ! important; @@ -2799,7 +2799,7 @@ html.theme-dark div#tree { overflow: visible; } html.theme-dark tr.diff > td.line { - background-color: DCDCDC; + background-color: #dcdcdc; padding-right: 2px; border-right: 3px solid #868685; text-align: right; @@ -2838,15 +2838,15 @@ html.theme-dark div.panel ul.views > li.active, html.theme-dark div.panel ul.views > li.active:hover { background-color: #868685; background-image: linear-gradient(#868685 0%, #868685 15%); - color: DCDCDC; + color: #dcdcdc; } html.theme-dark div#header { background-color: #868685; background-image: linear-gradient(#868685 85%, #868685 100%); - color: DCDCDC; + color: #dcdcdc; } html.theme-dark div#header div.toolbar-icon > a { - color: DCDCDC; + color: #dcdcdc; } html.theme-dark div#header, html.theme-dark ul.views > li.action { @@ -2869,14 +2869,14 @@ html.theme-dark ul.tree li:last-child { } html.theme-dark div.content pre, html.theme-dark div.dropdown { - background-color: DCDCDC; - color: __cms-text-color__; + background-color: #dcdcdc; + color: #ffffff; } html.theme-dark div.filler div.headermenu > a.entry, html.theme-dark div.filler div.header a.back.button { font-size: 0.8em; } html.theme-dark div.line.filedropzone > div.input { - background-color: DCDCDC; - border: 1px dotted __cms-text-color__; + background-color: #dcdcdc; + border: 1px dotted #ffffff; } diff --git a/themes/default/css/openrat-theme.less b/themes/default/css/openrat-theme.less @@ -1,4 +1,4 @@ -/* OpenRat Theme */ +/* OpenRat Theme */ /* * Zuweisung der Farben aus der Konfiguration @@ -6,7 +6,7 @@ /* Die Werte @cms-...__ werden vom CMS mit Werten aus der Konfiguration ersetzt. */ @cms-title-background-color: __title_background_color__; @cms-title-text-color: __title_text_color__; -@cms-text-color: __cms-text-color__; +@cms-text-color: __text_color__; @cms-background-color: __background_color__; @cms-inactive-background-color: __inactive_background_color__; html.theme-__name__ { @@ -19,7 +19,7 @@ html.theme-__name__ { -moz-box-shadow: 0px 0px 40px @cms-text-color; box-shadow: 0px 0px 40px @cms-text-color; } - + div#dialog { background-color: @cms-background-color; color: @cms-text-color; diff --git a/themes/default/css/openrat-theme.min.css b/themes/default/css/openrat-theme.min.css @@ -1 +1 @@ -html.theme-grey {scrollbar-face-color:#808080;scrollbar-arrow-color:#808080;scrollbar-base-color:#ffffff;}html.theme-grey div#workbench div.panel.modal {border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-grey div#dialog {background-color:#e9e9e9;color:__cms-text-color__;border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-grey div.container > div.divider.ui-draggable-dragging {background-color:#808080;}html.theme-grey div#workbench div.panel div.arrow-down {border-top-color:#808080;}html.theme-grey div#workbench div.panel div.arrow-right {border-left-color:#808080;}html.theme-grey iframe {border:1px solid #808080;}html.theme-grey div.breadcrumb,html.theme-grey div.breadcrumb a,html.theme-grey div.panel > div.title {color:#ffffff;}html.theme-grey div#noticebar div.notice {border:2px solid __cms-text-color__;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px __cms-text-color__;-moz-box-shadow:3px 2px 5px __cms-text-color__;box-shadow:3px 2px 5px __cms-text-color__;display:none;}html.theme-grey div#noticebar div.notice.ok {background-color:green;}html.theme-grey div#noticebar div.notice.warning {background-color:yellow;}html.theme-grey div#noticebar div.notice.error {background-color:red;}html.theme-grey div#noticebar div.notice.info {background-color:#c0c0c0;}html.theme-grey ul#history > li,html.theme-grey div.content a.action,html.theme-grey div.content a.help,html.theme-grey div.filler div.headermenu > a.entry,html.theme-grey div.filler div.header a.back.button {border:1px solid #808080;background-color:#ffffff;background:-moz-linear-gradient(top, #808080, #c0c0c0);background:-webkit-gradient(linear, left top, left bottom, from(#808080), to(#c0c0c0));color:__cms-text-color__;}html.theme-grey ul#history > li.active {background-color:#ffffff;color:__cms-text-color__;}html.theme-grey a.action:hover,html.theme-grey a.help:hover,html.theme-grey div.noaction:hover {border-color:#ffffff;}html.theme-grey a.action:active,html.theme-grey a.help:active,html.theme-grey div.noaction:active,html.theme-grey input.ok:active {border-color:red;}html.theme-grey a {color:__cms-text-color__;}html.theme-grey div.dropdown > div.divide {background-color:#808080;}html.theme-grey td.preview {background-color:papayawhip;border-top:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;}html.theme-grey .preview a:link,html.theme-grey .preview a:visited,html.theme-grey .preview a:active,html.theme-grey .preview a:hover {color:blue;}html.theme-grey body.menu tr.menu td table tr td.noaction,html.theme-grey body.main tr.menu td table tr td.noaction {color:#808080;}html.theme-grey img[align=left],html.theme-grey img[align=right] {padding-right:1px;padding-left:1px;}html.theme-grey small {color:#808080;}html.theme-grey body.main table.main td.window td.act {border-top:1px solid #808080;}html.theme-grey td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-grey div.panel input.checkbox,html.theme-grey div.panel input.radio {border:1px solid #808080;}html.theme-grey textarea.longtext {border:1px solid __cms-text-color__;}html.theme-grey td.notice {margin:0px;padding:5%;text-align:center;}html.theme-grey table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-grey table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid __cms-text-color__;font-weight:normal;text-align:left;}html.theme-grey table.calendar td {border:1px dotted;}html.theme-grey form.xlogin {xbackground-color:#E0E0D5;border:2px solid #c0c0c0;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #808080;-moz-box-shadow:3px 2px 5px #808080;box-shadow:3px 2px 5px #808080;}html.theme-grey ul.tree,html.theme-grey ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-grey div.entry.selected,html.theme-grey div.dropdown > div.entry:hover,html.theme-grey div.dropdown > div.entry:hover > a,html.theme-grey a.element {background-color:#808080;color:#ffffff;}html.theme-grey ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-grey ul.tree li.last,html.theme-grey ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-grey div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-grey div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-grey body > div {display:none;}html.theme-grey div.structure em {font-style:italic;}html.theme-grey .drophover {border:2px dotted green;cursor:move;}html.theme-grey .dropactive {border:1px dotted blue;cursor:move;}html.theme-grey div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-grey div.backward_link {float:left;}html.theme-grey div.forward_link {float:right;}html.theme-grey div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #808080;}html.theme-grey div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-grey img.icon {padding:4px;width:16px;height:16px;}html.theme-grey ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-grey div.panel div.header {xborder-bottom:1px solid #808080;}html.theme-grey div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #808080;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #808080;xborder-left:1px solid #808080;xborder-right:1px solid #808080;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-grey div.panel div.content table {border:2px #c0c0c0;}html.theme-grey table tr.headline > td {border-bottom:1px solid #808080;}html.theme-grey table tr.data > td {border-bottom:1px solid #808080;}html.theme-grey table > tr.data:nth-child(2n) {background-color:#c0c0c0;}html.theme-grey table tr.data:hover,html.theme-grey div.content li div.entry:hover {background-color:#c0c0c0;}html.theme-grey div.panel div.status div,html.theme-grey div.message {border:1px solid #808080;}html.theme-grey div#workbench div.panel.fullscreen {background-color:#e9e9e9;}html.theme-grey div#workbench div.panel {border:1px solid #808080;}html.theme-grey input.submit {background-color:#808080;color:#ffffff;-webkit-box-shadow:0px 0px 15px #e9e9e9;-moz-box-shadow:0px 0px 15px #e9e9e9;box-shadow:0px 0px 15px 10px #e9e9e9;}html.theme-grey ul#history > li {border:1px solid #808080;background-color:#c0c0c0;color:__cms-text-color__;}html.theme-grey ul#history > li.active {border:1px solid __cms-text-color__;background-color:#ffffff;color:__cms-text-color__;}html.theme-grey ul#history {display:none;}html.theme-grey div#filler {background-color:__cms-text-color__;}html.theme-grey div.clickable.filtered.inactive > a {color:#c0c0c0;}html.theme-grey div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #808080;border-left:6px solid #808080;border-top:6px solid #c0c0c0;border-bottom:4px solid #808080;margin-top:10px;font-size:0;}html.theme-grey div.dropdown {-webkit-box-shadow:3px 2px 10px #808080;-moz-box-shadow:3px 2px 10px #808080;box-shadow:3px 2px 10px #808080;opacity:0.95;border:2px solid #808080;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-grey div#header span.titletext {color:#ffffff;}html.theme-grey div.toolbar-icon {border:1px solid #808080;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-grey div.toolbar-icon.inactive {opacity:0.5;}html.theme-grey div.toolbar-icon:hover {border:1px solid #c0c0c0;}html.theme-grey div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-grey div.headermenu > div.toolbar-icon {float:right;}html.theme-grey div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-grey div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-grey div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-grey div.panel.small form div.line {clear:left;padding:10px;}html.theme-grey div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-grey div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-grey form div.label > label,html.theme-grey form div.input > div.intputholder {padding:0px 5px;}html.theme-grey form div.input input[type=text],html.theme-grey form div.input input[type=password],html.theme-grey form div.input textarea,html.theme-grey form div.input select {width:100%;}html.theme-grey form div.input input[type=checkbox],html.theme-grey form div.input input[type=radio] {vertical-align:top;}html.theme-grey label {display:inline-block;}html.theme-grey input[type=checkbox] + label,html.theme-grey input[type=radio] + label {width:80%;}html.theme-grey label div.description {font-size:0.75em;color:#808080;}html.theme-grey div.inputholder {background-color:#ffffff;border:1px solid #808080;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #808080;-moz-box-shadow:inset 0px 0px 3px #808080;box-shadow:inset 0px 0px 3px #808080;}html.theme-grey div.inputholder ul.tree,html.theme-grey div.inputholder ul.tree li.last,html.theme-grey div.inputholder ul.tree li:last-child {background-color:#ffffff;}html.theme-grey div.inputholder > input,html.theme-grey div.inputholder > textarea,html.theme-grey div.inputholder > select {border:0px;border-bottom:1px solid #ffffff;padding:2px;margin:0px;background-color:#ffffff;}html.theme-grey input:focus,html.theme-grey textarea:focus,html.theme-grey select:focus {border:0px;border-bottom:1px solid #c0c0c0;}html.theme-grey input.error,html.theme-grey textarea.error,html.theme-grey select.error {border-bottom:1px dotted __cms-text-color__ !important;}html.theme-grey div.inputholder.error {border:1px solid red ! important;}html.theme-grey input.hint {color:#808080;}html.theme-grey fieldset > div input.name,html.theme-grey fieldset > div span.name {font-weight:bold;}html.theme-grey fieldset {border-color:#808080;}html.theme-grey div#tree {overflow:visible;}html.theme-grey tr.diff > td.line {background-color:#ffffff;padding-right:2px;border-right:3px solid #808080;text-align:right;margin-right:2px;}html.theme-grey tr.diff > td.old {background-color:red;}html.theme-grey tr.diff > td.new {background-color:green;}html.theme-grey tr.diff > td.notequal {background-color:yellow;}html.theme-grey dl.notice {border-left:10px #c0c0c0 solid;border-right:1px #c0c0c0 solid;padding:15px;}html.theme-grey dl.notice > dt {border-top:1px #c0c0c0 solid;}html.theme-grey dl.notice > dd {border-bottom:1px #c0c0c0 solid;}html.theme-grey div.content a.action,html.theme-grey div.content a.help {-webkit-box-shadow:3px 2px 5px #808080;-moz-box-shadow:3px 2px 5px #808080;box-shadow:3px 2px 5px #808080;}html.theme-grey body {background-color:#c0c0c0;}html.theme-grey div.panel ul.views > li.active,html.theme-grey div.panel ul.views > li.active:hover {background-color:#808080;background-image:linear-gradient(#c0c0c0 0%, #808080 15%);color:#ffffff;}html.theme-grey div#header {background-color:#808080;background-image:linear-gradient(#808080 85%, #c0c0c0 100%);color:#ffffff;}html.theme-grey div#header div.toolbar-icon > a {color:#ffffff;}html.theme-grey div#header,html.theme-grey ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-grey div.panel > div.content {background-color:#e9e9e9;}html.theme-grey div.panel > div.header {background-color:#e9e9e9;background-image:linear-gradient(#c0c0c0 0%, #e9e9e9 85%);}html.theme-grey div.panel ul.views li:hover {background-color:#c0c0c0;}html.theme-grey ul.tree li.last,html.theme-grey ul.tree li:last-child {background-color:#e9e9e9;}html.theme-grey div.content pre,html.theme-grey div.dropdown {background-color:#ffffff;color:__cms-text-color__;}html.theme-grey div.filler div.headermenu > a.entry,html.theme-grey div.filler div.header a.back.button {font-size:0.8em;}html.theme-grey div.line.filedropzone > div.input {background-color:#ffffff;border:1px dotted __cms-text-color__;}html.theme-system {scrollbar-face-color:Menu;scrollbar-arrow-color:Menu;scrollbar-base-color:MenuText;}html.theme-system div#workbench div.panel.modal {border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-system div#dialog {background-color:Background;color:__cms-text-color__;border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-system div.container > div.divider.ui-draggable-dragging {background-color:Menu;}html.theme-system div#workbench div.panel div.arrow-down {border-top-color:Menu;}html.theme-system div#workbench div.panel div.arrow-right {border-left-color:Menu;}html.theme-system iframe {border:1px solid Menu;}html.theme-system div.breadcrumb,html.theme-system div.breadcrumb a,html.theme-system div.panel > div.title {color:MenuText;}html.theme-system div#noticebar div.notice {border:2px solid __cms-text-color__;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px __cms-text-color__;-moz-box-shadow:3px 2px 5px __cms-text-color__;box-shadow:3px 2px 5px __cms-text-color__;display:none;}html.theme-system div#noticebar div.notice.ok {background-color:green;}html.theme-system div#noticebar div.notice.warning {background-color:yellow;}html.theme-system div#noticebar div.notice.error {background-color:red;}html.theme-system div#noticebar div.notice.info {background-color:WindowFrame;}html.theme-system ul#history > li,html.theme-system div.content a.action,html.theme-system div.content a.help,html.theme-system div.filler div.headermenu > a.entry,html.theme-system div.filler div.header a.back.button {border:1px solid Menu;background-color:MenuText;background:-moz-linear-gradient(top, Menu, WindowFrame);background:-webkit-gradient(linear, left top, left bottom, from(Menu), to(WindowFrame));color:__cms-text-color__;}html.theme-system ul#history > li.active {background-color:MenuText;color:__cms-text-color__;}html.theme-system a.action:hover,html.theme-system a.help:hover,html.theme-system div.noaction:hover {border-color:MenuText;}html.theme-system a.action:active,html.theme-system a.help:active,html.theme-system div.noaction:active,html.theme-system input.ok:active {border-color:red;}html.theme-system a {color:__cms-text-color__;}html.theme-system div.dropdown > div.divide {background-color:Menu;}html.theme-system td.preview {background-color:papayawhip;border-top:1px solid WindowFrame;border-bottom:1px solid WindowFrame;}html.theme-system .preview a:link,html.theme-system .preview a:visited,html.theme-system .preview a:active,html.theme-system .preview a:hover {color:blue;}html.theme-system body.menu tr.menu td table tr td.noaction,html.theme-system body.main tr.menu td table tr td.noaction {color:Menu;}html.theme-system img[align=left],html.theme-system img[align=right] {padding-right:1px;padding-left:1px;}html.theme-system small {color:Menu;}html.theme-system body.main table.main td.window td.act {border-top:1px solid Menu;}html.theme-system td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-system div.panel input.checkbox,html.theme-system div.panel input.radio {border:1px solid Menu;}html.theme-system textarea.longtext {border:1px solid __cms-text-color__;}html.theme-system td.notice {margin:0px;padding:5%;text-align:center;}html.theme-system table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-system table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid __cms-text-color__;font-weight:normal;text-align:left;}html.theme-system table.calendar td {border:1px dotted;}html.theme-system form.xlogin {xbackground-color:#E0E0D5;border:2px solid WindowFrame;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px Menu;-moz-box-shadow:3px 2px 5px Menu;box-shadow:3px 2px 5px Menu;}html.theme-system ul.tree,html.theme-system ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-system div.entry.selected,html.theme-system div.dropdown > div.entry:hover,html.theme-system div.dropdown > div.entry:hover > a,html.theme-system a.element {background-color:Menu;color:MenuText;}html.theme-system ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-system ul.tree li.last,html.theme-system ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-system div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-system div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-system body > div {display:none;}html.theme-system div.structure em {font-style:italic;}html.theme-system .drophover {border:2px dotted green;cursor:move;}html.theme-system .dropactive {border:1px dotted blue;cursor:move;}html.theme-system div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-system div.backward_link {float:left;}html.theme-system div.forward_link {float:right;}html.theme-system div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid Menu;}html.theme-system div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-system img.icon {padding:4px;width:16px;height:16px;}html.theme-system ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-system div.panel div.header {xborder-bottom:1px solid Menu;}html.theme-system div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid Menu;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid Menu;xborder-left:1px solid Menu;xborder-right:1px solid Menu;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-system div.panel div.content table {border:2px WindowFrame;}html.theme-system table tr.headline > td {border-bottom:1px solid Menu;}html.theme-system table tr.data > td {border-bottom:1px solid Menu;}html.theme-system table > tr.data:nth-child(2n) {background-color:WindowFrame;}html.theme-system table tr.data:hover,html.theme-system div.content li div.entry:hover {background-color:WindowFrame;}html.theme-system div.panel div.status div,html.theme-system div.message {border:1px solid Menu;}html.theme-system div#workbench div.panel.fullscreen {background-color:Background;}html.theme-system div#workbench div.panel {border:1px solid Menu;}html.theme-system input.submit {background-color:Menu;color:MenuText;-webkit-box-shadow:0px 0px 15px Background;-moz-box-shadow:0px 0px 15px Background;box-shadow:0px 0px 15px 10px Background;}html.theme-system ul#history > li {border:1px solid Menu;background-color:WindowFrame;color:__cms-text-color__;}html.theme-system ul#history > li.active {border:1px solid __cms-text-color__;background-color:MenuText;color:__cms-text-color__;}html.theme-system ul#history {display:none;}html.theme-system div#filler {background-color:__cms-text-color__;}html.theme-system div.clickable.filtered.inactive > a {color:WindowFrame;}html.theme-system div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid Menu;border-left:6px solid Menu;border-top:6px solid WindowFrame;border-bottom:4px solid Menu;margin-top:10px;font-size:0;}html.theme-system div.dropdown {-webkit-box-shadow:3px 2px 10px Menu;-moz-box-shadow:3px 2px 10px Menu;box-shadow:3px 2px 10px Menu;opacity:0.95;border:2px solid Menu;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-system div#header span.titletext {color:MenuText;}html.theme-system div.toolbar-icon {border:1px solid Menu;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-system div.toolbar-icon.inactive {opacity:0.5;}html.theme-system div.toolbar-icon:hover {border:1px solid WindowFrame;}html.theme-system div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-system div.headermenu > div.toolbar-icon {float:right;}html.theme-system div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-system div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-system div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-system div.panel.small form div.line {clear:left;padding:10px;}html.theme-system div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-system div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-system form div.label > label,html.theme-system form div.input > div.intputholder {padding:0px 5px;}html.theme-system form div.input input[type=text],html.theme-system form div.input input[type=password],html.theme-system form div.input textarea,html.theme-system form div.input select {width:100%;}html.theme-system form div.input input[type=checkbox],html.theme-system form div.input input[type=radio] {vertical-align:top;}html.theme-system label {display:inline-block;}html.theme-system input[type=checkbox] + label,html.theme-system input[type=radio] + label {width:80%;}html.theme-system label div.description {font-size:0.75em;color:Menu;}html.theme-system div.inputholder {background-color:MenuText;border:1px solid Menu;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px Menu;-moz-box-shadow:inset 0px 0px 3px Menu;box-shadow:inset 0px 0px 3px Menu;}html.theme-system div.inputholder ul.tree,html.theme-system div.inputholder ul.tree li.last,html.theme-system div.inputholder ul.tree li:last-child {background-color:MenuText;}html.theme-system div.inputholder > input,html.theme-system div.inputholder > textarea,html.theme-system div.inputholder > select {border:0px;border-bottom:1px solid MenuText;padding:2px;margin:0px;background-color:MenuText;}html.theme-system input:focus,html.theme-system textarea:focus,html.theme-system select:focus {border:0px;border-bottom:1px solid WindowFrame;}html.theme-system input.error,html.theme-system textarea.error,html.theme-system select.error {border-bottom:1px dotted __cms-text-color__ !important;}html.theme-system div.inputholder.error {border:1px solid red ! important;}html.theme-system input.hint {color:Menu;}html.theme-system fieldset > div input.name,html.theme-system fieldset > div span.name {font-weight:bold;}html.theme-system fieldset {border-color:Menu;}html.theme-system div#tree {overflow:visible;}html.theme-system tr.diff > td.line {background-color:MenuText;padding-right:2px;border-right:3px solid Menu;text-align:right;margin-right:2px;}html.theme-system tr.diff > td.old {background-color:red;}html.theme-system tr.diff > td.new {background-color:green;}html.theme-system tr.diff > td.notequal {background-color:yellow;}html.theme-system dl.notice {border-left:10px WindowFrame solid;border-right:1px WindowFrame solid;padding:15px;}html.theme-system dl.notice > dt {border-top:1px WindowFrame solid;}html.theme-system dl.notice > dd {border-bottom:1px WindowFrame solid;}html.theme-system div.content a.action,html.theme-system div.content a.help {-webkit-box-shadow:3px 2px 5px Menu;-moz-box-shadow:3px 2px 5px Menu;box-shadow:3px 2px 5px Menu;}html.theme-system body {background-color:WindowFrame;}html.theme-system div.panel ul.views > li.active,html.theme-system div.panel ul.views > li.active:hover {background-color:Menu;background-image:linear-gradient(WindowFrame 0%, Menu 15%);color:MenuText;}html.theme-system div#header {background-color:Menu;background-image:linear-gradient(Menu 85%, WindowFrame 100%);color:MenuText;}html.theme-system div#header div.toolbar-icon > a {color:MenuText;}html.theme-system div#header,html.theme-system ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-system div.panel > div.content {background-color:Background;}html.theme-system div.panel > div.header {background-color:Background;background-image:linear-gradient(WindowFrame 0%, Background 85%);}html.theme-system div.panel ul.views li:hover {background-color:WindowFrame;}html.theme-system ul.tree li.last,html.theme-system ul.tree li:last-child {background-color:Background;}html.theme-system div.content pre,html.theme-system div.dropdown {background-color:MenuText;color:__cms-text-color__;}html.theme-system div.filler div.headermenu > a.entry,html.theme-system div.filler div.header a.back.button {font-size:0.8em;}html.theme-system div.line.filedropzone > div.input {background-color:MenuText;border:1px dotted __cms-text-color__;}html.theme-modern {scrollbar-face-color:#3f6194;scrollbar-arrow-color:#3f6194;scrollbar-base-color:#ffffff;}html.theme-modern div#workbench div.panel.modal {border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-modern div#dialog {background-color:#f3f3f3;color:__cms-text-color__;border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-modern div.container > div.divider.ui-draggable-dragging {background-color:#3f6194;}html.theme-modern div#workbench div.panel div.arrow-down {border-top-color:#3f6194;}html.theme-modern div#workbench div.panel div.arrow-right {border-left-color:#3f6194;}html.theme-modern iframe {border:1px solid #3f6194;}html.theme-modern div.breadcrumb,html.theme-modern div.breadcrumb a,html.theme-modern div.panel > div.title {color:#ffffff;}html.theme-modern div#noticebar div.notice {border:2px solid __cms-text-color__;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px __cms-text-color__;-moz-box-shadow:3px 2px 5px __cms-text-color__;box-shadow:3px 2px 5px __cms-text-color__;display:none;}html.theme-modern div#noticebar div.notice.ok {background-color:green;}html.theme-modern div#noticebar div.notice.warning {background-color:yellow;}html.theme-modern div#noticebar div.notice.error {background-color:red;}html.theme-modern div#noticebar div.notice.info {background-color:#cccccc;}html.theme-modern ul#history > li,html.theme-modern div.content a.action,html.theme-modern div.content a.help,html.theme-modern div.filler div.headermenu > a.entry,html.theme-modern div.filler div.header a.back.button {border:1px solid #3f6194;background-color:#ffffff;background:-moz-linear-gradient(top, #3f6194, #cccccc);background:-webkit-gradient(linear, left top, left bottom, from(#3f6194), to(#cccccc));color:__cms-text-color__;}html.theme-modern ul#history > li.active {background-color:#ffffff;color:__cms-text-color__;}html.theme-modern a.action:hover,html.theme-modern a.help:hover,html.theme-modern div.noaction:hover {border-color:#ffffff;}html.theme-modern a.action:active,html.theme-modern a.help:active,html.theme-modern div.noaction:active,html.theme-modern input.ok:active {border-color:red;}html.theme-modern a {color:__cms-text-color__;}html.theme-modern div.dropdown > div.divide {background-color:#3f6194;}html.theme-modern td.preview {background-color:papayawhip;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}html.theme-modern .preview a:link,html.theme-modern .preview a:visited,html.theme-modern .preview a:active,html.theme-modern .preview a:hover {color:blue;}html.theme-modern body.menu tr.menu td table tr td.noaction,html.theme-modern body.main tr.menu td table tr td.noaction {color:#3f6194;}html.theme-modern img[align=left],html.theme-modern img[align=right] {padding-right:1px;padding-left:1px;}html.theme-modern small {color:#3f6194;}html.theme-modern body.main table.main td.window td.act {border-top:1px solid #3f6194;}html.theme-modern td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-modern div.panel input.checkbox,html.theme-modern div.panel input.radio {border:1px solid #3f6194;}html.theme-modern textarea.longtext {border:1px solid __cms-text-color__;}html.theme-modern td.notice {margin:0px;padding:5%;text-align:center;}html.theme-modern table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-modern table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid __cms-text-color__;font-weight:normal;text-align:left;}html.theme-modern table.calendar td {border:1px dotted;}html.theme-modern form.xlogin {xbackground-color:#E0E0D5;border:2px solid #cccccc;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #3f6194;-moz-box-shadow:3px 2px 5px #3f6194;box-shadow:3px 2px 5px #3f6194;}html.theme-modern ul.tree,html.theme-modern ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-modern div.entry.selected,html.theme-modern div.dropdown > div.entry:hover,html.theme-modern div.dropdown > div.entry:hover > a,html.theme-modern a.element {background-color:#3f6194;color:#ffffff;}html.theme-modern ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-modern ul.tree li.last,html.theme-modern ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-modern div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-modern div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-modern body > div {display:none;}html.theme-modern div.structure em {font-style:italic;}html.theme-modern .drophover {border:2px dotted green;cursor:move;}html.theme-modern .dropactive {border:1px dotted blue;cursor:move;}html.theme-modern div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-modern div.backward_link {float:left;}html.theme-modern div.forward_link {float:right;}html.theme-modern div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #3f6194;}html.theme-modern div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-modern img.icon {padding:4px;width:16px;height:16px;}html.theme-modern ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-modern div.panel div.header {xborder-bottom:1px solid #3f6194;}html.theme-modern div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #3f6194;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #3f6194;xborder-left:1px solid #3f6194;xborder-right:1px solid #3f6194;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-modern div.panel div.content table {border:2px #cccccc;}html.theme-modern table tr.headline > td {border-bottom:1px solid #3f6194;}html.theme-modern table tr.data > td {border-bottom:1px solid #3f6194;}html.theme-modern table > tr.data:nth-child(2n) {background-color:#cccccc;}html.theme-modern table tr.data:hover,html.theme-modern div.content li div.entry:hover {background-color:#cccccc;}html.theme-modern div.panel div.status div,html.theme-modern div.message {border:1px solid #3f6194;}html.theme-modern div#workbench div.panel.fullscreen {background-color:#f3f3f3;}html.theme-modern div#workbench div.panel {border:1px solid #3f6194;}html.theme-modern input.submit {background-color:#3f6194;color:#ffffff;-webkit-box-shadow:0px 0px 15px #f3f3f3;-moz-box-shadow:0px 0px 15px #f3f3f3;box-shadow:0px 0px 15px 10px #f3f3f3;}html.theme-modern ul#history > li {border:1px solid #3f6194;background-color:#cccccc;color:__cms-text-color__;}html.theme-modern ul#history > li.active {border:1px solid __cms-text-color__;background-color:#ffffff;color:__cms-text-color__;}html.theme-modern ul#history {display:none;}html.theme-modern div#filler {background-color:__cms-text-color__;}html.theme-modern div.clickable.filtered.inactive > a {color:#cccccc;}html.theme-modern div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #3f6194;border-left:6px solid #3f6194;border-top:6px solid #cccccc;border-bottom:4px solid #3f6194;margin-top:10px;font-size:0;}html.theme-modern div.dropdown {-webkit-box-shadow:3px 2px 10px #3f6194;-moz-box-shadow:3px 2px 10px #3f6194;box-shadow:3px 2px 10px #3f6194;opacity:0.95;border:2px solid #3f6194;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-modern div#header span.titletext {color:#ffffff;}html.theme-modern div.toolbar-icon {border:1px solid #3f6194;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-modern div.toolbar-icon.inactive {opacity:0.5;}html.theme-modern div.toolbar-icon:hover {border:1px solid #cccccc;}html.theme-modern div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-modern div.headermenu > div.toolbar-icon {float:right;}html.theme-modern div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-modern div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-modern div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-modern div.panel.small form div.line {clear:left;padding:10px;}html.theme-modern div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-modern div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-modern form div.label > label,html.theme-modern form div.input > div.intputholder {padding:0px 5px;}html.theme-modern form div.input input[type=text],html.theme-modern form div.input input[type=password],html.theme-modern form div.input textarea,html.theme-modern form div.input select {width:100%;}html.theme-modern form div.input input[type=checkbox],html.theme-modern form div.input input[type=radio] {vertical-align:top;}html.theme-modern label {display:inline-block;}html.theme-modern input[type=checkbox] + label,html.theme-modern input[type=radio] + label {width:80%;}html.theme-modern label div.description {font-size:0.75em;color:#3f6194;}html.theme-modern div.inputholder {background-color:#ffffff;border:1px solid #3f6194;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #3f6194;-moz-box-shadow:inset 0px 0px 3px #3f6194;box-shadow:inset 0px 0px 3px #3f6194;}html.theme-modern div.inputholder ul.tree,html.theme-modern div.inputholder ul.tree li.last,html.theme-modern div.inputholder ul.tree li:last-child {background-color:#ffffff;}html.theme-modern div.inputholder > input,html.theme-modern div.inputholder > textarea,html.theme-modern div.inputholder > select {border:0px;border-bottom:1px solid #ffffff;padding:2px;margin:0px;background-color:#ffffff;}html.theme-modern input:focus,html.theme-modern textarea:focus,html.theme-modern select:focus {border:0px;border-bottom:1px solid #cccccc;}html.theme-modern input.error,html.theme-modern textarea.error,html.theme-modern select.error {border-bottom:1px dotted __cms-text-color__ !important;}html.theme-modern div.inputholder.error {border:1px solid red ! important;}html.theme-modern input.hint {color:#3f6194;}html.theme-modern fieldset > div input.name,html.theme-modern fieldset > div span.name {font-weight:bold;}html.theme-modern fieldset {border-color:#3f6194;}html.theme-modern div#tree {overflow:visible;}html.theme-modern tr.diff > td.line {background-color:#ffffff;padding-right:2px;border-right:3px solid #3f6194;text-align:right;margin-right:2px;}html.theme-modern tr.diff > td.old {background-color:red;}html.theme-modern tr.diff > td.new {background-color:green;}html.theme-modern tr.diff > td.notequal {background-color:yellow;}html.theme-modern dl.notice {border-left:10px #cccccc solid;border-right:1px #cccccc solid;padding:15px;}html.theme-modern dl.notice > dt {border-top:1px #cccccc solid;}html.theme-modern dl.notice > dd {border-bottom:1px #cccccc solid;}html.theme-modern div.content a.action,html.theme-modern div.content a.help {-webkit-box-shadow:3px 2px 5px #3f6194;-moz-box-shadow:3px 2px 5px #3f6194;box-shadow:3px 2px 5px #3f6194;}html.theme-modern body {background-color:#cccccc;}html.theme-modern div.panel ul.views > li.active,html.theme-modern div.panel ul.views > li.active:hover {background-color:#3f6194;background-image:linear-gradient(#cccccc 0%, #3f6194 15%);color:#ffffff;}html.theme-modern div#header {background-color:#3f6194;background-image:linear-gradient(#3f6194 85%, #cccccc 100%);color:#ffffff;}html.theme-modern div#header div.toolbar-icon > a {color:#ffffff;}html.theme-modern div#header,html.theme-modern ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-modern div.panel > div.content {background-color:#f3f3f3;}html.theme-modern div.panel > div.header {background-color:#f3f3f3;background-image:linear-gradient(#cccccc 0%, #f3f3f3 85%);}html.theme-modern div.panel ul.views li:hover {background-color:#cccccc;}html.theme-modern ul.tree li.last,html.theme-modern ul.tree li:last-child {background-color:#f3f3f3;}html.theme-modern div.content pre,html.theme-modern div.dropdown {background-color:#ffffff;color:__cms-text-color__;}html.theme-modern div.filler div.headermenu > a.entry,html.theme-modern div.filler div.header a.back.button {font-size:0.8em;}html.theme-modern div.line.filedropzone > div.input {background-color:#ffffff;border:1px dotted __cms-text-color__;}html.theme-moorweide {scrollbar-face-color:#006633;scrollbar-arrow-color:#006633;scrollbar-base-color:#ffffff;}html.theme-moorweide div#workbench div.panel.modal {border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-moorweide div#dialog {background-color:#f5fffa;color:__cms-text-color__;border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-moorweide div.container > div.divider.ui-draggable-dragging {background-color:#006633;}html.theme-moorweide div#workbench div.panel div.arrow-down {border-top-color:#006633;}html.theme-moorweide div#workbench div.panel div.arrow-right {border-left-color:#006633;}html.theme-moorweide iframe {border:1px solid #006633;}html.theme-moorweide div.breadcrumb,html.theme-moorweide div.breadcrumb a,html.theme-moorweide div.panel > div.title {color:#ffffff;}html.theme-moorweide div#noticebar div.notice {border:2px solid __cms-text-color__;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px __cms-text-color__;-moz-box-shadow:3px 2px 5px __cms-text-color__;box-shadow:3px 2px 5px __cms-text-color__;display:none;}html.theme-moorweide div#noticebar div.notice.ok {background-color:green;}html.theme-moorweide div#noticebar div.notice.warning {background-color:yellow;}html.theme-moorweide div#noticebar div.notice.error {background-color:red;}html.theme-moorweide div#noticebar div.notice.info {background-color:#cee6da;}html.theme-moorweide ul#history > li,html.theme-moorweide div.content a.action,html.theme-moorweide div.content a.help,html.theme-moorweide div.filler div.headermenu > a.entry,html.theme-moorweide div.filler div.header a.back.button {border:1px solid #006633;background-color:#ffffff;background:-moz-linear-gradient(top, #006633, #cee6da);background:-webkit-gradient(linear, left top, left bottom, from(#006633), to(#cee6da));color:__cms-text-color__;}html.theme-moorweide ul#history > li.active {background-color:#ffffff;color:__cms-text-color__;}html.theme-moorweide a.action:hover,html.theme-moorweide a.help:hover,html.theme-moorweide div.noaction:hover {border-color:#ffffff;}html.theme-moorweide a.action:active,html.theme-moorweide a.help:active,html.theme-moorweide div.noaction:active,html.theme-moorweide input.ok:active {border-color:red;}html.theme-moorweide a {color:__cms-text-color__;}html.theme-moorweide div.dropdown > div.divide {background-color:#006633;}html.theme-moorweide td.preview {background-color:papayawhip;border-top:1px solid #cee6da;border-bottom:1px solid #cee6da;}html.theme-moorweide .preview a:link,html.theme-moorweide .preview a:visited,html.theme-moorweide .preview a:active,html.theme-moorweide .preview a:hover {color:blue;}html.theme-moorweide body.menu tr.menu td table tr td.noaction,html.theme-moorweide body.main tr.menu td table tr td.noaction {color:#006633;}html.theme-moorweide img[align=left],html.theme-moorweide img[align=right] {padding-right:1px;padding-left:1px;}html.theme-moorweide small {color:#006633;}html.theme-moorweide body.main table.main td.window td.act {border-top:1px solid #006633;}html.theme-moorweide td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-moorweide div.panel input.checkbox,html.theme-moorweide div.panel input.radio {border:1px solid #006633;}html.theme-moorweide textarea.longtext {border:1px solid __cms-text-color__;}html.theme-moorweide td.notice {margin:0px;padding:5%;text-align:center;}html.theme-moorweide table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-moorweide table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid __cms-text-color__;font-weight:normal;text-align:left;}html.theme-moorweide table.calendar td {border:1px dotted;}html.theme-moorweide form.xlogin {xbackground-color:#E0E0D5;border:2px solid #cee6da;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #006633;-moz-box-shadow:3px 2px 5px #006633;box-shadow:3px 2px 5px #006633;}html.theme-moorweide ul.tree,html.theme-moorweide ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-moorweide div.entry.selected,html.theme-moorweide div.dropdown > div.entry:hover,html.theme-moorweide div.dropdown > div.entry:hover > a,html.theme-moorweide a.element {background-color:#006633;color:#ffffff;}html.theme-moorweide ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-moorweide ul.tree li.last,html.theme-moorweide ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-moorweide div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-moorweide div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-moorweide body > div {display:none;}html.theme-moorweide div.structure em {font-style:italic;}html.theme-moorweide .drophover {border:2px dotted green;cursor:move;}html.theme-moorweide .dropactive {border:1px dotted blue;cursor:move;}html.theme-moorweide div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-moorweide div.backward_link {float:left;}html.theme-moorweide div.forward_link {float:right;}html.theme-moorweide div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #006633;}html.theme-moorweide div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-moorweide img.icon {padding:4px;width:16px;height:16px;}html.theme-moorweide ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-moorweide div.panel div.header {xborder-bottom:1px solid #006633;}html.theme-moorweide div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #006633;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #006633;xborder-left:1px solid #006633;xborder-right:1px solid #006633;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-moorweide div.panel div.content table {border:2px #cee6da;}html.theme-moorweide table tr.headline > td {border-bottom:1px solid #006633;}html.theme-moorweide table tr.data > td {border-bottom:1px solid #006633;}html.theme-moorweide table > tr.data:nth-child(2n) {background-color:#cee6da;}html.theme-moorweide table tr.data:hover,html.theme-moorweide div.content li div.entry:hover {background-color:#cee6da;}html.theme-moorweide div.panel div.status div,html.theme-moorweide div.message {border:1px solid #006633;}html.theme-moorweide div#workbench div.panel.fullscreen {background-color:#f5fffa;}html.theme-moorweide div#workbench div.panel {border:1px solid #006633;}html.theme-moorweide input.submit {background-color:#006633;color:#ffffff;-webkit-box-shadow:0px 0px 15px #f5fffa;-moz-box-shadow:0px 0px 15px #f5fffa;box-shadow:0px 0px 15px 10px #f5fffa;}html.theme-moorweide ul#history > li {border:1px solid #006633;background-color:#cee6da;color:__cms-text-color__;}html.theme-moorweide ul#history > li.active {border:1px solid __cms-text-color__;background-color:#ffffff;color:__cms-text-color__;}html.theme-moorweide ul#history {display:none;}html.theme-moorweide div#filler {background-color:__cms-text-color__;}html.theme-moorweide div.clickable.filtered.inactive > a {color:#cee6da;}html.theme-moorweide div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #006633;border-left:6px solid #006633;border-top:6px solid #cee6da;border-bottom:4px solid #006633;margin-top:10px;font-size:0;}html.theme-moorweide div.dropdown {-webkit-box-shadow:3px 2px 10px #006633;-moz-box-shadow:3px 2px 10px #006633;box-shadow:3px 2px 10px #006633;opacity:0.95;border:2px solid #006633;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-moorweide div#header span.titletext {color:#ffffff;}html.theme-moorweide div.toolbar-icon {border:1px solid #006633;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-moorweide div.toolbar-icon.inactive {opacity:0.5;}html.theme-moorweide div.toolbar-icon:hover {border:1px solid #cee6da;}html.theme-moorweide div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-moorweide div.headermenu > div.toolbar-icon {float:right;}html.theme-moorweide div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-moorweide div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-moorweide div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-moorweide div.panel.small form div.line {clear:left;padding:10px;}html.theme-moorweide div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-moorweide div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-moorweide form div.label > label,html.theme-moorweide form div.input > div.intputholder {padding:0px 5px;}html.theme-moorweide form div.input input[type=text],html.theme-moorweide form div.input input[type=password],html.theme-moorweide form div.input textarea,html.theme-moorweide form div.input select {width:100%;}html.theme-moorweide form div.input input[type=checkbox],html.theme-moorweide form div.input input[type=radio] {vertical-align:top;}html.theme-moorweide label {display:inline-block;}html.theme-moorweide input[type=checkbox] + label,html.theme-moorweide input[type=radio] + label {width:80%;}html.theme-moorweide label div.description {font-size:0.75em;color:#006633;}html.theme-moorweide div.inputholder {background-color:#ffffff;border:1px solid #006633;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #006633;-moz-box-shadow:inset 0px 0px 3px #006633;box-shadow:inset 0px 0px 3px #006633;}html.theme-moorweide div.inputholder ul.tree,html.theme-moorweide div.inputholder ul.tree li.last,html.theme-moorweide div.inputholder ul.tree li:last-child {background-color:#ffffff;}html.theme-moorweide div.inputholder > input,html.theme-moorweide div.inputholder > textarea,html.theme-moorweide div.inputholder > select {border:0px;border-bottom:1px solid #ffffff;padding:2px;margin:0px;background-color:#ffffff;}html.theme-moorweide input:focus,html.theme-moorweide textarea:focus,html.theme-moorweide select:focus {border:0px;border-bottom:1px solid #cee6da;}html.theme-moorweide input.error,html.theme-moorweide textarea.error,html.theme-moorweide select.error {border-bottom:1px dotted __cms-text-color__ !important;}html.theme-moorweide div.inputholder.error {border:1px solid red ! important;}html.theme-moorweide input.hint {color:#006633;}html.theme-moorweide fieldset > div input.name,html.theme-moorweide fieldset > div span.name {font-weight:bold;}html.theme-moorweide fieldset {border-color:#006633;}html.theme-moorweide div#tree {overflow:visible;}html.theme-moorweide tr.diff > td.line {background-color:#ffffff;padding-right:2px;border-right:3px solid #006633;text-align:right;margin-right:2px;}html.theme-moorweide tr.diff > td.old {background-color:red;}html.theme-moorweide tr.diff > td.new {background-color:green;}html.theme-moorweide tr.diff > td.notequal {background-color:yellow;}html.theme-moorweide dl.notice {border-left:10px #cee6da solid;border-right:1px #cee6da solid;padding:15px;}html.theme-moorweide dl.notice > dt {border-top:1px #cee6da solid;}html.theme-moorweide dl.notice > dd {border-bottom:1px #cee6da solid;}html.theme-moorweide div.content a.action,html.theme-moorweide div.content a.help {-webkit-box-shadow:3px 2px 5px #006633;-moz-box-shadow:3px 2px 5px #006633;box-shadow:3px 2px 5px #006633;}html.theme-moorweide body {background-color:#cee6da;}html.theme-moorweide div.panel ul.views > li.active,html.theme-moorweide div.panel ul.views > li.active:hover {background-color:#006633;background-image:linear-gradient(#cee6da 0%, #006633 15%);color:#ffffff;}html.theme-moorweide div#header {background-color:#006633;background-image:linear-gradient(#006633 85%, #cee6da 100%);color:#ffffff;}html.theme-moorweide div#header div.toolbar-icon > a {color:#ffffff;}html.theme-moorweide div#header,html.theme-moorweide ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-moorweide div.panel > div.content {background-color:#f5fffa;}html.theme-moorweide div.panel > div.header {background-color:#f5fffa;background-image:linear-gradient(#cee6da 0%, #f5fffa 85%);}html.theme-moorweide div.panel ul.views li:hover {background-color:#cee6da;}html.theme-moorweide ul.tree li.last,html.theme-moorweide ul.tree li:last-child {background-color:#f5fffa;}html.theme-moorweide div.content pre,html.theme-moorweide div.dropdown {background-color:#ffffff;color:__cms-text-color__;}html.theme-moorweide div.filler div.headermenu > a.entry,html.theme-moorweide div.filler div.header a.back.button {font-size:0.8em;}html.theme-moorweide div.line.filedropzone > div.input {background-color:#ffffff;border:1px dotted __cms-text-color__;}html.theme-dark {scrollbar-face-color:#868685;scrollbar-arrow-color:#868685;scrollbar-base-color:DCDCDC;}html.theme-dark div#workbench div.panel.modal {border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-dark div#dialog {background-color:#201f1d;color:__cms-text-color__;border-color:__cms-text-color__ !important;-webkit-box-shadow:0px 0px 40px __cms-text-color__;-moz-box-shadow:0px 0px 40px __cms-text-color__;box-shadow:0px 0px 40px __cms-text-color__;}html.theme-dark div.container > div.divider.ui-draggable-dragging {background-color:#868685;}html.theme-dark div#workbench div.panel div.arrow-down {border-top-color:#868685;}html.theme-dark div#workbench div.panel div.arrow-right {border-left-color:#868685;}html.theme-dark iframe {border:1px solid #868685;}html.theme-dark div.breadcrumb,html.theme-dark div.breadcrumb a,html.theme-dark div.panel > div.title {color:DCDCDC;}html.theme-dark div#noticebar div.notice {border:2px solid __cms-text-color__;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px __cms-text-color__;-moz-box-shadow:3px 2px 5px __cms-text-color__;box-shadow:3px 2px 5px __cms-text-color__;display:none;}html.theme-dark div#noticebar div.notice.ok {background-color:green;}html.theme-dark div#noticebar div.notice.warning {background-color:yellow;}html.theme-dark div#noticebar div.notice.error {background-color:red;}html.theme-dark div#noticebar div.notice.info {background-color:#868685;}html.theme-dark ul#history > li,html.theme-dark div.content a.action,html.theme-dark div.content a.help,html.theme-dark div.filler div.headermenu > a.entry,html.theme-dark div.filler div.header a.back.button {border:1px solid #868685;background-color:DCDCDC;background:-moz-linear-gradient(top, #868685, #868685);background:-webkit-gradient(linear, left top, left bottom, from(#868685), to(#868685));color:__cms-text-color__;}html.theme-dark ul#history > li.active {background-color:DCDCDC;color:__cms-text-color__;}html.theme-dark a.action:hover,html.theme-dark a.help:hover,html.theme-dark div.noaction:hover {border-color:DCDCDC;}html.theme-dark a.action:active,html.theme-dark a.help:active,html.theme-dark div.noaction:active,html.theme-dark input.ok:active {border-color:red;}html.theme-dark a {color:__cms-text-color__;}html.theme-dark div.dropdown > div.divide {background-color:#868685;}html.theme-dark td.preview {background-color:papayawhip;border-top:1px solid #868685;border-bottom:1px solid #868685;}html.theme-dark .preview a:link,html.theme-dark .preview a:visited,html.theme-dark .preview a:active,html.theme-dark .preview a:hover {color:blue;}html.theme-dark body.menu tr.menu td table tr td.noaction,html.theme-dark body.main tr.menu td table tr td.noaction {color:#868685;}html.theme-dark img[align=left],html.theme-dark img[align=right] {padding-right:1px;padding-left:1px;}html.theme-dark small {color:#868685;}html.theme-dark body.main table.main td.window td.act {border-top:1px solid #868685;}html.theme-dark td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-dark div.panel input.checkbox,html.theme-dark div.panel input.radio {border:1px solid #868685;}html.theme-dark textarea.longtext {border:1px solid __cms-text-color__;}html.theme-dark td.notice {margin:0px;padding:5%;text-align:center;}html.theme-dark table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-dark table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid __cms-text-color__;font-weight:normal;text-align:left;}html.theme-dark table.calendar td {border:1px dotted;}html.theme-dark form.xlogin {xbackground-color:#E0E0D5;border:2px solid #868685;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #868685;-moz-box-shadow:3px 2px 5px #868685;box-shadow:3px 2px 5px #868685;}html.theme-dark ul.tree,html.theme-dark ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-dark div.entry.selected,html.theme-dark div.dropdown > div.entry:hover,html.theme-dark div.dropdown > div.entry:hover > a,html.theme-dark a.element {background-color:#868685;color:DCDCDC;}html.theme-dark ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-dark ul.tree li.last,html.theme-dark ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-dark div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-dark div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-dark body > div {display:none;}html.theme-dark div.structure em {font-style:italic;}html.theme-dark .drophover {border:2px dotted green;cursor:move;}html.theme-dark .dropactive {border:1px dotted blue;cursor:move;}html.theme-dark div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-dark div.backward_link {float:left;}html.theme-dark div.forward_link {float:right;}html.theme-dark div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #868685;}html.theme-dark div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-dark img.icon {padding:4px;width:16px;height:16px;}html.theme-dark ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-dark div.panel div.header {xborder-bottom:1px solid #868685;}html.theme-dark div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #868685;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #868685;xborder-left:1px solid #868685;xborder-right:1px solid #868685;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-dark div.panel div.content table {border:2px #868685;}html.theme-dark table tr.headline > td {border-bottom:1px solid #868685;}html.theme-dark table tr.data > td {border-bottom:1px solid #868685;}html.theme-dark table > tr.data:nth-child(2n) {background-color:#868685;}html.theme-dark table tr.data:hover,html.theme-dark div.content li div.entry:hover {background-color:#868685;}html.theme-dark div.panel div.status div,html.theme-dark div.message {border:1px solid #868685;}html.theme-dark div#workbench div.panel.fullscreen {background-color:#201f1d;}html.theme-dark div#workbench div.panel {border:1px solid #868685;}html.theme-dark input.submit {background-color:#868685;color:DCDCDC;-webkit-box-shadow:0px 0px 15px #201f1d;-moz-box-shadow:0px 0px 15px #201f1d;box-shadow:0px 0px 15px 10px #201f1d;}html.theme-dark ul#history > li {border:1px solid #868685;background-color:#868685;color:__cms-text-color__;}html.theme-dark ul#history > li.active {border:1px solid __cms-text-color__;background-color:DCDCDC;color:__cms-text-color__;}html.theme-dark ul#history {display:none;}html.theme-dark div#filler {background-color:__cms-text-color__;}html.theme-dark div.clickable.filtered.inactive > a {color:#868685;}html.theme-dark div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #868685;border-left:6px solid #868685;border-top:6px solid #868685;border-bottom:4px solid #868685;margin-top:10px;font-size:0;}html.theme-dark div.dropdown {-webkit-box-shadow:3px 2px 10px #868685;-moz-box-shadow:3px 2px 10px #868685;box-shadow:3px 2px 10px #868685;opacity:0.95;border:2px solid #868685;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-dark div#header span.titletext {color:DCDCDC;}html.theme-dark div.toolbar-icon {border:1px solid #868685;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-dark div.toolbar-icon.inactive {opacity:0.5;}html.theme-dark div.toolbar-icon:hover {border:1px solid #868685;}html.theme-dark div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-dark div.headermenu > div.toolbar-icon {float:right;}html.theme-dark div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-dark div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-dark div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-dark div.panel.small form div.line {clear:left;padding:10px;}html.theme-dark div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-dark div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-dark form div.label > label,html.theme-dark form div.input > div.intputholder {padding:0px 5px;}html.theme-dark form div.input input[type=text],html.theme-dark form div.input input[type=password],html.theme-dark form div.input textarea,html.theme-dark form div.input select {width:100%;}html.theme-dark form div.input input[type=checkbox],html.theme-dark form div.input input[type=radio] {vertical-align:top;}html.theme-dark label {display:inline-block;}html.theme-dark input[type=checkbox] + label,html.theme-dark input[type=radio] + label {width:80%;}html.theme-dark label div.description {font-size:0.75em;color:#868685;}html.theme-dark div.inputholder {background-color:DCDCDC;border:1px solid #868685;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #868685;-moz-box-shadow:inset 0px 0px 3px #868685;box-shadow:inset 0px 0px 3px #868685;}html.theme-dark div.inputholder ul.tree,html.theme-dark div.inputholder ul.tree li.last,html.theme-dark div.inputholder ul.tree li:last-child {background-color:DCDCDC;}html.theme-dark div.inputholder > input,html.theme-dark div.inputholder > textarea,html.theme-dark div.inputholder > select {border:0px;border-bottom:1px solid DCDCDC;padding:2px;margin:0px;background-color:DCDCDC;}html.theme-dark input:focus,html.theme-dark textarea:focus,html.theme-dark select:focus {border:0px;border-bottom:1px solid #868685;}html.theme-dark input.error,html.theme-dark textarea.error,html.theme-dark select.error {border-bottom:1px dotted __cms-text-color__ !important;}html.theme-dark div.inputholder.error {border:1px solid red ! important;}html.theme-dark input.hint {color:#868685;}html.theme-dark fieldset > div input.name,html.theme-dark fieldset > div span.name {font-weight:bold;}html.theme-dark fieldset {border-color:#868685;}html.theme-dark div#tree {overflow:visible;}html.theme-dark tr.diff > td.line {background-color:DCDCDC;padding-right:2px;border-right:3px solid #868685;text-align:right;margin-right:2px;}html.theme-dark tr.diff > td.old {background-color:red;}html.theme-dark tr.diff > td.new {background-color:green;}html.theme-dark tr.diff > td.notequal {background-color:yellow;}html.theme-dark dl.notice {border-left:10px #868685 solid;border-right:1px #868685 solid;padding:15px;}html.theme-dark dl.notice > dt {border-top:1px #868685 solid;}html.theme-dark dl.notice > dd {border-bottom:1px #868685 solid;}html.theme-dark div.content a.action,html.theme-dark div.content a.help {-webkit-box-shadow:3px 2px 5px #868685;-moz-box-shadow:3px 2px 5px #868685;box-shadow:3px 2px 5px #868685;}html.theme-dark body {background-color:#868685;}html.theme-dark div.panel ul.views > li.active,html.theme-dark div.panel ul.views > li.active:hover {background-color:#868685;background-image:linear-gradient(#868685 0%, #868685 15%);color:DCDCDC;}html.theme-dark div#header {background-color:#868685;background-image:linear-gradient(#868685 85%, #868685 100%);color:DCDCDC;}html.theme-dark div#header div.toolbar-icon > a {color:DCDCDC;}html.theme-dark div#header,html.theme-dark ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-dark div.panel > div.content {background-color:#201f1d;}html.theme-dark div.panel > div.header {background-color:#201f1d;background-image:linear-gradient(#868685 0%, #201f1d 85%);}html.theme-dark div.panel ul.views li:hover {background-color:#868685;}html.theme-dark ul.tree li.last,html.theme-dark ul.tree li:last-child {background-color:#201f1d;}html.theme-dark div.content pre,html.theme-dark div.dropdown {background-color:DCDCDC;color:__cms-text-color__;}html.theme-dark div.filler div.headermenu > a.entry,html.theme-dark div.filler div.header a.back.button {font-size:0.8em;}html.theme-dark div.line.filedropzone > div.input {background-color:DCDCDC;border:1px dotted __cms-text-color__;}- \ No newline at end of file +html.theme-grey {scrollbar-face-color:#808080;scrollbar-arrow-color:#808080;scrollbar-base-color:#ffffff;}html.theme-grey div#workbench div.panel.modal {border-color:#000000 !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}html.theme-grey div#dialog {background-color:#e9e9e9;color:#000000;border-color:#000000 !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}html.theme-grey div.container > div.divider.ui-draggable-dragging {background-color:#808080;}html.theme-grey div#workbench div.panel div.arrow-down {border-top-color:#808080;}html.theme-grey div#workbench div.panel div.arrow-right {border-left-color:#808080;}html.theme-grey iframe {border:1px solid #808080;}html.theme-grey div.breadcrumb,html.theme-grey div.breadcrumb a,html.theme-grey div.panel > div.title {color:#ffffff;}html.theme-grey div#noticebar div.notice {border:2px solid #000000;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px #000000;-moz-box-shadow:3px 2px 5px #000000;box-shadow:3px 2px 5px #000000;display:none;}html.theme-grey div#noticebar div.notice.ok {background-color:green;}html.theme-grey div#noticebar div.notice.warning {background-color:yellow;}html.theme-grey div#noticebar div.notice.error {background-color:red;}html.theme-grey div#noticebar div.notice.info {background-color:#c0c0c0;}html.theme-grey ul#history > li,html.theme-grey div.content a.action,html.theme-grey div.content a.help,html.theme-grey div.filler div.headermenu > a.entry,html.theme-grey div.filler div.header a.back.button {border:1px solid #808080;background-color:#ffffff;background:-moz-linear-gradient(top, #808080, #c0c0c0);background:-webkit-gradient(linear, left top, left bottom, from(#808080), to(#c0c0c0));color:#000000;}html.theme-grey ul#history > li.active {background-color:#ffffff;color:#000000;}html.theme-grey a.action:hover,html.theme-grey a.help:hover,html.theme-grey div.noaction:hover {border-color:#ffffff;}html.theme-grey a.action:active,html.theme-grey a.help:active,html.theme-grey div.noaction:active,html.theme-grey input.ok:active {border-color:red;}html.theme-grey a {color:#000000;}html.theme-grey div.dropdown > div.divide {background-color:#808080;}html.theme-grey td.preview {background-color:papayawhip;border-top:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;}html.theme-grey .preview a:link,html.theme-grey .preview a:visited,html.theme-grey .preview a:active,html.theme-grey .preview a:hover {color:blue;}html.theme-grey body.menu tr.menu td table tr td.noaction,html.theme-grey body.main tr.menu td table tr td.noaction {color:#808080;}html.theme-grey img[align=left],html.theme-grey img[align=right] {padding-right:1px;padding-left:1px;}html.theme-grey small {color:#808080;}html.theme-grey body.main table.main td.window td.act {border-top:1px solid #808080;}html.theme-grey td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-grey div.panel input.checkbox,html.theme-grey div.panel input.radio {border:1px solid #808080;}html.theme-grey textarea.longtext {border:1px solid #000000;}html.theme-grey td.notice {margin:0px;padding:5%;text-align:center;}html.theme-grey table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-grey table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid #000000;font-weight:normal;text-align:left;}html.theme-grey table.calendar td {border:1px dotted;}html.theme-grey form.xlogin {xbackground-color:#E0E0D5;border:2px solid #c0c0c0;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #808080;-moz-box-shadow:3px 2px 5px #808080;box-shadow:3px 2px 5px #808080;}html.theme-grey ul.tree,html.theme-grey ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-grey div.entry.selected,html.theme-grey div.dropdown > div.entry:hover,html.theme-grey div.dropdown > div.entry:hover > a,html.theme-grey a.element {background-color:#808080;color:#ffffff;}html.theme-grey ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-grey ul.tree li.last,html.theme-grey ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-grey div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-grey div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-grey body > div {display:none;}html.theme-grey div.structure em {font-style:italic;}html.theme-grey .drophover {border:2px dotted green;cursor:move;}html.theme-grey .dropactive {border:1px dotted blue;cursor:move;}html.theme-grey div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-grey div.backward_link {float:left;}html.theme-grey div.forward_link {float:right;}html.theme-grey div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #808080;}html.theme-grey div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-grey img.icon {padding:4px;width:16px;height:16px;}html.theme-grey ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-grey div.panel div.header {xborder-bottom:1px solid #808080;}html.theme-grey div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #808080;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #808080;xborder-left:1px solid #808080;xborder-right:1px solid #808080;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-grey div.panel div.content table {border:2px #c0c0c0;}html.theme-grey table tr.headline > td {border-bottom:1px solid #808080;}html.theme-grey table tr.data > td {border-bottom:1px solid #808080;}html.theme-grey table > tr.data:nth-child(2n) {background-color:#c0c0c0;}html.theme-grey table tr.data:hover,html.theme-grey div.content li div.entry:hover {background-color:#c0c0c0;}html.theme-grey div.panel div.status div,html.theme-grey div.message {border:1px solid #808080;}html.theme-grey div#workbench div.panel.fullscreen {background-color:#e9e9e9;}html.theme-grey div#workbench div.panel {border:1px solid #808080;}html.theme-grey input.submit {background-color:#808080;color:#ffffff;-webkit-box-shadow:0px 0px 15px #e9e9e9;-moz-box-shadow:0px 0px 15px #e9e9e9;box-shadow:0px 0px 15px 10px #e9e9e9;}html.theme-grey ul#history > li {border:1px solid #808080;background-color:#c0c0c0;color:#000000;}html.theme-grey ul#history > li.active {border:1px solid #000000;background-color:#ffffff;color:#000000;}html.theme-grey ul#history {display:none;}html.theme-grey div#filler {background-color:#000000;}html.theme-grey div.clickable.filtered.inactive > a {color:#c0c0c0;}html.theme-grey div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #808080;border-left:6px solid #808080;border-top:6px solid #c0c0c0;border-bottom:4px solid #808080;margin-top:10px;font-size:0;}html.theme-grey div.dropdown {-webkit-box-shadow:3px 2px 10px #808080;-moz-box-shadow:3px 2px 10px #808080;box-shadow:3px 2px 10px #808080;opacity:0.95;border:2px solid #808080;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-grey div#header span.titletext {color:#ffffff;}html.theme-grey div.toolbar-icon {border:1px solid #808080;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-grey div.toolbar-icon.inactive {opacity:0.5;}html.theme-grey div.toolbar-icon:hover {border:1px solid #c0c0c0;}html.theme-grey div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-grey div.headermenu > div.toolbar-icon {float:right;}html.theme-grey div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-grey div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-grey div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-grey div.panel.small form div.line {clear:left;padding:10px;}html.theme-grey div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-grey div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-grey form div.label > label,html.theme-grey form div.input > div.intputholder {padding:0px 5px;}html.theme-grey form div.input input[type=text],html.theme-grey form div.input input[type=password],html.theme-grey form div.input textarea,html.theme-grey form div.input select {width:100%;}html.theme-grey form div.input input[type=checkbox],html.theme-grey form div.input input[type=radio] {vertical-align:top;}html.theme-grey label {display:inline-block;}html.theme-grey input[type=checkbox] + label,html.theme-grey input[type=radio] + label {width:80%;}html.theme-grey label div.description {font-size:0.75em;color:#808080;}html.theme-grey div.inputholder {background-color:#ffffff;border:1px solid #808080;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #808080;-moz-box-shadow:inset 0px 0px 3px #808080;box-shadow:inset 0px 0px 3px #808080;}html.theme-grey div.inputholder ul.tree,html.theme-grey div.inputholder ul.tree li.last,html.theme-grey div.inputholder ul.tree li:last-child {background-color:#ffffff;}html.theme-grey div.inputholder > input,html.theme-grey div.inputholder > textarea,html.theme-grey div.inputholder > select {border:0px;border-bottom:1px solid #ffffff;padding:2px;margin:0px;background-color:#ffffff;}html.theme-grey input:focus,html.theme-grey textarea:focus,html.theme-grey select:focus {border:0px;border-bottom:1px solid #c0c0c0;}html.theme-grey input.error,html.theme-grey textarea.error,html.theme-grey select.error {border-bottom:1px dotted #000000 !important;}html.theme-grey div.inputholder.error {border:1px solid red ! important;}html.theme-grey input.hint {color:#808080;}html.theme-grey fieldset > div input.name,html.theme-grey fieldset > div span.name {font-weight:bold;}html.theme-grey fieldset {border-color:#808080;}html.theme-grey div#tree {overflow:visible;}html.theme-grey tr.diff > td.line {background-color:#ffffff;padding-right:2px;border-right:3px solid #808080;text-align:right;margin-right:2px;}html.theme-grey tr.diff > td.old {background-color:red;}html.theme-grey tr.diff > td.new {background-color:green;}html.theme-grey tr.diff > td.notequal {background-color:yellow;}html.theme-grey dl.notice {border-left:10px #c0c0c0 solid;border-right:1px #c0c0c0 solid;padding:15px;}html.theme-grey dl.notice > dt {border-top:1px #c0c0c0 solid;}html.theme-grey dl.notice > dd {border-bottom:1px #c0c0c0 solid;}html.theme-grey div.content a.action,html.theme-grey div.content a.help {-webkit-box-shadow:3px 2px 5px #808080;-moz-box-shadow:3px 2px 5px #808080;box-shadow:3px 2px 5px #808080;}html.theme-grey body {background-color:#c0c0c0;}html.theme-grey div.panel ul.views > li.active,html.theme-grey div.panel ul.views > li.active:hover {background-color:#808080;background-image:linear-gradient(#c0c0c0 0%, #808080 15%);color:#ffffff;}html.theme-grey div#header {background-color:#808080;background-image:linear-gradient(#808080 85%, #c0c0c0 100%);color:#ffffff;}html.theme-grey div#header div.toolbar-icon > a {color:#ffffff;}html.theme-grey div#header,html.theme-grey ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-grey div.panel > div.content {background-color:#e9e9e9;}html.theme-grey div.panel > div.header {background-color:#e9e9e9;background-image:linear-gradient(#c0c0c0 0%, #e9e9e9 85%);}html.theme-grey div.panel ul.views li:hover {background-color:#c0c0c0;}html.theme-grey ul.tree li.last,html.theme-grey ul.tree li:last-child {background-color:#e9e9e9;}html.theme-grey div.content pre,html.theme-grey div.dropdown {background-color:#ffffff;color:#000000;}html.theme-grey div.filler div.headermenu > a.entry,html.theme-grey div.filler div.header a.back.button {font-size:0.8em;}html.theme-grey div.line.filedropzone > div.input {background-color:#ffffff;border:1px dotted #000000;}html.theme-system {scrollbar-face-color:Menu;scrollbar-arrow-color:Menu;scrollbar-base-color:MenuText;}html.theme-system div#workbench div.panel.modal {border-color:WindowText !important;-webkit-box-shadow:0px 0px 40px WindowText;-moz-box-shadow:0px 0px 40px WindowText;box-shadow:0px 0px 40px WindowText;}html.theme-system div#dialog {background-color:Background;color:WindowText;border-color:WindowText !important;-webkit-box-shadow:0px 0px 40px WindowText;-moz-box-shadow:0px 0px 40px WindowText;box-shadow:0px 0px 40px WindowText;}html.theme-system div.container > div.divider.ui-draggable-dragging {background-color:Menu;}html.theme-system div#workbench div.panel div.arrow-down {border-top-color:Menu;}html.theme-system div#workbench div.panel div.arrow-right {border-left-color:Menu;}html.theme-system iframe {border:1px solid Menu;}html.theme-system div.breadcrumb,html.theme-system div.breadcrumb a,html.theme-system div.panel > div.title {color:MenuText;}html.theme-system div#noticebar div.notice {border:2px solid WindowText;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px WindowText;-moz-box-shadow:3px 2px 5px WindowText;box-shadow:3px 2px 5px WindowText;display:none;}html.theme-system div#noticebar div.notice.ok {background-color:green;}html.theme-system div#noticebar div.notice.warning {background-color:yellow;}html.theme-system div#noticebar div.notice.error {background-color:red;}html.theme-system div#noticebar div.notice.info {background-color:WindowFrame;}html.theme-system ul#history > li,html.theme-system div.content a.action,html.theme-system div.content a.help,html.theme-system div.filler div.headermenu > a.entry,html.theme-system div.filler div.header a.back.button {border:1px solid Menu;background-color:MenuText;background:-moz-linear-gradient(top, Menu, WindowFrame);background:-webkit-gradient(linear, left top, left bottom, from(Menu), to(WindowFrame));color:WindowText;}html.theme-system ul#history > li.active {background-color:MenuText;color:WindowText;}html.theme-system a.action:hover,html.theme-system a.help:hover,html.theme-system div.noaction:hover {border-color:MenuText;}html.theme-system a.action:active,html.theme-system a.help:active,html.theme-system div.noaction:active,html.theme-system input.ok:active {border-color:red;}html.theme-system a {color:WindowText;}html.theme-system div.dropdown > div.divide {background-color:Menu;}html.theme-system td.preview {background-color:papayawhip;border-top:1px solid WindowFrame;border-bottom:1px solid WindowFrame;}html.theme-system .preview a:link,html.theme-system .preview a:visited,html.theme-system .preview a:active,html.theme-system .preview a:hover {color:blue;}html.theme-system body.menu tr.menu td table tr td.noaction,html.theme-system body.main tr.menu td table tr td.noaction {color:Menu;}html.theme-system img[align=left],html.theme-system img[align=right] {padding-right:1px;padding-left:1px;}html.theme-system small {color:Menu;}html.theme-system body.main table.main td.window td.act {border-top:1px solid Menu;}html.theme-system td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-system div.panel input.checkbox,html.theme-system div.panel input.radio {border:1px solid Menu;}html.theme-system textarea.longtext {border:1px solid WindowText;}html.theme-system td.notice {margin:0px;padding:5%;text-align:center;}html.theme-system table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-system table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid WindowText;font-weight:normal;text-align:left;}html.theme-system table.calendar td {border:1px dotted;}html.theme-system form.xlogin {xbackground-color:#E0E0D5;border:2px solid WindowFrame;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px Menu;-moz-box-shadow:3px 2px 5px Menu;box-shadow:3px 2px 5px Menu;}html.theme-system ul.tree,html.theme-system ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-system div.entry.selected,html.theme-system div.dropdown > div.entry:hover,html.theme-system div.dropdown > div.entry:hover > a,html.theme-system a.element {background-color:Menu;color:MenuText;}html.theme-system ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-system ul.tree li.last,html.theme-system ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-system div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-system div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-system body > div {display:none;}html.theme-system div.structure em {font-style:italic;}html.theme-system .drophover {border:2px dotted green;cursor:move;}html.theme-system .dropactive {border:1px dotted blue;cursor:move;}html.theme-system div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-system div.backward_link {float:left;}html.theme-system div.forward_link {float:right;}html.theme-system div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid Menu;}html.theme-system div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-system img.icon {padding:4px;width:16px;height:16px;}html.theme-system ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-system div.panel div.header {xborder-bottom:1px solid Menu;}html.theme-system div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid Menu;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid Menu;xborder-left:1px solid Menu;xborder-right:1px solid Menu;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-system div.panel div.content table {border:2px WindowFrame;}html.theme-system table tr.headline > td {border-bottom:1px solid Menu;}html.theme-system table tr.data > td {border-bottom:1px solid Menu;}html.theme-system table > tr.data:nth-child(2n) {background-color:WindowFrame;}html.theme-system table tr.data:hover,html.theme-system div.content li div.entry:hover {background-color:WindowFrame;}html.theme-system div.panel div.status div,html.theme-system div.message {border:1px solid Menu;}html.theme-system div#workbench div.panel.fullscreen {background-color:Background;}html.theme-system div#workbench div.panel {border:1px solid Menu;}html.theme-system input.submit {background-color:Menu;color:MenuText;-webkit-box-shadow:0px 0px 15px Background;-moz-box-shadow:0px 0px 15px Background;box-shadow:0px 0px 15px 10px Background;}html.theme-system ul#history > li {border:1px solid Menu;background-color:WindowFrame;color:WindowText;}html.theme-system ul#history > li.active {border:1px solid WindowText;background-color:MenuText;color:WindowText;}html.theme-system ul#history {display:none;}html.theme-system div#filler {background-color:WindowText;}html.theme-system div.clickable.filtered.inactive > a {color:WindowFrame;}html.theme-system div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid Menu;border-left:6px solid Menu;border-top:6px solid WindowFrame;border-bottom:4px solid Menu;margin-top:10px;font-size:0;}html.theme-system div.dropdown {-webkit-box-shadow:3px 2px 10px Menu;-moz-box-shadow:3px 2px 10px Menu;box-shadow:3px 2px 10px Menu;opacity:0.95;border:2px solid Menu;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-system div#header span.titletext {color:MenuText;}html.theme-system div.toolbar-icon {border:1px solid Menu;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-system div.toolbar-icon.inactive {opacity:0.5;}html.theme-system div.toolbar-icon:hover {border:1px solid WindowFrame;}html.theme-system div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-system div.headermenu > div.toolbar-icon {float:right;}html.theme-system div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-system div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-system div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-system div.panel.small form div.line {clear:left;padding:10px;}html.theme-system div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-system div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-system form div.label > label,html.theme-system form div.input > div.intputholder {padding:0px 5px;}html.theme-system form div.input input[type=text],html.theme-system form div.input input[type=password],html.theme-system form div.input textarea,html.theme-system form div.input select {width:100%;}html.theme-system form div.input input[type=checkbox],html.theme-system form div.input input[type=radio] {vertical-align:top;}html.theme-system label {display:inline-block;}html.theme-system input[type=checkbox] + label,html.theme-system input[type=radio] + label {width:80%;}html.theme-system label div.description {font-size:0.75em;color:Menu;}html.theme-system div.inputholder {background-color:MenuText;border:1px solid Menu;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px Menu;-moz-box-shadow:inset 0px 0px 3px Menu;box-shadow:inset 0px 0px 3px Menu;}html.theme-system div.inputholder ul.tree,html.theme-system div.inputholder ul.tree li.last,html.theme-system div.inputholder ul.tree li:last-child {background-color:MenuText;}html.theme-system div.inputholder > input,html.theme-system div.inputholder > textarea,html.theme-system div.inputholder > select {border:0px;border-bottom:1px solid MenuText;padding:2px;margin:0px;background-color:MenuText;}html.theme-system input:focus,html.theme-system textarea:focus,html.theme-system select:focus {border:0px;border-bottom:1px solid WindowFrame;}html.theme-system input.error,html.theme-system textarea.error,html.theme-system select.error {border-bottom:1px dotted WindowText !important;}html.theme-system div.inputholder.error {border:1px solid red ! important;}html.theme-system input.hint {color:Menu;}html.theme-system fieldset > div input.name,html.theme-system fieldset > div span.name {font-weight:bold;}html.theme-system fieldset {border-color:Menu;}html.theme-system div#tree {overflow:visible;}html.theme-system tr.diff > td.line {background-color:MenuText;padding-right:2px;border-right:3px solid Menu;text-align:right;margin-right:2px;}html.theme-system tr.diff > td.old {background-color:red;}html.theme-system tr.diff > td.new {background-color:green;}html.theme-system tr.diff > td.notequal {background-color:yellow;}html.theme-system dl.notice {border-left:10px WindowFrame solid;border-right:1px WindowFrame solid;padding:15px;}html.theme-system dl.notice > dt {border-top:1px WindowFrame solid;}html.theme-system dl.notice > dd {border-bottom:1px WindowFrame solid;}html.theme-system div.content a.action,html.theme-system div.content a.help {-webkit-box-shadow:3px 2px 5px Menu;-moz-box-shadow:3px 2px 5px Menu;box-shadow:3px 2px 5px Menu;}html.theme-system body {background-color:WindowFrame;}html.theme-system div.panel ul.views > li.active,html.theme-system div.panel ul.views > li.active:hover {background-color:Menu;background-image:linear-gradient(WindowFrame 0%, Menu 15%);color:MenuText;}html.theme-system div#header {background-color:Menu;background-image:linear-gradient(Menu 85%, WindowFrame 100%);color:MenuText;}html.theme-system div#header div.toolbar-icon > a {color:MenuText;}html.theme-system div#header,html.theme-system ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-system div.panel > div.content {background-color:Background;}html.theme-system div.panel > div.header {background-color:Background;background-image:linear-gradient(WindowFrame 0%, Background 85%);}html.theme-system div.panel ul.views li:hover {background-color:WindowFrame;}html.theme-system ul.tree li.last,html.theme-system ul.tree li:last-child {background-color:Background;}html.theme-system div.content pre,html.theme-system div.dropdown {background-color:MenuText;color:WindowText;}html.theme-system div.filler div.headermenu > a.entry,html.theme-system div.filler div.header a.back.button {font-size:0.8em;}html.theme-system div.line.filedropzone > div.input {background-color:MenuText;border:1px dotted WindowText;}html.theme-modern {scrollbar-face-color:#3f6194;scrollbar-arrow-color:#3f6194;scrollbar-base-color:#ffffff;}html.theme-modern div#workbench div.panel.modal {border-color:#000000 !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}html.theme-modern div#dialog {background-color:#f3f3f3;color:#000000;border-color:#000000 !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}html.theme-modern div.container > div.divider.ui-draggable-dragging {background-color:#3f6194;}html.theme-modern div#workbench div.panel div.arrow-down {border-top-color:#3f6194;}html.theme-modern div#workbench div.panel div.arrow-right {border-left-color:#3f6194;}html.theme-modern iframe {border:1px solid #3f6194;}html.theme-modern div.breadcrumb,html.theme-modern div.breadcrumb a,html.theme-modern div.panel > div.title {color:#ffffff;}html.theme-modern div#noticebar div.notice {border:2px solid #000000;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px #000000;-moz-box-shadow:3px 2px 5px #000000;box-shadow:3px 2px 5px #000000;display:none;}html.theme-modern div#noticebar div.notice.ok {background-color:green;}html.theme-modern div#noticebar div.notice.warning {background-color:yellow;}html.theme-modern div#noticebar div.notice.error {background-color:red;}html.theme-modern div#noticebar div.notice.info {background-color:#cccccc;}html.theme-modern ul#history > li,html.theme-modern div.content a.action,html.theme-modern div.content a.help,html.theme-modern div.filler div.headermenu > a.entry,html.theme-modern div.filler div.header a.back.button {border:1px solid #3f6194;background-color:#ffffff;background:-moz-linear-gradient(top, #3f6194, #cccccc);background:-webkit-gradient(linear, left top, left bottom, from(#3f6194), to(#cccccc));color:#000000;}html.theme-modern ul#history > li.active {background-color:#ffffff;color:#000000;}html.theme-modern a.action:hover,html.theme-modern a.help:hover,html.theme-modern div.noaction:hover {border-color:#ffffff;}html.theme-modern a.action:active,html.theme-modern a.help:active,html.theme-modern div.noaction:active,html.theme-modern input.ok:active {border-color:red;}html.theme-modern a {color:#000000;}html.theme-modern div.dropdown > div.divide {background-color:#3f6194;}html.theme-modern td.preview {background-color:papayawhip;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}html.theme-modern .preview a:link,html.theme-modern .preview a:visited,html.theme-modern .preview a:active,html.theme-modern .preview a:hover {color:blue;}html.theme-modern body.menu tr.menu td table tr td.noaction,html.theme-modern body.main tr.menu td table tr td.noaction {color:#3f6194;}html.theme-modern img[align=left],html.theme-modern img[align=right] {padding-right:1px;padding-left:1px;}html.theme-modern small {color:#3f6194;}html.theme-modern body.main table.main td.window td.act {border-top:1px solid #3f6194;}html.theme-modern td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-modern div.panel input.checkbox,html.theme-modern div.panel input.radio {border:1px solid #3f6194;}html.theme-modern textarea.longtext {border:1px solid #000000;}html.theme-modern td.notice {margin:0px;padding:5%;text-align:center;}html.theme-modern table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-modern table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid #000000;font-weight:normal;text-align:left;}html.theme-modern table.calendar td {border:1px dotted;}html.theme-modern form.xlogin {xbackground-color:#E0E0D5;border:2px solid #cccccc;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #3f6194;-moz-box-shadow:3px 2px 5px #3f6194;box-shadow:3px 2px 5px #3f6194;}html.theme-modern ul.tree,html.theme-modern ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-modern div.entry.selected,html.theme-modern div.dropdown > div.entry:hover,html.theme-modern div.dropdown > div.entry:hover > a,html.theme-modern a.element {background-color:#3f6194;color:#ffffff;}html.theme-modern ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-modern ul.tree li.last,html.theme-modern ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-modern div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-modern div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-modern body > div {display:none;}html.theme-modern div.structure em {font-style:italic;}html.theme-modern .drophover {border:2px dotted green;cursor:move;}html.theme-modern .dropactive {border:1px dotted blue;cursor:move;}html.theme-modern div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-modern div.backward_link {float:left;}html.theme-modern div.forward_link {float:right;}html.theme-modern div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #3f6194;}html.theme-modern div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-modern img.icon {padding:4px;width:16px;height:16px;}html.theme-modern ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-modern div.panel div.header {xborder-bottom:1px solid #3f6194;}html.theme-modern div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #3f6194;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #3f6194;xborder-left:1px solid #3f6194;xborder-right:1px solid #3f6194;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-modern div.panel div.content table {border:2px #cccccc;}html.theme-modern table tr.headline > td {border-bottom:1px solid #3f6194;}html.theme-modern table tr.data > td {border-bottom:1px solid #3f6194;}html.theme-modern table > tr.data:nth-child(2n) {background-color:#cccccc;}html.theme-modern table tr.data:hover,html.theme-modern div.content li div.entry:hover {background-color:#cccccc;}html.theme-modern div.panel div.status div,html.theme-modern div.message {border:1px solid #3f6194;}html.theme-modern div#workbench div.panel.fullscreen {background-color:#f3f3f3;}html.theme-modern div#workbench div.panel {border:1px solid #3f6194;}html.theme-modern input.submit {background-color:#3f6194;color:#ffffff;-webkit-box-shadow:0px 0px 15px #f3f3f3;-moz-box-shadow:0px 0px 15px #f3f3f3;box-shadow:0px 0px 15px 10px #f3f3f3;}html.theme-modern ul#history > li {border:1px solid #3f6194;background-color:#cccccc;color:#000000;}html.theme-modern ul#history > li.active {border:1px solid #000000;background-color:#ffffff;color:#000000;}html.theme-modern ul#history {display:none;}html.theme-modern div#filler {background-color:#000000;}html.theme-modern div.clickable.filtered.inactive > a {color:#cccccc;}html.theme-modern div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #3f6194;border-left:6px solid #3f6194;border-top:6px solid #cccccc;border-bottom:4px solid #3f6194;margin-top:10px;font-size:0;}html.theme-modern div.dropdown {-webkit-box-shadow:3px 2px 10px #3f6194;-moz-box-shadow:3px 2px 10px #3f6194;box-shadow:3px 2px 10px #3f6194;opacity:0.95;border:2px solid #3f6194;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-modern div#header span.titletext {color:#ffffff;}html.theme-modern div.toolbar-icon {border:1px solid #3f6194;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-modern div.toolbar-icon.inactive {opacity:0.5;}html.theme-modern div.toolbar-icon:hover {border:1px solid #cccccc;}html.theme-modern div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-modern div.headermenu > div.toolbar-icon {float:right;}html.theme-modern div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-modern div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-modern div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-modern div.panel.small form div.line {clear:left;padding:10px;}html.theme-modern div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-modern div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-modern form div.label > label,html.theme-modern form div.input > div.intputholder {padding:0px 5px;}html.theme-modern form div.input input[type=text],html.theme-modern form div.input input[type=password],html.theme-modern form div.input textarea,html.theme-modern form div.input select {width:100%;}html.theme-modern form div.input input[type=checkbox],html.theme-modern form div.input input[type=radio] {vertical-align:top;}html.theme-modern label {display:inline-block;}html.theme-modern input[type=checkbox] + label,html.theme-modern input[type=radio] + label {width:80%;}html.theme-modern label div.description {font-size:0.75em;color:#3f6194;}html.theme-modern div.inputholder {background-color:#ffffff;border:1px solid #3f6194;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #3f6194;-moz-box-shadow:inset 0px 0px 3px #3f6194;box-shadow:inset 0px 0px 3px #3f6194;}html.theme-modern div.inputholder ul.tree,html.theme-modern div.inputholder ul.tree li.last,html.theme-modern div.inputholder ul.tree li:last-child {background-color:#ffffff;}html.theme-modern div.inputholder > input,html.theme-modern div.inputholder > textarea,html.theme-modern div.inputholder > select {border:0px;border-bottom:1px solid #ffffff;padding:2px;margin:0px;background-color:#ffffff;}html.theme-modern input:focus,html.theme-modern textarea:focus,html.theme-modern select:focus {border:0px;border-bottom:1px solid #cccccc;}html.theme-modern input.error,html.theme-modern textarea.error,html.theme-modern select.error {border-bottom:1px dotted #000000 !important;}html.theme-modern div.inputholder.error {border:1px solid red ! important;}html.theme-modern input.hint {color:#3f6194;}html.theme-modern fieldset > div input.name,html.theme-modern fieldset > div span.name {font-weight:bold;}html.theme-modern fieldset {border-color:#3f6194;}html.theme-modern div#tree {overflow:visible;}html.theme-modern tr.diff > td.line {background-color:#ffffff;padding-right:2px;border-right:3px solid #3f6194;text-align:right;margin-right:2px;}html.theme-modern tr.diff > td.old {background-color:red;}html.theme-modern tr.diff > td.new {background-color:green;}html.theme-modern tr.diff > td.notequal {background-color:yellow;}html.theme-modern dl.notice {border-left:10px #cccccc solid;border-right:1px #cccccc solid;padding:15px;}html.theme-modern dl.notice > dt {border-top:1px #cccccc solid;}html.theme-modern dl.notice > dd {border-bottom:1px #cccccc solid;}html.theme-modern div.content a.action,html.theme-modern div.content a.help {-webkit-box-shadow:3px 2px 5px #3f6194;-moz-box-shadow:3px 2px 5px #3f6194;box-shadow:3px 2px 5px #3f6194;}html.theme-modern body {background-color:#cccccc;}html.theme-modern div.panel ul.views > li.active,html.theme-modern div.panel ul.views > li.active:hover {background-color:#3f6194;background-image:linear-gradient(#cccccc 0%, #3f6194 15%);color:#ffffff;}html.theme-modern div#header {background-color:#3f6194;background-image:linear-gradient(#3f6194 85%, #cccccc 100%);color:#ffffff;}html.theme-modern div#header div.toolbar-icon > a {color:#ffffff;}html.theme-modern div#header,html.theme-modern ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-modern div.panel > div.content {background-color:#f3f3f3;}html.theme-modern div.panel > div.header {background-color:#f3f3f3;background-image:linear-gradient(#cccccc 0%, #f3f3f3 85%);}html.theme-modern div.panel ul.views li:hover {background-color:#cccccc;}html.theme-modern ul.tree li.last,html.theme-modern ul.tree li:last-child {background-color:#f3f3f3;}html.theme-modern div.content pre,html.theme-modern div.dropdown {background-color:#ffffff;color:#000000;}html.theme-modern div.filler div.headermenu > a.entry,html.theme-modern div.filler div.header a.back.button {font-size:0.8em;}html.theme-modern div.line.filedropzone > div.input {background-color:#ffffff;border:1px dotted #000000;}html.theme-moorweide {scrollbar-face-color:#006633;scrollbar-arrow-color:#006633;scrollbar-base-color:#ffffff;}html.theme-moorweide div#workbench div.panel.modal {border-color:#000000 !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}html.theme-moorweide div#dialog {background-color:#f5fffa;color:#000000;border-color:#000000 !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}html.theme-moorweide div.container > div.divider.ui-draggable-dragging {background-color:#006633;}html.theme-moorweide div#workbench div.panel div.arrow-down {border-top-color:#006633;}html.theme-moorweide div#workbench div.panel div.arrow-right {border-left-color:#006633;}html.theme-moorweide iframe {border:1px solid #006633;}html.theme-moorweide div.breadcrumb,html.theme-moorweide div.breadcrumb a,html.theme-moorweide div.panel > div.title {color:#ffffff;}html.theme-moorweide div#noticebar div.notice {border:2px solid #000000;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px #000000;-moz-box-shadow:3px 2px 5px #000000;box-shadow:3px 2px 5px #000000;display:none;}html.theme-moorweide div#noticebar div.notice.ok {background-color:green;}html.theme-moorweide div#noticebar div.notice.warning {background-color:yellow;}html.theme-moorweide div#noticebar div.notice.error {background-color:red;}html.theme-moorweide div#noticebar div.notice.info {background-color:#cee6da;}html.theme-moorweide ul#history > li,html.theme-moorweide div.content a.action,html.theme-moorweide div.content a.help,html.theme-moorweide div.filler div.headermenu > a.entry,html.theme-moorweide div.filler div.header a.back.button {border:1px solid #006633;background-color:#ffffff;background:-moz-linear-gradient(top, #006633, #cee6da);background:-webkit-gradient(linear, left top, left bottom, from(#006633), to(#cee6da));color:#000000;}html.theme-moorweide ul#history > li.active {background-color:#ffffff;color:#000000;}html.theme-moorweide a.action:hover,html.theme-moorweide a.help:hover,html.theme-moorweide div.noaction:hover {border-color:#ffffff;}html.theme-moorweide a.action:active,html.theme-moorweide a.help:active,html.theme-moorweide div.noaction:active,html.theme-moorweide input.ok:active {border-color:red;}html.theme-moorweide a {color:#000000;}html.theme-moorweide div.dropdown > div.divide {background-color:#006633;}html.theme-moorweide td.preview {background-color:papayawhip;border-top:1px solid #cee6da;border-bottom:1px solid #cee6da;}html.theme-moorweide .preview a:link,html.theme-moorweide .preview a:visited,html.theme-moorweide .preview a:active,html.theme-moorweide .preview a:hover {color:blue;}html.theme-moorweide body.menu tr.menu td table tr td.noaction,html.theme-moorweide body.main tr.menu td table tr td.noaction {color:#006633;}html.theme-moorweide img[align=left],html.theme-moorweide img[align=right] {padding-right:1px;padding-left:1px;}html.theme-moorweide small {color:#006633;}html.theme-moorweide body.main table.main td.window td.act {border-top:1px solid #006633;}html.theme-moorweide td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-moorweide div.panel input.checkbox,html.theme-moorweide div.panel input.radio {border:1px solid #006633;}html.theme-moorweide textarea.longtext {border:1px solid #000000;}html.theme-moorweide td.notice {margin:0px;padding:5%;text-align:center;}html.theme-moorweide table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-moorweide table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid #000000;font-weight:normal;text-align:left;}html.theme-moorweide table.calendar td {border:1px dotted;}html.theme-moorweide form.xlogin {xbackground-color:#E0E0D5;border:2px solid #cee6da;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #006633;-moz-box-shadow:3px 2px 5px #006633;box-shadow:3px 2px 5px #006633;}html.theme-moorweide ul.tree,html.theme-moorweide ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-moorweide div.entry.selected,html.theme-moorweide div.dropdown > div.entry:hover,html.theme-moorweide div.dropdown > div.entry:hover > a,html.theme-moorweide a.element {background-color:#006633;color:#ffffff;}html.theme-moorweide ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-moorweide ul.tree li.last,html.theme-moorweide ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-moorweide div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-moorweide div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-moorweide body > div {display:none;}html.theme-moorweide div.structure em {font-style:italic;}html.theme-moorweide .drophover {border:2px dotted green;cursor:move;}html.theme-moorweide .dropactive {border:1px dotted blue;cursor:move;}html.theme-moorweide div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-moorweide div.backward_link {float:left;}html.theme-moorweide div.forward_link {float:right;}html.theme-moorweide div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #006633;}html.theme-moorweide div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-moorweide img.icon {padding:4px;width:16px;height:16px;}html.theme-moorweide ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-moorweide div.panel div.header {xborder-bottom:1px solid #006633;}html.theme-moorweide div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #006633;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #006633;xborder-left:1px solid #006633;xborder-right:1px solid #006633;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-moorweide div.panel div.content table {border:2px #cee6da;}html.theme-moorweide table tr.headline > td {border-bottom:1px solid #006633;}html.theme-moorweide table tr.data > td {border-bottom:1px solid #006633;}html.theme-moorweide table > tr.data:nth-child(2n) {background-color:#cee6da;}html.theme-moorweide table tr.data:hover,html.theme-moorweide div.content li div.entry:hover {background-color:#cee6da;}html.theme-moorweide div.panel div.status div,html.theme-moorweide div.message {border:1px solid #006633;}html.theme-moorweide div#workbench div.panel.fullscreen {background-color:#f5fffa;}html.theme-moorweide div#workbench div.panel {border:1px solid #006633;}html.theme-moorweide input.submit {background-color:#006633;color:#ffffff;-webkit-box-shadow:0px 0px 15px #f5fffa;-moz-box-shadow:0px 0px 15px #f5fffa;box-shadow:0px 0px 15px 10px #f5fffa;}html.theme-moorweide ul#history > li {border:1px solid #006633;background-color:#cee6da;color:#000000;}html.theme-moorweide ul#history > li.active {border:1px solid #000000;background-color:#ffffff;color:#000000;}html.theme-moorweide ul#history {display:none;}html.theme-moorweide div#filler {background-color:#000000;}html.theme-moorweide div.clickable.filtered.inactive > a {color:#cee6da;}html.theme-moorweide div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #006633;border-left:6px solid #006633;border-top:6px solid #cee6da;border-bottom:4px solid #006633;margin-top:10px;font-size:0;}html.theme-moorweide div.dropdown {-webkit-box-shadow:3px 2px 10px #006633;-moz-box-shadow:3px 2px 10px #006633;box-shadow:3px 2px 10px #006633;opacity:0.95;border:2px solid #006633;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-moorweide div#header span.titletext {color:#ffffff;}html.theme-moorweide div.toolbar-icon {border:1px solid #006633;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-moorweide div.toolbar-icon.inactive {opacity:0.5;}html.theme-moorweide div.toolbar-icon:hover {border:1px solid #cee6da;}html.theme-moorweide div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-moorweide div.headermenu > div.toolbar-icon {float:right;}html.theme-moorweide div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-moorweide div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-moorweide div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-moorweide div.panel.small form div.line {clear:left;padding:10px;}html.theme-moorweide div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-moorweide div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-moorweide form div.label > label,html.theme-moorweide form div.input > div.intputholder {padding:0px 5px;}html.theme-moorweide form div.input input[type=text],html.theme-moorweide form div.input input[type=password],html.theme-moorweide form div.input textarea,html.theme-moorweide form div.input select {width:100%;}html.theme-moorweide form div.input input[type=checkbox],html.theme-moorweide form div.input input[type=radio] {vertical-align:top;}html.theme-moorweide label {display:inline-block;}html.theme-moorweide input[type=checkbox] + label,html.theme-moorweide input[type=radio] + label {width:80%;}html.theme-moorweide label div.description {font-size:0.75em;color:#006633;}html.theme-moorweide div.inputholder {background-color:#ffffff;border:1px solid #006633;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #006633;-moz-box-shadow:inset 0px 0px 3px #006633;box-shadow:inset 0px 0px 3px #006633;}html.theme-moorweide div.inputholder ul.tree,html.theme-moorweide div.inputholder ul.tree li.last,html.theme-moorweide div.inputholder ul.tree li:last-child {background-color:#ffffff;}html.theme-moorweide div.inputholder > input,html.theme-moorweide div.inputholder > textarea,html.theme-moorweide div.inputholder > select {border:0px;border-bottom:1px solid #ffffff;padding:2px;margin:0px;background-color:#ffffff;}html.theme-moorweide input:focus,html.theme-moorweide textarea:focus,html.theme-moorweide select:focus {border:0px;border-bottom:1px solid #cee6da;}html.theme-moorweide input.error,html.theme-moorweide textarea.error,html.theme-moorweide select.error {border-bottom:1px dotted #000000 !important;}html.theme-moorweide div.inputholder.error {border:1px solid red ! important;}html.theme-moorweide input.hint {color:#006633;}html.theme-moorweide fieldset > div input.name,html.theme-moorweide fieldset > div span.name {font-weight:bold;}html.theme-moorweide fieldset {border-color:#006633;}html.theme-moorweide div#tree {overflow:visible;}html.theme-moorweide tr.diff > td.line {background-color:#ffffff;padding-right:2px;border-right:3px solid #006633;text-align:right;margin-right:2px;}html.theme-moorweide tr.diff > td.old {background-color:red;}html.theme-moorweide tr.diff > td.new {background-color:green;}html.theme-moorweide tr.diff > td.notequal {background-color:yellow;}html.theme-moorweide dl.notice {border-left:10px #cee6da solid;border-right:1px #cee6da solid;padding:15px;}html.theme-moorweide dl.notice > dt {border-top:1px #cee6da solid;}html.theme-moorweide dl.notice > dd {border-bottom:1px #cee6da solid;}html.theme-moorweide div.content a.action,html.theme-moorweide div.content a.help {-webkit-box-shadow:3px 2px 5px #006633;-moz-box-shadow:3px 2px 5px #006633;box-shadow:3px 2px 5px #006633;}html.theme-moorweide body {background-color:#cee6da;}html.theme-moorweide div.panel ul.views > li.active,html.theme-moorweide div.panel ul.views > li.active:hover {background-color:#006633;background-image:linear-gradient(#cee6da 0%, #006633 15%);color:#ffffff;}html.theme-moorweide div#header {background-color:#006633;background-image:linear-gradient(#006633 85%, #cee6da 100%);color:#ffffff;}html.theme-moorweide div#header div.toolbar-icon > a {color:#ffffff;}html.theme-moorweide div#header,html.theme-moorweide ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-moorweide div.panel > div.content {background-color:#f5fffa;}html.theme-moorweide div.panel > div.header {background-color:#f5fffa;background-image:linear-gradient(#cee6da 0%, #f5fffa 85%);}html.theme-moorweide div.panel ul.views li:hover {background-color:#cee6da;}html.theme-moorweide ul.tree li.last,html.theme-moorweide ul.tree li:last-child {background-color:#f5fffa;}html.theme-moorweide div.content pre,html.theme-moorweide div.dropdown {background-color:#ffffff;color:#000000;}html.theme-moorweide div.filler div.headermenu > a.entry,html.theme-moorweide div.filler div.header a.back.button {font-size:0.8em;}html.theme-moorweide div.line.filedropzone > div.input {background-color:#ffffff;border:1px dotted #000000;}html.theme-dark {scrollbar-face-color:#868685;scrollbar-arrow-color:#868685;scrollbar-base-color:#dcdcdc;}html.theme-dark div#workbench div.panel.modal {border-color:#ffffff !important;-webkit-box-shadow:0px 0px 40px #ffffff;-moz-box-shadow:0px 0px 40px #ffffff;box-shadow:0px 0px 40px #ffffff;}html.theme-dark div#dialog {background-color:#201f1d;color:#ffffff;border-color:#ffffff !important;-webkit-box-shadow:0px 0px 40px #ffffff;-moz-box-shadow:0px 0px 40px #ffffff;box-shadow:0px 0px 40px #ffffff;}html.theme-dark div.container > div.divider.ui-draggable-dragging {background-color:#868685;}html.theme-dark div#workbench div.panel div.arrow-down {border-top-color:#868685;}html.theme-dark div#workbench div.panel div.arrow-right {border-left-color:#868685;}html.theme-dark iframe {border:1px solid #868685;}html.theme-dark div.breadcrumb,html.theme-dark div.breadcrumb a,html.theme-dark div.panel > div.title {color:#dcdcdc;}html.theme-dark div#noticebar div.notice {border:2px solid #ffffff;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px #ffffff;-moz-box-shadow:3px 2px 5px #ffffff;box-shadow:3px 2px 5px #ffffff;display:none;}html.theme-dark div#noticebar div.notice.ok {background-color:green;}html.theme-dark div#noticebar div.notice.warning {background-color:yellow;}html.theme-dark div#noticebar div.notice.error {background-color:red;}html.theme-dark div#noticebar div.notice.info {background-color:#868685;}html.theme-dark ul#history > li,html.theme-dark div.content a.action,html.theme-dark div.content a.help,html.theme-dark div.filler div.headermenu > a.entry,html.theme-dark div.filler div.header a.back.button {border:1px solid #868685;background-color:#dcdcdc;background:-moz-linear-gradient(top, #868685, #868685);background:-webkit-gradient(linear, left top, left bottom, from(#868685), to(#868685));color:#ffffff;}html.theme-dark ul#history > li.active {background-color:#dcdcdc;color:#ffffff;}html.theme-dark a.action:hover,html.theme-dark a.help:hover,html.theme-dark div.noaction:hover {border-color:#dcdcdc;}html.theme-dark a.action:active,html.theme-dark a.help:active,html.theme-dark div.noaction:active,html.theme-dark input.ok:active {border-color:red;}html.theme-dark a {color:#ffffff;}html.theme-dark div.dropdown > div.divide {background-color:#868685;}html.theme-dark td.preview {background-color:papayawhip;border-top:1px solid #868685;border-bottom:1px solid #868685;}html.theme-dark .preview a:link,html.theme-dark .preview a:visited,html.theme-dark .preview a:active,html.theme-dark .preview a:hover {color:blue;}html.theme-dark body.menu tr.menu td table tr td.noaction,html.theme-dark body.main tr.menu td table tr td.noaction {color:#868685;}html.theme-dark img[align=left],html.theme-dark img[align=right] {padding-right:1px;padding-left:1px;}html.theme-dark small {color:#868685;}html.theme-dark body.main table.main td.window td.act {border-top:1px solid #868685;}html.theme-dark td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}html.theme-dark div.panel input.checkbox,html.theme-dark div.panel input.radio {border:1px solid #868685;}html.theme-dark textarea.longtext {border:1px solid #ffffff;}html.theme-dark td.notice {margin:0px;padding:5%;text-align:center;}html.theme-dark table.notice {width:100%;border:1px solid;border-spacing:0px;}html.theme-dark table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid #ffffff;font-weight:normal;text-align:left;}html.theme-dark table.calendar td {border:1px dotted;}html.theme-dark form.xlogin {xbackground-color:#E0E0D5;border:2px solid #868685;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #868685;-moz-box-shadow:3px 2px 5px #868685;box-shadow:3px 2px 5px #868685;}html.theme-dark ul.tree,html.theme-dark ul.tree ul {list-style-type:none;background:url(themes/default/images//tree_line.gif) repeat-y;xmargin:0;padding:0;}html.theme-dark div.entry.selected,html.theme-dark div.dropdown > div.entry:hover,html.theme-dark div.dropdown > div.entry:hover > a,html.theme-dark a.element {background-color:#868685;color:#dcdcdc;}html.theme-dark ul.tree li {xmargin:0;padding:0 0px;line-height:18px;background:url(themes/default/images//tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}html.theme-dark ul.tree li.last,html.theme-dark ul.tree li:last-child {background:url(themes/default/images//tree_none_end.gif) no-repeat;}html.theme-dark div.tree.open {background:url(themes/default/images//tree_minus.png) no-repeat;}html.theme-dark div.tree.closed {background:url(themes/default/images//tree_plus.png) no-repeat;}html.theme-dark body > div {display:none;}html.theme-dark div.structure em {font-style:italic;}html.theme-dark .drophover {border:2px dotted green;cursor:move;}html.theme-dark .dropactive {border:1px dotted blue;cursor:move;}html.theme-dark div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}html.theme-dark div.backward_link {float:left;}html.theme-dark div.forward_link {float:right;}html.theme-dark div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #868685;}html.theme-dark div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}html.theme-dark img.icon {padding:4px;width:16px;height:16px;}html.theme-dark ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}html.theme-dark div.panel div.header {xborder-bottom:1px solid #868685;}html.theme-dark div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #868685;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #868685;xborder-left:1px solid #868685;xborder-right:1px solid #868685;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}html.theme-dark div.panel div.content table {border:2px #868685;}html.theme-dark table tr.headline > td {border-bottom:1px solid #868685;}html.theme-dark table tr.data > td {border-bottom:1px solid #868685;}html.theme-dark table > tr.data:nth-child(2n) {background-color:#868685;}html.theme-dark table tr.data:hover,html.theme-dark div.content li div.entry:hover {background-color:#868685;}html.theme-dark div.panel div.status div,html.theme-dark div.message {border:1px solid #868685;}html.theme-dark div#workbench div.panel.fullscreen {background-color:#201f1d;}html.theme-dark div#workbench div.panel {border:1px solid #868685;}html.theme-dark input.submit {background-color:#868685;color:#dcdcdc;-webkit-box-shadow:0px 0px 15px #201f1d;-moz-box-shadow:0px 0px 15px #201f1d;box-shadow:0px 0px 15px 10px #201f1d;}html.theme-dark ul#history > li {border:1px solid #868685;background-color:#868685;color:#ffffff;}html.theme-dark ul#history > li.active {border:1px solid #ffffff;background-color:#dcdcdc;color:#ffffff;}html.theme-dark ul#history {display:none;}html.theme-dark div#filler {background-color:#ffffff;}html.theme-dark div.clickable.filtered.inactive > a {color:#868685;}html.theme-dark div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #868685;border-left:6px solid #868685;border-top:6px solid #868685;border-bottom:4px solid #868685;margin-top:10px;font-size:0;}html.theme-dark div.dropdown {-webkit-box-shadow:3px 2px 10px #868685;-moz-box-shadow:3px 2px 10px #868685;box-shadow:3px 2px 10px #868685;opacity:0.95;border:2px solid #868685;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}html.theme-dark div#header span.titletext {color:#dcdcdc;}html.theme-dark div.toolbar-icon {border:1px solid #868685;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}html.theme-dark div.toolbar-icon.inactive {opacity:0.5;}html.theme-dark div.toolbar-icon:hover {border:1px solid #868685;}html.theme-dark div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}html.theme-dark div.headermenu > div.toolbar-icon {float:right;}html.theme-dark div.panel.wide form div.line {clear:left;margin-top:10px;}html.theme-dark div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}html.theme-dark div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}html.theme-dark div.panel.small form div.line {clear:left;padding:10px;}html.theme-dark div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-dark div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}html.theme-dark form div.label > label,html.theme-dark form div.input > div.intputholder {padding:0px 5px;}html.theme-dark form div.input input[type=text],html.theme-dark form div.input input[type=password],html.theme-dark form div.input textarea,html.theme-dark form div.input select {width:100%;}html.theme-dark form div.input input[type=checkbox],html.theme-dark form div.input input[type=radio] {vertical-align:top;}html.theme-dark label {display:inline-block;}html.theme-dark input[type=checkbox] + label,html.theme-dark input[type=radio] + label {width:80%;}html.theme-dark label div.description {font-size:0.75em;color:#868685;}html.theme-dark div.inputholder {background-color:#dcdcdc;border:1px solid #868685;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #868685;-moz-box-shadow:inset 0px 0px 3px #868685;box-shadow:inset 0px 0px 3px #868685;}html.theme-dark div.inputholder ul.tree,html.theme-dark div.inputholder ul.tree li.last,html.theme-dark div.inputholder ul.tree li:last-child {background-color:#dcdcdc;}html.theme-dark div.inputholder > input,html.theme-dark div.inputholder > textarea,html.theme-dark div.inputholder > select {border:0px;border-bottom:1px solid #dcdcdc;padding:2px;margin:0px;background-color:#dcdcdc;}html.theme-dark input:focus,html.theme-dark textarea:focus,html.theme-dark select:focus {border:0px;border-bottom:1px solid #868685;}html.theme-dark input.error,html.theme-dark textarea.error,html.theme-dark select.error {border-bottom:1px dotted #ffffff !important;}html.theme-dark div.inputholder.error {border:1px solid red ! important;}html.theme-dark input.hint {color:#868685;}html.theme-dark fieldset > div input.name,html.theme-dark fieldset > div span.name {font-weight:bold;}html.theme-dark fieldset {border-color:#868685;}html.theme-dark div#tree {overflow:visible;}html.theme-dark tr.diff > td.line {background-color:#dcdcdc;padding-right:2px;border-right:3px solid #868685;text-align:right;margin-right:2px;}html.theme-dark tr.diff > td.old {background-color:red;}html.theme-dark tr.diff > td.new {background-color:green;}html.theme-dark tr.diff > td.notequal {background-color:yellow;}html.theme-dark dl.notice {border-left:10px #868685 solid;border-right:1px #868685 solid;padding:15px;}html.theme-dark dl.notice > dt {border-top:1px #868685 solid;}html.theme-dark dl.notice > dd {border-bottom:1px #868685 solid;}html.theme-dark div.content a.action,html.theme-dark div.content a.help {-webkit-box-shadow:3px 2px 5px #868685;-moz-box-shadow:3px 2px 5px #868685;box-shadow:3px 2px 5px #868685;}html.theme-dark body {background-color:#868685;}html.theme-dark div.panel ul.views > li.active,html.theme-dark div.panel ul.views > li.active:hover {background-color:#868685;background-image:linear-gradient(#868685 0%, #868685 15%);color:#dcdcdc;}html.theme-dark div#header {background-color:#868685;background-image:linear-gradient(#868685 85%, #868685 100%);color:#dcdcdc;}html.theme-dark div#header div.toolbar-icon > a {color:#dcdcdc;}html.theme-dark div#header,html.theme-dark ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}html.theme-dark div.panel > div.content {background-color:#201f1d;}html.theme-dark div.panel > div.header {background-color:#201f1d;background-image:linear-gradient(#868685 0%, #201f1d 85%);}html.theme-dark div.panel ul.views li:hover {background-color:#868685;}html.theme-dark ul.tree li.last,html.theme-dark ul.tree li:last-child {background-color:#201f1d;}html.theme-dark div.content pre,html.theme-dark div.dropdown {background-color:#dcdcdc;color:#ffffff;}html.theme-dark div.filler div.headermenu > a.entry,html.theme-dark div.filler div.header a.back.button {font-size:0.8em;}html.theme-dark div.line.filedropzone > div.input {background-color:#dcdcdc;border:1px dotted #ffffff;}+ \ No newline at end of file diff --git a/themes/default/css/openrat-ui.css b/themes/default/css/openrat-ui.css @@ -2,7 +2,7 @@ /* OpenRat Content Management System -Copyright (C) 2002-2010 Jan Dankert +Copyright (C) 2002-2017 Jan Dankert This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -18,18 +18,19 @@ 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. */ +/* Usage to this variable is safe to be removed */ iframe { width: 100%; height: 500px; display: block; - border: 1px solid __title_background_color__; + border: 1px solid #000000; } div.breadcrumb, div.breadcrumb a, div.panel > div.title { - x-background-color: __title_background_color__; + x-background-color: #000000; xsopacity: 0.7; - color: __title_text_color__; + color: #000000; font-weight: bold; } /* H e a d e r */ @@ -76,7 +77,7 @@ div#noticebar { z-index: 113; } div#noticebar div.notice { - border: 2px solid __text_color__; + border: 2px solid #000000; padding: 5px; margin: 5px; -moz-border-radius: 5px; @@ -87,9 +88,9 @@ div#noticebar div.notice { /* Konqui */ border-radius: 5px; /* CSS 3 */ - -webkit-box-shadow: 3px 2px 5px __text_color__; - -moz-box-shadow: 3px 2px 5px __text_color__; - box-shadow: 3px 2px 5px __text_color__; + -webkit-box-shadow: 3px 2px 5px #000000; + -moz-box-shadow: 3px 2px 5px #000000; + box-shadow: 3px 2px 5px #000000; display: none; } div#noticebar div.notice.ok { @@ -102,7 +103,7 @@ div#noticebar div.notice.error { background-color: red; } div#noticebar div.notice.info { - background-color: __inactive_background_color__; + background-color: #000000; } div#noticebar div.notice.error div.text { font-weight: bold; @@ -145,7 +146,7 @@ div.filler div.header a.back.button { padding-bottom: 4px; padding-left: 7px; padding-right: 7px; - border: 1px solid __title_background_color__; + border: 1px solid #000000; -moz-border-radius: 5px; /* Mozilla */ -webkit-border-radius: 5px; @@ -153,18 +154,18 @@ div.filler div.header a.back.button { -khtml-border-radius: 5px; /* Konqui */ border-radius: 5px; - background-color: __title_text_color__; - background: -moz-linear-gradient(top, __title_background_color__, __inactive_background_color__); - background: -webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__)); + background-color: #000000; + background: -moz-linear-gradient(top, #000000, #000000); + background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)); font-style: normal; font-weight: normal; text-decoration: none; - color: __text_color__; + color: #000000; } ul#history > li.active { - background-color: __title_text_color__; + background-color: #000000; font-weight: bold; - color: __text_color__; + color: #000000; } a.help { float: right; @@ -176,7 +177,7 @@ a.action:hover, a.help:hover, div.noaction:hover { text-decoration: none; - border-color: __title_text_color__; + border-color: #000000; } a.action:active, a.help:active, @@ -185,7 +186,7 @@ input.ok:active { border-color: red; } a { - color: __text_color__; + color: #000000; } /* D r o p d o w n - M e n u e s */ div.dropdown { @@ -205,7 +206,7 @@ div.dropdown div.entry { } div.dropdown > div.divide { height: 1px; - background-color: __title_background_color__; + background-color: #000000; width: 100%; margin-top: 5px; margin-bottom: 5px; @@ -229,8 +230,8 @@ td:hover > div.onrowvisible { /* Vorschau von Text-Inhalten */ td.preview { background-color: papayawhip; - border-top: 1px solid __inactive_background_color__; - border-bottom: 1px solid __inactive_background_color__; + border-top: 1px solid #000000; + border-bottom: 1px solid #000000; } .preview h1 { font-size: 138.5%; @@ -308,7 +309,7 @@ body.menu tr.menu table { /* Inaktive Menuepunkte werden ausgegraut */ body.menu tr.menu td table tr td.noaction, body.main tr.menu td table tr td.noaction { - color: __title_background_color__; + color: #000000; } /* Icon-Innenabstand */ img[align=left], @@ -323,7 +324,7 @@ pre { } /* Kleingedrucktes */ small { - color: __title_background_color__; + color: #000000; } /* Kurztasten */ body.menu span.accesskey, @@ -350,7 +351,7 @@ body.main table.main td.window td { body.main table.main td.window td.act { padding: 15px; margin-top: 20px; - border-top: 1px solid __title_background_color__; + border-top: 1px solid #000000; text-align: right; } /* Lizenzhinweis */ @@ -372,7 +373,7 @@ table.main { } div.panel input.checkbox, div.panel input.radio { - border: 1px solid __title_background_color__; + border: 1px solid #000000; } /* Eingabefeld fuer Beschreibung */ textarea.desc, @@ -385,7 +386,7 @@ textarea.longtext { font-family: Arial; font-size: 13px; width: 100%; - border: 1px solid __text_color__; + border: 1px solid #000000; } /* Hilfe-Texte */ tr td.help { @@ -393,7 +394,7 @@ tr td.help { } tr.headline td.help { /* - border-bottom:1px solid __text_color__; + border-bottom:1px solid @color-overridden-by-theme; */ font-style: normal; } @@ -429,7 +430,7 @@ table.notice { table.notice th { padding: 2px; white-space: nowrap; - border-bottom: 1px solid __text_color__; + border-bottom: 1px solid #000000; font-weight: normal; text-align: left; } @@ -462,7 +463,7 @@ div.menu { } form.xlogin { xbackground-color: #E0E0D5; - border: 2px solid __inactive_background_color__; + border: 2px solid #000000; position: absolute; z-index: 999; top: 5%; @@ -471,9 +472,9 @@ form.xlogin { margin: 5%; padding: 10%; opacity: 1; - -webkit-box-shadow: 3px 2px 5px __title_background_color__; - -moz-box-shadow: 3px 2px 5px __title_background_color__; - box-shadow: 3px 2px 5px __title_background_color__; + -webkit-box-shadow: 3px 2px 5px #000000; + -moz-box-shadow: 3px 2px 5px #000000; + box-shadow: 3px 2px 5px #000000; } /* B a u m */ ul.tree, @@ -490,8 +491,8 @@ div.entry.selected, div.dropdown > div.entry:hover, div.dropdown > div.entry:hover > a, a.element { - background-color: __title_background_color__; - color: __title_text_color__; + background-color: #000000; + color: #000000; } ul.tree div.tree { width: 18px; @@ -565,7 +566,7 @@ div.panel > div.header { padding: 0px; width: 100%; height: 25px; - border-bottom: 1px solid __title_background_color__; + border-bottom: 1px solid #000000; } div.panel div.header ul.views { text-align: left; @@ -599,7 +600,7 @@ div.panel div.header > ul.views { height: 25px; } div.panel div.header { - xborder-bottom: 1px solid __title_background_color__; + xborder-bottom: 1px solid #000000; } div.content { clear: both; @@ -608,7 +609,7 @@ div.panel ul.views li { vertical-align: middle; padding: 0px; cursor: pointer; - border-right: 1px solid __title_background_color__; + border-right: 1px solid #000000; -moz-border-radius-topleft: 5px; /* Mozilla */ -webkit-border-radius-topleft: 5px; @@ -622,9 +623,9 @@ div.panel ul.views li { -khtml-border-top-radius-topright: 5px; /* Konqui */ border-top-right-radius: 5px; - xborder-top: 1px solid __title_background_color__; - xborder-left: 1px solid __title_background_color__; - xborder-right: 1px solid __title_background_color__; + xborder-top: 1px solid #000000; + xborder-left: 1px solid #000000; + xborder-right: 1px solid #000000; xmargin-right: 10px; display: inline; white-space: nowrap; @@ -634,7 +635,7 @@ div.panel ul.views li { div#workbench div.frame { padding:3px; - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; -moz-border-radius:3px; -webkit-border-radius:3px; @@ -645,7 +646,7 @@ div#workbench div.frame { /* div.panel { padding:3px; - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; -moz-border-radius:5px; -webkit-border-radius:5px; @@ -659,32 +660,32 @@ div.panel { } div.panel div.content table { overflow: auto; - border: 2px __inactive_background_color__; + border: 2px #000000; } table tr.headline > td { /* - background-color: __inactive_background_color__; - background: -moz-linear-gradient(top, __title_background_color__, __inactive_background_color__); - background: -webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__)); + background-color: @color-overridden-by-theme; + background: -moz-linear-gradient(top, @color-overridden-by-theme, @color-overridden-by-theme); + background: -webkit-gradient(linear, left top, left bottom, from(@color-overridden-by-theme), to(@color-overridden-by-theme)); - border-right:1px solid __inactive_background_color__; + border-right:1px solid @color-overridden-by-theme; */ - border-bottom: 1px solid __title_background_color__; + border-bottom: 1px solid #000000; padding: 3px; font-weight: bold; } table tr.data > td { - border-bottom: 1px solid __title_background_color__; + border-bottom: 1px solid #000000; /* - border-right:1px solid __inactive_background_color__; + border-right:1px solid @color-overridden-by-theme; */ padding: 3px; } /* F a r b e n */ /* Ungerade Tabellenzeilen (funktioniert nicht im FF) */ table > tr.data:nth-child(2n) { - background-color: __inactive_background_color__; + background-color: #000000; } ul.tree div { cursor: pointer; @@ -715,7 +716,7 @@ div.message.info { } div.panel div.status div, div.message { - border: 1px solid __title_background_color__; + border: 1px solid #000000; padding: 5px 0px 5px 25px; margin: 10px 10px 20px 10px; -moz-border-radius: 5px; @@ -740,7 +741,7 @@ div#workbench div.panel.fullscreen { position: fixed; top: 0; left: 0; - background-color: __background_color__; + background-color: #000000; margin: 0px; /*set the width and height to 100% of the screen*/ width: 100% !important; @@ -763,7 +764,7 @@ body { overflow: hidden; } div#workbench div.panel { - border: 1px solid __title_background_color__; + border: 1px solid #000000; margin: 0px; padding: 0px; -moz-border-radius: 5px; @@ -791,7 +792,7 @@ div.panel { position: relative; } div.content div.bottom { - xbackground-color: __background_color__; + xbackground-color: #000000; height: 55px; width: 100%; position: absolute; @@ -812,8 +813,8 @@ div.content > form { padding-bottom: 45px; } input.submit { - background-color: __title_background_color__; - color: __title_text_color__; + background-color: #000000; + color: #000000; padding: 7px; border: 0px; -moz-border-radius: 7px; @@ -824,9 +825,9 @@ input.submit { /* Konqui */ border-radius: 7px; margin-left: 20px; - -webkit-box-shadow: 0px 0px 15px __background_color__; - -moz-box-shadow: 0px 0px 15px __background_color__; - box-shadow: 0px 0px 15px 10px __background_color__; + -webkit-box-shadow: 0px 0px 15px #000000; + -moz-box-shadow: 0px 0px 15px #000000; + box-shadow: 0px 0px 15px 10px #000000; cursor: pointer; } input.submit.ok { @@ -854,7 +855,7 @@ div#shortcuts > div.shortcut { opacity: 0.8; } div#shortcuts > div.shortcut:HOVER { - xborder: 1px solid __title_background_color__; + xborder: 1px solid #000000; x-moz-border-radius: 2px; /* Mozilla */ x-webkit-border-radius: 2px; @@ -915,17 +916,17 @@ ul#history > li { xdisplay: inline; margin: 5px; padding: 5px; - border: 1px solid __title_background_color__; - background-color: __inactive_background_color__; - color: __text_color__; + border: 1px solid #000000; + background-color: #000000; + color: #000000; } ul#history > li.active { xdisplay: inline; margin: 5px; padding: 5px; - border: 1px solid __text_color__; - background-color: __title_text_color__; - color: __text_color__; + border: 1px solid #000000; + background-color: #000000; + color: #000000; } ul#history { display: none; @@ -951,11 +952,11 @@ div#filler { left: 0; height: 100%; width: 100%; - background-color: __text_color__; + background-color: #000000; opacity: 0.5; } div.clickable.filtered.inactive > a { - color: __inactive_background_color__; + color: #000000; } /* Pfeile */ div#header > div > div.arrow-down { @@ -964,21 +965,21 @@ div#header > div > div.arrow-down { height: 0; margin: 6; padding: 0px; - border-right: 6px solid __title_background_color__; - border-left: 6px solid __title_background_color__; - border-top: 6px solid __inactive_background_color__; - border-bottom: 4px solid __title_background_color__; + border-right: 6px solid #000000; + border-left: 6px solid #000000; + border-top: 6px solid #000000; + border-bottom: 4px solid #000000; margin-top: 10px; font-size: 0; } /* D r o p d o w n - M e n u e s */ div.dropdown { /* Schatten */ - -webkit-box-shadow: 3px 2px 10px __title_background_color__; - -moz-box-shadow: 3px 2px 10px __title_background_color__; - box-shadow: 3px 2px 10px __title_background_color__; + -webkit-box-shadow: 3px 2px 10px #000000; + -moz-box-shadow: 3px 2px 10px #000000; + box-shadow: 3px 2px 10px #000000; opacity: 0.95; - border: 2px solid __title_background_color__; + border: 2px solid #000000; -moz-border-radius: 5px; /* Mozilla */ -webkit-border-radius: 5px; @@ -987,18 +988,18 @@ div.dropdown { /* Konqui */ border-radius: 5px; /* - background: -moz-linear-gradient(top, __title_background_color__, __inactive_background_color__); - background: -webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__)); + background: -moz-linear-gradient(top, @color-overridden-by-theme, @color-overridden-by-theme); + background: -webkit-gradient(linear, left top, left bottom, from(@color-overridden-by-theme), to(@color-overridden-by-theme)); */ font-style: normal; font-weight: normal; text-decoration: none; } div#header span.titletext { - color: __title_text_color__; + color: #000000; } div.toolbar-icon { - border: 1px solid __title_background_color__; + border: 1px solid #000000; padding: 2px; margin-left: 5px; float: left; @@ -1011,8 +1012,8 @@ div.toolbar-icon.inactive { opacity: 0.5; } div.toolbar-icon:hover { - border: 1px solid __inactive_background_color__; - xxbackground-color: __inactive_background_color__; + border: 1px solid #000000; + xxbackground-color: #000000; } div.headermenu { margin: 5px; @@ -1082,25 +1083,25 @@ input[type=radio] + label { } label div.description { font-size: 0.75em; - color: __title_background_color__; + color: #000000; } div.inputholder { - background-color: __title_text_color__; - border: 1px solid __title_background_color__; + background-color: #000000; + border: 1px solid #000000; margin: 0px; padding: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; - -webkit-box-shadow: inset 0px 0px 3px __title_background_color__; - -moz-box-shadow: inset 0px 0px 3px __title_background_color__; - box-shadow: inset 0px 0px 3px __title_background_color__; + -webkit-box-shadow: inset 0px 0px 3px #000000; + -moz-box-shadow: inset 0px 0px 3px #000000; + box-shadow: inset 0px 0px 3px #000000; } div.inputholder ul.tree, div.inputholder ul.tree li.last, div.inputholder ul.tree li:last-child { - background-color: __title_text_color__; + background-color: #000000; } div.inputholder > div.dropdown { width: 70%; @@ -1112,27 +1113,27 @@ div.inputholder > input, div.inputholder > textarea, div.inputholder > select { border: 0px; - border-bottom: 1px solid __title_text_color__; + border-bottom: 1px solid #000000; padding: 2px; margin: 0px; - background-color: __title_text_color__; + background-color: #000000; } input:focus, textarea:focus, select:focus { border: 0px; - border-bottom: 1px solid __inactive_background_color__; + border-bottom: 1px solid #000000; } input.error, textarea.error, select.error { - border-bottom: 1px dotted __text_color__ !important; + border-bottom: 1px dotted #000000 !important; } div.inputholder.error { border: 1px solid red !important; } input.hint { - color: __title_background_color__; + color: #000000; } /* Eingabfeld fuer Namen */ fieldset > div input.name, @@ -1140,7 +1141,7 @@ fieldset > div span.name { font-weight: bold; } fieldset { - border-color: __title_background_color__; + border-color: #000000; } /* Eingabfelder fuer Dateiname */ fieldset > div input.filename, @@ -1158,9 +1159,9 @@ div#tree { /* Anzeige von Text-Unterschieden */ /* Zeilen-Nr */ tr.diff > td.line { - background-color: __title_text_color__; + background-color: #000000; padding-right: 2px; - border-right: 3px solid __title_background_color__; + border-right: 3px solid #000000; text-align: right; margin-right: 2px; } @@ -1178,45 +1179,45 @@ tr.diff > td.notequal { background-color: yellow; } dl.notice { - border-left: 10px __inactive_background_color__ solid; - border-right: 1px __inactive_background_color__ solid; + border-left: 10px #000000 solid; + border-right: 1px #000000 solid; padding: 15px; } dl.notice > dt { - border-top: 1px __inactive_background_color__ solid; + border-top: 1px #000000 solid; } dl.notice > dd { - border-bottom: 1px __inactive_background_color__ solid; + border-bottom: 1px #000000 solid; } /* S c h a t t e n */ div.content a.action, div.content a.help { - -webkit-box-shadow: 3px 2px 5px __title_background_color__; - -moz-box-shadow: 3px 2px 5px __title_background_color__; - box-shadow: 3px 2px 5px __title_background_color__; + -webkit-box-shadow: 3px 2px 5px #000000; + -moz-box-shadow: 3px 2px 5px #000000; + box-shadow: 3px 2px 5px #000000; } /* F a r b e n */ /* Gesamt-Hintergrund */ body { xxxbackground-color: #c9c9c9; - background-color: __inactive_background_color__; + background-color: #000000; } /* Fenster-Hintergrund */ div.panel ul.views > li.active, div.panel ul.views > li.active:hover { - background-color: __title_background_color__; - background-image: linear-gradient(__inactive_background_color__ 0%, __title_background_color__ 15%); - color: __title_text_color__; + background-color: #000000; + background-image: linear-gradient(#000000 0%, #000000 15%); + color: #000000; } /* Titelleiste-Hintergrund */ div#header { - background-color: __title_background_color__; - background-image: linear-gradient(__title_background_color__ 85%, __inactive_background_color__ 100%); - color: __title_text_color__; + background-color: #000000; + background-image: linear-gradient(#000000 85%, #000000 100%); + color: #000000; } /* Titelleiste */ div#header div.toolbar-icon > a { - color: __title_text_color__; + color: #000000; } div#header, ul.views > li.action { @@ -1230,30 +1231,30 @@ div.content { /* Reiter */ div.panel ul.views li { /* - background-color:__background_color__; + background-color:@color-overridden-by-theme; */ } div.panel > div.content { - background-color: __background_color__; + background-color: #000000; } div.panel > div.header { - background-color: __background_color__; - background-image: linear-gradient(__inactive_background_color__ 0%, __background_color__ 85%); + background-color: #000000; + background-image: linear-gradient(#000000 0%, #000000 85%); } div.panel ul.views li:hover { - background-color: __inactive_background_color__; + background-color: #000000; /* color: blue; */ } ul.tree li.last, ul.tree li:last-child { - background-color: __background_color__; + background-color: #000000; } div.content pre, div.dropdown { - background-color: __title_text_color__; - color: __text_color__; + background-color: #000000; + color: #000000; min-width: 150px; max-width: 450px; } diff --git a/themes/default/css/openrat-ui.less b/themes/default/css/openrat-ui.less @@ -1,6 +1,6 @@ /* OpenRat Content Management System -Copyright (C) 2002-2010 Jan Dankert +Copyright (C) 2002-2017 Jan Dankert This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -17,22 +17,25 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* Usage to this variable is safe to be removed */ +@color-overridden-by-theme: black; iframe { width:100%; height:500px; display:block; - border: 1px solid __title_background_color__; + border: 1px solid @color-overridden-by-theme; } div.breadcrumb, div.breadcrumb a, div.panel > div.title { - x-background-color:__title_background_color__; + x-background-color:@color-overridden-by-theme; xsopacity:0.7; - color:__title_text_color__; + color:@color-overridden-by-theme; font-weight:bold; } @@ -91,7 +94,7 @@ div#noticebar div#noticebar div.notice { - border: 2px solid __text_color__; + border: 2px solid @color-overridden-by-theme; padding:5px; margin:5px; @@ -101,9 +104,9 @@ div#noticebar div.notice -khtml-border-radius:5px; /* Konqui */ border-radius:5px; /* CSS 3 */ - -webkit-box-shadow: 3px 2px 5px __text_color__; - -moz-box-shadow: 3px 2px 5px __text_color__; - box-shadow: 3px 2px 5px __text_color__; + -webkit-box-shadow: 3px 2px 5px @color-overridden-by-theme; + -moz-box-shadow: 3px 2px 5px @color-overridden-by-theme; + box-shadow: 3px 2px 5px @color-overridden-by-theme; display:none; } @@ -121,7 +124,7 @@ div#noticebar div.notice.error } div#noticebar div.notice.info { - background-color:__inactive_background_color__; + background-color:@color-overridden-by-theme; } div#noticebar div.notice.error div.text { @@ -180,25 +183,25 @@ div.filler div.header a.back.button padding-bottom:4px; padding-left:7px; padding-right:7px; - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; -moz-border-radius:5px; /* Mozilla */ -webkit-border-radius:5px; /* Webkit */ -khtml-border-radius:5px; /* Konqui */ border-radius:5px; - background-color: __title_text_color__; - background: -moz-linear-gradient(top, __title_background_color__, __inactive_background_color__); - background: -webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__)); + background-color: @color-overridden-by-theme; + background: -moz-linear-gradient(top, @color-overridden-by-theme, @color-overridden-by-theme); + background: -webkit-gradient(linear, left top, left bottom, from(@color-overridden-by-theme), to(@color-overridden-by-theme)); font-style:normal; font-weight:normal; text-decoration:none; - color:__text_color__; + color:@color-overridden-by-theme; } ul#history > li.active { - background-color: __title_text_color__; + background-color: @color-overridden-by-theme; font-weight:bold; - color:__text_color__; + color:@color-overridden-by-theme; } @@ -217,7 +220,7 @@ a.help:hover, div.noaction:hover { text-decoration:none; - border-color:__title_text_color__; + border-color:@color-overridden-by-theme; } a.action:active, @@ -231,7 +234,7 @@ input.ok:active a { - color:__text_color__; + color:@color-overridden-by-theme; } @@ -262,7 +265,7 @@ div.dropdown div.entry div.dropdown > div.divide { height:1px; - background-color: __title_background_color__; + background-color: @color-overridden-by-theme; width:100%; margin-top: 5px; margin-bottom: 5px; @@ -295,7 +298,7 @@ td:hover > div.onrowvisible /* Vorschau von Text-Inhalten */ -td.preview { background-color:papayawhip; border-top:1px solid __inactive_background_color__; border-bottom:1px solid __inactive_background_color__; } +td.preview { background-color:papayawhip; border-top:1px solid @color-overridden-by-theme; border-bottom:1px solid @color-overridden-by-theme; } .preview h1 { font-size:138.5%; } .preview h2 { font-size:123.1%; } .preview h3 { font-size:108%; } @@ -373,7 +376,7 @@ body.menu tr.menu table { width:50px;} body.menu tr.menu td table tr td.noaction, body.main tr.menu td table tr td.noaction { - color:__title_background_color__; + color:@color-overridden-by-theme; } /* Icon-Innenabstand */ @@ -390,7 +393,7 @@ pre /* Kleingedrucktes */ small { - color:__title_background_color__; + color:@color-overridden-by-theme; } @@ -429,7 +432,7 @@ body.main table.main td.window td.act { padding:15px; margin-top:20px; - border-top:1px solid __title_background_color__; + border-top:1px solid @color-overridden-by-theme; text-align:right; } @@ -461,7 +464,7 @@ table.main div.panel input.checkbox, div.panel input.radio { - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; } /* Eingabefeld fuer Beschreibung */ @@ -478,7 +481,7 @@ textarea.longtext font-family:Arial; font-size:13px; width:100%; - border:1px solid __text_color__; + border:1px solid @color-overridden-by-theme; } @@ -494,7 +497,7 @@ tr td.help tr.headline td.help { /* - border-bottom:1px solid __text_color__; + border-bottom:1px solid @color-overridden-by-theme; */ font-style: normal; @@ -544,7 +547,7 @@ table.notice th { padding:2px; white-space:nowrap; - border-bottom:1px solid __text_color__; + border-bottom:1px solid @color-overridden-by-theme; font-weight:normal; text-align:left; } @@ -600,7 +603,7 @@ div.menu form.xlogin { xbackground-color:#E0E0D5; - border:2px solid __inactive_background_color__; + border:2px solid @color-overridden-by-theme; position:absolute; z-index:999; top:5%; @@ -610,9 +613,9 @@ form.xlogin padding:10%; opacity:1; - -webkit-box-shadow: 3px 2px 5px __title_background_color__; - -moz-box-shadow: 3px 2px 5px __title_background_color__; - box-shadow: 3px 2px 5px __title_background_color__; + -webkit-box-shadow: 3px 2px 5px @color-overridden-by-theme; + -moz-box-shadow: 3px 2px 5px @color-overridden-by-theme; + box-shadow: 3px 2px 5px @color-overridden-by-theme; } @@ -640,8 +643,8 @@ div.dropdown > div.entry:hover, div.dropdown > div.entry:hover > a, a.element { - background-color:__title_background_color__; - color:__title_text_color__; + background-color:@color-overridden-by-theme; + color:@color-overridden-by-theme; } @@ -748,7 +751,7 @@ div.panel > div.header padding:0px; width:100%; height:25px; - border-bottom: 1px solid __title_background_color__; + border-bottom: 1px solid @color-overridden-by-theme; } @@ -796,7 +799,7 @@ div.panel div.header > ul.views div.panel div.header { - xborder-bottom: 1px solid __title_background_color__; + xborder-bottom: 1px solid @color-overridden-by-theme; } @@ -812,7 +815,7 @@ div.panel ul.views li cursor:pointer; - border-right: 1px solid __title_background_color__; + border-right: 1px solid @color-overridden-by-theme; -moz-border-radius-topleft:5px; /* Mozilla */ -webkit-border-radius-topleft:5px; /* Webkit */ @@ -823,9 +826,9 @@ div.panel ul.views li -khtml-border-top-radius-topright:5px; /* Konqui */ border-top-right-radius:5px; - xborder-top:1px solid __title_background_color__; - xborder-left:1px solid __title_background_color__; - xborder-right:1px solid __title_background_color__; + xborder-top:1px solid @color-overridden-by-theme; + xborder-left:1px solid @color-overridden-by-theme; + xborder-right:1px solid @color-overridden-by-theme; xmargin-right:10px; display: inline; white-space:nowrap; @@ -841,7 +844,7 @@ div.panel ul.views li div#workbench div.frame { padding:3px; - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; -moz-border-radius:3px; -webkit-border-radius:3px; @@ -855,7 +858,7 @@ div#workbench div.frame { /* div.panel { padding:3px; - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; -moz-border-radius:5px; -webkit-border-radius:5px; @@ -874,30 +877,30 @@ div.panel { div.panel div.content table { overflow:auto; - border:2px __inactive_background_color__; + border:2px @color-overridden-by-theme; } table tr.headline > td { /* - background-color: __inactive_background_color__; - background: -moz-linear-gradient(top, __title_background_color__, __inactive_background_color__); - background: -webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__)); + background-color: @color-overridden-by-theme; + background: -moz-linear-gradient(top, @color-overridden-by-theme, @color-overridden-by-theme); + background: -webkit-gradient(linear, left top, left bottom, from(@color-overridden-by-theme), to(@color-overridden-by-theme)); - border-right:1px solid __inactive_background_color__; + border-right:1px solid @color-overridden-by-theme; */ - border-bottom:1px solid __title_background_color__; + border-bottom:1px solid @color-overridden-by-theme; padding:3px; font-weight: bold; } table tr.data > td { - border-bottom:1px solid __title_background_color__; + border-bottom:1px solid @color-overridden-by-theme; /* - border-right:1px solid __inactive_background_color__; + border-right:1px solid @color-overridden-by-theme; */ padding:3px; } @@ -908,7 +911,7 @@ table tr.data > td { /* Ungerade Tabellenzeilen (funktioniert nicht im FF) */ table > tr.data:nth-child(2n) { - background-color: __inactive_background_color__; + background-color: @color-overridden-by-theme; } ul.tree div @@ -953,7 +956,7 @@ div.message.info div.panel div.status div, div.message { - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; padding:5px 0px 5px 25px; margin:10px 10px 20px 10px; @@ -986,7 +989,7 @@ div#workbench div.panel.fullscreen position:fixed; top:0; left:0; - background-color:__background_color__; + background-color:@color-overridden-by-theme; margin:0px; /*set the width and height to 100% of the screen*/ @@ -1021,7 +1024,7 @@ body div#workbench div.panel { - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; margin:0px; padding:0px; -moz-border-radius:5px; @@ -1059,7 +1062,7 @@ div.panel { } div.content div.bottom { - xbackground-color: __background_color__; + xbackground-color: @color-overridden-by-theme; height:55px; width:100%; position:absolute; @@ -1087,8 +1090,8 @@ div.content > form input.submit { - background-color: __title_background_color__; - color: __title_text_color__; + background-color: @color-overridden-by-theme; + color: @color-overridden-by-theme; padding: 7px; border:0px; -moz-border-radius:7px; /* Mozilla */ @@ -1096,9 +1099,9 @@ input.submit -khtml-border-radius:7px; /* Konqui */ border-radius:7px; margin-left:20px; - -webkit-box-shadow: 0px 0px 15px __background_color__; - -moz-box-shadow: 0px 0px 15px __background_color__; - box-shadow: 0px 0px 15px 10px __background_color__; + -webkit-box-shadow: 0px 0px 15px @color-overridden-by-theme; + -moz-box-shadow: 0px 0px 15px @color-overridden-by-theme; + box-shadow: 0px 0px 15px 10px @color-overridden-by-theme; cursor:pointer; } @@ -1136,7 +1139,7 @@ div#shortcuts > div.shortcut { div#shortcuts > div.shortcut:HOVER { - xborder: 1px solid __title_background_color__; + xborder: 1px solid @color-overridden-by-theme; x-moz-border-radius:2px; /* Mozilla */ x-webkit-border-radius:2px; /* Webkit */ x-khtml-border-radius:2px; /* Konqui */ @@ -1234,18 +1237,18 @@ ul#history > li { xdisplay:inline; margin:5px; padding:5px; - border:1px solid __title_background_color__; - background-color: __inactive_background_color__; - color:__text_color__; + border:1px solid @color-overridden-by-theme; + background-color: @color-overridden-by-theme; + color:@color-overridden-by-theme; } ul#history > li.active { xdisplay:inline; margin:5px; padding:5px; - border:1px solid __text_color__; - background-color: __title_text_color__; - color:__text_color__; + border:1px solid @color-overridden-by-theme; + background-color: @color-overridden-by-theme; + color:@color-overridden-by-theme; } ul#history { @@ -1278,14 +1281,14 @@ div#filler left: 0; height:100%; width:100%; - background-color: __text_color__; + background-color: @color-overridden-by-theme; opacity: 0.5; } div.clickable.filtered.inactive > a { - color: __inactive_background_color__; + color: @color-overridden-by-theme; } /* Pfeile */ @@ -1296,10 +1299,10 @@ div#header > div > div.arrow-down height:0; margin:6; padding:0px; - border-right : 6px solid __title_background_color__; - border-left : 6px solid __title_background_color__; - border-top : 6px solid __inactive_background_color__; - border-bottom: 4px solid __title_background_color__; + border-right : 6px solid @color-overridden-by-theme; + border-left : 6px solid @color-overridden-by-theme; + border-top : 6px solid @color-overridden-by-theme; + border-bottom: 4px solid @color-overridden-by-theme; margin-top: 10px; font-size: 0; } @@ -1310,21 +1313,21 @@ font-size: 0; div.dropdown { /* Schatten */ - -webkit-box-shadow: 3px 2px 10px __title_background_color__; - -moz-box-shadow: 3px 2px 10px __title_background_color__; - box-shadow: 3px 2px 10px __title_background_color__; + -webkit-box-shadow: 3px 2px 10px @color-overridden-by-theme; + -moz-box-shadow: 3px 2px 10px @color-overridden-by-theme; + box-shadow: 3px 2px 10px @color-overridden-by-theme; opacity:0.95; - border:2px solid __title_background_color__; + border:2px solid @color-overridden-by-theme; -moz-border-radius:5px; /* Mozilla */ -webkit-border-radius:5px; /* Webkit */ -khtml-border-radius:5px; /* Konqui */ border-radius:5px; /* - background: -moz-linear-gradient(top, __title_background_color__, __inactive_background_color__); - background: -webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__)); + background: -moz-linear-gradient(top, @color-overridden-by-theme, @color-overridden-by-theme); + background: -webkit-gradient(linear, left top, left bottom, from(@color-overridden-by-theme), to(@color-overridden-by-theme)); */ font-style:normal; font-weight:normal; @@ -1334,13 +1337,13 @@ div.dropdown div#header span.titletext { - color:__title_text_color__; + color:@color-overridden-by-theme; } div.toolbar-icon { - border:1px solid __title_background_color__; + border:1px solid @color-overridden-by-theme; padding:2px; margin-left:5px; float: left; @@ -1357,8 +1360,8 @@ div.toolbar-icon.inactive div.toolbar-icon:hover { - border:1px solid __inactive_background_color__; - xxbackground-color: __inactive_background_color__; + border:1px solid @color-overridden-by-theme; + xxbackground-color: @color-overridden-by-theme; } @@ -1465,14 +1468,14 @@ input[type=radio] + label label div.description { font-size: 0.75em; - color:__title_background_color__; + color:@color-overridden-by-theme; } div.inputholder { - background-color:__title_text_color__; - border:1px solid __title_background_color__; + background-color:@color-overridden-by-theme; + border:1px solid @color-overridden-by-theme; margin:0px; padding:4px; -moz-border-radius:3px; @@ -1480,9 +1483,9 @@ div.inputholder -khtml-border-radius:3px; border-radius:3px; - -webkit-box-shadow:inset 0px 0px 3px __title_background_color__; - -moz-box-shadow:inset 0px 0px 3px __title_background_color__; - box-shadow:inset 0px 0px 3px __title_background_color__; + -webkit-box-shadow:inset 0px 0px 3px @color-overridden-by-theme; + -moz-box-shadow:inset 0px 0px 3px @color-overridden-by-theme; + box-shadow:inset 0px 0px 3px @color-overridden-by-theme; } @@ -1491,7 +1494,7 @@ div.inputholder ul.tree, div.inputholder ul.tree li.last, div.inputholder ul.tree li:last-child { - background-color:__title_text_color__; + background-color:@color-overridden-by-theme; } div.inputholder > div.dropdown @@ -1509,10 +1512,10 @@ div.inputholder > textarea, div.inputholder > select { border:0px; - border-bottom:1px solid __title_text_color__; + border-bottom:1px solid @color-overridden-by-theme; padding:2px; margin:0px; - background-color:__title_text_color__; + background-color:@color-overridden-by-theme; } input:focus, @@ -1520,7 +1523,7 @@ textarea:focus, select:focus { border:0px; - border-bottom:1px solid __inactive_background_color__; + border-bottom:1px solid @color-overridden-by-theme; } @@ -1528,7 +1531,7 @@ input.error, textarea.error, select.error { - border-bottom:1px dotted __text_color__ !important; + border-bottom:1px dotted @color-overridden-by-theme !important; } div.inputholder.error @@ -1538,7 +1541,7 @@ div.inputholder.error input.hint { - color:__title_background_color__; + color:@color-overridden-by-theme; } @@ -1554,7 +1557,7 @@ fieldset > div span.name fieldset { - border-color:__title_background_color__; + border-color:@color-overridden-by-theme; } /* Eingabfelder fuer Dateiname */ @@ -1584,9 +1587,9 @@ div#tree /* Zeilen-Nr */ tr.diff > td.line { - background-color:__title_text_color__; + background-color:@color-overridden-by-theme; padding-right:2px; - border-right:3px solid __title_background_color__; + border-right:3px solid @color-overridden-by-theme; text-align:right; margin-right:2px; } @@ -1616,18 +1619,18 @@ tr.diff > td.notequal dl.notice { - border-left:10px __inactive_background_color__ solid; - border-right:1px __inactive_background_color__ solid; + border-left:10px @color-overridden-by-theme solid; + border-right:1px @color-overridden-by-theme solid; padding:15px; } dl.notice > dt { - border-top: 1px __inactive_background_color__ solid; + border-top: 1px @color-overridden-by-theme solid; } dl.notice > dd { - border-bottom: 1px __inactive_background_color__ solid; + border-bottom: 1px @color-overridden-by-theme solid; } @@ -1635,9 +1638,9 @@ dl.notice > dd div.content a.action, div.content a.help { - -webkit-box-shadow: 3px 2px 5px __title_background_color__; - -moz-box-shadow: 3px 2px 5px __title_background_color__; - box-shadow: 3px 2px 5px __title_background_color__; + -webkit-box-shadow: 3px 2px 5px @color-overridden-by-theme; + -moz-box-shadow: 3px 2px 5px @color-overridden-by-theme; + box-shadow: 3px 2px 5px @color-overridden-by-theme; } @@ -1648,30 +1651,30 @@ div.content a.help body { xxxbackground-color:#c9c9c9; - background-color:__inactive_background_color__; + background-color:@color-overridden-by-theme; } /* Fenster-Hintergrund */ div.panel ul.views > li.active, div.panel ul.views > li.active:hover { - background-color: __title_background_color__; - background-image: linear-gradient(__inactive_background_color__ 0%, __title_background_color__ 15%); - color: __title_text_color__; + background-color: @color-overridden-by-theme; + background-image: linear-gradient(@color-overridden-by-theme 0%, @color-overridden-by-theme 15%); + color: @color-overridden-by-theme; } /* Titelleiste-Hintergrund */ div#header { - background-color: __title_background_color__; - background-image: linear-gradient(__title_background_color__ 85%, __inactive_background_color__ 100%); - color: __title_text_color__; + background-color: @color-overridden-by-theme; + background-image: linear-gradient(@color-overridden-by-theme 85%, @color-overridden-by-theme 100%); + color: @color-overridden-by-theme; } /* Titelleiste */ div#header div.toolbar-icon > a { - color: __title_text_color__; + color: @color-overridden-by-theme; } div#header, /* Titelleite */ @@ -1692,27 +1695,27 @@ div.content div.panel ul.views li { /* - background-color:__background_color__; + background-color:@color-overridden-by-theme; */ } div.panel > div.content { - background-color:__background_color__; + background-color:@color-overridden-by-theme; } div.panel > div.header { - background-color:__background_color__; - background-image: linear-gradient(__inactive_background_color__ 00%, __background_color__ 85%); + background-color:@color-overridden-by-theme; + background-image: linear-gradient(@color-overridden-by-theme 00%, @color-overridden-by-theme 85%); } div.panel ul.views li:hover { - background-color: __inactive_background_color__; + background-color: @color-overridden-by-theme; /* color: blue; */ @@ -1723,7 +1726,7 @@ div.panel ul.views li:hover { ul.tree li.last, ul.tree li:last-child { - background-color:__background_color__; + background-color:@color-overridden-by-theme; } @@ -1731,8 +1734,8 @@ ul.tree li:last-child div.content pre, div.dropdown { - background-color:__title_text_color__; - color:__text_color__; + background-color:@color-overridden-by-theme; + color:@color-overridden-by-theme; min-width: 150px; max-width: 450px; } diff --git a/themes/default/css/openrat-ui.min.css b/themes/default/css/openrat-ui.min.css @@ -1 +1 @@ -iframe {width:100%;height:500px;display:block;border:1px solid __title_background_color__;}div.breadcrumb,div.breadcrumb a,div.panel > div.title {x-background-color:__title_background_color__;xsopacity:0.7;color:__title_text_color__;font-weight:bold;}div#header {width:100%;height:27px;overflow:hidden;padding:5px;margin:0px;margin-bottom:3px;float:left;}div#header div.projects,div#header div.menu,div#header div.title {float:left;margin-right:10px;margin-left:0px;}div#header div.user,div#header div.search,div#header div.history {float:right;margin-right:10px;margin-left:10px;}div#noticebar {display:block;position:fixed;bottom:40px;right:40px;width:250px;z-index:113;}div#noticebar div.notice {border:2px solid __text_color__;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px __text_color__;-moz-box-shadow:3px 2px 5px __text_color__;box-shadow:3px 2px 5px __text_color__;display:none;}div#noticebar div.notice.ok {background-color:green;}div#noticebar div.notice.warning {background-color:yellow;}div#noticebar div.notice.error {background-color:red;}div#noticebar div.notice.info {background-color:__inactive_background_color__;}div#noticebar div.notice.error div.text {font-weight:bold;}div#noticebar div.log {font-family:monospace;}html,body {height:100%;}div.panel div.title {height:20px;}div.panel div.status {height:35px;}div.panel > div.content {xxoverflow-x:auto;}ul#history > li,div.content a.action,div.content a.help,div.filler div.headermenu > a.entry,div.filler div.header a.back.button {margin:9px;padding-top:4px;padding-bottom:4px;padding-left:7px;padding-right:7px;border:1px solid __title_background_color__;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background-color:__title_text_color__;background:-moz-linear-gradient(top, __title_background_color__, __inactive_background_color__);background:-webkit-gradient(linear, left top, left bottom, from(__title_background_color__), to(__inactive_background_color__));font-style:normal;font-weight:normal;text-decoration:none;color:__text_color__;}ul#history > li.active {background-color:__title_text_color__;font-weight:bold;color:__text_color__;}a.help {float:right;}a.help {cursor:help;}a.action:hover,a.help:hover,div.noaction:hover {text-decoration:none;border-color:__title_text_color__;}a.action:active,a.help:active,div.noaction:active,input.ok:active {border-color:red;}a {color:__text_color__;}div.dropdown {z-index:2;display:none;position:absolute;padding:5px 0px;}div.dropdownalignright {right:0;}div.dropdown > a {display:block;}div.dropdown div.entry {padding:2px 5px;}div.dropdown > div.divide {height:1px;background-color:__title_background_color__;width:100%;margin-top:5px;margin-bottom:5px;}div#header > div.menu {overflow:hidden;}div#header div:hover div.dropdown,div.panel div:hover > div.dropdown,div.panel-icon:hover > div.dropdown {display:block;}div.onrowvisible {visibility:hidden;display:inline;}td:hover > div.onrowvisible {visibility:visible;}td.preview {background-color:papayawhip;border-top:1px solid __inactive_background_color__;border-bottom:1px solid __inactive_background_color__;}.preview h1 {font-size:138.5%;}.preview h2 {font-size:123.1%;}.preview h3 {font-size:108%;}.preview h1,.preview h2,.preview h3 {margin:1em 0;}.preview h1,.preview h2,.preview h3,.preview h4,.preview h5,.preview h6,.preview strong {font-weight:bold;}.preview abbr,.preview acronym {border-bottom:1px dotted #000;cursor:help;}.preview em {font-style:italic;}.preview ol,.preview ul,.preview dl {margin-left:2em;}.preview ol li {list-style:decimal outside;}.preview ul li {list-style:disc outside;}.preview a:link,.preview a:visited,.preview a:active,.preview a:hover {text-decoration:underline;color:blue;}a:link,a:visited {font-weight:normal;text-decoration:none;}a:active,a:hover {font-weight:normal;text-decoration:none;}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;}body.menu tr.menu td table tr td.noaction,body.main tr.menu td table tr td.noaction {color:__title_background_color__;}img[align=left],img[align=right] {padding-right:1px;padding-left:1px;}pre {font-family:Courier;font-size:13px;}small {color:__title_background_color__;}body.menu span.accesskey,body.main span.accesskey {text-decoration:underline;}body.menu tr.title td,body.main tr.title td {vertical-align:middle;padding:4px;height:30px;}td.message {padding:10px;font-weight:bold;}body.main table.main td.window td {padding:4px;}body.main table.main td.window td.act {padding:15px;margin-top:20px;border-top:1px solid __title_background_color__;text-align:right;}a.copyright {font-size:0.7em;text-decoration:none;}td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}table.main {x-border:3px solid;}div.panel input.checkbox,div.panel input.radio {border:1px solid __title_background_color__;}textarea.desc,textarea.description {font-family:Arial;font-size:13px;}textarea.longtext {font-family:Arial;font-size:13px;width:100%;border:1px solid __text_color__;}tr td.help {font-style:italic;}tr.headline td.help {font-style:normal;}td.logo {padding:10px;margin:0px;}div.logo h2 {font-family:Verdana;font-weight:normal;font-size:24px;}div.logo p {font-family:Verdana;font-size:13px;}div#header div.search input {margin:0px;padding:0px;}td.notice {margin:0px;padding:5%;text-align:center;}table.notice {width:100%;border:1px solid;border-spacing:0px;}table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid __text_color__;font-weight:normal;text-align:left;}table.notice tr.warning {margin:0px;padding:0px;}table.calendar {table-layout:fixed;border-collapse:collapse;text-align:center;}table.calendar td {border:1px dotted;}label,.clickable {cursor:pointer;}body {cursor:default;}input {xcursor:text;}div.menu {float:none;xclear:left;}form.xlogin {xbackground-color:#E0E0D5;border:2px solid __inactive_background_color__;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px __title_background_color__;-moz-box-shadow:3px 2px 5px __title_background_color__;box-shadow:3px 2px 5px __title_background_color__;}ul.tree,ul.tree ul {list-style-type:none;background:url(__IMAGE_PATH__/tree_line.gif) repeat-y;margin:0;padding:0;}ul.tree ul {margin-left:18px;}div.entry.selected,div.dropdown > div.entry:hover,div.dropdown > div.entry:hover > a,a.element {background-color:__title_background_color__;color:__title_text_color__;}ul.tree div.tree {width:18px;min-width:18px;height:18px;xbackground-color:red;float:left;}ul.tree div.tree,ul.tree div.entry {height:18px;max-height:18px;min-height:18px;}ul.tree div img {cfloat:left;}ul.tree li {margin:0;padding:0 0px;line-height:18px;background:url(__IMAGE_PATH__/tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}ul.tree li.last,ul.tree li:last-child {background:url(__IMAGE_PATH__/tree_none_end.gif) no-repeat;}div.tree.open {background:url(__IMAGE_PATH__/tree_minus.png) no-repeat;}div.tree.closed {background:url(__IMAGE_PATH__/tree_plus.png) no-repeat;}body > div {display:none;}div.structure em {font-style:italic;}.drophover {border:2px dotted green;cursor:move;}.dropactive {border:1px dotted blue;cursor:move;}div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}div.backward_link {float:left;}div.forward_link {float:right;}div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid __title_background_color__;}div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}img.icon {padding:4px;width:16px;height:16px;}ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}ul.views > li > img,ul.views > li > div {float:left;}div.panel div.header div.panel-icon,div.inputholder > div.icon {float:right;}div.panel div.header > ul.views {float:left;height:25px;}div.panel div.header {xborder-bottom:1px solid __title_background_color__;}div.content {clear:both;}div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid __title_background_color__;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid __title_background_color__;xborder-left:1px solid __title_background_color__;xborder-right:1px solid __title_background_color__;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}div.panel {margin:0px;padding:0px;}div.panel div.content table {overflow:auto;border:2px __inactive_background_color__;}table tr.headline > td {border-bottom:1px solid __title_background_color__;padding:3px;font-weight:bold;}table tr.data > td {border-bottom:1px solid __title_background_color__;padding:3px;}table > tr.data:nth-child(2n) {background-color:__inactive_background_color__;}ul.tree div {cursor:pointer;}div.panel div.status {padding:10px;}div.panel div.status div.error,div.message.error {background:url(__IMAGE_PATH__/notice_error.png) no-repeat;background-position:5px 7px;}div.panel div.status div.warn,div.message.warn {background:url(__IMAGE_PATH__/notice_warning.png) no-repeat;background-position:5px 7px;}div.panel div.status div.ok,div.message.ok {background:url(__IMAGE_PATH__/notice_ok.png) no-repeat;background-position:5px 7px;}div.panel div.status div.info,div.message.info {background:url(__IMAGE_PATH__/notice_info.png) no-repeat;background-position:5px 7px;}div.panel div.status div,div.message {border:1px solid __title_background_color__;padding:5px 0px 5px 25px;margin:10px 10px 20px 10px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}div.loader,div.progress {background:url(__IMAGE_PATH__/loader.gif) no-repeat;background-position:center;opacity:0.5;cursor:wait;min-height:50px;}div#workbench div.panel.fullscreen {display:block;z-index:109;position:fixed;top:0;left:0;background-color:__background_color__;margin:0px;width:100% !important;height:100% !important;}div#workbench div.panel.fullscreen > div.content {width:100% !important;height:100% !important;}.invisible {visibility:hidden;}.visible {visibility:visible;}div#workbench {width:100%;}body {overflow:hidden;}div#workbench div.panel {border:1px solid __title_background_color__;margin:0px;padding:0px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}div#workbench div.container,div#workbench div.panel,div#workbench div.divider {display:inline;float:left;margin:0px;}div#workbench {padding:3px;}div#workbench div.panel > div.content {overflow:auto;}div.panel {position:relative;}div.content div.bottom {xbackground-color:__background_color__;height:55px;width:100%;position:absolute;padding-right:40px;bottom:0px;right:0px;xvisibility:hidden;}div.content div.bottom > div.command {xvisibility:visible;float:right;z-index:20;}div.content form[data-autosave='true'] div.command {display:none;}div.content > form {padding-bottom:45px;}input.submit {background-color:__title_background_color__;color:__title_text_color__;padding:7px;border:0px;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;margin-left:20px;-webkit-box-shadow:0px 0px 15px __background_color__;-moz-box-shadow:0px 0px 15px __background_color__;box-shadow:0px 0px 15px 10px __background_color__;cursor:pointer;}input.submit.ok {font-weight:bold;}div.views > div.backward_link,div.views > div.forward_link {visibility:hidden;}div.views:HOVER > div.backward_link,div.views:HOVER > div.forward_link {visibility:visible;}div#shortcuts {height:24px;margin-left:10px;}div#shortcuts > div.shortcut {width:24px;height:24px;margin-left:5px;float:left;opacity:0.8;}div#shortcuts > div.shortcut:HOVER {xborder:1px solid __title_background_color__;x-moz-border-radius:2px;x-webkit-border-radius:2px;x-khtml-border-radius:2px;opacity:1.0;position:relative;bottom:3px;}@media only screen and (max-width:1023px) {body {font-size:0.8em;line-height:1.5em;}}@media handheld, only screen and (max-width:767px) {body {font-size:16px;-webkit-text-size-adjust:none;overflow:visible;}div#header,div#workbench {width:100%;height:auto;min-width:0;margin-left:0px;margin-right:0px;padding-left:0px;padding-right:0px;}div#workbench div.panel {width:auto !important;}li.action div.tabname {width:auto !important;}div#workbench div.panel {width:auto;float:none;margin-left:0px;margin-right:0px;padding-left:20px;padding-right:20px;}div#workbench div.panel > div.content {overflow:auto;height:auto !important;}}body > div#header {display:block;}ul#history > li {xdisplay:inline;margin:5px;padding:5px;border:1px solid __title_background_color__;background-color:__inactive_background_color__;color:__text_color__;}ul#history > li.active {xdisplay:inline;margin:5px;padding:5px;border:1px solid __text_color__;background-color:__title_text_color__;color:__text_color__;}ul#history {display:none;}table td.readonly {font-style:italic;font-weight:normal;}table td.default {font-style:normal;font-weight:normal;}table td.changed {font-style:normal;font-weight:bold;}div#filler {xxxxdisplay:block;position:absolute;z-index:100;top:0;left:0;height:100%;width:100%;background-color:__text_color__;opacity:0.5;}div.clickable.filtered.inactive > a {color:__inactive_background_color__;}div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid __title_background_color__;border-left:6px solid __title_background_color__;border-top:6px solid __inactive_background_color__;border-bottom:4px solid __title_background_color__;margin-top:10px;font-size:0;}div.dropdown {-webkit-box-shadow:3px 2px 10px __title_background_color__;-moz-box-shadow:3px 2px 10px __title_background_color__;box-shadow:3px 2px 10px __title_background_color__;opacity:0.95;border:2px solid __title_background_color__;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}div#header span.titletext {color:__title_text_color__;}div.toolbar-icon {border:1px solid __title_background_color__;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}div.toolbar-icon.inactive {opacity:0.5;}div.toolbar-icon:hover {border:1px solid __inactive_background_color__;xxbackground-color:__inactive_background_color__;}div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}div.headermenu > div.toolbar-icon {float:right;}div.panel.wide form div.line {clear:left;margin-top:10px;}div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}div.panel.small form div.line {clear:left;padding:10px;}div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}form div.label > label,form div.input > div.intputholder {padding:0px 5px;}form div.input input[type=text],form div.input input[type=password],form div.input textarea,form div.input select {width:100%;}form div.input input[type=checkbox],form div.input input[type=radio] {vertical-align:top;}label {display:inline-block;}input[type=checkbox] + label,input[type=radio] + label {width:80%;}label div.description {font-size:0.75em;color:__title_background_color__;}div.inputholder {background-color:__title_text_color__;border:1px solid __title_background_color__;margin:0px;padding:4px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px __title_background_color__;-moz-box-shadow:inset 0px 0px 3px__title_background_color__;box-shadow:inset 0px 0px 3px __title_background_color__;}div.inputholder ul.tree,div.inputholder ul.tree li.last,div.inputholder ul.tree li:last-child {background-color:__title_text_color__;}div.inputholder > div.dropdown {width:70%;}div.search > div.inputholder {padding-top:1px;}div.inputholder > input,div.inputholder > textarea,div.inputholder > select {border:0px;border-bottom:1px solid __title_text_color__;padding:2px;margin:0px;background-color:__title_text_color__;}input:focus,textarea:focus,select:focus {border:0px;border-bottom:1px solid __inactive_background_color__;}input.error,textarea.error,select.error {border-bottom:1px dotted __text_color__ !important;}div.inputholder.error {border:1px solid red !important;}input.hint {color:__title_background_color__;}fieldset > div input.name,fieldset > div span.name {font-weight:bold;}fieldset {border-color:__title_background_color__;}fieldset > div input.filename,fieldset > div input.extension,fieldset > div input.ansidate,fieldset > div span.filename,fieldset > div span.extension,fieldset > div span.ansidate {font-family:Courier;font-size:1em;}div#tree {overflow:visible;}tr.diff > td.line {background-color:__title_text_color__;padding-right:2px;border-right:3px solid __title_background_color__;text-align:right;margin-right:2px;}tr.diff > td.old {background-color:red;}tr.diff > td.new {background-color:green;}tr.diff > td.notequal {background-color:yellow;}dl.notice {border-left:10px __inactive_background_color__ solid;border-right:1px __inactive_background_color__ solid;padding:15px;}dl.notice > dt {border-top:1px __inactive_background_color__ solid;}dl.notice > dd {border-bottom:1px __inactive_background_color__ solid;}div.content a.action,div.content a.help {-webkit-box-shadow:3px 2px 5px __title_background_color__;-moz-box-shadow:3px 2px 5px __title_background_color__;box-shadow:3px 2px 5px __title_background_color__;}body {xxxbackground-color:#c9c9c9;background-color:__inactive_background_color__;}div.panel ul.views > li.active,div.panel ul.views > li.active:hover {background-color:__title_background_color__;background-image:linear-gradient(__inactive_background_color__ 0%, __title_background_color__ 15%);color:__title_text_color__;}div#header {background-color:__title_background_color__;background-image:linear-gradient(__title_background_color__ 85%, __inactive_background_color__ 100%);color:__title_text_color__;}div#header div.toolbar-icon > a {color:__title_text_color__;}div#header,ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}div.content {font-family:Trebuchet MS, Helvetica, Arial, sans-serif;font-size:13px;}div.panel ul.views li {}div.panel > div.content {background-color:__background_color__;}div.panel > div.header {background-color:__background_color__;background-image:linear-gradient(__inactive_background_color__ 0%, __background_color__ 85%);}div.panel ul.views li:hover {background-color:__inactive_background_color__;}ul.tree li.last,ul.tree li:last-child {background-color:__background_color__;}div.content pre,div.dropdown {background-color:__title_text_color__;color:__text_color__;min-width:150px;max-width:450px;}div.filler div.headermenu > a.entry,div.filler div.header a.back.button {font-size:0.8em;}- \ No newline at end of file +iframe {width:100%;height:500px;display:block;border:1px solid #000000;}div.breadcrumb,div.breadcrumb a,div.panel > div.title {x-background-color:#000000;xsopacity:0.7;color:#000000;font-weight:bold;}div#header {width:100%;height:27px;overflow:hidden;padding:5px;margin:0px;margin-bottom:3px;float:left;}div#header div.projects,div#header div.menu,div#header div.title {float:left;margin-right:10px;margin-left:0px;}div#header div.user,div#header div.search,div#header div.history {float:right;margin-right:10px;margin-left:10px;}div#noticebar {display:block;position:fixed;bottom:40px;right:40px;width:250px;z-index:113;}div#noticebar div.notice {border:2px solid #000000;padding:5px;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 2px 5px #000000;-moz-box-shadow:3px 2px 5px #000000;box-shadow:3px 2px 5px #000000;display:none;}div#noticebar div.notice.ok {background-color:green;}div#noticebar div.notice.warning {background-color:yellow;}div#noticebar div.notice.error {background-color:red;}div#noticebar div.notice.info {background-color:#000000;}div#noticebar div.notice.error div.text {font-weight:bold;}div#noticebar div.log {font-family:monospace;}html,body {height:100%;}div.panel div.title {height:20px;}div.panel div.status {height:35px;}div.panel > div.content {xxoverflow-x:auto;}ul#history > li,div.content a.action,div.content a.help,div.filler div.headermenu > a.entry,div.filler div.header a.back.button {margin:9px;padding-top:4px;padding-bottom:4px;padding-left:7px;padding-right:7px;border:1px solid #000000;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background-color:#000000;background:-moz-linear-gradient(top, #000000, #000000);background:-webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));font-style:normal;font-weight:normal;text-decoration:none;color:#000000;}ul#history > li.active {background-color:#000000;font-weight:bold;color:#000000;}a.help {float:right;}a.help {cursor:help;}a.action:hover,a.help:hover,div.noaction:hover {text-decoration:none;border-color:#000000;}a.action:active,a.help:active,div.noaction:active,input.ok:active {border-color:red;}a {color:#000000;}div.dropdown {z-index:2;display:none;position:absolute;padding:5px 0px;}div.dropdownalignright {right:0;}div.dropdown > a {display:block;}div.dropdown div.entry {padding:2px 5px;}div.dropdown > div.divide {height:1px;background-color:#000000;width:100%;margin-top:5px;margin-bottom:5px;}div#header > div.menu {overflow:hidden;}div#header div:hover div.dropdown,div.panel div:hover > div.dropdown,div.panel-icon:hover > div.dropdown {display:block;}div.onrowvisible {visibility:hidden;display:inline;}td:hover > div.onrowvisible {visibility:visible;}td.preview {background-color:papayawhip;border-top:1px solid #000000;border-bottom:1px solid #000000;}.preview h1 {font-size:138.5%;}.preview h2 {font-size:123.1%;}.preview h3 {font-size:108%;}.preview h1,.preview h2,.preview h3 {margin:1em 0;}.preview h1,.preview h2,.preview h3,.preview h4,.preview h5,.preview h6,.preview strong {font-weight:bold;}.preview abbr,.preview acronym {border-bottom:1px dotted #000;cursor:help;}.preview em {font-style:italic;}.preview ol,.preview ul,.preview dl {margin-left:2em;}.preview ol li {list-style:decimal outside;}.preview ul li {list-style:disc outside;}.preview a:link,.preview a:visited,.preview a:active,.preview a:hover {text-decoration:underline;color:blue;}a:link,a:visited {font-weight:normal;text-decoration:none;}a:active,a:hover {font-weight:normal;text-decoration:none;}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;}body.menu tr.menu td table tr td.noaction,body.main tr.menu td table tr td.noaction {color:#000000;}img[align=left],img[align=right] {padding-right:1px;padding-left:1px;}pre {font-family:Courier;font-size:13px;}small {color:#000000;}body.menu span.accesskey,body.main span.accesskey {text-decoration:underline;}body.menu tr.title td,body.main tr.title td {vertical-align:middle;padding:4px;height:30px;}td.message {padding:10px;font-weight:bold;}body.main table.main td.window td {padding:4px;}body.main table.main td.window td.act {padding:15px;margin-top:20px;border-top:1px solid #000000;text-align:right;}a.copyright {font-size:0.7em;text-decoration:none;}td.motd {border-left:3px solid red;border-right:3px solid red;font-weight:bold;padding:10px;margin:10px;}table.main {x-border:3px solid;}div.panel input.checkbox,div.panel input.radio {border:1px solid #000000;}textarea.desc,textarea.description {font-family:Arial;font-size:13px;}textarea.longtext {font-family:Arial;font-size:13px;width:100%;border:1px solid #000000;}tr td.help {font-style:italic;}tr.headline td.help {font-style:normal;}td.logo {padding:10px;margin:0px;}div.logo h2 {font-family:Verdana;font-weight:normal;font-size:24px;}div.logo p {font-family:Verdana;font-size:13px;}div#header div.search input {margin:0px;padding:0px;}td.notice {margin:0px;padding:5%;text-align:center;}table.notice {width:100%;border:1px solid;border-spacing:0px;}table.notice th {padding:2px;white-space:nowrap;border-bottom:1px solid #000000;font-weight:normal;text-align:left;}table.notice tr.warning {margin:0px;padding:0px;}table.calendar {table-layout:fixed;border-collapse:collapse;text-align:center;}table.calendar td {border:1px dotted;}label,.clickable {cursor:pointer;}body {cursor:default;}input {xcursor:text;}div.menu {float:none;xclear:left;}form.xlogin {xbackground-color:#E0E0D5;border:2px solid #000000;position:absolute;z-index:999;top:5%;left:5%;width:80%;margin:5%;padding:10%;opacity:1;-webkit-box-shadow:3px 2px 5px #000000;-moz-box-shadow:3px 2px 5px #000000;box-shadow:3px 2px 5px #000000;}ul.tree,ul.tree ul {list-style-type:none;background:url(__IMAGE_PATH__/tree_line.gif) repeat-y;margin:0;padding:0;}ul.tree ul {margin-left:18px;}div.entry.selected,div.dropdown > div.entry:hover,div.dropdown > div.entry:hover > a,a.element {background-color:#000000;color:#000000;}ul.tree div.tree {width:18px;min-width:18px;height:18px;xbackground-color:red;float:left;}ul.tree div.tree,ul.tree div.entry {height:18px;max-height:18px;min-height:18px;}ul.tree div img {cfloat:left;}ul.tree li {margin:0;padding:0 0px;line-height:18px;background:url(__IMAGE_PATH__/tree_none.gif) no-repeat;xcolor:#369;font-weight:normal;white-space:nowrap;}ul.tree li.last,ul.tree li:last-child {background:url(__IMAGE_PATH__/tree_none_end.gif) no-repeat;}div.tree.open {background:url(__IMAGE_PATH__/tree_minus.png) no-repeat;}div.tree.closed {background:url(__IMAGE_PATH__/tree_plus.png) no-repeat;}body > div {display:none;}div.structure em {font-style:italic;}.drophover {border:2px dotted green;cursor:move;}.dropactive {border:1px dotted blue;cursor:move;}div.panel > div.header > div.panel-icon {xposition:static;xright:-30px;top:3px;}div.backward_link {float:left;}div.forward_link {float:right;}div.panel > div.header {padding:0px;width:100%;height:25px;border-bottom:1px solid #000000;}div.panel div.header ul.views {text-align:left;list-style-type:none;overflow:hidden;white-space:nowrap;}img.icon {padding:4px;width:16px;height:16px;}ul.views div.tabname {overflow:hidden;white-space:nowrap;padding:4px;vertical-align:middle;}ul.views > li > img,ul.views > li > div {float:left;}div.panel div.header div.panel-icon,div.inputholder > div.icon {float:right;}div.panel div.header > ul.views {float:left;height:25px;}div.panel div.header {xborder-bottom:1px solid #000000;}div.content {clear:both;}div.panel ul.views li {vertical-align:middle;padding:0px;cursor:pointer;border-right:1px solid #000000;-moz-border-radius-topleft:5px;-webkit-border-radius-topleft:5px;-khtml-border-top-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-radius-topright:5px;-khtml-border-top-radius-topright:5px;border-top-right-radius:5px;xborder-top:1px solid #000000;xborder-left:1px solid #000000;xborder-right:1px solid #000000;xmargin-right:10px;display:inline;white-space:nowrap;float:left;}div.panel {margin:0px;padding:0px;}div.panel div.content table {overflow:auto;border:2px #000000;}table tr.headline > td {border-bottom:1px solid #000000;padding:3px;font-weight:bold;}table tr.data > td {border-bottom:1px solid #000000;padding:3px;}table > tr.data:nth-child(2n) {background-color:#000000;}ul.tree div {cursor:pointer;}div.panel div.status {padding:10px;}div.panel div.status div.error,div.message.error {background:url(__IMAGE_PATH__/notice_error.png) no-repeat;background-position:5px 7px;}div.panel div.status div.warn,div.message.warn {background:url(__IMAGE_PATH__/notice_warning.png) no-repeat;background-position:5px 7px;}div.panel div.status div.ok,div.message.ok {background:url(__IMAGE_PATH__/notice_ok.png) no-repeat;background-position:5px 7px;}div.panel div.status div.info,div.message.info {background:url(__IMAGE_PATH__/notice_info.png) no-repeat;background-position:5px 7px;}div.panel div.status div,div.message {border:1px solid #000000;padding:5px 0px 5px 25px;margin:10px 10px 20px 10px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}div.loader,div.progress {background:url(__IMAGE_PATH__/loader.gif) no-repeat;background-position:center;opacity:0.5;cursor:wait;min-height:50px;}div#workbench div.panel.fullscreen {display:block;z-index:109;position:fixed;top:0;left:0;background-color:#000000;margin:0px;width:100% !important;height:100% !important;}div#workbench div.panel.fullscreen > div.content {width:100% !important;height:100% !important;}.invisible {visibility:hidden;}.visible {visibility:visible;}div#workbench {width:100%;}body {overflow:hidden;}div#workbench div.panel {border:1px solid #000000;margin:0px;padding:0px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}div#workbench div.container,div#workbench div.panel,div#workbench div.divider {display:inline;float:left;margin:0px;}div#workbench {padding:3px;}div#workbench div.panel > div.content {overflow:auto;}div.panel {position:relative;}div.content div.bottom {xbackground-color:#000000;height:55px;width:100%;position:absolute;padding-right:40px;bottom:0px;right:0px;xvisibility:hidden;}div.content div.bottom > div.command {xvisibility:visible;float:right;z-index:20;}div.content form[data-autosave='true'] div.command {display:none;}div.content > form {padding-bottom:45px;}input.submit {background-color:#000000;color:#000000;padding:7px;border:0px;-moz-border-radius:7px;-webkit-border-radius:7px;-khtml-border-radius:7px;border-radius:7px;margin-left:20px;-webkit-box-shadow:0px 0px 15px #000000;-moz-box-shadow:0px 0px 15px #000000;box-shadow:0px 0px 15px 10px #000000;cursor:pointer;}input.submit.ok {font-weight:bold;}div.views > div.backward_link,div.views > div.forward_link {visibility:hidden;}div.views:HOVER > div.backward_link,div.views:HOVER > div.forward_link {visibility:visible;}div#shortcuts {height:24px;margin-left:10px;}div#shortcuts > div.shortcut {width:24px;height:24px;margin-left:5px;float:left;opacity:0.8;}div#shortcuts > div.shortcut:HOVER {xborder:1px solid #000000;x-moz-border-radius:2px;x-webkit-border-radius:2px;x-khtml-border-radius:2px;opacity:1.0;position:relative;bottom:3px;}@media only screen and (max-width:1023px) {body {font-size:0.8em;line-height:1.5em;}}@media handheld, only screen and (max-width:767px) {body {font-size:16px;-webkit-text-size-adjust:none;overflow:visible;}div#header,div#workbench {width:100%;height:auto;min-width:0;margin-left:0px;margin-right:0px;padding-left:0px;padding-right:0px;}div#workbench div.panel {width:auto !important;}li.action div.tabname {width:auto !important;}div#workbench div.panel {width:auto;float:none;margin-left:0px;margin-right:0px;padding-left:20px;padding-right:20px;}div#workbench div.panel > div.content {overflow:auto;height:auto !important;}}body > div#header {display:block;}ul#history > li {xdisplay:inline;margin:5px;padding:5px;border:1px solid #000000;background-color:#000000;color:#000000;}ul#history > li.active {xdisplay:inline;margin:5px;padding:5px;border:1px solid #000000;background-color:#000000;color:#000000;}ul#history {display:none;}table td.readonly {font-style:italic;font-weight:normal;}table td.default {font-style:normal;font-weight:normal;}table td.changed {font-style:normal;font-weight:bold;}div#filler {xxxxdisplay:block;position:absolute;z-index:100;top:0;left:0;height:100%;width:100%;background-color:#000000;opacity:0.5;}div.clickable.filtered.inactive > a {color:#000000;}div#header > div > div.arrow-down {display:inline;width:0;height:0;margin:6;padding:0px;border-right:6px solid #000000;border-left:6px solid #000000;border-top:6px solid #000000;border-bottom:4px solid #000000;margin-top:10px;font-size:0;}div.dropdown {-webkit-box-shadow:3px 2px 10px #000000;-moz-box-shadow:3px 2px 10px #000000;box-shadow:3px 2px 10px #000000;opacity:0.95;border:2px solid #000000;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;font-style:normal;font-weight:normal;text-decoration:none;}div#header span.titletext {color:#000000;}div.toolbar-icon {border:1px solid #000000;padding:2px;margin-left:5px;float:left;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}div.toolbar-icon.inactive {opacity:0.5;}div.toolbar-icon:hover {border:1px solid #000000;xxbackground-color:#000000;}div.headermenu {margin:5px;z-index:1;position:relative;right:0;top:0;}div.headermenu > div.toolbar-icon {float:right;}div.panel.wide form div.line {clear:left;margin-top:10px;}div.panel.wide form div.label {display:inline-block;width:30%;vertical-align:top;text-align:right;}div.panel.wide form div.input {display:inline-block;width:60%;vertical-align:top;text-align:left;}div.panel.small form div.line {clear:left;padding:10px;}div.panel.small form div.label {display:block;width:100%;vertical-align:top;text-align:left;}div.panel.small form div.input {display:block;width:100%;vertical-align:top;text-align:left;}form div.label > label,form div.input > div.intputholder {padding:0px 5px;}form div.input input[type=text],form div.input input[type=password],form div.input textarea,form div.input select {width:100%;}form div.input input[type=checkbox],form div.input input[type=radio] {vertical-align:top;}label {display:inline-block;}input[type=checkbox] + label,input[type=radio] + label {width:80%;}label div.description {font-size:0.75em;color:#000000;}div.inputholder {background-color:#000000;border:1px solid #000000;margin:0px;padding:4px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0px 0px 3px #000000;-moz-box-shadow:inset 0px 0px 3px #000000;box-shadow:inset 0px 0px 3px #000000;}div.inputholder ul.tree,div.inputholder ul.tree li.last,div.inputholder ul.tree li:last-child {background-color:#000000;}div.inputholder > div.dropdown {width:70%;}div.search > div.inputholder {padding-top:1px;}div.inputholder > input,div.inputholder > textarea,div.inputholder > select {border:0px;border-bottom:1px solid #000000;padding:2px;margin:0px;background-color:#000000;}input:focus,textarea:focus,select:focus {border:0px;border-bottom:1px solid #000000;}input.error,textarea.error,select.error {border-bottom:1px dotted #000000 !important;}div.inputholder.error {border:1px solid red !important;}input.hint {color:#000000;}fieldset > div input.name,fieldset > div span.name {font-weight:bold;}fieldset {border-color:#000000;}fieldset > div input.filename,fieldset > div input.extension,fieldset > div input.ansidate,fieldset > div span.filename,fieldset > div span.extension,fieldset > div span.ansidate {font-family:Courier;font-size:1em;}div#tree {overflow:visible;}tr.diff > td.line {background-color:#000000;padding-right:2px;border-right:3px solid #000000;text-align:right;margin-right:2px;}tr.diff > td.old {background-color:red;}tr.diff > td.new {background-color:green;}tr.diff > td.notequal {background-color:yellow;}dl.notice {border-left:10px #000000 solid;border-right:1px #000000 solid;padding:15px;}dl.notice > dt {border-top:1px #000000 solid;}dl.notice > dd {border-bottom:1px #000000 solid;}div.content a.action,div.content a.help {-webkit-box-shadow:3px 2px 5px #000000;-moz-box-shadow:3px 2px 5px #000000;box-shadow:3px 2px 5px #000000;}body {xxxbackground-color:#c9c9c9;background-color:#000000;}div.panel ul.views > li.active,div.panel ul.views > li.active:hover {background-color:#000000;background-image:linear-gradient(#000000 0%, #000000 15%);color:#000000;}div#header {background-color:#000000;background-image:linear-gradient(#000000 85%, #000000 100%);color:#000000;}div#header div.toolbar-icon > a {color:#000000;}div#header,ul.views > li.action {font-family:Arial, sans-serif;font-size:13px;}div.content {font-family:Trebuchet MS, Helvetica, Arial, sans-serif;font-size:13px;}div.panel ul.views li {}div.panel > div.content {background-color:#000000;}div.panel > div.header {background-color:#000000;background-image:linear-gradient(#000000 0%, #000000 85%);}div.panel ul.views li:hover {background-color:#000000;}ul.tree li.last,ul.tree li:last-child {background-color:#000000;}div.content pre,div.dropdown {background-color:#000000;color:#000000;min-width:150px;max-width:450px;}div.filler div.headermenu > a.entry,div.filler div.header a.back.button {font-size:0.8em;}+ \ No newline at end of file diff --git a/themes/default/css/openrat-workbench.css b/themes/default/css/openrat-workbench.css @@ -1,3 +1,5 @@ +/* DO NOT CHANGE THIS FILE! CHANGE .LESS INSTEAD! */ + /* OpenRat Content Management System Copyright (C) 2002-2010 Jan Dankert @@ -111,9 +113,9 @@ div#workbench div.panel.modal { xleft: 0; z-index: 101; border: 1px solid !important; - -webkit-box-shadow: 0px 0px 40px __text_color__; - -moz-box-shadow: 0px 0px 40px __text_color__; - box-shadow: 0px 0px 40px __text_color__; + -webkit-box-shadow: 0px 0px 40px #000000; + -moz-box-shadow: 0px 0px 40px #000000; + box-shadow: 0px 0px 40px #000000; } div#dialog { overflow: auto; diff --git a/themes/default/css/openrat-workbench.less b/themes/default/css/openrat-workbench.less @@ -21,6 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Basis-Style for Openrat. */ +@color-overridden-by-theme: black; + /* R e s e t - Alle Elemente zuruecksetzen */ /* Source: http://meyerweb.com/eric/tools/css/reset/ */ @@ -47,9 +49,9 @@ div#workbench div.panel.modal border:1px solid !important; - -webkit-box-shadow: 0px 0px 40px __text_color__; - -moz-box-shadow: 0px 0px 40px __text_color__; - box-shadow: 0px 0px 40px __text_color__; + -webkit-box-shadow: 0px 0px 40px @color-overridden-by-theme; + -moz-box-shadow: 0px 0px 40px @color-overridden-by-theme; + box-shadow: 0px 0px 40px @color-overridden-by-theme; } diff --git a/themes/default/css/openrat-workbench.min.css b/themes/default/css/openrat-workbench.min.css @@ -1 +1 @@ -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:top;}blockquote:before,blockquote:after,q:before,q:after {content:"";}blockquote,q {quotes:"" "";}a img {border:none;}div#workbench div.panel.modal {position:relative;xtop:0;xleft:0;z-index:101;border:1px solid !important;-webkit-box-shadow:0px 0px 40px __text_color__;-moz-box-shadow:0px 0px 40px__text_color__;box-shadow:0px 0px 40px __text_color__;}div#dialog {overflow:auto;position:absolute;top:5%;left:10%;width:80%;height:80%;z-index:104;border:1px solid !important;-webkit-box-shadow:0px 0px 40px ;-moz-box-shadow:0px 0px 40px;box-shadow:0px 0px 40px ;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}div.container.axle-x > div.divider {width:5px;}div.container.axle-y > div.divider {height:5px;}div.divider.to-left {cursor:w-resize;}div.divider.to-right {cursor:e-resize;}div.divider.to-top {cursor:n-resize;}div.divider.to-bottom {cursor:s-resize;}div.container > div.divider.ui-draggable-dragging {z-index:150;}div#workbench div.panel div.arrow-down {width:0;height:0;margin:6px;padding:0px;border-right:6px solid transparent;border-top:6px solid ;border-left:6px solid transparent;border-bottom:4px solid transparent;margin-top:10px;font-size:0;}div#workbench div.panel div.arrow-right {width:0;height:0;margin:6px;padding:0;border-top:6px solid transparent;border-left:6px solid ;border-bottom:6px solid transparent;border-right:4px solid transparent;margin-left:10px;font-size:0;}div#workbench div.panel li.action.dirty {font-weight:bold;}- \ No newline at end of file +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:top;}blockquote:before,blockquote:after,q:before,q:after {content:"";}blockquote,q {quotes:"" "";}a img {border:none;}div#workbench div.panel.modal {position:relative;xtop:0;xleft:0;z-index:101;border:1px solid !important;-webkit-box-shadow:0px 0px 40px #000000;-moz-box-shadow:0px 0px 40px #000000;box-shadow:0px 0px 40px #000000;}div#dialog {overflow:auto;position:absolute;top:5%;left:10%;width:80%;height:80%;z-index:104;border:1px solid !important;-webkit-box-shadow:0px 0px 40px ;-moz-box-shadow:0px 0px 40px;box-shadow:0px 0px 40px ;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}div.container.axle-x > div.divider {width:5px;}div.container.axle-y > div.divider {height:5px;}div.divider.to-left {cursor:w-resize;}div.divider.to-right {cursor:e-resize;}div.divider.to-top {cursor:n-resize;}div.divider.to-bottom {cursor:s-resize;}div.container > div.divider.ui-draggable-dragging {z-index:150;}div#workbench div.panel div.arrow-down {width:0;height:0;margin:6px;padding:0px;border-right:6px solid transparent;border-top:6px solid ;border-left:6px solid transparent;border-bottom:4px solid transparent;margin-top:10px;font-size:0;}div#workbench div.panel div.arrow-right {width:0;height:0;margin:6px;padding:0;border-top:6px solid transparent;border-left:6px solid ;border-bottom:6px solid transparent;border-right:4px solid transparent;margin-left:10px;font-size:0;}div#workbench div.panel li.action.dirty {font-weight:bold;}+ \ No newline at end of file diff --git a/version.ini b/version.ini @@ -1,5 +1,5 @@ -rev=3248 -node=1594f21f4546ca81ecbd11806946a781308ea82f -date=Sat Nov 11 13:38:05 2017 +0100 -description=Fix: Javascripte im Developermode bei Bedarf auch minifziert ausgeben, wenn es keine normale Version gibt. +rev=3249 +node=f5775d1299dc8d574ca3617964da985836846c60 +date=Sat Nov 11 23:33:02 2017 +0100 +description=Theme-Stylesheet aufgeräumt und lessifiziert. author=Jan Dankert