openrat-cms

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

commit 2dd2f27bfee61736b331df8fbcd721e5288dbacf
parent 7438352d39db82203687f49e4ace282d6930d9d2
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 13 Nov 2018 22:49:51 +0100

Cleanup: CSS-Dateien liegen schon länger im Ordner 'style'.

Diffstat:
modules/cms-ui/themes/default/css/openrat-theme.less | 574-------------------------------------------------------------------------------
modules/cms-ui/themes/default/css/openrat-ui.css | 1054-------------------------------------------------------------------------------
modules/cms-ui/themes/default/css/openrat-ui.less | 1488-------------------------------------------------------------------------------
modules/cms-ui/themes/default/css/openrat-ui.min.css | 2--
modules/cms-ui/themes/default/css/openrat-workbench.css | 184-------------------------------------------------------------------------------
modules/cms-ui/themes/default/css/openrat-workbench.less | 149-------------------------------------------------------------------------------
modules/cms-ui/themes/default/css/openrat-workbench.min.css | 2--
7 files changed, 0 insertions(+), 3453 deletions(-)

diff --git a/modules/cms-ui/themes/default/css/openrat-theme.less b/modules/cms-ui/themes/default/css/openrat-theme.less @@ -1,574 +0,0 @@ -/* OpenRat Theme */ - -/* - * The following variables beginning with '@cms-...' are overwritten by the CMS style configuration values - */ -@cms-theme-id: 'theme-name'; /* technical name of theme */ -@cms-image-path: '/'; /* Image-path */ -@cms-name: name; /* Logic name of theme */ -@cms-title-background-color: white; -@cms-title-text-color: black; -@cms-text-color: black; -@cms-background-color: silver; -@cms-inactive-background-color: gray; - - -html.theme-@{cms-theme-id} { - - .border-radius (@radius) { - border-radius: @radius; - -moz-border-radius: @radius; - -webkit-border-radius: @radius; - -khtml-border-radius: @radius; - } - .box-shadow (@x, @y, @radius, @color) { - -webkit-box-shadow: @x @y @radius @color; - -moz-box-shadow: @x @y @radius @color; - box-shadow: @x @y @radius @color; - } - - scrollbar-face-color: @cms-title-background-color; - scrollbar-arrow-color: @cms-title-background-color; - scrollbar-base-color: @cms-title-text-color; - - div#workbench div.panel.modal { - border-color: @cms-text-color ! important; - .box-shadow( 0px, 0px, 40px, @cms-text-color); - } - - div#dialog { - background-color: @cms-background-color; - color: @cms-text-color; - border-color: @cms-text-color ! important; - .box-shadow( 0px, 0px, 40px, @cms-text-color); - } - - div.container > div.divider.ui-draggable-dragging { - background-color: @cms-title-background-color; - } - - div#workbench div.panel { - div.arrow-down { - border-top-color: @cms-title-background-color; - } - - div.arrow-right { - border-left-color: @cms-title-background-color; - } - } - - iframe { - border: 1px solid @cms-title-background-color; - } - - div.breadcrumb , div.breadcrumb a , div.panel > div.title { - color: @cms-title-text-color; - } - - div#noticebar { - - div.notice { - border: 2px solid @cms-text-color; - padding: 5px; - margin: 5px; - - .border-radius(5px); - .box-shadow(3px, 2px, 5px, @cms-text-color); - display: none; - } - - div.notice.ok { - background-color: green; - } - - div.notice.warning { - background-color: yellow; - } - - div.notice.error { - background-color: red; - } - - div.notice.info { - background-color: @cms-inactive-background-color; - } - } - - ul#history > li , div.content a.action , div.content a.help , div.filler div.headermenu > a.entry , div.filler div.header a.back.button { - border-color: @cms-title-background-color; - .border-radius(5px); - background-color: @cms-title-text-color; - background: -moz-linear-gradient(top, @cms-title-background-color, @cms-inactive-background-color); - background: -webkit-gradient(linear, left top, left bottom, from(@cms-title-background-color), to(@cms-inactive-background-color)); - color: @cms-text-color; - } - - ul#history > li.active { - background-color: @cms-title-text-color; - color: @cms-text-color; - } - - a.action:hover , a.help:hover , div.noaction:hover { - border-color: @cms-title-text-color; - } - - a.action:active , a.help:active , div.noaction:active , input.ok:active { - border-color: red; - } - - a { - color: @cms-text-color; - } - - div.dropdown > div.divide { - background-color: @cms-title-background-color; - } - - td.preview { - background-color: papayawhip; - border-top: 1px solid @cms-inactive-background-color; - border-bottom: 1px solid @cms-inactive-background-color; - } - - .preview a:link , .preview a:visited , .preview a:active , .preview a:hover { - color: blue; - } - - body.menu tr.menu td table tr td.noaction , body.main tr.menu td table tr td.noaction { - color: @cms-title-background-color; - } - - img[align=left] , img[align=right] { - padding-right: 1px; - padding-left: 1px; - } - - small { - color: @cms-title-background-color; - } - - body.main table.main td.window td.act { - border-top: 1px solid @cms-title-background-color; - } - - td.motd { - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding: 10px; - margin: 10px; - } - - - textarea.longtext { - border: 1px solid @cms-text-color; - } - - 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 @cms-text-color; - font-weight: normal; - text-align: left; - } - - table.calendar td { - border: 1px dotted; - } - - form.xlogin { - xbackground-color: #E0E0D5; - border: 2px solid @cms-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 @cms-title-background-color; - -moz-box-shadow: 3px 2px 5px @cms-title-background-color; - box-shadow: 3px 2px 5px @cms-title-background-color; - } - - ul.tree , ul.tree ul { - list-style-type: none; - background: url(./modules/cms-ui/themes/default/images/tree_line.gif) repeat-y; - xmargin: 0; - padding: 0; - } - - - ul.tree li { - xmargin: 0; - padding: 0 0px; - line-height: 18px; - background: url(./modules/cms-ui/themes/default/images/tree_none.gif) no-repeat; - xcolor: #369; - font-weight: normal; - white-space: nowrap; - } - - ul.tree li.last , ul.tree li:last-child { - background: url(./modules/cms-ui/themes/default/images/tree_none_end.gif) no-repeat; - } - - div.tree.open { - background: url(./modules/cms-ui/themes/default/images/tree_minus.png) no-repeat; - } - - div.tree.closed { - background: url(./modules/cms-ui/themes/default/images/tree_plus.png) no-repeat; - } - - body > div { - display: none; - } - - div.structure em { - font-style: italic; - } - - - div.panel { - input.checkbox , input.radio { - border: 1px solid @cms-title-background-color; - } - - & > div.header { - border-bottom: 1px solid @cms-title-background-color; - } - - ul.views li { - border-right: 1px solid @cms-title-background-color; - xborder-top: 1px solid @cms-title-background-color; - xborder-left: 1px solid @cms-title-background-color; - xborder-right: 1px solid @cms-title-background-color; - } - - div.content table { - border-color: @cms-inactive-background-color; - } - - & > div.content { - background-color: @cms-background-color; - } - - & > div.header { - background-color: @cms-background-color; - background-image: linear-gradient(@cms-inactive-background-color 00%, @cms-background-color 85%); - } - - ul.views li:hover { - background-color: @cms-inactive-background-color; - } -} - -table tr.headline > td { - border-bottom: 1px solid @cms-title-background-color; - } - - table tr.data > td { - border-bottom: 1px solid @cms-title-background-color; - } - - table > tr.data:nth-child(2n) { - background-color: @cms-inactive-background-color; - } - - table tr.data:hover , div.content li div.entry:hover { - background-color: @cms-inactive-background-color; - } - - div.panel div.status div , div.message { - border: 1px solid @cms-title-background-color; - } - - div#workbench div.panel.fullscreen { - background-color: @cms-background-color; - } - - div#workbench div.panel { - border: 1px solid @cms-title-background-color; - } - - input.submit { - background-color: @cms-title-background-color; - color: @cms-title-text-color; - .box-shadow( 0px, 0px, 15px, @cms-background-color); - } - - ul#history > li { - border: 1px solid @cms-title-background-color; - background-color: @cms-inactive-background-color; - color: @cms-text-color; - } - - ul#history > li.active { - border: 1px solid @cms-text-color; - background-color: @cms-title-text-color; - color: @cms-text-color; - } - - ul#history { - display: none; - } - - div#filler { - background-color: @cms-text-color; - } - - - div#header > div > div.arrow-down { - display: inline; - width: 0; - height: 0; - margin: 6; - padding: 0px; - border-right: 6px solid @cms-title-background-color; - border-left: 6px solid @cms-title-background-color; - border-top: 6px solid @cms-inactive-background-color; - border-bottom: 4px solid @cms-title-background-color; - margin-top: 10px; - font-size: 0; - } - - div.dropdown { - .border-radius( 5px ); - .box-shadow(3px, 2px, 10px, @cms-title-background-color); - opacity: 0.95; - border: 2px solid @cms-title-background-color; - } - - div#header span.titletext { - color: @cms-title-text-color; - } - - div.toolbar-icon { - border: 1px solid @cms-title-background-color; - .border-radius( 3px ); - - &.inactive { - opacity: 0.5; - } - - &:hover { - border: 1px solid @cms-inactive-background-color; - } - } - - - label div.description { - color: @cms-title-background-color; - } - - div.inputholder { - background-color: @cms-title-text-color; - border: 1px solid @cms-title-background-color; - .border-radius( 3px ); - -webkit-box-shadow: inset 0px 0px 3px @cms-title-background-color; - -moz-box-shadow: inset 0px 0px 3px @cms-title-background-color; - box-shadow: inset 0px 0px 3px @cms-title-background-color; - - ul.tree , ul.tree li.last , ul.tree li:last-child { - background-color: @cms-title-text-color; - } - } - - - div.inputholder > input , div.inputholder > textarea , div.inputholder > select { - border: 0px; - border-bottom: 1px solid @cms-title-text-color; - background-color: @cms-title-text-color; - } - - input:focus , textarea:focus , select:focus { - border: 0px; - border-bottom: 1px solid @cms-inactive-background-color; - } - - input.error , textarea.error , select.error { - border-bottom: 1px dotted @cms-text-color ! important; - } - - div.inputholder.error { - border: 1px solid red ! important; - } - - input.hint { - color: @cms-title-background-color; - } - - fieldset > div input.name , fieldset > div span.name { - font-weight: bold; - } - - fieldset { - border-color: @cms-title-background-color; - } - - tr.diff > td.line { - background-color: @cms-title-text-color; - padding-right: 2px; - border-right: 3px solid @cms-title-background-color; - text-align: right; - margin-right: 2px; - } - - tr.diff { - - & > td.equal { - } - - & > td.old { - background-color: red; - } - - & > td.new { - background-color: green; - } - - & > td.notequal { - background-color: yellow; - } - } - - dl.notice { - border-left: 10px @cms-inactive-background-color solid; - border-right: 1px @cms-inactive-background-color solid; - & > dt { - border-top: 1px @cms-inactive-background-color solid; - } - - & > dd { - border-bottom: 1px @cms-inactive-background-color solid; - } - } - - - div.content a.action , div.content a.help { - .box-shadow( 3px, 2px, 5px, @cms-title-background-color); - } - - body { - background-color: @cms-inactive-background-color; - } - - div.panel ul.views > li.active , - div.panel ul.views > li.active:hover { - background-color: @cms-title-background-color; - background-image: linear-gradient(@cms-inactive-background-color 0%, @cms-title-background-color 15%); - color: @cms-title-text-color; - } - - div#header { - background-color: @cms-title-background-color; - background-image: linear-gradient(@cms-title-background-color,lighten(@cms-title-background-color,10%)); - color: @cms-title-text-color; - - div.toolbar-icon > a { - color: @cms-title-text-color; - } - } - - - div#header , ul.views > li.action { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 13px; - } - - - ul.tree li.last , ul.tree li:last-child { - background-color: @cms-background-color; - } - - div.content pre , div.dropdown { - background-color: @cms-title-text-color; - color: @cms-text-color; - } - - div.filler div.headermenu > a.entry , div.filler div.header a.back.button { - font-size: 0.8em; - } - - div.line.filedropzone > div.input { - background-color: @cms-title-text-color; - border: 1px dotted @cms-text-color; - } - - /* SVG-Icons */ - body { - svg.image-icon > path { - fill: @cms-text-color; - } - - #header { - - svg { - width: 18px; - height: 18px; - } - svg.image-icon > path { - fill: @cms-title-text-color; - } - .dropdown { - svg.image-icon > path { - fill: @cms-text-color; - - } - } - div.entry - { - svg.image-icon > path { - fill: @cms-inactive-background-color; - } - - } - div.entry.active - { - svg.image-icon > path { - fill: @cms-text-color; - } - - } - div.entry.active:hover - { - svg.image-icon > path { - fill: @cms-title-text-color; - } - - } - - } - } - - div.entry.selected , div.dropdown > div.entry.active:hover , div.dropdown > div.entry.active:hover > a , a.element { - background-color: @cms-title-background-color; - color: @cms-title-text-color; - - } - div.clickable.filtered > a { - color: @cms-inactive-background-color; - } - div.clickable.filtered.active > a { - color: @cms-text-color; - } - - -} - -/* Theme Ende */ diff --git a/modules/cms-ui/themes/default/css/openrat-ui.css b/modules/cms-ui/themes/default/css/openrat-ui.css @@ -1,1053 +0,0 @@ -/* -OpenRat Content Management System -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 -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ -/* Usage to this variable is safe to be removed */ -iframe { - width: 100%; - height: 500px; - display: block; -} -div.breadcrumb, -div.breadcrumb a, -div.panel > div.title { - font-weight: bold; -} -/* H e a d e r */ -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#tree -{ - padding:5px; - width:25%; - margin-left:0px; - float:left; -} -*/ -/* N o t i c e */ -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; - display: none; -} -div#noticebar div.notice.error div.text { - font-weight: bold; -} -div#noticebar div.log { - font-family: monospace; -} -/* H o e h e n */ -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; - font-style: normal; - font-weight: normal; - text-decoration: none; -} -ul#history > li.active { - font-weight: bold; -} -a.help { - float: right; -} -a.help { - cursor: help; -} -a.action:hover, -a.help:hover, -div.noaction:hover { - text-decoration: none; -} -a.action:active, -a.help:active, -div.noaction:active, -input.ok:active { - border-color: red; -} -/* D r o p d o w n - M e n u e s */ -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; - width: 100%; - margin-top: 5px; - margin-bottom: 5px; -} -div#header > div.menu { - overflow: hidden; -} -/* Dropdown anzeigen */ -div#header.open div.menu.open 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; -} -/* Vorschau von Text-Inhalten */ -.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; -} -/* Verweise */ -a:link, -a:visited { - font-weight: normal; - text-decoration: none; -} -a:active, -a:hover { - font-weight: normal; - text-decoration: none; -} -/* Submenu-Entrys */ -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; -} -/* Submenu-Width */ -body.menu tr.menu table { - width: 50px; -} -/* Inaktive Menuepunkte werden ausgegraut */ -body.menu tr.menu td table tr td.noaction, -body.main tr.menu td table tr td.noaction { - color: #000000; -} -/* Icon-Innenabstand */ -img[align=left], -img[align=right] { - padding-right: 1px; - padding-left: 1px; -} -/* Vorformatierter Text */ -pre { - font-family: Courier; - font-size: 13px; -} -/* Kleingedrucktes */ -small { - color: #000000; -} -/* Kurztasten */ -body.menu span.accesskey, -body.main span.accesskey { - text-decoration: underline; -} -/* Menzue-Titel-Zeile */ -body.menu tr.title td, -body.main tr.title td { - vertical-align: middle; - padding: 4px; - height: 30px; -} -/* Hinweis */ -td.message { - padding: 10px; - font-weight: bold; -} -/* Allgemeine Inhaltszellen */ -body.main table.main td.window td { - padding: 4px; -} -/* Action-Button */ -body.main table.main td.window td.act { - padding: 15px; - margin-top: 20px; - border-top: 1px solid #000000; - text-align: right; -} -/* Lizenzhinweis */ -a.copyright { - font-size: 0.7em; - text-decoration: none; -} -/* Message of the day */ -td.motd { - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding: 10px; - margin: 10px; -} -/* Hauptfenster */ -table.main { - x-border: 3px solid; -} -div.panel input.checkbox, -div.panel input.radio { - border: 1px solid #000000; -} -/* Eingabefeld fuer Beschreibung */ -textarea.desc, -textarea.description { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 13px; -} -/* Eingabefeld fuer Textabsatz */ -textarea.longtext { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 13px; - width: 100%; - border: 1px solid #000000; -} -/* Hilfe-Texte */ -tr td.help { - font-style: italic; -} -tr.headline td.help { - /* - border-bottom:1px solid @color-overridden-by-theme; - */ - font-style: normal; -} -/* Logo */ -td.logo { - padding: 10px; - margin: 0px; -} -div.logo h2 { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-weight: normal; - font-size: 24px; -} -div.logo p { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 13px; -} -div#header div.search input { - margin: 0px; - padding: 0px; -} -/* Notizen */ -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; -} -/* Kalender */ -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; -} -/* B a u m */ -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; -} -ul.tree div.tree { - width: 18px; - min-width: 18px; - height: 18px; - 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; -} -/* T a b s */ -.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; -} -div.panel div.header ul.views { - text-align: left; - /* set to left, right or center */ - list-style-type: none; - overflow: hidden; - /* Gescrollt wird hier mit JavaScript */ - 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.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; - /* Mozilla */ - -webkit-border-radius-topleft: 5px; - /* Webkit */ - -khtml-border-top-radius-topleft: 5px; - /* Konqui */ - -moz-border-radius-topright: 5px; - /* Mozilla */ - -webkit-border-radius-topright: 5px; - /* Webkit */ - -khtml-border-top-radius-topright: 5px; - /* Konqui */ - border-top-right-radius: 5px; - display: inline; - white-space: nowrap; - float: left; -} -div.panel { - margin: 0px; - padding: 0px; -} -div.panel div.content table { - overflow: auto; - border: 2px; -} -table tr.headline > td { - padding: 3px; - font-weight: bold; -} -table tr.data > td { - padding: 3px; -} -ul.tree div { - cursor: pointer; -} -/* S t a t u s z e i l e */ -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; -} -/* Fortschrittsbalken */ -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 { - width: 100%; - padding: 3px; -} -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; -} -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 div.panel > div.content { - overflow: auto; -} -.invisible { - visibility: hidden; -} -.visible { - visibility: visible; -} -body { - overflow: hidden; -} -/* - * Formular-Button-Leiste - */ -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; - /* Mozilla */ - -webkit-border-radius: 7px; - /* Webkit */ - -khtml-border-radius: 7px; - /* Konqui */ - 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; - /* Primäre Aktion in Fettdruck */ -} -/* Pfeile nur anzeigen, wenn Maus über der Titelleiste */ -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; - /* Mozilla */ - x-webkit-border-radius: 2px; - /* Webkit */ - x-khtml-border-radius: 2px; - /* Konqui */ - opacity: 1.0; - position: relative; - bottom: 3px; -} -/* Smaller screens */ -@media only screen and (max-width: 1023px) { - body { - font-size: 0.8em; - line-height: 1.5em; - } -} -/* Mobile */ -@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; -} -/* Modale Dialoge */ -div#filler { - xxxxdisplay: block; - position: absolute; - z-index: 100; - top: 0; - left: 0; - height: 100%; - width: 100%; - background-color: #000000; - opacity: 0.5; -} -/* Pfeile */ -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; -} -/* D r o p d o w n - M e n u e s */ -div.dropdown { - font-style: normal; - font-weight: normal; - text-decoration: none; -} -div.toolbar-icon { - padding: 2px; - margin-left: 5px; - float: left; -} -div.headermenu { - margin: 5px; - z-index: 1; - position: relative; - right: 0; - top: 0; -} -div.headermenu > div.toolbar-icon { - float: right; -} -/* Voreingestellte Schriftart */ -/* Formulare breit */ -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; -} -/* Formulare schmal */ -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; -} -div.inputholder > div.dropdown { - width: 70%; -} -div.search > div.inputholder { - padding-top: 1px; -} -div.inputholder > input, -div.inputholder > textarea, -div.inputholder > select { - padding: 2px; - margin: 0px; -} -/* Eingabfeld fuer Namen */ -fieldset > div input.name, -fieldset > div span.name { - font-weight: bold; -} -/* Eingabfelder fuer Dateiname */ -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; -} -/* Anzeige von Text-Unterschieden */ -/* Zeilen-Nr */ -tr.diff > td.line { - background-color: #000000; - padding-right: 2px; - border-right: 3px solid #000000; - text-align: right; - margin-right: 2px; -} -/* Unveränderter Text */ -/* Entfernter Text */ -tr.diff > td.old { - background-color: red; -} -/* Hinzugefuegter Text */ -tr.diff > td.new { - background-color: green; -} -/* Geaenderter Text */ -tr.diff > td.notequal { - background-color: yellow; -} -dl.notice { - padding: 15px; -} -/* S c h a t t e n */ -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; -} -/* F a r b e n */ -/* Gesamt-Hintergrund */ -body { - background-color: #000000; -} -/* Fenster-Hintergrund */ -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; -} -/* Titelleiste-Hintergrund */ -div#header { - background-color: #000000; - background-image: linear-gradient(#000000 85%, #000000 100%); - color: #000000; -} -/* Titelleiste */ -div#header div.toolbar-icon > a { - color: #000000; -} -div#header, -ul.views > li.action { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 13px; -} -div.content { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 13px; -} -/* Reiter */ -div.panel ul.views li { - /* - background-color:@color-overridden-by-theme; - */ -} -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; - /* - color: blue; - */ -} -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; -} -img.image-icon { - visibility: hidden; -} -/* Make Codemirror Auto-Resizable */ -.CodeMirror { - height: auto; -} -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22openrat-ui.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAuBA%3BCAEC%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%3BAACH%2CGAAG%2CWAAY%3BAACf%2CGAAG%2CMAAS%2CMAAG%3BCAEd%3B%3B%3BAAID%2CGAAG%3BCAEF%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2COAAQ%2CIAAG%3BAACd%2CGAAG%2COAAQ%2CIAAG%3BAACd%2CGAAG%2COAAQ%2CIAAG%3BCAEb%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2COAAQ%2CIAAG%3BAACd%2CGAAG%2COAAQ%2CIAAG%3BAACd%2CGAAG%2COAAQ%2CIAAG%3BCAEb%3BCACA%3BCACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAgBD%2CGAAG%3BCAEF%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2CUAAW%2CIAAG%3BCAEhB%2CyBAAA%3BCAEA%3BCACA%3BCAEA%3B%3BAAED%2CGAAG%2CUAAW%2CIAAG%2COAAO%2CMAAO%2CIAAG%3BCAEjC%3B%3BAAED%2CGAAG%2CUAAW%2CIAAG%3BCAEhB%3B%3B%3BAAID%3BAAAK%3BCAEJ%3B%3BAAID%2CGAAG%2CMAAO%2CIAAG%3BCAEZ%3B%3BAAKD%2CGAAG%2CMAAO%2CIAAG%3BCAEZ%3B%3BAAED%2CGAAG%2CMAAS%2CMAAG%3BCAEd%3B%3BAAID%2CEAAE%2CQAAW%3BAACb%2CGAAG%2CQAAS%2CEAAC%3BAACb%2CGAAG%2CQAAS%2CEAAC%3BAACb%2CGAAG%2COAAQ%2CIAAG%2CWAAc%2CIAAC%3BAAC7B%2CGAAG%2COAAQ%2CIAAG%2COAAQ%2CEAAC%2CKAAK%3BCAE3B%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%2CiBAAA%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CEAAE%2CQAAW%2CKAAE%3BCAEX%3B%3BAAIJ%2CCAAC%3BCAEA%3B%3BAAGD%2CCAAC%3BCAEA%3B%3BAAGD%2CCAAC%2COAAO%3BAACR%2CCAAC%2CKAAK%3BAACN%2CGAAG%2CSAAS%3BCAEX%3B%3BAAGD%2CCAAC%2COAAO%3BAACR%2CCAAC%2CKAAK%3BAACN%2CGAAG%2CSAAS%3BAACZ%2CKAAK%2CGAAG%3BCAEP%3B%3B%3BAAID%2CGAAG%3BCAEF%3BCACA%3BCACA%3BCACA%2CgBAAA%3B%3BAAGD%2CGAAG%3BCAEF%3B%3BAAGD%2CGAAG%2CSAAY%3BCAEd%3B%3BAAED%2CGAAG%2CSAAU%2CIAAG%3BCAEf%2CgBAAA%3B%3BAAGD%2CGAAG%2CSAAY%2CMAAG%3BCAEjB%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2COAAU%2CMAAG%3BCACf%3B%3B%3BAAID%2CGAAG%2COAAO%2CKAAM%2CIAAG%2CKAAK%2CKAAM%2CIAAG%3BAACjC%2CGAAG%2CMAAO%2CIAAG%2CMAAS%2CMAAG%3BAACzB%2CGAAG%2CWAAW%2CMAAS%2CMAAG%3BCAEzB%3B%3BAAKD%2CGAAG%3BCAEF%3BCACA%3B%3BAAED%2CEAAE%2CMAAS%2CMAAG%3BCAEb%3B%3B%3BAAOD%2CQAAS%3BCAAK%3B%3BAACd%2CQAAS%3BCAAK%3B%3BAACd%2CQAAS%3BCAAK%3B%3BAACd%2CQAAS%3BAAAG%2CQAAS%3BAAAG%2CQAAS%3BCAChC%2CaAAA%3B%3BAAED%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BAACT%2CQAAS%3BCAER%3B%3BAAED%2CQAAS%3BAAAK%2CQAAS%3BCACtB%2C8BAAA%3BCACA%3B%3BAAED%2CQAAS%3BCACR%3B%3BAAED%2CQAAS%3BAAAG%2CQAAS%3BAAAG%2CQAAS%3BCAChC%3B%3BAAED%2CQAAS%2CGAAG%3BCAEX%2C2BAAA%3B%3BAAED%2CQAAS%2CGAAG%3BCAEX%2CwBAAA%3B%3BAAED%2CQAAS%2CEAAC%3BAACV%2CQAAS%2CEAAC%3BAACV%2CQAAS%2CEAAC%3BAACV%2CQAAS%2CEAAC%3BCAET%3B%3B%3BAAMD%2CCAAC%3BAACD%2CCAAC%3BCAEA%3BCACA%3B%3BAAED%2CCAAC%3BAACD%2CCAAC%3BCAEA%3BCACA%3B%3B%3BAAMD%2CIAAI%2CKAAM%2CGAAE%2CKAAM%2CGAAG%2CMAAM%2CGAAG%3BAAC9B%2CIAAI%2CKAAM%2CGAAE%2CKAAM%2CGAAG%2CMAAM%2CGAAG%3BCAE7B%3BCAAa%3BCAAkB%3BCAAkB%3BCACjD%3B%3B%3BAAID%2CIAAI%2CKAAM%2CGAAE%2CKAAM%3BCAAQ%3B%3B%3BAAI1B%2CIAAI%2CKAAM%2CGAAE%2CKAAM%2CGAAG%2CMAAM%2CGAAG%2CGAAE%3BAAChC%2CIAAI%2CKAAM%2CGAAE%2CKAAM%2CGAAG%2CMAAM%2CGAAG%2CGAAE%3BCAE%5C%2FB%2CcAAA%3B%3B%3BAAID%2CGAAG%3BAACH%2CGAAG%3BCAAe%3BCAAkB%3B%3B%3BAAGpC%3BCAEC%3BCACA%3B%3B%3BAAID%3BCAEC%2CcAAA%3B%3B%3BAAKD%2CIAAI%2CKAAM%2CKAAI%3BAACd%2CIAAI%2CKAAM%2CKAAI%3BCAEb%3B%3B%3BAAOD%2CIAAI%2CKAAM%2CGAAE%2CMAAO%3BAACnB%2CIAAI%2CKAAM%2CGAAE%2CMAAO%3BCAElB%3BCACA%3BCACA%3B%3B%3BAAID%2CEAAE%3BCAAW%3BCAAc%3B%3B%3BAAI3B%2CIAAI%2CKAAM%2CMAAK%2CKAAM%2CGAAE%2COAAQ%3BCAE9B%3B%3B%3BAAKD%2CIAAI%2CKAAM%2CMAAK%2CKAAM%2CGAAE%2COAAQ%2CGAAE%3BCAEhC%3BCACA%3BCACA%2C6BAAA%3BCACA%3B%3B%3BAAID%2CCAAC%3BCAEA%3BCACA%3B%3B%3BAAID%2CEAAE%3BCAED%2C0BAAA%3BCACA%2C2BAAA%3BCACA%3BCACA%3BCACA%3B%3B%3BAAID%2CKAAK%3BCAEJ%2CmBAAA%3B%3BAAKD%2CGAAG%2CMAAO%2CMAAK%3BAACf%2CGAAG%2CMAAO%2CMAAK%3BCAEd%2CyBAAA%3B%3B%3BAAID%2CQAAQ%3BAACR%2CQAAQ%3BCAEN%2CgDAAgD%2CYAAY%2CaAAa%2CUAAU%2CUAAU%2CUAAU%2CaACxG%2CaAAa%2CcAAc%2C4BAD1B%3BCAED%3B%3B%3BAAID%2CQAAQ%3BCAEN%2CgDAAgD%2CYAAY%2CaAAa%2CUAAU%2CUAAU%2CUAAU%2CaACxG%2CaAAa%2CcAAc%2C4BAD1B%3BCAED%3BCACA%3BCACA%2CyBAAA%3B%3B%3BAAQD%2CEAAG%2CGAAE%3BCAEJ%3B%3BAAGD%2CEAAE%2CSAAU%2CGAAE%3B%3B%3B%3BCAKb%3B%3B%3BAAKD%2CEAAE%3BCAED%3BCACA%3B%3BAAGD%2CGAAG%2CKAAM%3BCAER%2CgDAAgD%2CYAAY%2CaAAa%2CUAAU%2CUAAU%2CUAAU%2CaACvG%2CaAAa%2CcAAc%2C4BAD3B%3BCAEA%3BCACA%3B%3BAAED%2CGAAG%2CKAAM%3BCAEP%2CgDAAgD%2CYAAY%2CaAAa%2CUAAU%2CUAAU%2CUAAU%2CaACxG%2CaAAa%2CcAAc%2C4BAD1B%3BCAED%3B%3BAAGD%2CGAAG%2COAAQ%2CIAAG%2COAAQ%3BCAErB%3BCACA%3B%3B%3BAAMD%2CEAAE%3BCAED%3BCACA%3BCACA%3B%3BAAED%2CKAAK%3BCAEJ%3BCACA%2CiBAAA%3BCACA%3B%3BAAED%2CKAAK%2COAAQ%3BCAEZ%3BCACA%3BCACA%2CgCAAA%3BCACA%3BCACA%3B%3BAAOD%2CKAAK%2COAAQ%2CGAAE%3BCAEd%3BCACA%3B%3B%3BAAMD%2CKAAK%3BCAEJ%3BCACA%3BCACA%3B%3BAAED%2CKAAK%2CSAAU%3BCAEd%2CkBAAA%3B%3BAAID%3BAACA%3BCAEC%3B%3BAAGD%3BCACI%3B%3BAAGJ%3BCACI%3B%3BAAIJ%2CGAAG%3BCAEF%3BCACA%3B%3BAAKD%2CIAAI%3BCAEH%3BCACA%2CyBAAA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%2CuCAAA%3BCACG%2CoCAAA%3BCACA%2C%2BBAAA%3B%3B%3BAAUJ%2CEAAE%3BAACF%2CEAAE%2CKAAM%3BCAEP%3BCACA%2CsDAAA%3BCACA%3BCAAW%3B%3BAAGZ%2CEAAE%2CKAAM%3BCAEP%3B%3BAAKD%2CEAAE%2CKAAM%2CIAAG%3BCAEV%3BCACA%3BCACA%3BCACA%3B%3BAAED%2CEAAE%2CKAAM%2CIAAG%3BAACX%2CEAAE%2CKAAM%2CIAAG%3BCAEV%3BCACA%3BCACA%3B%3BAAGD%2CEAAE%2CKAAM%2CIAAI%3BCAEX%3B%3BAAGD%2CEAAE%2CKAAM%3BCACP%3BCAAW%2CcAAA%3BCACX%3BCACA%2CuDAAA%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CEAAE%2CKAAM%2CGAAE%3BAACV%2CEAAE%2CKAAM%2CGAAE%3BCAET%2C2DAAA%3B%3BAAGD%2CGAAG%2CKAAK%3BCAEP%2CwDAAA%3B%3BAAED%2CGAAG%2CKAAK%3BCAEP%2CuDAAA%3B%3BAAID%2CIAAO%3BCAEN%3B%3BAAID%2CGAAG%2CUAAW%3BCAEb%3B%3B%3BAAQD%3BCAEC%2CwBAAA%3BCACA%3B%3BAAED%3BCAEC%2CuBAAA%3BCACA%3B%3BAAGD%2CGAAG%2CMAAS%2CMAAG%2COAAU%2CMAAG%3BCAE3B%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%3BCAEF%3B%3BAAED%2CGAAG%3BCAEF%3B%3BAAGD%2CGAAG%2CMAAS%2CMAAG%3BCAEd%3BCACA%3BCACA%3B%3BAAID%2CGAAG%2CMAAO%2CIAAG%2COAAQ%2CGAAE%3BCAEtB%3B%3BCACA%3BCACA%3B%3BCACA%3B%3BAAGD%2CGAAG%3BCAEF%3BCACA%3BCACA%3B%3BAAID%2CEAAE%2CMAAO%2CIAAG%3BCAEX%3BCACA%3BCACA%3BCACA%3B%3BAAED%2CEAAE%2CMAAS%2CKAAK%3BAAChB%2CEAAE%2CMAAS%2CKAAK%3BCAEf%3B%3BAAGD%2CGAAG%2CMAAO%2CIAAG%2COAAQ%2CIAAG%3BAACxB%2CGAAG%2CYAAe%2CMAAG%3BCAEpB%3B%3BAAID%2CGAAG%2CMAAO%2CIAAG%2COAAU%2CKAAE%3BCAExB%3BCACA%3B%3BAAKD%2CGAAG%3BCAEF%3B%3BAAGD%2CGAAG%2CMAAO%2CGAAE%2CMAAO%3BCAElB%3BCACA%3BCAEA%3BCAEA%2C%2BBAAA%3BCAEA%3B%3BCACG%3B%3BCACA%3B%3BCAEH%3B%3BCACG%3B%3BCACA%3B%3BCACA%3BCAEH%3BCACA%3BCACA%3B%3BAAMD%2CGAAG%3BCACF%3BCACA%3B%3BAAGD%2CGAAG%2CMAAO%2CIAAG%2CQAAS%3BCAErB%3BCACA%3B%3BAAID%2CKAAM%2CGAAE%2CSAAY%3BCAEhB%3BCACA%3B%3BAAIJ%2CKAAM%2CGAAE%2CKAAQ%3BCACZ%3B%3BAAKJ%2CEAAE%2CKAAM%3BCAER%3B%3B%3BAAMA%2CGAAG%2CMAAO%2CIAAG%3BCAEZ%3B%3BAAID%2CGAAG%2CMAAO%2CIAAG%2COAAQ%2CIAAG%3BAACxB%2CGAAG%2CQAAQ%3BCAEV%2C0DAAA%3BCACA%2C4BAAA%3B%3BAAED%2CGAAG%2CMAAO%2CIAAG%2COAAQ%2CIAAG%3BAACxB%2CGAAG%2CQAAQ%3BCAEV%2C4DAAA%3BCACA%2C4BAAA%3B%3BAAED%2CGAAG%2CMAAO%2CIAAG%2COAAQ%2CIAAG%3BAACxB%2CGAAG%2CQAAQ%3BCAEV%2CuDAAA%3BCACA%2C4BAAA%3B%3BAAED%2CGAAG%2CMAAO%2CIAAG%2COAAQ%2CIAAG%3BAACxB%2CGAAG%2CQAAQ%3BCAEV%2CyDAAA%3BCACA%2C4BAAA%3B%3BAAGD%2CGAAG%2CMAAO%2CIAAG%2COAAQ%3BAACrB%2CGAAG%3BCAEF%2CyBAAA%3BCACA%2CyBAAA%3BCACA%2C2BAAA%3BCAEA%3BCACG%3BCACA%3BCACA%3B%3B%3BAAIJ%2CGAAG%3BAACH%2CGAAG%3BCAEF%2CoDAAA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAKD%2CGAAG%3BCACF%3BCACA%3B%3BAAFD%2CGAAG%2CUAGF%2CIAAG%2CMAAM%3BCACR%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%2CyBAAA%3BCACA%3BCACA%3BCACA%3B%3BAAZF%2CGAAG%2CUAeF%2CIAAG%2CMAAM%2CWAAc%2CMAAG%3BCACzB%3BCACA%3B%3BAAjBF%2CGAAG%2CUAoBF%2CIAAG%3BCACF%2CyBAAA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAA3BF%2CGAAG%2CUA8BF%2CIAAG%3BAA9BJ%2CGAAG%2CUA8Bc%2CIAAG%3BAA9BpB%2CGAAG%2CUA8B0B%2CIAAG%3BCAC9B%3BCACA%3BCACA%3B%3BAAjCF%2CGAAG%2CUAoCF%2CIAAG%2CMAAS%2CMAAG%3BCACf%3B%3BAAID%3BCAEC%3B%3BAAED%3BCAEC%3B%3BAAID%3BCAEC%3B%3B%3B%3B%3BAAKD%2CGAAG%3BCACF%3B%3BAAED%2CGAAG%2CQAAS%2CIAAG%3BCAEd%2C0BAAA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2CQAAS%2CIAAG%2COAAU%2CMAAG%3BCAE3B%3BCACA%3BCACA%3B%3BAAED%2CGAAG%2CQAAS%2CKAAI%2CsBAAuB%2CIAAG%3BCAEzC%3B%3BAAGD%2CGAAG%2CQAAW%3BCAEb%3B%3BAAGD%2CKAAK%3BCAEJ%2CyBAAA%3BCACA%2CcAAA%3BCACA%3BCACA%3BCACA%3B%3BCACG%3B%3BCACA%3B%3BCACA%3BCACA%3BCACH%2CwCAAA%3BCACG%2CqCAAA%3BCACA%2CqCAAA%3BCACA%3B%3BAAIJ%2CKAAK%2COAAO%3BCAEX%3B%3B%3B%3BAAKD%2CGAAG%2CMAAS%2CMAAG%3BAACf%2CGAAG%2CMAAS%2CMAAG%3BCAEd%3B%3BAAED%2CGAAG%2CMAAM%2CMAAS%2CMAAG%3BAACrB%2CGAAG%2CMAAM%2CMAAS%2CMAAG%3BCAEpB%3B%3BAAID%2CGAAG%3BCACF%3BCACA%3B%3BAAED%2CGAAG%2CUAAa%2CMAAG%3BCAClB%3BCACA%3BCACA%3BCACA%3BCACG%3B%3BAAGJ%2CGAAG%2CUAAa%2CMAAG%2CSAAS%3BCAE3B%2C0BAAA%3BCACA%3B%3BCACG%3B%3BCACA%3B%3BCACA%3BCACA%3BCACA%3B%3B%3BAAmBJ%2CwBAV2C%3BCAE1C%3BEACA%3BEACA%3B%3B%3B%3BAAsED%2CkCA9DoD%3BCAEnD%3BEACC%3BEACA%3BEACA%3B%3BCAED%2CGAAG%3BCACH%2CGAAG%3BEACF%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BCAGD%2CGAAG%2CUAAW%2CIAAG%3BEAEhB%3B%3BCAGD%2CEAAE%2COAAQ%2CIAAG%3BEAEZ%3B%3BCAGD%2CGAAG%2CUAAW%2CIAAG%3BEAEhB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BCAED%2CGAAG%2CUAAW%2CIAAG%2CMAAS%2CMAAG%3BEAE5B%3BEACA%3B%3B%3BAAsBF%2CIAAO%2CMAAG%3BCACT%3B%3BAAGD%2CEAAE%2CQAAY%3BCAEb%3BCACA%3BCACA%3BCACA%2CyBAAA%3BCACA%2CyBAAA%3BCACA%2CcAAA%3B%3BAAED%2CEAAE%2CQAAY%2CKAAE%3BCAEf%3BCACA%3BCACA%3BCACA%2CyBAAA%3BCACA%2CyBAAA%3BCACA%2CcAAA%3B%3BAAGD%2CEAAE%3BCACD%3B%3BAAID%2CKAAM%2CGAAE%3BCACP%3BCACA%3B%3BAAED%2CKAAM%2CGAAE%3BCACP%3BCACA%3B%3BAAED%2CKAAM%2CGAAE%3BCACP%3BCACA%3B%3B%3BAAMD%2CGAAG%3BCAEF%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%2CyBAAA%3BCACA%3B%3B%3BAAKD%2CGAAG%2COAAU%2CMAAM%2CMAAG%3BCAErB%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%2C%2BBAAA%3BCACA%2C8BAAA%3BCACA%2C6BAAA%3BCACA%2CgCAAA%3BCACA%3BCACD%3B%3B%3BAAMA%2CGAAG%3BCAEF%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%3BCAEF%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%3BCAEF%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAED%2CGAAG%2CWAAc%2CMAAG%3BCAEnB%3B%3B%3B%3BAAaD%2CGAAG%2CMAAM%2CKAAM%2CKAAK%2CIAAG%3BCAEtB%3BCACA%3B%3BAAGD%2CGAAG%2CMAAM%2CKAAM%2CKAAK%2CIAAG%3BCAEtB%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2CMAAM%2CKAAM%2CKAAK%2CIAAG%3BCAEtB%3BCACA%3BCACA%3BCACA%3B%3B%3BAAID%2CGAAG%2CMAAM%2CMAAO%2CKAAK%2CIAAG%3BCAEvB%3BCACA%3B%3BAAGD%2CGAAG%2CMAAM%2CMAAO%2CKAAK%2CIAAG%3BCAEvB%3BCACA%3BCACA%3BCACA%3B%3BAAGD%2CGAAG%2CMAAM%2CMAAO%2CKAAK%2CIAAG%3BCAEvB%3BCACA%3BCACA%3BCACA%3B%3BAAKD%2CIAAK%2CIAAG%2CMAAS%3BAACjB%2CIAAK%2CIAAG%2CMAAS%2CMAAG%3BCAEnB%2CgBAAA%3B%3BAAGD%2CIAAK%2CIAAG%2CMAAO%2CMAAK%3BAACpB%2CIAAK%2CIAAG%2CMAAO%2CMAAK%3BAACpB%2CIAAK%2CIAAG%2CMAAO%3BAACf%2CIAAK%2CIAAG%2CMAAO%3BCAEd%3B%3BAAED%2CIAAK%2CIAAG%2CMAAO%2CMAAK%3BAACpB%2CIAAK%2CIAAG%2CMAAO%2CMAAK%3BCAEnB%3B%3BAAGD%3BCAEC%3B%3BAAGD%2CKAAK%2CeAAkB%3BAACvB%2CKAAK%2CYAAe%3BCAEnB%3B%3BAAGD%2CKAAM%2CIAAG%3BCAER%3B%3BAAGD%2CGAAG%2CYAAe%2CMAAG%3BCAEpB%3B%3BAAGD%2CGAAG%2COAAU%2CMAAG%3BCAEf%3B%3BAAGD%2CGAAG%2CYAAe%3BAAClB%2CGAAG%2CYAAe%3BAAClB%2CGAAG%2CYAAe%3BCAEjB%3BCACA%3B%3B%3BAAMD%2CQAAW%2CMAAI%2CMAAK%3BAACpB%2CQAAW%2CMAAI%2CKAAI%3BCAElB%3B%3B%3BAAMD%2CQAAW%2CMAAI%2CMAAK%3BAACpB%2CQAAW%2CMAAI%2CMAAK%3BAACpB%2CQAAW%2CMAAI%2CMAAK%3BAACpB%2CQAAW%2CMAAI%2CKAAI%3BAACnB%2CQAAW%2CMAAI%2CKAAI%3BAACnB%2CQAAW%2CMAAI%2CKAAI%3BCAElB%3BCACA%3B%3BAAID%2CGAAG%3BCAEF%3B%3B%3B%3BAAUD%2CEAAE%2CKAAQ%2CKAAE%3BCAEX%2CyBAAA%3BCACA%3BCACA%2C%2BBAAA%3BCACA%3BCACA%3B%3B%3B%3BAASD%2CEAAE%2CKAAQ%2CKAAE%3BCAEX%3B%3B%3BAAID%2CEAAE%2CKAAQ%2CKAAE%3BCAEX%3B%3B%3BAAID%2CEAAE%2CKAAQ%2CKAAE%3BCAEX%3B%3BAAGD%2CEAAE%3BCAED%3B%3B%3BAAKD%2CGAAG%2CQAAS%2CEAAC%3BAACb%2CGAAG%2CQAAS%2CEAAC%3BCAEZ%2CuCAAA%3BCACG%2CoCAAA%3BCACA%2C%2BBAAA%3B%3B%3B%3BAAQJ%3BCAEC%2CyBAAA%3B%3B%3BAAID%2CGAAG%2CMAAO%2CGAAE%2CMAAS%2CKAAE%3BAACvB%2CGAAG%2CMAAO%2CGAAE%2CMAAS%2CKAAE%2COAAO%3BCAE7B%2CyBAAA%3BCACA%2CkBAAkB%2CwCAAlB%3BCACA%2CcAAA%3B%3B%3BAAID%2CGAAG%3BCAEF%2CyBAAA%3BCACA%2CkBAAkB%2C0CAAlB%3BCACA%2CcAAA%3B%3B%3BAAID%2CGAAG%2COAAQ%2CIAAG%2CaAAgB%3BCAE7B%2CcAAA%3B%3BAAGD%2CGAAG%3BAACH%2CEAAE%2CMAAS%2CKAAE%3BCAEX%2CgDAAgD%2CYAAY%2CaAAa%2CUAAU%2CUAAU%2CUAAU%2CaACxG%2CaAAa%2CcAAc%2C4BAD1B%3BCAED%3B%3BAAGD%2CGAAG%3BCAEF%2CgDAAgD%2CYAAY%2CaAAa%2CUAAU%2CUAAU%2CUAAU%2CaACvG%2CaAAa%2CcAAc%2C4BAD3B%3BCAEA%3B%3B%3BAAKD%2CGAAG%2CMAAO%2CGAAE%2CMAAO%3B%3B%3B%3B%3BAAQnB%2CGAAG%2CMAAS%2CMAAG%3BCAEd%2CyBAAA%3B%3BAAGD%2CGAAG%2CMAAS%2CMAAG%3BCAEd%2CyBAAA%3BCACA%2CkBAAkB%2CwCAAlB%3B%3BAAMD%2CGAAG%2CMAAO%2CGAAE%2CMAAO%2CGAAE%3BCACpB%2CyBAAA%3B%3B%3B%3B%3BAAQD%2CEAAE%2CKAAM%2CGAAE%3BAACV%2CEAAE%2CKAAM%2CGAAE%3BCAET%2CyBAAA%3B%3BAAKD%2CGAAG%2CQAAS%3BAACZ%2CGAAG%3BCAEF%2CyBAAA%3BCACA%2CcAAA%3BCACA%3BCACA%3B%3BAAOD%2CGAAG%2COAAQ%2CIAAG%2CWAAc%2CIAAC%3BAAC7B%2CGAAG%2COAAQ%2CIAAG%2COAAQ%2CEAAC%2CKAAK%3BCAE3B%3B%3BAAGD%2CGAAG%3BCACF%3B%3B%3BAAKD%3BCACC%22%7D */- \ No newline at end of file diff --git a/modules/cms-ui/themes/default/css/openrat-ui.less b/modules/cms-ui/themes/default/css/openrat-ui.less @@ -1,1487 +0,0 @@ -/* -OpenRat Content Management System -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 -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - - -/* Usage to this variable is safe to be removed */ -@color-overridden-by-theme: black; - -iframe -{ - width:100%; - height:500px; - display:block; -} - -div.breadcrumb, -div.breadcrumb a, -div.panel > div.title -{ - font-weight:bold; -} - -/* H e a d e r */ -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#tree -{ - padding:5px; - width:25%; - margin-left:0px; - float:left; -} -*/ - - -/* N o t i c e */ -div#noticebar -{ - display:block; - position:fixed; - bottom:40px; - right:40px; - width:250px; - z-index:113; -} - -div#noticebar div.notice -{ - border: 2px solid @color-overridden-by-theme; - - padding:5px; - margin:5px; - - display:none; -} -div#noticebar div.notice.error div.text -{ - font-weight: bold; -} -div#noticebar div.log -{ - font-family: monospace; -} - -/* H o e h e n */ -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; - font-style:normal; - font-weight:normal; - text-decoration:none; -} - -ul#history > li.active -{ - font-weight:bold; -} - - -a.help -{ - float:right; -} - -a.help -{ - cursor:help; -} - -a.action:hover, -a.help:hover, -div.noaction:hover -{ - text-decoration:none; -} - -a.action:active, -a.help:active, -div.noaction:active, -input.ok:active -{ - border-color:red; -} - -/* D r o p d o w n - M e n u e s */ -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; - width:100%; - margin-top: 5px; - margin-bottom: 5px; -} - -div#header > div.menu { - overflow: hidden; -} - -/* Dropdown anzeigen */ -div#header.open div.menu.open 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; -} - - - -/* Vorschau von Text-Inhalten */ - -.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; -} - - - -/* Verweise */ -a:link, -a:visited -{ - font-weight:normal; - text-decoration:none; -} -a:active, -a:hover -{ - font-weight:normal; - text-decoration:none; -} - - - -/* Submenu-Entrys */ -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; -} - -/* Submenu-Width */ -body.menu tr.menu table { width:50px;} - - -/* Inaktive Menuepunkte werden ausgegraut */ -body.menu tr.menu td table tr td.noaction, -body.main tr.menu td table tr td.noaction -{ - color:@color-overridden-by-theme; -} - -/* Icon-Innenabstand */ -img[align=left], -img[align=right] {padding-right:1px;padding-left:1px;} - -/* Vorformatierter Text */ -pre -{ - font-family:Courier; - font-size:13px; -} - -/* Kleingedrucktes */ -small -{ - color:@color-overridden-by-theme; -} - - -/* Kurztasten */ -body.menu span.accesskey, -body.main span.accesskey -{ - text-decoration:underline; -} - - - - -/* Menzue-Titel-Zeile */ -body.menu tr.title td, -body.main tr.title td -{ - vertical-align:middle; - padding:4px; - height:30px; -} - -/* Hinweis */ -td.message { padding:10px; font-weight:bold; } - - -/* Allgemeine Inhaltszellen */ -body.main table.main td.window td -{ - padding:4px; -} - - -/* Action-Button */ -body.main table.main td.window td.act -{ - padding:15px; - margin-top:20px; - border-top:1px solid @color-overridden-by-theme; - text-align:right; -} - -/* Lizenzhinweis */ -a.copyright -{ - font-size:0.7em; - text-decoration:none; -} - -/* Message of the day */ -td.motd -{ - border-left: 3px solid red; - border-right: 3px solid red; - font-weight: bold; - padding:10px; - margin:10px; -} - -/* Hauptfenster */ -table.main -{ - x-border:3px solid; -} - - - -div.panel input.checkbox, -div.panel input.radio -{ - border:1px solid @color-overridden-by-theme; -} - -/* Eingabefeld fuer Beschreibung */ -textarea.desc, -textarea.description -{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size:13px; -} - -/* Eingabefeld fuer Textabsatz */ -textarea.longtext -{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size:13px; - width:100%; - border:1px solid @color-overridden-by-theme; -} - - - - - -/* Hilfe-Texte */ -tr td.help -{ - font-style: italic; -} - -tr.headline td.help -{ - /* - border-bottom:1px solid @color-overridden-by-theme; - */ - font-style: normal; - -} - -/* Logo */ -td.logo -{ - padding:10px; - margin:0px; -} - -div.logo h2 -{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-weight:normal; - font-size:24px; -} -div.logo p -{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size:13px; -} - -div#header div.search input -{ - margin:0px; - padding:0px; -} - - - -/* Notizen */ -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 @color-overridden-by-theme; - font-weight:normal; - text-align:left; -} - -table.notice tr.error -{ -} - -table.notice tr.warning -{ - margin:0px; - padding:0px; -} - - - -/* Kalender */ -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 @color-overridden-by-theme; - position:absolute; - z-index:999; - top:5%; - left:5%; - width:80%; - margin:5%; - padding:10%; - opacity:1; - - -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; -} - - - - - - - -/* B a u m */ -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; -} - - - -ul.tree div.tree -{ - width:18px; - min-width:18px; - height:18px; - 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; -} - - - - -/* T a b s */ - -.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; -} - - -div.panel div.header ul.views -{ - text-align: left; /* set to left, right or center */ - list-style-type: none; - overflow: hidden; /* Gescrollt wird hier mit JavaScript */ - 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.content -{ - clear: both; -} - -div.panel ul.views li -{ - vertical-align: middle; - padding:0px; - - cursor:pointer; - - border-right: 1px solid @color-overridden-by-theme; - - -moz-border-radius-topleft:5px; /* Mozilla */ - -webkit-border-radius-topleft:5px; /* Webkit */ - -khtml-border-top-radius-topleft:5px; /* Konqui */ - border-top-right-radius:5px; - -moz-border-radius-topright:5px; /* Mozilla */ - -webkit-border-radius-topright:5px; /* Webkit */ - -khtml-border-top-radius-topright:5px; /* Konqui */ - border-top-right-radius:5px; - - display: inline; - white-space:nowrap; - float:left; -} - - - - -div.panel { - margin:0px; - padding:0px; -} - -div.panel div.content table -{ - overflow:auto; - border:2px; -} - - -table tr.headline > td { - - padding:3px; - font-weight: bold; -} - - -table tr.data > td { - padding:3px; -} - - - -ul.tree div -{ -cursor:pointer; -} - - - -/* S t a t u s z e i l e */ -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 @color-overridden-by-theme; - 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; -} - -/* Fortschrittsbalken */ -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 { - width: 100%; - padding: 3px; - div.panel.fullscreen { - display: block; - z-index: 109; - position: fixed; - top: 0; - left: 0; - background-color: @color-overridden-by-theme; - margin: 0px; - width: 100% ! important; - height: 100% ! important; - } - - div.panel.fullscreen > div.content { - width: 100% ! important; - height: 100% ! important; - } - - div.panel { - border: 1px solid @color-overridden-by-theme; - margin: 0px; - padding: 0px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - -khtml-border-radius: 5px; - border-radius: 5px; - } - - div.container , div.panel , div.divider { - display: inline; - float: left; - margin: 0px; - } - - div.panel > div.content { - overflow: auto; - } -} - -.invisible -{ - visibility:hidden; -} -.visible -{ - visibility:visible; -} - - -body -{ - overflow:hidden; -} -/* - * Formular-Button-Leiste - */ -div.panel { - position:relative; -} -div.content div.bottom -{ - xbackground-color: @color-overridden-by-theme; - 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: @color-overridden-by-theme; - color: @color-overridden-by-theme; - padding: 7px; - border:0px; - -moz-border-radius:7px; /* Mozilla */ - -webkit-border-radius:7px; /* Webkit */ - -khtml-border-radius:7px; /* Konqui */ - border-radius:7px; - margin-left:20px; - -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; -} - - -input.submit.ok -{ - font-weight:bold; /* Primäre Aktion in Fettdruck */ -} - - -/* Pfeile nur anzeigen, wenn Maus über der Titelleiste */ -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 @color-overridden-by-theme; - x-moz-border-radius:2px; /* Mozilla */ - x-webkit-border-radius:2px; /* Webkit */ - x-khtml-border-radius:2px; /* Konqui */ - opacity:1.0; - position:relative; - bottom:3px; - -} - - - - -/* Smaller screens */ - -@media only screen and (max-width: 1023px) { - - body { - font-size: 0.8em; - line-height: 1.5em; - } - - } - - -/* Mobile */ - -@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 @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 @color-overridden-by-theme; - background-color: @color-overridden-by-theme; - color:@color-overridden-by-theme; -} - -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; -} - - -/* Modale Dialoge */ - -div#filler -{ - xxxxdisplay: block; - position:absolute; - z-index: 100; - top: 0; - left: 0; - height:100%; - width:100%; - background-color: @color-overridden-by-theme; - opacity: 0.5; -} - - -/* Pfeile */ -div#header > div > div.arrow-down -{ - display: inline; - width:0; - height:0; - margin:6; - padding:0px; - 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; -} - - - -/* D r o p d o w n - M e n u e s */ -div.dropdown -{ - font-style:normal; - font-weight:normal; - text-decoration:none; -} - -div.toolbar-icon -{ - padding:2px; - margin-left:5px; - float: left; -} - -div.headermenu -{ - margin:5px; - z-index: 1; - position: relative; - right: 0; - top: 0; -} -div.headermenu > div.toolbar-icon -{ - float:right; -} - - - /* Voreingestellte Schriftart */ -body -{ - -} - - - -/* Formulare breit */ -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; -} - -/* Formulare schmal */ -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; -} - -div.inputholder > div.dropdown -{ - width:70%; -} - -div.search > div.inputholder -{ - padding-top:1px; -} - -div.inputholder > input, -div.inputholder > textarea, -div.inputholder > select -{ - padding:2px; - margin:0px; -} - - - -/* Eingabfeld fuer Namen */ -fieldset > div input.name, -fieldset > div span.name -{ - font-weight:bold; -} - - - -/* Eingabfelder fuer Dateiname */ -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; -} - - - - - -/* Anzeige von Text-Unterschieden */ - -/* Zeilen-Nr */ -tr.diff > td.line -{ - background-color:@color-overridden-by-theme; - padding-right:2px; - border-right:3px solid @color-overridden-by-theme; - text-align:right; - margin-right:2px; -} - -/* Unveränderter Text */ -tr.diff > td.equal -{ -} - -/* Entfernter Text */ -tr.diff > td.old -{ - background-color:red; -} - -/* Hinzugefuegter Text */ -tr.diff > td.new -{ - background-color:green; -} - -/* Geaenderter Text */ -tr.diff > td.notequal -{ - background-color:yellow; -} - -dl.notice -{ - padding:15px; -} - - -/* S c h a t t e n */ -div.content a.action, -div.content a.help -{ - -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; -} - - - -/* F a r b e n */ - -/* Gesamt-Hintergrund */ -body -{ - background-color:@color-overridden-by-theme; -} - -/* Fenster-Hintergrund */ -div.panel ul.views > li.active, -div.panel ul.views > li.active:hover -{ - 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: @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: @color-overridden-by-theme; -} - -div#header, /* Titelleite */ -ul.views > li.action /* Tabreiter */ -{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size:13px; -} - -div.content -{ - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", - "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size:13px; -} - - -/* Reiter */ -div.panel ul.views li -{ - /* - background-color:@color-overridden-by-theme; - */ -} - - -div.panel > div.content -{ - background-color:@color-overridden-by-theme; -} - -div.panel > div.header -{ - 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: @color-overridden-by-theme; - /* - color: blue; - */ -} - - - -ul.tree li.last, -ul.tree li:last-child -{ - background-color:@color-overridden-by-theme; -} - - - -div.content pre, -div.dropdown -{ - background-color:@color-overridden-by-theme; - color:@color-overridden-by-theme; - min-width: 150px; - max-width: 450px; -} - - - - - -div.filler div.headermenu > a.entry, -div.filler div.header a.back.button -{ - font-size: 0.8em; -} - -img.image-icon { - visibility: hidden; -} - - -/* Make Codemirror Auto-Resizable */ -.CodeMirror { - height: auto; -}- \ No newline at end of file diff --git a/modules/cms-ui/themes/default/css/openrat-ui.min.css b/modules/cms-ui/themes/default/css/openrat-ui.min.css @@ -1 +0,0 @@ -iframe{width: 100%;height: 500px;display: block}div.breadcrumb,div.breadcrumb a,div.panel > div.title{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 #000;padding: 5px;margin: 5px;display: none}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;font-style: normal;font-weight: normal;text-decoration: none}ul#history > li.active{font-weight: bold}a.help{float: right}a.help{cursor: help}a.action:hover,a.help:hover,div.noaction:hover{text-decoration: none}a.action:active,a.help:active,div.noaction:active,input.ok:active{border-color: red}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;width: 100%;margin-top: 5px;margin-bottom: 5px}div#header > div.menu{overflow: hidden}div#header.open div.menu.open 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}.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}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: #000}img[align=left],img[align=right]{padding-right: 1px;padding-left: 1px}pre{font-family: Courier;font-size: 13px}small{color: #000}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 #000;text-align: right}a.copyright{font-size: 0.7em;text-decoration: none}td.motd{border-left: 3px solid #f00;border-right: 3px solid #f00;font-weight: bold;padding: 10px;margin: 10px}table.main{x-border: 3px solid}div.panel input.checkbox,div.panel input.radio{border: 1px solid #000}textarea.desc,textarea.description{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-size: 13px}textarea.longtext{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-size: 13px;width: 100%;border: 1px solid #000}tr td.help{font-style: italic}tr.headline td.help{font-style: normal}td.logo{padding: 10px;margin: 0px}div.logo h2{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-weight: normal;font-size: 24px}div.logo p{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;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 #000;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 #000;position: absolute;z-index: 999;top: 5%;left: 5%;width: 80%;margin: 5%;padding: 10%;opacity: 1;-webkit-box-shadow: 3px 2px 5px #000;-moz-box-shadow: 3px 2px 5px #000;box-shadow: 3px 2px 5px #000}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}ul.tree div.tree{width: 18px;min-width: 18px;height: 18px;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 #008000;cursor: move}.dropactive{border: 1px dotted #00f;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}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.content{clear: both}div.panel ul.views li{vertical-align: middle;padding: 0px;cursor: pointer;border-right: 1px solid #000;-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;display: inline;white-space: nowrap;float: left}div.panel{margin: 0px;padding: 0px}div.panel div.content table{overflow: auto;border: 2px}table tr.headline > td{padding: 3px;font-weight: bold}table tr.data > td{padding: 3px}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 #000;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{width: 100%;padding: 3px}div#workbench div.panel.fullscreen{display: block;z-index: 109;position: fixed;top: 0;left: 0;background-color: #000;margin: 0px;width: 100% !important;height: 100% !important}div#workbench div.panel.fullscreen > div.content{width: 100% !important;height: 100% !important}div#workbench div.panel{border: 1px solid #000;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 div.panel > div.content{overflow: auto}.invisible{visibility: hidden}.visible{visibility: visible}body{overflow: hidden}div.panel{position: relative}div.content div.bottom{xbackground-color: #000;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: #000;color: #000;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 #000;-moz-box-shadow: 0px 0px 15px #000;box-shadow: 0px 0px 15px 10px #000;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 #000;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 #000;background-color: #000;color: #000}ul#history > li.active{xdisplay: inline;margin: 5px;padding: 5px;border: 1px solid #000;background-color: #000;color: #000}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: #000;opacity: 0.5}div#header > div > div.arrow-down{display: inline;width: 0;height: 0;margin: 6;padding: 0px;border-right: 6px solid #000;border-left: 6px solid #000;border-top: 6px solid #000;border-bottom: 4px solid #000;margin-top: 10px;font-size: 0}div.dropdown{font-style: normal;font-weight: normal;text-decoration: none}div.toolbar-icon{padding: 2px;margin-left: 5px;float: left}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}div.inputholder > div.dropdown{width: 70%}div.search > div.inputholder{padding-top: 1px}div.inputholder > input,div.inputholder > textarea,div.inputholder > select{padding: 2px;margin: 0px}fieldset > div input.name,fieldset > div span.name{font-weight: bold}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: #000;padding-right: 2px;border-right: 3px solid #000;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{padding: 15px}div.content a.action,div.content a.help{-webkit-box-shadow: 3px 2px 5px #000;-moz-box-shadow: 3px 2px 5px #000;box-shadow: 3px 2px 5px #000}body{background-color: #000}div.panel ul.views > li.active,div.panel ul.views > li.active:hover{background-color: #000;background-image: linear-gradient(#000 0%, #000 15%);color: #000}div#header{background-color: #000;background-image: linear-gradient(#000 85%, #000 100%);color: #000}div#header div.toolbar-icon > a{color: #000}div#header,ul.views > li.action{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-size: 13px}div.content{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-size: 13px}div.panel > div.content{background-color: #000}div.panel > div.header{background-color: #000;background-image: linear-gradient(#000 0%, #000 85%)}div.panel ul.views li:hover{background-color: #000}ul.tree li.last,ul.tree li:last-child{background-color: #000}div.content pre,div.dropdown{background-color: #000;color: #000;min-width: 150px;max-width: 450px}div.filler div.headermenu > a.entry,div.filler div.header a.back.button{font-size: 0.8em}img.image-icon{visibility: hidden}.CodeMirror{height: auto}- \ No newline at end of file diff --git a/modules/cms-ui/themes/default/css/openrat-workbench.css b/modules/cms-ui/themes/default/css/openrat-workbench.css @@ -1,183 +0,0 @@ -/* -OpenRat Content Management System -Copyright (C) 2002-2010 Jan Dankert - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ -/* -Basis-Style for Openrat. -*/ -/* R e s e t - Alle Elemente zuruecksetzen */ -/* Source: http://meyerweb.com/eric/tools/css/reset/ */ -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; -} -div#dialog { - overflow: auto; - /*width:60%;*/ - position: absolute; - top: 5%; - left: 10%; - width: 80%; - height: 80%; - z-index: 104; - border: 1px solid !important; -} -div.container.axle-x > div.divider { - width: 5px; -} -div.container.axle-y > div.divider { - height: 5px; -} -/* Pfeile */ -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; -} -/* Mouseover */ -div.container > div.divider.ui-draggable-dragging { - z-index: 150; -} -/* Pfeile */ -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; -} -/* Pfeile */ -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; -} -.visible-for-nojs { - display: none; -} -html.nojs .noscript { - display: block; -} -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22openrat-workbench.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA0BA%3BAAAM%3BAAAM%3BAAAK%3BAAAM%3BAAAQ%3BAAAQ%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAG%3BAAAY%3BAAAK%3BAAAG%3BAAAM%3BAAAS%3BAAAS%3BAAAM%3BAAAK%3BAAAK%3BAAAI%3BAAAK%3BAAAG%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAI%3BAAAU%3BAAAM%3BAAAO%3BAAAQ%3BAAAO%3BAAAS%3BAAAO%3BAAAO%3BAAAO%3BAAAI%3BAAAI%3BCAAI%3BCAAS%3BCAAU%3BCAAS%3BCAAoB%3BCAAmB%3BCAAe%3BCAAoB%3B%3BAACxV%3BCAAM%3B%3BAACN%3BCAAO%3BCAAyB%3B%3BAAChC%3BAAAS%3BAAAI%3BCAAI%3BCAAgB%3B%3BAACjC%3BAAAO%3BAAAI%3BCAAI%3B%3BAACf%2CUAAU%3BAAAS%2CUAAU%3BAAAQ%2CCAAC%3BAAAS%2CCAAC%3BCAAQ%2CSAAQ%2CEAAR%3B%3BAACxD%3BAAAY%3BCAAG%2CQAAO%2CGAAG%2CEAAV%3B%3BAACf%2CCAAE%3BCAAK%3B%3BAAIP%2CGAAG%2CUAAW%2CIAAG%2CMAAM%3BCAEtB%3BCACA%3BCACA%3BCAEA%3BCAEA%2C4BAAA%3B%3BAAMD%2CGAAG%3BCAEF%3B%3BCAGA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCAEA%2C4BAAA%3B%3BAAMD%2CGAAG%2CUAAU%2COAAU%2CMAAG%3BCAEzB%3B%3BAAED%2CGAAG%2CUAAU%2COAAU%2CMAAG%3BCAEzB%3B%3B%3BAAID%2CGAAG%2CQAAQ%3BCAEV%3B%3BAAED%2CGAAG%2CQAAQ%3BCAEV%3B%3BAAED%2CGAAG%2CQAAQ%3BCAEV%3B%3BAAED%2CGAAG%2CQAAQ%3BCAEV%3B%3B%3BAAID%2CGAAG%2CUAAa%2CMAAG%2CQAAQ%3BCAE1B%3B%3B%3BAAMD%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CIAAG%3BCAE1B%3BCACA%3BCACA%3BCACA%3BCACA%2CmCAAA%3BCACA%2CsBAAA%3BCACA%2CkCAAA%3BCACA%2CoCAAA%3BCACA%3BCACA%3B%3B%3BAAGD%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CIAAG%3BCAE1B%3BCACA%3BCACA%3BCACA%3BCACA%2CiCAAA%3BCACA%2CuBAAA%3BCACA%2CoCAAA%3BCACA%2CmCAAA%3BCACA%3BCACA%3B%3BAAID%2CGAAG%2CUAAW%2CIAAG%2CMAAO%2CGAAE%2COAAO%3BCAEhC%3B%3BAAID%3BCAEC%3B%3BAAED%2CIAAI%2CKAAM%3BCAET%22%7D */- \ No newline at end of file diff --git a/modules/cms-ui/themes/default/css/openrat-workbench.less b/modules/cms-ui/themes/default/css/openrat-workbench.less @@ -1,149 +0,0 @@ -/* -OpenRat Content Management System -Copyright (C) 2002-2010 Jan Dankert - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ - -/* -Basis-Style for Openrat. -*/ - - -/* R e s e t - Alle Elemente zuruecksetzen */ -/* Source: http://meyerweb.com/eric/tools/css/reset/ */ -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; - -} - - - -div#dialog -{ - overflow: auto; - - /*width:60%;*/ - position:absolute; - top:5%; - left:10%; - width:80%; - height:80%; - - z-index: 104; - - border:1px solid !important; -} - - - - -div.container.axle-x > div.divider -{ - width:5px; -} -div.container.axle-y > div.divider -{ - height:5px; -} - -/* Pfeile */ -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; -} - -/* Mouseover */ -div.container > div.divider.ui-draggable-dragging -{ - z-index: 150; -} - - - -/* Pfeile */ -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; -} -/* Pfeile */ -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; -} - - -.visible-for-nojs -{ - display: none; -} -html.nojs .noscript -{ - display: block; -} diff --git a/modules/cms-ui/themes/default/css/openrat-workbench.min.css b/modules/cms-ui/themes/default/css/openrat-workbench.min.css @@ -1 +0,0 @@ -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}div#dialog{overflow: auto;position: absolute;top: 5%;left: 10%;width: 80%;height: 80%;z-index: 104;border: 1px solid !important}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}.visible-for-nojs{display: none}html.nojs .noscript{display: block}- \ No newline at end of file