| | |
| | | */ |
| | | |
| | | |
| | | |
| | | /* Stile Code-Editor */ |
| | | |
| | | /* der div-Behaelter fuer die Textarea */ |
| | | .codeeditor-space { |
| | | /* |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 1px solid lightgrey; |
| | | */ |
| | | flex:1 1 auto; |
| | | margin-top:0; |
| | | height:100%; |
| | | position:relative; |
| | | } |
| | | |
| | | /* Textarea fuer CodeMirror */ |
| | | /* |
| | | .codeeditor { |
| | | height: 100%; |
| | | } |
| | | */ |
| | | /* die Codemirror-Instanz selbst */ |
| | | .CodeMirror { |
| | | position:absolute; |
| | | top:0; |
| | | bottom:0; |
| | | left:0; |
| | | right:0; |
| | | height: 100%; |
| | | } |
| | | |
| | | /* Stile MCE-Editor */ |
| | | |
| | | .mce-editor { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .text-editor { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | |
| | | /* aus App-Vorlage */ |
| | | |
| | | html, body { |
| | |
| | | overflow: hidden; |
| | | } |
| | | .nord { |
| | | background-color: #0f0f0f; |
| | | background-color: #3f3f3f; |
| | | display: flex; |
| | | flex-flow: row; |
| | | height: 2em; |
| | |
| | | |
| | | /* file-cms stile */ |
| | | |
| | | .top-btn-area { |
| | | /*margin-left: auto;*/ |
| | | margin: 0 1em 0 2em; |
| | | } |
| | | |
| | | .top-btn { |
| | | margin: 0; |
| | | padding: 0 0.2em 0 0.2em; |
| | | height: 28px; |
| | | line-height: 24px; |
| | | text-align: center; |
| | | font-size: large; |
| | | background-color: white; |
| | | /* width: 1em; */ |
| | | } |
| | | |
| | | .breadcrumb { |
| | | background-color: #e0e0e0; |
| | | background-color: #f2f2f2; |
| | | padding: 0.2em; |
| | | font-size: medium; |
| | | } |
| | |
| | | .dlg-behaelter { |
| | | line-height: 1.6; |
| | | padding: 0.4em; |
| | | font-size: 1em; |
| | | } |
| | | |
| | | .dlg-info { |
| | | background-color: #dcf2fb; /* blau */ |
| | | /* background-color: #f5fbe3; */ |
| | | padding: 0.4em; |
| | | font-size: 0.9em; |
| | | } |
| | | |
| | | /* |
| | |
| | | text-align: center; |
| | | } |
| | | |
| | | .datei-zeile { |
| | | font-size: smaller; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .datei-zeile:hover { |
| | | background-color: #e5e5e5; |
| | | } |
| | | |
| | | .datei-zeile-ueberschrift { |
| | | font-size: smaller; |
| | | } |
| | | |
| | | .datei-gewaehlt { |
| | | background-color: lightblue; |
| | | } |
| | |
| | | |
| | | |
| | | |
| | | /* Stile Code-Editor */ |
| | | |
| | | /* der div-Behaelter fuer die Textarea */ |
| | | .codeeditor-space { |
| | | /* |
| | | width: 100%; |
| | | height: 100%; |
| | | border: 1px solid lightgrey; |
| | | */ |
| | | flex:1 1 auto; |
| | | margin-top:0; |
| | | height:100%; |
| | | position:relative; |
| | | } |
| | | |
| | | /* Textarea fuer CodeMirror */ |
| | | /* |
| | | .codeeditor { |
| | | height: 100%; |
| | | } |
| | | */ |
| | | /* die Codemirror-Instanz selbst */ |
| | | .CodeMirror { |
| | | position:absolute; |
| | | top:0; |
| | | bottom:0; |
| | | left:0; |
| | | right:0; |
| | | height: 100%; |
| | | } |
| | | |
| | | /* Stile MCE-Editor */ |
| | | |
| | | .mce-editor { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | .text-editor { |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /* für app-menu */ |
| | | |
| | | .app-menu { |
| | | margin: 0; |
| | | padding: 0; |
| | | font-size: 0.9em; |
| | | font-size: 0.8em; |
| | | } |
| | | .app-menu-kopf { |
| | | text-align: center; |
| | |
| | | cursor: pointer; |
| | | margin-bottom: 0.1em; |
| | | } |
| | | .app-menu-item:hover { |
| | | background-color: #e5e5e5; |
| | | } |
| | | .app-menu-item-submark { |
| | | color: transparent; |
| | | cursor: pointer; |