File modules/cms/ui/themes/default/style/openrat.css

Last commit: Sun Jan 29 00:20:21 2023 +0100	Jan Dankert	New node type "Script".
1 /* Include style: /default/style/openrat-breadcrumb */ 2 /* 3 OpenRat Content Management System 4 Copyright (C) 2002-2010 Jan Dankert 5 6 This program is free software; you can redistribute it and/or 7 modify it under the terms of the GNU General Public License 8 as published by the Free Software Foundation; either version 2 9 of the License, or (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 */ 20 .or-breadcrumb { 21 margin-left: 0; 22 margin-right: 0.5em; 23 } 24 .or-breadcrumb > * { 25 vertical-align: middle; 26 display: inline; 27 margin-right: 0.3em; 28 } 29 @media only screen and (min-width: 100rem) { 30 .or-breadcrumb-parent { 31 display: none; 32 } 33 } 34 .or-breadcrumb-path { 35 display: none; 36 } 37 @media only screen and (min-width: 100rem) { 38 .or-breadcrumb-path { 39 display: inline; 40 } 41 } 42 .or-breadcrumb-item { 43 /* .or-image-icon { 44 margin-right: 0.2em; 45 @media @smartphones { 46 display: none; 47 } 48 }*/ 49 } 50 .or-breadcrumb-text { 51 font-weight: bold; 52 width: 12em; 53 white-space: nowrap; 54 text-overflow: ellipsis; 55 overflow: hidden; 56 display: inline-block; 57 } 58 @media only screen and (max-width: 55rem) { 59 .or-breadcrumb-text { 60 width: 5.5em; 61 } 62 } 63 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-breadcrumb.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%3BAAyBI%2CGAAC%3BCACC%3BCACA%3B%3BAAFF%2CGAAC%2CWAIG%3BCACE%3BCACA%3BCACA%3B%3BAAOJ%3BCAAA%2CGAdD%2CWAUE%3BEAEG%3B%3B%3BAAIJ%2CGAhBD%2CWAgBE%3BCAEC%3B%3BAAKF%3BCAAA%2CGAvBD%2CWAgBE%3BEAKG%3B%3B%3BAAUJ%2CGA%5C%2FBD%2CWA%2BBE%3B%3B%3B%3B%3B%3B%3B%3BAAUD%2CGAzCD%2CWAyCE%3BCAEC%3BCACA%3BCAIA%3BCACA%3BCACA%3BCACA%3B%3BAAHA%3BCAAA%2CGAhDH%2CWAyCE%3BEAKG%22%7D */ 64 /* Include style: /default/style/openrat-button */ 65 .or-button { 66 z-index: 4; 67 } 68 .or-button-knob { 69 margin: 0.5em; 70 } 71 .or-button--is-active .or-button-value, 72 .or-button--active-on-hover:hover .or-button-value { 73 display: initial; 74 } 75 .or-button-value { 76 display: none; 77 position: absolute; 78 right: 1em; 79 } 80 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-button.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAAC%3BCAuBG%3B%3BAArBA%2CGAFH%2COAEI%3BCAEC%3B%3BAAIF%2CGARH%2COAQI%2CWAEG%3BAADJ%2CGATH%2COASI%2CiBAAiB%2CMACd%3BCACE%3B%3BAAKN%2CGAhBH%2COAgBI%3BCACC%3BCACA%3BCACA%22%7D */ 81 /* Include style: /default/style/openrat-collapsible */ 82 .or-collapsible { 83 /* Offen */ 84 } 85 .or-collapsible .or-collapsible-act-switch { 86 cursor: pointer; 87 } 88 .or-collapsible .or-collapsible-value { 89 max-height: 0; 90 opacity: 0; 91 } 92 .or-collapsible .or-collapsible-title { 93 padding-bottom: 0.1em; 94 } 95 .or-collapsible .or-collapsible--on-closed { 96 display: inline; 97 } 98 .or-collapsible .or-collapsible--on-open { 99 display: none; 100 } 101 .or-collapsible--is-open .or-collapsible--on-closed { 102 display: none; 103 } 104 .or-collapsible--is-open .or-collapsible--on-open { 105 display: inline; 106 } 107 .or-collapsible--is-open .or-collapsible-value { 108 max-height: initial; 109 } 110 .or-collapsible--is-visible .or-collapsible-value { 111 opacity: 1; 112 } 113 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-collapsible.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAAC%3B%3B%3BAAAD%2CGAAC%2CYAEG%3BCACI%3B%3BAAHR%2CGAAC%2CYAMG%3BCAGI%3BCAEA%3B%3BAAXR%2CGAAC%2CYAcG%3BCACI%3B%3BAAfR%2CGAAC%2CYAkBG%3BCACI%3B%3BAAnBR%2CGAAC%2CYAqBG%3BCACI%3B%3BAAIJ%2CGA1BH%2CYA0BI%2CSAGG%3BCACI%3B%3BAAJR%2CGA1BH%2CYA0BI%2CSAMG%3BCACI%3B%3BAAPR%2CGA1BH%2CYA0BI%2CSASG%3BCACE%3B%3BAAKN%2CGAzCH%2CYAyCI%2CYACC%3BCACE%22%7D */ 114 /* Include style: /default/style/openrat-dialog */ 115 /* 116 OpenRat Content Management System 117 Copyright (C) 2002-2010 Jan Dankert 118 119 This program is free software; you can redistribute it and/or 120 modify it under the terms of the GNU General Public License 121 as published by the Free Software Foundation; either version 2 122 of the License, or (at your option) any later version. 123 124 This program is distributed in the hope that it will be useful, 125 but WITHOUT ANY WARRANTY; without even the implied warranty of 126 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 127 GNU General Public License for more details. 128 129 You should have received a copy of the GNU General Public License 130 along with this program; if not, write to the Free Software 131 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 132 */ 133 /* 134 Basis-Style for Openrat. 135 */ 136 /* Usage to this variable is safe to be removed */ 137 .or-dialog { 138 position: absolute; 139 z-index: 2; 140 top: 0; 141 left: 0; 142 width: 0; 143 opacity: 0; 144 visibility: hidden; 145 overflow: hidden; 146 display: flex; 147 height: 100%; 148 flex-direction: row; 149 } 150 .or-dialog--is-open { 151 visibility: visible; 152 overflow-y: auto; 153 opacity: 1; 154 width: 100%; 155 } 156 .or-dialog--is-open .or-dialog-filler { 157 width: 15%; 158 } 159 @media only screen and (max-width: 55rem) { 160 .or-dialog--is-open .or-dialog-filler { 161 width: 0; 162 } 163 } 164 .or-dialog-filler { 165 height: 100%; 166 width: 100%; 167 opacity: 0.6; 168 filter: blur(10em); 169 } 170 .or-dialog-filler-icon { 171 opacity: 1; 172 font-size: 3em; 173 position: absolute; 174 right: 20px; 175 top: 20px; 176 } 177 .or-dialog-content { 178 flex: 1; 179 overflow: auto; 180 height: 100%; 181 z-index: 3; 182 } 183 .or-dialog-content .or-view { 184 height: 100%; 185 } 186 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-dialog.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%3BAAgCI%2CGAAC%3BCAEC%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAGA%3BCACA%3B%3BAAEA%2CGAhBD%2COAgBE%3BCACC%3BCACA%3BCACA%3BCACA%3B%3BAAJF%2CGAhBD%2COAgBE%2CSAKC%3BCACE%3B%3BAAKF%3BCAAA%2CGA3BH%2COAgBE%2CSAKC%3BEAII%3B%3B%3BAAKN%2CGA9BD%2COA8BE%3BCACC%3BCACA%3BCACA%3BCACA%2CQAAQ%2CUAAR%3B%3BAAIA%2CGAtCH%2COA8BE%2COAQE%3BCACC%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAIJ%2CGA%5C%2FCD%2COA%2BCE%3BCAEG%3BCACA%3BCAMA%3BCAIA%3B%3BAAbJ%2CGA%5C%2FCD%2COA%2BCE%2CQAeG%3BCACE%22%7D */ 187 /* Include style: /default/style/openrat-diff */ 188 .or-diff-line { 189 text-align: right; 190 } 191 .or-diff-text { 192 /* unchanged */ 193 /* removed */ 194 /* new */ 195 /* changed */ 196 } 197 .or-diff-text--old { 198 background-color: #f88989; 199 color: black; 200 } 201 .or-diff-text--new { 202 background-color: #7bad7b; 203 color: black; 204 } 205 .or-diff-text--notequal { 206 background-color: #cbcb16; 207 color: black; 208 } 209 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-diff.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEQ%2CGADH%2CKACI%3BCACG%3B%3BAAGJ%2CGALH%2CKAKI%3B%3B%3B%3B%3B%3BAAOG%2CGAZP%2CKAKI%2CKAOI%3BCACG%3BCACA%3B%3BAAIJ%2CGAlBP%2CKAKI%2CKAaI%3BCACG%3BCACA%3B%3BAAIJ%2CGAxBP%2CKAKI%2CKAmBI%3BCACG%3BCACA%22%7D */ 210 /* Include style: /default/style/openrat-dropdown */ 211 .or-dropdown { 212 display: none; 213 overflow: hidden; 214 z-index: 4; 215 min-width: 17em; 216 position: absolute; 217 padding: 0.5em 0; 218 font-style: normal; 219 font-weight: normal; 220 text-decoration: none; 221 } 222 .or-dropdown--is-open { 223 display: block; 224 } 225 .or-dropdown--on-right { 226 right: 1em; 227 } 228 @media only screen and (max-width: 55rem) { 229 .or-dropdown-key { 230 display: none; 231 } 232 } 233 .or-dropdown-entry { 234 padding: 0; 235 } 236 .or-dropdown-entry > .or-link { 237 display: flex; 238 align-items: center; 239 padding: 0 0.5em; 240 } 241 .or-dropdown-entry > .or-link * { 242 margin: 0.25em; 243 } 244 .or-dropdown-entry > .or-link .or-dropdown-text { 245 flex: 1; 246 /* Consumes all available space */ 247 } 248 .or-dropdown-entry--inactive { 249 opacity: 0.5; 250 } 251 > .or-dropdown-text { 252 display: block; 253 margin: 1em; 254 } 255 .or-dropdown-divide { 256 height: 1px; 257 width: 100%; 258 margin-top: 0.5em; 259 margin-bottom: 0.5em; 260 } 261 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-dropdown.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CIAAC%3BCAEG%3BCACA%3BCAUA%3BCAEA%3BCACA%3BCACA%2CgBAAA%3BCAEA%3BCACA%3BCACA%3B%3BAAhBA%2CIALH%2CQAKI%3BCACG%3B%3BAAIJ%2CIAVH%2CQAUI%3BCACG%3B%3BAAiBJ%3BCAAA%2CIA5BH%2CQAuBI%3BEAGG%3B%3B%3BAAIJ%2CIA9BH%2CQA8BI%3BCACG%3B%3BAADJ%2CIA9BH%2CQA8BI%2CMAGK%3BCACE%3BCACA%3BCACA%2CgBAAA%3B%3BAANR%2CIA9BH%2CQA8BI%2CMAGK%2CWAKE%3BCACI%3B%3BAATZ%2CIA9BH%2CQA8BI%2CMAGK%2CWASE%3BCACI%3B%3B%3BAAKR%2CIAhDP%2CQA8BI%2CMAkBI%3BCACO%3B%3BAAMV%2COAvDL%2CQAuDM%3BCACC%3BCACA%3B%3BAAGJ%2CIA5DH%2CQA4DI%3BCACG%3BCACA%3BCACA%3BCACA%22%7D */ 262 /* Include style: /default/style/openrat-fieldset */ 263 .or-fieldset { 264 border: 0; 265 display: flex; 266 flex-direction: row; 267 align-items: start; 268 margin-top: 1em; 269 } 270 .or-fieldset-label { 271 flex: 1; 272 font-size: 1em; 273 text-align: right; 274 padding-right: 1em; 275 font-weight: normal; 276 } 277 .or-fieldset-value { 278 flex: 3; 279 } 280 .or-fieldset-value > * { 281 display: block; 282 padding: 0.8em; 283 } 284 @media only screen and (max-width: 65rem) { 285 .or-fieldset { 286 flex-direction: column; 287 } 288 .or-fieldset-label { 289 flex: 1; 290 width: 100%; 291 text-align: left; 292 } 293 .or-fieldset-value { 294 flex: 1; 295 width: 100%; 296 } 297 } 298 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-fieldset.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3BCAEA%3B%3BAAEA%2CGATH%2CSASI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAGJ%2CGAjBH%2CSAiBI%3BCACG%3B%3BAADJ%2CGAjBH%2CSAiBI%2CMAGK%3BCAEE%3BCACA%3B%3BAAmBZ%3BCAAA%2CGA1CC%3BEA4BO%3B%3BCAEA%2CGA9BP%2CSA8BQ%3BEACG%3BEACA%3BEACA%3B%3BCAEJ%2CGAnCP%2CSAmCQ%3BEACG%3BEACA%22%7D */ 299 /* Include style: /default/style/openrat-font */ 300 /* oxygen-regular - latin */ 301 @font-face { 302 font-family: 'Oxygen'; 303 font-style: normal; 304 font-weight: 400; 305 src: local('Oxygen Regular'), local('Oxygen-Regular'), url('../font/oxygen-v7-latin-regular.woff') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/oxygen-v7-latin-regular.woff') format('woff'); 306 307 /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 308 } 309 /* source-code-pro-regular - latin */ 310 @font-face { 311 font-family: 'Source Code Pro'; 312 font-style: normal; 313 font-weight: 400; 314 src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('../font/source-code-pro-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../font/source-code-pro-v8-latin-regular.woff') format('woff'); 315 316 /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 317 } 318 @font-face { 319 font-family: 'Material Icons'; 320 font-style: normal; 321 font-weight: 400; 322 src: local('Material Icons'), local('MaterialIcons-Regular'), url('../font/MaterialIcons-Regular.woff2') format('woff2'); 323 } 324 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-font.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BCACE%3BCACA%3BCACA%3BCACA%2CKAAK%2CMAAM%2CmBAAmB%2CMAAM%2CuBAChC%2CwCAAwC%2COAAO%2CuDAC%5C%2FC%2CwCAAwC%2COAAO%2COAFnD%3B%3B%3B%3B%3BAAMF%3BCACE%2CaAAa%2CiBAAb%3BCACA%3BCACA%3BCACA%2CKAAK%2CMAAM%2CoBAAoB%2CMAAM%2C8BACjC%2CkDAAkD%2COAAO%2CuDACzD%2CiDAAiD%2COAAO%2COAF5D%3B%3B%3B%3BAAKF%3BCACE%2CaAAa%2CgBAAb%3BCACA%3BCACA%3BCACA%2CKAAK%2CMAAM%2CmBACX%2CMAAM%2C8BACF%2CuCAAuC%2COAAO%2CQAFlD%22%7D */ 325 /* Include style: /default/style/openrat-form */ 326 .or { 327 /* Buttons */ 328 } 329 .or-form { 330 display: flex; 331 height: 100%; 332 flex-direction: column; 333 padding: 1em; 334 } 335 .or-form-checkbox, 336 .or-form-radio { 337 margin-right: 1em; 338 appearance: none; 339 width: 1.5em; 340 height: 1.5em; 341 border: 1px solid; 342 } 343 .or-form-checkbox { 344 border-radius: 2px; 345 } 346 .or-form-radio { 347 border-radius: 0.75em; 348 } 349 .or-form-headline { 350 height: 2em; 351 } 352 .or-form-content { 353 flex-grow: 1; 354 padding-bottom: 6em; 355 } 356 .or-form-row { 357 display: flex; 358 align-items: center; 359 } 360 .or-form-row .or-form-label { 361 width: 25%; 362 } 363 .or-form-row .or-form-input { 364 width: 75%; 365 } 366 @media only screen and (max-width: 65rem) { 367 .or-form-row { 368 flex-direction: column; 369 } 370 .or-form-row .or-form-label, 371 .or-form-row .or-form-input { 372 width: 100%; 373 } 374 } 375 .or-form-actionbar { 376 height: 3em; 377 position: sticky; 378 bottom: 0; 379 left: 0; 380 right: 0; 381 display: flex; 382 justify-content: end; 383 padding: 1em; 384 height: auto; 385 } 386 @media only screen and (max-width: 65rem) { 387 .or-form .or-act-form-apply { 388 display: none; 389 } 390 } 391 .or-input { 392 width: 85%; 393 border: 0; 394 border-width: 0; 395 border-bottom: 1px solid; 396 box-sizing: border-box; 397 resize: vertical; 398 padding: 0.5em; 399 margin: 0; 400 outline: none; 401 } 402 .or-input--name { 403 font-weight: bold; 404 } 405 .or-input--filename, 406 .or-input--extension { 407 font-family: 'Source Code Pro', Monospace, Monospaced, Courier; 408 } 409 .or-btn { 410 padding: 0.2em; 411 border: 1px solid #000000; 412 border-radius: 0.1em; 413 -moz-border-radius: 0.1em; 414 -webkit-border-radius: 0.1em; 415 -khtml-border-radius: 0.1em; 416 cursor: pointer; 417 } 418 .or-btn--control { 419 padding: 1em 2em; 420 margin-left: 1.5em; 421 min-width: 14em; 422 border-radius: 0.5em; 423 -moz-border-radius: 0.5em; 424 -webkit-border-radius: 0.5em; 425 -khtml-border-radius: 0.5em; 426 } 427 @media only screen and (max-width: 65rem) { 428 .or-btn--control { 429 padding: 1em 1em; 430 min-width: 5em; 431 } 432 } 433 .or-btn--primary { 434 font-weight: bold; 435 } 436 @media only screen and (max-width: 65rem) { 437 .or-btn--secondary { 438 min-width: 0; 439 } 440 } 441 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-form.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAWA%3B%3B%3BAAEI%2CGAAC%3BCACG%3BCACA%3BCACA%3BCACA%3B%3BAAEA%2CGANH%2CKAMI%3BAACD%2CGAPH%2CKAOI%3BCAEC%3BCACA%3BCACA%3BCACA%3BCACA%2CiBAAA%3B%3BAAcF%2CGA3BH%2CKA2BI%3BCACC%3B%3BAAEF%2CGA9BH%2CKA8BI%3BCACC%3B%3BAAGF%2CGAlCH%2CKAkCI%3BCACG%3B%3BAAGJ%2CGAtCH%2CKAsCI%3BCACG%3BCACA%3B%3BAAKJ%2CGA7CH%2CKA6CI%3BCACG%3BCACA%3B%3BAAFJ%2CGA7CH%2CKA6CI%2CIAIG%3BCACI%3B%3BAALR%2CGA7CH%2CKA6CI%2CIAQG%3BCACI%3B%3BAAYR%3BCAAA%2CGAlEH%2CKA6CI%3BEAcO%3B%3BCAOR%2CGAlEH%2CKA6CI%2CIAgBO%3BCAKR%2CGAlEH%2CKA6CI%2CIAiBO%3BEACI%3B%3B%3BAAMZ%2CGArEH%2CKAqEI%3BCAEG%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCACA%3BCACA%3B%3BAAaR%3BCAAA%2CGA7FC%2CKAuFO%3BEACI%3B%3B%3BAAQZ%2CGAAC%3BCACG%3BCACA%3BCACA%3BCACA%2CwBAAA%3BCAEA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAEA%2CGAZH%2CMAYI%3BCACG%3B%3BAAGJ%2CGAhBH%2CMAgBI%3BAAAY%2CGAhBhB%2CMAgBiB%3BCACV%2CaAAa%2CiDAAb%3B%3BAAQR%2CGAAC%3BCACG%3BCACA%2CyBAAA%3BCArIJ%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3BCAoII%3B%3BAAEA%2CGANH%2CIAMI%3BCACG%2CgBAAA%3BCACA%3BCACA%3BCA5IR%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3B%3BAAgJI%3BCAAA%2CGAhBH%2CIAMI%3BEAOO%2CgBAAA%3BEACA%3B%3B%3BAAIR%2CGAlBH%2CIAkBI%3BCACG%3B%3BAAOJ%3BCAAA%2CGA1BH%2CIAsBI%3BEAEO%22%7D */ 442 /* Include style: /default/style/openrat-image */ 443 .or-image--rightshift { 444 position: relative; 445 left: 0.5em; 446 } 447 .or-image--preview { 448 max-width: 100%; 449 overflow: auto; 450 } 451 .or-image-icon { 452 font-family: 'Material Icons'; 453 font-weight: normal; 454 font-style: normal; 455 display: inline-block; 456 text-transform: none; 457 letter-spacing: normal; 458 word-wrap: normal; 459 white-space: nowrap; 460 direction: ltr; 461 /* Support for IE. */ 462 font-feature-settings: 'liga'; 463 } 464 .or-image-icon--blank:after { 465 content: "link"; 466 visibility: hidden; 467 } 468 .or-image-icon--action-el_text:after { 469 content: "spellcheck"; 470 } 471 .or-image-icon--action-el_longtext:after { 472 content: "view_headline"; 473 } 474 .or-image-icon--action-el_select:after { 475 content: "list"; 476 } 477 .or-image-icon--action-el_number:after { 478 content: "looks_one"; 479 } 480 .or-image-icon--action-el_link:after { 481 content: "call_made"; 482 } 483 .or-image-icon--action-el_date:after { 484 content: "date_range"; 485 } 486 .or-image-icon--action-el_insert:after { 487 content: "keyboard_return"; 488 } 489 .or-image-icon--action-el_copy:after { 490 content: "flip_to_back"; 491 } 492 .or-image-icon--action-el_linkinfo:after { 493 content: "info"; 494 } 495 .or-image-icon--action-el_linkdate:after { 496 content: "info"; 497 } 498 .or-image-icon--action-el_code:after { 499 content: "code"; 500 } 501 .or-image-icon--action-el_dynamic:after { 502 content: "play_circle_outline"; 503 } 504 .or-image-icon--action-el_info:after { 505 content: "info"; 506 } 507 .or-image-icon--action-el_infodate:after { 508 content: "info"; 509 } 510 .or-image-icon--action-el_checkbox:after { 511 content: "check_box"; 512 } 513 .or-image-icon--action-el_data:after { 514 content: "receipt"; 515 } 516 .or-image-icon--action-el_coord:after { 517 content: "edit_location"; 518 } 519 .or-image-icon--action-image:after { 520 content: "image"; 521 } 522 .or-image-icon--action-link:after { 523 content: "call_made"; 524 } 525 .or-image-icon--action-url:after { 526 content: "link"; 527 } 528 .or-image-icon--action-alias:after { 529 content: "bookmark_border"; 530 } 531 .or-image-icon--action-text:after { 532 content: "text_format"; 533 } 534 .or-image-icon--action-page:after { 535 content: "insert_drive_file"; 536 } 537 .or-image-icon--action-file:after { 538 content: "save"; 539 } 540 .or-image-icon--action-script:after { 541 content: "code"; 542 } 543 .or-image-icon--action-modellist:after { 544 content: "device_hub"; 545 } 546 .or-image-icon--action-model:after { 547 content: "device_hub"; 548 } 549 .or-image-icon--action-folder:after { 550 content: "folder_open"; 551 } 552 .or-image-icon--action-languagelist:after { 553 content: "language"; 554 } 555 .or-image-icon--action-language:after { 556 content: "language"; 557 } 558 .or-image-icon--action-template:after { 559 content: "receipt"; 560 } 561 .or-image-icon--action-templatelist:after { 562 content: "receipt"; 563 } 564 .or-image-icon--action-grouplist:after { 565 content: "group"; 566 } 567 .or-image-icon--action-group:after { 568 content: "group"; 569 } 570 .or-image-icon--action-userlist:after { 571 content: "person"; 572 } 573 .or-image-icon--action-user:after { 574 content: "person"; 575 } 576 .or-image-icon--action-profile:after { 577 content: "person_pin"; 578 } 579 .or-image-icon--action-configuration:after { 580 content: "settings"; 581 } 582 .or-image-icon--action-projectlist:after { 583 content: "account_balance"; 584 } 585 .or-image-icon--action-project:after { 586 content: "account_balance"; 587 } 588 .or-image-icon--action-macro:after { 589 content: "data_usage"; 590 } 591 .or-image-icon--action-membership { 592 content: "card_membership"; 593 } 594 .or-image-icon--method-delete:after { 595 content: "delete"; 596 } 597 .or-image-icon--method-prop:after { 598 content: "description"; 599 } 600 .or-image-icon--method-settings:after { 601 content: "settings"; 602 } 603 .or-image-icon--method-password:after { 604 content: "lock"; 605 } 606 .or-image-icon--method-publish:after { 607 content: "cloud_upload"; 608 } 609 .or-image-icon--method-show:after { 610 content: "slideshow"; 611 } 612 .or-image-icon--method-src:after { 613 content: "code"; 614 } 615 .or-image-icon--method-acl:after { 616 content: "https"; 617 } 618 .or-image-icon--method-rights:after { 619 content: "https"; 620 } 621 .or-image-icon--method-history:after { 622 content: "schedule"; 623 } 624 .or-image-icon--method-mail:after { 625 content: "mail"; 626 } 627 .or-image-icon--method-search:after { 628 content: "search"; 629 } 630 .or-image-icon--method-add:after { 631 content: "add_box"; 632 } 633 .or-image-icon--method-preview:after { 634 content: "desktop_windows"; 635 } 636 .or-image-icon--method-edit:after { 637 content: "spellcheck"; 638 } 639 .or-image-icon--method-info:after { 640 content: "info"; 641 } 642 .or-image-icon--method-restore:after { 643 content: "restore"; 644 } 645 .or-image-icon--method-release:after { 646 content: "check_circle"; 647 } 648 .or-image-icon--method-login:after { 649 content: "person"; 650 } 651 .or-image-icon--method-logout:after { 652 content: "person_off"; 653 } 654 .or-image-icon--permission-read:after { 655 content: "search"; 656 } 657 .or-image-icon--permission-write:after { 658 content: "spellcheck"; 659 } 660 .or-image-icon--permission-prop:after { 661 content: "description"; 662 } 663 .or-image-icon--permission-delete:after { 664 content: "delete"; 665 } 666 .or-image-icon--permission-create_link:after { 667 content: "call_made"; 668 } 669 .or-image-icon--permission-create_page:after { 670 content: "add_box"; 671 } 672 .or-image-icon--permission-create_file:after { 673 content: "save"; 674 } 675 .or-image-icon--permission-create_folder:after { 676 content: "folder_open"; 677 } 678 .or-image-icon--permission-grant:after { 679 content: "https"; 680 } 681 .or-image-icon--permission-transmit:after { 682 content: "perm_data_setting"; 683 } 684 .or-image-icon--permission-publish:after { 685 content: "cloud_upload"; 686 } 687 .or-image-icon--permission-release:after { 688 content: "check_circle"; 689 } 690 .or-image-icon--status-released:after { 691 content: "verified_user"; 692 } 693 .or-image-icon--status-active:after { 694 content: "grade"; 695 } 696 .or-image-icon--status-authenticated:after { 697 content: "lock_outline"; 698 } 699 .or-image-icon--status-guest:after { 700 content: "lock_open"; 701 } 702 .or-image-icon--input-checkbox:after { 703 content: "check_box_outline_blank"; 704 } 705 .or-image-icon--input-checkbox-checked:after { 706 content: "check_box"; 707 } 708 .or-image-icon--input-radio:after { 709 content: "radio_button_unchecked"; 710 } 711 .or-image-icon--input-radio-checked:after { 712 content: "radio_button_checked"; 713 } 714 .or-image-icon--menu-tree:after { 715 content: "account_tree"; 716 } 717 .or-image-icon--menu-close:after { 718 content: "close"; 719 } 720 .or-image-icon--menu-fullscreen:after { 721 content: "fullscreen"; 722 } 723 .or-image-icon--menu-edit:after { 724 content: "description"; 725 } 726 .or-image-icon--menu-extra:after { 727 content: "build"; 728 } 729 .or-image-icon--menu-menu:after { 730 content: "menu"; 731 } 732 .or-image-icon--menu-minimize:after { 733 content: "compare_arrows"; 734 } 735 .or-image-icon--menu-qrcode:after { 736 content: "phone_android"; 737 } 738 .or-image-icon--menu-up:after { 739 content: "chevron_left"; 740 } 741 .or-image-icon--menu-back:after { 742 content: "arrow_back"; 743 } 744 .or-image-icon--menu-more:after { 745 content: "more_vert"; 746 } 747 .or-image-icon--visible:after { 748 content: "visibility"; 749 } 750 .or-image-icon--node-open:after { 751 content: "expand_more"; 752 } 753 .or-image-icon--node-closed:after { 754 content: "chevron_right"; 755 } 756 .or-image-icon--dropdown:after { 757 content: "arrow_drop_down"; 758 } 759 .or-image-icon--database:after { 760 content: "storage"; 761 } 762 .or-image-icon--arrow-left:after { 763 content: "chevron_left"; 764 } 765 .or-image-icon--arrow-right:after { 766 content: "chevron_right"; 767 } 768 .or-image-icon--form-ok:after { 769 content: "done"; 770 } 771 .or-image-icon--form-apply:after { 772 content: "done"; 773 } 774 .or-image-icon--form-cancel:after { 775 content: "clear"; 776 } 777 .or-image-icon--editor-bold:after { 778 content: "format_bold"; 779 } 780 .or-image-icon--editor-italic:after { 781 content: "format_italic"; 782 } 783 .or-image-icon--editor-headline:after { 784 content: "format_size"; 785 } 786 .or-image-icon--editor-help:after { 787 content: "help_outline"; 788 } 789 .or-image-icon--editor-fullscreen:after { 790 content: "fullscreen"; 791 } 792 .or-image-icon--editor-quote:after { 793 content: "format_quote"; 794 } 795 .or-image-icon--editor-unnumberedlist:after { 796 content: "format_list_bulleted"; 797 } 798 .or-image-icon--editor-numberedlist:after { 799 content: "format_list_numbered"; 800 } 801 .or-image-icon--editor-preview:after { 802 content: "desktop_windows"; 803 } 804 .or-image-icon--editor-sidebyside:after { 805 content: "flip"; 806 } 807 .or-image-icon--editor-link:after { 808 content: "link"; 809 } 810 .or-image-icon--editor-image:after { 811 content: "image"; 812 } 813 .or-image-icon--editor-undo:after { 814 content: "undo"; 815 } 816 .or-image-icon--editor-redo:after { 817 content: "redo"; 818 } 819 .or-image-icon--editor-code:after { 820 content: "code"; 821 } 822 .or-image-icon--editor-horizontalrule:after { 823 content: "remove"; 824 } 825 .or-image-icon--editor-table:after { 826 content: "view_comfy"; 827 } 828 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-image.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAIQ%2CGAFH%2CMAEI%3BCACC%3BCACA%3B%3BAAGF%2CGAPH%2CMAOI%3BCACG%3BCACA%3B%3BAAGJ%2CGAZH%2CMAYI%3BCAEG%2CaAAa%2CgBAAb%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BCAGA%3B%3BAAEF%2CGA3BL%2CMAYI%2CKAeE%2COAAO%3BCAAS%3BCAAiB%3B%3BAAI5B%2CGA%5C%2FBX%2CMAYI%2CKAiBE%2CQAEM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGAhCX%2CMAYI%2CKAiBE%2CQAGM%2CYAAY%3BCAAS%2CSAAS%2CeAAT%3B%3BAACtB%2CGAjCX%2CMAYI%2CKAiBE%2CQAIM%2CUAAU%3BCAAS%3B%3BAACpB%2CGAlCX%2CMAYI%2CKAiBE%2CQAKM%2CUAAU%3BCAAS%2CSAAS%2CWAAT%3B%3BAACpB%2CGAnCX%2CMAYI%2CKAiBE%2CQAMM%2CQAAQ%3BCAAS%2CSAAS%2CWAAT%3B%3BAAClB%2CGApCX%2CMAYI%2CKAiBE%2CQAOM%2CQAAQ%3BCAAS%2CSAAS%2CYAAT%3B%3BAAClB%2CGArCX%2CMAYI%2CKAiBE%2CQAQM%2CUAAU%3BCAAS%2CSAAS%2CiBAAT%3B%3BAACpB%2CGAtCX%2CMAYI%2CKAiBE%2CQASM%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGAvCX%2CMAYI%2CKAiBE%2CQAUM%2CYAAY%3BCAAS%3B%3BAACtB%2CGAxCX%2CMAYI%2CKAiBE%2CQAWM%2CYAAY%3BCAAS%3B%3BAACtB%2CGAzCX%2CMAYI%2CKAiBE%2CQAYM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA1CX%2CMAYI%2CKAiBE%2CQAaM%2CWAAW%3BCAAS%2CSAAS%2CqBAAT%3B%3BAACrB%2CGA3CX%2CMAYI%2CKAiBE%2CQAcM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA5CX%2CMAYI%2CKAiBE%2CQAeM%2CYAAY%3BCAAS%3B%3BAACtB%2CGA7CX%2CMAYI%2CKAiBE%2CQAgBM%2CYAAY%3BCAAS%2CSAAS%2CWAAT%3B%3BAACtB%2CGA9CX%2CMAYI%2CKAiBE%2CQAiBM%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA%5C%2FCX%2CMAYI%2CKAiBE%2CQAkBM%2CSAAS%3BCAAS%2CSAAS%2CeAAT%3B%3BAAEnB%2CGAjDX%2CMAYI%2CKAiBE%2CQAoBM%2CMAAM%3BCAAS%3B%3BAAChB%2CGAlDX%2CMAYI%2CKAiBE%2CQAqBM%2CKAAK%3BCAAS%2CSAAS%2CWAAT%3B%3BAACf%2CGAnDX%2CMAYI%2CKAiBE%2CQAsBM%2CIAAI%3BCAAS%3B%3BAACd%2CGApDX%2CMAYI%2CKAiBE%2CQAuBM%2CMAAM%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAChB%2CGArDX%2CMAYI%2CKAiBE%2CQAwBM%2CKAAK%3BCAAS%2CSAAS%2CaAAT%3B%3BAACf%2CGAtDX%2CMAYI%2CKAiBE%2CQAyBM%2CKAAK%3BCAAS%2CSAAS%2CmBAAT%3B%3BAACf%2CGAvDX%2CMAYI%2CKAiBE%2CQA0BM%2CKAAK%3BCAAS%3B%3BAACf%2CGAxDX%2CMAYI%2CKAiBE%2CQA2BM%2COAAO%3BCAAS%3B%3BAACjB%2CGAzDX%2CMAYI%2CKAiBE%2CQA4BM%2CUAAU%3BCAAS%2CSAAS%2CYAAT%3B%3BAACpB%2CGA1DX%2CMAYI%2CKAiBE%2CQA6BM%2CMAAM%3BCAAS%2CSAAS%2CYAAT%3B%3BAAChB%2CGA3DX%2CMAYI%2CKAiBE%2CQA8BM%2COAAO%3BCAAS%2CSAAS%2CaAAT%3B%3BAACjB%2CGA5DX%2CMAYI%2CKAiBE%2CQA%2BBM%2CaAAa%3BCAAS%3B%3BAACvB%2CGA7DX%2CMAYI%2CKAiBE%2CQAgCM%2CSAAS%3BCAAS%3B%3BAACnB%2CGA9DX%2CMAYI%2CKAiBE%2CQAiCM%2CSAAS%3BCAAS%3B%3BAACnB%2CGA%5C%2FDX%2CMAYI%2CKAiBE%2CQAkCM%2CaAAa%3BCAAS%3B%3BAACvB%2CGAhEX%2CMAYI%2CKAiBE%2CQAmCM%2CUAAU%3BCAAS%3B%3BAACpB%2CGAjEX%2CMAYI%2CKAiBE%2CQAoCM%2CMAAM%3BCAAS%3B%3BAAChB%2CGAlEX%2CMAYI%2CKAiBE%2CQAqCM%2CSAAS%3BCAAS%3B%3BAACnB%2CGAnEX%2CMAYI%2CKAiBE%2CQAsCM%2CKAAK%3BCAAS%3B%3BAACf%2CGApEX%2CMAYI%2CKAiBE%2CQAuCM%2CQAAQ%3BCAAS%2CSAAS%2CYAAT%3B%3BAAClB%2CGArEX%2CMAYI%2CKAiBE%2CQAwCM%2CcAAc%3BCAAS%3B%3BAACxB%2CGAtEX%2CMAYI%2CKAiBE%2CQAyCM%2CYAAY%3BCAAS%2CSAAS%2CiBAAT%3B%3BAACtB%2CGAvEX%2CMAYI%2CKAiBE%2CQA0CM%2CQAAQ%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAElB%2CGAzEX%2CMAYI%2CKAiBE%2CQA4CM%2CMAAM%3BCAAS%2CSAAS%2CYAAT%3B%3BAAEhB%2CGA3EX%2CMAYI%2CKAiBE%2CQA8CM%3BCAAc%2CSAAS%2CiBAAT%3B%3BAAMf%2CGAjFX%2CMAYI%2CKAmEI%2CQAEI%2COAAO%3BCAAS%3B%3BAACjB%2CGAlFX%2CMAYI%2CKAmEI%2CQAGI%2CKAAK%3BCAAS%3B%3BAACf%2CGAnFX%2CMAYI%2CKAmEI%2CQAII%2CSAAS%3BCAAS%3B%3BAACnB%2CGApFX%2CMAYI%2CKAmEI%2CQAKI%2CSAAS%3BCAAS%3B%3BAACnB%2CGArFX%2CMAYI%2CKAmEI%2CQAMI%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGAtFX%2CMAYI%2CKAmEI%2CQAOI%2CKAAK%3BCAAS%3B%3BAACf%2CGAvFX%2CMAYI%2CKAmEI%2CQAQI%2CIAAI%3BCAAS%3B%3BAACd%2CGAxFX%2CMAYI%2CKAmEI%2CQASI%2CIAAI%3BCAAS%3B%3BAACd%2CGAzFX%2CMAYI%2CKAmEI%2CQAUI%2COAAO%3BCAAS%3B%3BAACjB%2CGA1FX%2CMAYI%2CKAmEI%2CQAWI%2CQAAQ%3BCAAS%3B%3BAAClB%2CGA3FX%2CMAYI%2CKAmEI%2CQAYI%2CKAAK%3BCAAS%3B%3BAACf%2CGA5FX%2CMAYI%2CKAmEI%2CQAaI%2COAAO%3BCAAS%3B%3BAACjB%2CGA7FX%2CMAYI%2CKAmEI%2CQAcI%2CIAAI%3BCAAS%2CSAAS%2CSAAT%3B%3BAACd%2CGA9FX%2CMAYI%2CKAmEI%2CQAeI%2CQAAQ%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAClB%2CGA%5C%2FFX%2CMAYI%2CKAmEI%2CQAgBI%2CKAAK%3BCAAS%3B%3BAACf%2CGAhGX%2CMAYI%2CKAmEI%2CQAiBI%2CKAAK%3BCAAS%3B%3BAACf%2CGAjGX%2CMAYI%2CKAmEI%2CQAkBI%2CQAAQ%3BCAAS%3B%3BAAClB%2CGAlGX%2CMAYI%2CKAmEI%2CQAmBI%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGAnGX%2CMAYI%2CKAmEI%2CQAoBI%2CMAAM%3BCAAS%3B%3BAAChB%2CGApGX%2CMAYI%2CKAmEI%2CQAqBI%2COAAO%3BCAAS%2CSAAS%2CYAAT%3B%3BAAKnB%2CGAzGT%2CMAYI%2CKA2FI%2CYAEE%2CKAAK%3BCAAS%3B%3BAACf%2CGA1GT%2CMAYI%2CKA2FI%2CYAGE%2CMAAM%3BCAAS%3B%3BAAChB%2CGA3GT%2CMAYI%2CKA2FI%2CYAIE%2CKAAK%3BCAAS%3B%3BAACf%2CGA5GT%2CMAYI%2CKA2FI%2CYAKE%2COAAO%3BCAAS%3B%3BAACjB%2CGA7GT%2CMAYI%2CKA2FI%2CYAME%2CYAAY%3BCAAS%2CSAAS%2CWAAT%3B%3BAACtB%2CGA9GT%2CMAYI%2CKA2FI%2CYAOE%2CYAAY%3BCAAS%2CSAAS%2CSAAT%3B%3BAACtB%2CGA%5C%2FGT%2CMAYI%2CKA2FI%2CYAQE%2CYAAY%3BCAAS%3B%3BAACtB%2CGAhHT%2CMAYI%2CKA2FI%2CYASE%2CcAAc%3BCAAS%2CSAAS%2CaAAT%3B%3BAACxB%2CGAjHT%2CMAYI%2CKA2FI%2CYAUE%2CMAAM%3BCAAS%3B%3BAAChB%2CGAlHT%2CMAYI%2CKA2FI%2CYAWE%2CSAAS%3BCAAS%2CSAAS%2CmBAAT%3B%3BAACnB%2CGAnHT%2CMAYI%2CKA2FI%2CYAYE%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAClB%2CGApHT%2CMAYI%2CKA2FI%2CYAaE%2CQAAQ%3BCAAS%2CSAAS%2CcAAT%3B%3BAAKhB%2CGAzHX%2CMAYI%2CKA2GI%2CQAEI%2CSAAS%3BCAAS%2CSAAS%2CeAAT%3B%3BAACnB%2CGA1HX%2CMAYI%2CKA2GI%2CQAGI%2COAAO%3BCAAS%3B%3BAACjB%2CGA3HX%2CMAYI%2CKA2GI%2CQAII%2CcAAc%3BCAAS%2CSAAS%2CcAAT%3B%3BAACxB%2CGA5HX%2CMAYI%2CKA2GI%2CQAKI%2CMAAM%3BCAAS%2CSAAS%2CWAAT%3B%3BAAKhB%2CGAjIX%2CMAYI%2CKAmHI%2COAEI%2CSAAS%3BCAAS%2CSAAS%2CyBAAT%3B%3BAACnB%2CGAlIX%2CMAYI%2CKAmHI%2COAGI%2CiBAAiB%3BCAAS%2CSAAS%2CWAAT%3B%3BAAC3B%2CGAnIX%2CMAYI%2CKAmHI%2COAII%2CMAAM%3BCAAS%2CSAAS%2CwBAAT%3B%3BAAChB%2CGApIX%2CMAYI%2CKAmHI%2COAKI%2CcAAc%3BCAAS%2CSAAS%2CsBAAT%3B%3BAAIxB%2CGAxIX%2CMAYI%2CKA2HI%2CMACI%2CKAAK%3BCAAS%2CSAAS%2CcAAT%3B%3BAACf%2CGAzIX%2CMAYI%2CKA2HI%2CMAEI%2CMAAM%3BCAAS%3B%3BAAChB%2CGA1IX%2CMAYI%2CKA2HI%2CMAGI%2CWAAW%3BCAAS%3B%3BAACrB%2CGA3IX%2CMAYI%2CKA2HI%2CMAII%2CKAAK%3BCAAS%3B%3BAACf%2CGA5IX%2CMAYI%2CKA2HI%2CMAKI%2CMAAM%3BCAAS%3B%3BAAChB%2CGA7IX%2CMAYI%2CKA2HI%2CMAMI%2CKAAK%3BCAAS%3B%3BAACf%2CGA9IX%2CMAYI%2CKA2HI%2CMAOI%2CSAAS%3BCAAS%2CSAAS%2CgBAAT%3B%3BAACnB%2CGA%5C%2FIX%2CMAYI%2CKA2HI%2CMAQI%2COAAO%3BCAAS%2CSAAS%2CeAAT%3B%3BAACjB%2CGAhJX%2CMAYI%2CKA2HI%2CMASI%2CGAAG%3BCAAW%2CSAAS%2CcAAT%3B%3BAACf%2CGAjJX%2CMAYI%2CKA2HI%2CMAUI%2CKAAK%3BCAAS%2CSAAS%2CYAAT%3B%3BAACf%2CGAlJX%2CMAYI%2CKA2HI%2CMAWI%2CKAAK%3BCAAS%2CSAAS%2CWAAT%3B%3BAAGnB%2CGArJP%2CMAYI%2CKAyII%2CSAAS%3BCAAS%3B%3BAACnB%2CGAtJP%2CMAYI%2CKA0II%2CWAAW%3BCAAS%2CSAAS%2CaAAT%3B%3BAACrB%2CGAvJP%2CMAYI%2CKA2II%2CaAAa%3BCAAS%2CSAAS%2CeAAT%3B%3BAAEvB%2CGAzJP%2CMAYI%2CKA6II%2CUAAU%3BCAAS%2CSAAS%2CiBAAT%3B%3BAACpB%2CGA1JP%2CMAYI%2CKA8II%2CUAAU%3BCAAS%3B%3BAAEpB%2CGA5JP%2CMAYI%2CKAgJI%2CYAAY%3BCAAS%2CSAAS%2CcAAT%3B%3BAACtB%2CGA7JP%2CMAYI%2CKAiJI%2CaAAa%3BCAAS%2CSAAS%2CeAAT%3B%3BAAGnB%2CGAhKX%2CMAYI%2CKAmJI%2CMACI%2CGAAG%3BCAAa%3B%3BAACjB%2CGAjKX%2CMAYI%2CKAmJI%2CMAEI%2CMAAM%3BCAAU%3B%3BAACjB%2CGAlKX%2CMAYI%2CKAmJI%2CMAGI%2COAAO%3BCAAS%3B%3BAAIjB%2CGAtKX%2CMAYI%2CKAyJI%2CQACI%2CKAAK%3BCAAS%2CSAAS%2CaAAT%3B%3BAACf%2CGAvKX%2CMAYI%2CKAyJI%2CQAEI%2COAAO%3BCAAS%2CSAAS%2CeAAT%3B%3BAACjB%2CGAxKX%2CMAYI%2CKAyJI%2CQAGI%2CSAAS%3BCAAS%2CSAAS%2CaAAT%3B%3BAACnB%2CGAzKX%2CMAYI%2CKAyJI%2CQAII%2CKAAK%3BCAAS%2CSAAS%2CcAAT%3B%3BAACf%2CGA1KX%2CMAYI%2CKAyJI%2CQAKI%2CWAAW%3BCAAS%3B%3BAACrB%2CGA3KX%2CMAYI%2CKAyJI%2CQAMI%2CMAAM%3BCAAS%2CSAAS%2CcAAT%3B%3BAAChB%2CGA5KX%2CMAYI%2CKAyJI%2CQAOI%2CeAAe%3BCAAS%2CSAAS%2CsBAAT%3B%3BAACzB%2CGA7KX%2CMAYI%2CKAyJI%2CQAQI%2CaAAa%3BCAAS%2CSAAS%2CsBAAT%3B%3BAACvB%2CGA9KX%2CMAYI%2CKAyJI%2CQASI%2CQAAQ%3BCAAS%2CSAAS%2CiBAAT%3B%3BAAClB%2CGA%5C%2FKX%2CMAYI%2CKAyJI%2CQAUI%2CWAAW%3BCAAS%3B%3BAACrB%2CGAhLX%2CMAYI%2CKAyJI%2CQAWI%2CKAAK%3BCAAS%3B%3BAACf%2CGAjLX%2CMAYI%2CKAyJI%2CQAYI%2CMAAM%3BCAAS%3B%3BAAChB%2CGAlLX%2CMAYI%2CKAyJI%2CQAaI%2CKAAK%3BCAAS%3B%3BAACf%2CGAnLX%2CMAYI%2CKAyJI%2CQAcI%2CKAAK%3BCAAS%3B%3BAACf%2CGApLX%2CMAYI%2CKAyJI%2CQAeI%2CKAAK%3BCAAS%3B%3BAACf%2CGArLX%2CMAYI%2CKAyJI%2CQAgBI%2CeAAe%3BCAAS%3B%3BAACzB%2CGAtLX%2CMAYI%2CKAyJI%2CQAiBI%2CMAAM%3BCAAS%2CSAAS%2CYAAT%22%7D */ 829 /* Include style: /default/style/openrat-info */ 830 .or-info { 831 position: relative; 832 } 833 .or-info--open-on-hover:hover .or-info-popup, 834 .or-info--open .or-info-popup { 835 display: block; 836 } 837 .or-info-popup { 838 display: none; 839 position: absolute; 840 top: 1.2em; 841 left: -2em; 842 overflow: visible; 843 border: 0.5em; 844 font-size: 2em; 845 border-radius: 0.3em; 846 padding: 1.0em; 847 z-index: 6; 848 } 849 .or-info-popup > div { 850 display: inline-block; 851 } 852 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-info.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEI%2CGAAC%3BCAEG%3B%3BAAEA%2CGAJH%2CKAII%2CeAAe%2CMAEZ%3BAADJ%2CGALH%2CKAKI%2CMACG%3BCACI%3B%3BAAIR%2CGAXH%2CKAWI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCAEA%3B%3BAAZJ%2CGAXH%2CKAWI%2CMAcK%3BCACE%22%7D */ 853 /* Include style: /default/style/openrat-menu */ 854 /* 855 OpenRat Content Management System 856 Copyright (C) 2002-2010 Jan Dankert 857 858 This program is free software; you can redistribute it and/or 859 modify it under the terms of the GNU General Public License 860 as published by the Free Software Foundation; either version 2 861 of the License, or (at your option) any later version. 862 863 This program is distributed in the hope that it will be useful, 864 but WITHOUT ANY WARRANTY; without even the implied warranty of 865 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 866 GNU General Public License for more details. 867 868 You should have received a copy of the GNU General Public License 869 along with this program; if not, write to the Free Software 870 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 871 */ 872 /* 873 Basis-Style for Openrat. 874 */ 875 /* Usage to this variable is safe to be removed */ 876 .or-menu { 877 display: flex; 878 justify-content: space-between; 879 /* Dropdown anzeigen, wenn Titel geöffnet und wenn mit Maus überstrichen */ 880 } 881 @media only screen and (max-width: 70rem) { 882 .or-menu-shortcut { 883 display: none; 884 } 885 } 886 @media only screen and (max-width: 85rem) { 887 .or-menu-label, 888 .or-menu-dropdown-icon { 889 display: none; 890 } 891 } 892 .or-menu-group { 893 display: flex; 894 } 895 .or-menu-group:nth-last-child(1) div.or-dropdown { 896 right: 10px; 897 } 898 .or-menu-group .or-image-icon { 899 width: 1.1em; 900 } 901 .or-menu-group .or-toolbar-icon { 902 padding: 2px; 903 margin-left: 10px; 904 } 905 .or-menu-group .or-toolbar-icon.or-menu-category { 906 cursor: default; 907 } 908 .or-menu-group .or-toolbar-icon.or-search input { 909 border: 0; 910 width: 10em; 911 } 912 .or-menu--is-open .or-menu-category--is-open > .or-dropdown { 913 display: block; 914 } 915 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-menu.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%3BAAyCI%2CIAAC%3BCAGG%3BCACA%3B%3B%3BAAUA%3BCAAA%2CIAdH%2CIAUI%3BEAEG%3B%3B%3BAAQJ%3BCAAA%2CIApBH%2CIAgBI%3BCAID%2CIApBH%2CIAgBa%3BEAEF%3B%3B%3BAAIR%2CIAtBH%2CIAsBI%3BCACG%3B%3BAAGA%2CIA1BP%2CIAsBI%2CMAII%2CeAAe%2CGACZ%2CIAAG%3BCACC%3B%3BAANZ%2CIAtBH%2CIAsBI%2CMASG%3BCAEI%3B%3BAAXR%2CIAtBH%2CIAsBI%2CMAcG%3BCACI%3BCAGA%3B%3BAAGA%2CIA3CX%2CIAsBI%2CMAcG%2CiBAOK%3BCACG%3B%3BAAEJ%2CIA9CX%2CIAsBI%2CMAcG%2CiBAUK%2CUACG%3BCACI%3BCAGA%3B%3BAAehB%2CIAlEH%2CIAkEI%2CSACG%2C2BACM%3BCACE%22%7D */ 916 /* Include style: /default/style/openrat-navigation */ 917 /* N a v i g a t i o n */ 918 .or-navigation--is-open { 919 display: flex; 920 flex-direction: row; 921 } 922 .or-navigation-filler { 923 height: 100%; 924 width: 12em; 925 opacity: 0.8; 926 filter: blur(10em); 927 } 928 @media only screen and (max-width: 55rem) { 929 .or-navigation-filler { 930 width: 0; 931 } 932 } 933 .or-navigation-filler-icon { 934 opacity: 1; 935 font-size: 3em; 936 position: absolute; 937 right: 20px; 938 top: 20px; 939 } 940 .or-navigation-content { 941 flex: 1; 942 height: 100%; 943 z-index: 3; 944 } 945 .or-navigation-content .or-view { 946 height: 100%; 947 } 948 .or-navtree-node { 949 margin: 0; 950 padding: 0.1em 0; 951 line-height: 18px; 952 font-weight: normal; 953 white-space: nowrap; 954 } 955 @media only screen and (max-width: 55rem) { 956 .or-navtree-node { 957 padding: 0.2em 0; 958 } 959 } 960 .or-navtree-node--selected { 961 font-weight: bold; 962 } 963 .or-navtree-node--selected > div > a { 964 font-weight: bold; 965 } 966 .or-navtree-node-control { 967 width: 18px; 968 min-width: 18px; 969 height: 18px; 970 float: left; 971 cursor: pointer; 972 } 973 .or-navtree-list { 974 list-style-type: none; 975 margin: 0; 976 padding: 0; 977 } 978 .or-navtree-list ul { 979 margin-left: 18px; 980 } 981 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-navigation.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAWI%2CGAFD%2CWAEE%3BCACC%3BCACA%3B%3BAAGF%2CGAPD%2CWAOE%3BCACC%3BCACA%3BCACA%3BCACA%2CQAAQ%2CUAAR%3B%3BAAMA%3BCAAA%2CGAjBH%2CWAOE%3BEAOG%3B%3B%3BAAGF%2CGAjBH%2CWAOE%2COAUE%3BCACC%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAIJ%2CGA1BD%2CWA0BE%3BCAEC%3BCAOA%3BCAIA%3B%3BAAbF%2CGA1BD%2CWA0BE%2CQAeC%3BCACE%3B%3BAASA%2CGAFH%2CQAEI%3BCACG%3BCACA%2CgBAAA%3BCAMA%3BCACA%3BCACA%3B%3BAAFA%3BCAAA%2CGAVP%2CQAEI%3BEAKG%2CgBAAA%3B%3B%3BAAOA%2CGAdP%2CQAEI%2CKAYI%3BCACG%3B%3BAAEA%2CGAjBX%2CQAEI%2CKAYI%2CUAGO%2CMAAM%3BCACN%3B%3BAAIR%2CGAtBP%2CQAEI%2CKAoBI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAKR%2CGAhCH%2CQAgCI%3BCAEG%3BCACA%3BCACA%3B%3BAAJJ%2CGAhCH%2CQAgCI%2CKAMG%3BCACI%22%7D */ 982 /* Include style: /default/style/openrat-nojs */ 983 .or-nojs-text { 984 display: block; 985 } 986 .or-visible-for-nojs { 987 display: none; 988 } 989 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-nojs.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAIQ%2CGAFH%2CKAEI%3BCACG%3B%3BAAKR%2CGAAC%3BCACG%22%7D */ 990 /* Include style: /default/style/openrat-normalize */ 991 /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ 992 /* Customized for OR-CMS */ 993 html { 994 font-family: 'Oxygen', 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 995 font-size: 0.9em; 996 -ms-text-size-adjust: 100%; 997 -webkit-text-size-adjust: 100%; 998 } 999 body { 1000 margin: 0; 1001 } 1002 article, 1003 aside, 1004 details, 1005 figcaption, 1006 figure, 1007 footer, 1008 header, 1009 hgroup, 1010 main, 1011 nav, 1012 section, 1013 summary { 1014 display: block; 1015 } 1016 audio, 1017 canvas, 1018 progress, 1019 video { 1020 display: inline-block; 1021 vertical-align: baseline; 1022 } 1023 audio:not([controls]) { 1024 display: none; 1025 height: 0; 1026 } 1027 [hidden], 1028 template { 1029 display: none; 1030 } 1031 a { 1032 background: transparent; 1033 } 1034 a:active, 1035 a:hover { 1036 outline: 0; 1037 } 1038 abbr[title] { 1039 border-bottom: 1px dotted; 1040 } 1041 b, 1042 strong { 1043 font-weight: bold; 1044 } 1045 dfn { 1046 font-style: italic; 1047 } 1048 h1 { 1049 font-size: 1.2em; 1050 margin: 0.67em 0; 1051 } 1052 mark { 1053 background: #ff0; 1054 color: #000; 1055 } 1056 small { 1057 font-size: 80%; 1058 } 1059 sub, 1060 sup { 1061 font-size: 75%; 1062 line-height: 0; 1063 position: relative; 1064 vertical-align: baseline; 1065 } 1066 sup { 1067 top: -0.5em; 1068 } 1069 sub { 1070 bottom: -0.25em; 1071 } 1072 img { 1073 border: 0; 1074 } 1075 svg:not(:root) { 1076 overflow: hidden; 1077 } 1078 figure { 1079 margin: 1em 40px; 1080 } 1081 hr { 1082 -moz-box-sizing: content-box; 1083 box-sizing: content-box; 1084 height: 0; 1085 } 1086 pre { 1087 overflow: auto; 1088 } 1089 code, 1090 kbd, 1091 pre, 1092 samp, 1093 time { 1094 font-family: 'Source Code Pro', monospace, monospace; 1095 font-size: 1em; 1096 text-overflow: ellipsis; 1097 overflow: hidden; 1098 display: block; 1099 white-space: pre-wrap; 1100 } 1101 button, 1102 input, 1103 optgroup, 1104 select, 1105 textarea { 1106 color: inherit; 1107 background-color: inherit; 1108 font: inherit; 1109 margin: 0; 1110 } 1111 button { 1112 overflow: visible; 1113 } 1114 button, 1115 select { 1116 text-transform: none; 1117 } 1118 button, 1119 html input[type="button"] { 1120 -webkit-appearance: button; 1121 cursor: pointer; 1122 } 1123 button[disabled], 1124 html input[disabled] { 1125 cursor: default; 1126 } 1127 button input::-moz-focus-inner { 1128 border: 0; 1129 padding: 0; 1130 } 1131 input { 1132 line-height: normal; 1133 } 1134 input[type="reset"], 1135 input[type="submit"] { 1136 -webkit-appearance: button; 1137 cursor: pointer; 1138 } 1139 input[type="checkbox"], 1140 input[type="radio"] { 1141 box-sizing: border-box; 1142 padding: 0; 1143 } 1144 input[type="number"]::-webkit-inner-spin-button, 1145 input[type="number"]::-webkit-outer-spin-button { 1146 height: auto; 1147 } 1148 input[type="search"] { 1149 -webkit-appearance: textfield; 1150 -moz-box-sizing: content-box; 1151 -webkit-box-sizing: content-box; 1152 box-sizing: content-box; 1153 } 1154 input[type="search"]::-webkit-search-cancel-button, 1155 input[type="search"]::-webkit-search-decoration { 1156 -webkit-appearance: none; 1157 } 1158 fieldset { 1159 border: 1px solid #c0c0c0; 1160 margin: 0 2px; 1161 padding: 0.35em 0.625em 0.75em; 1162 } 1163 legend { 1164 border: 0; 1165 padding: 0; 1166 } 1167 textarea { 1168 overflow: auto; 1169 } 1170 optgroup { 1171 font-weight: bold; 1172 } 1173 table { 1174 border-collapse: collapse; 1175 border-spacing: 0; 1176 } 1177 td, 1178 th { 1179 padding: 0; 1180 text-align: left; 1181 } 1182 /* Box-Sizing: We are using border-box as this is the most intuitive way for sizing. */ 1183 *, 1184 ::before, 1185 ::after { 1186 box-sizing: border-box; 1187 } 1188 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-normalize.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAKA%3BCACE%2CaAAa%2CUAAU%2C6CAA6C%2CYAAY%2CaAAa%2CUAAU%2CaACvG%2CaAAa%2CcAAc%2C4BAD3B%3BCAEA%3BCACA%3BCACA%3B%3BAAIF%3BCAAO%3B%3BAAMP%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BCACE%3B%3BAAKF%3BAACA%3BAACA%3BAACA%3BCACE%3BCACA%3B%3BAAKF%2CKAAK%2CIAAI%3BCACP%3BCACA%3B%3BAAKF%3BAACA%3BCACE%3B%3BAAKF%3BCACE%3B%3BAAEA%2CCAAC%3BAACD%2CCAAC%3BCACC%3B%3BAAOJ%2CIAAI%3BCAAU%2CyBAAA%3B%3BAAGd%3BAACA%3BCACE%3B%3BAAIF%3BCAAM%3B%3BAAGN%3BCACE%3BCACA%2CgBAAA%3B%3BAAIF%3BCACE%3BCACA%3B%3BAAIF%3BCAAQ%3B%3BAAGR%3BAACA%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAGF%3BCAAM%3B%3BAACN%3BCAAM%3B%3BAAIN%3BCAAM%3B%3BAAGN%2CGAAG%2CIAAI%3BCAAU%3B%3BAAIjB%3BCAAS%2CgBAAA%3B%3BAAGT%3BCACE%3BCACA%3BCACA%3B%3BAAIF%3BCAAM%3B%3BAAGN%3BAACA%3BAACA%3BAACA%3BAACA%3BCACE%2CaAAa%2CuCAAb%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAWF%3BAACA%3BAACA%3BAACA%3BAACA%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAIF%3BCAAS%3B%3BAAMT%3BAACA%3BCACE%3B%3BAAMF%3BAACA%2CIAAK%2CMAAK%3BCACR%3BCACA%3B%3BAAIF%2CMAAM%3BAACN%2CIAAK%2CMAAK%3BCACR%3B%3BAAMA%2CMADF%2CMACG%3BCACC%3BCACA%3B%3BAAKJ%3BCACE%3B%3BAACA%2CKAAC%3BAACD%2CKAAC%3BCACC%3BCACA%3B%3BAAOF%2CKAAC%3BAACD%2CKAAC%3BCACC%3BCACA%3B%3BAAOA%2CKADD%2CeACE%3BAACD%2CKAFD%2CeAEE%3BCACC%3B%3BAAMJ%2CKAAC%3BCACC%3BCACA%3BCACA%3BCACA%3B%3BAAKA%2CKATD%2CeASE%3BAACD%2CKAVD%2CeAUE%3BCACC%3B%3BAAON%3BCACE%2CyBAAA%3BCACA%2CaAAA%3BCACA%2C8BAAA%3B%3BAAKF%3BCACE%3BCACA%3B%3BAAIF%3BCAAW%3B%3BAAIX%3BCAAW%3B%3BAAIX%3BCACE%3BCACA%3B%3BAAGF%3BAACA%3BCACE%3BCACA%3B%3B%3BAAKF%3BAAAG%3BAAAU%3BCACX%22%7D */ 1189 /* Include style: /default/style/openrat-notices */ 1190 /* Usage to this variable is safe to be removed */ 1191 .or-notice { 1192 border-style: solid; 1193 border-width: 1px 1px 1px 1em; 1194 border-color: #000000; 1195 padding: 1.1em; 1196 position: relative; 1197 width: 90%; 1198 margin: 1em; 1199 border-radius: 0.2em; 1200 -moz-border-radius: 0.2em; 1201 -webkit-border-radius: 0.2em; 1202 -khtml-border-radius: 0.2em; 1203 } 1204 @media only screen and (max-width: 55rem) { 1205 .or-notice { 1206 border-radius: 0; 1207 -moz-border-radius: 0; 1208 -webkit-border-radius: 0; 1209 -khtml-border-radius: 0; 1210 border-style: solid; 1211 border-width: 1px 0 0 1em; 1212 margin: 0; 1213 font-size: 0.75em; 1214 width: 100%; 1215 } 1216 } 1217 .or-notice-container { 1218 display: block; 1219 position: fixed; 1220 bottom: 0; 1221 right: 0; 1222 padding: 0; 1223 width: 50%; 1224 z-index: 5; 1225 } 1226 @media only screen and (max-width: 55rem) { 1227 .or-notice-container { 1228 right: 0; 1229 bottom: 0; 1230 width: 100%; 1231 padding: 0; 1232 } 1233 } 1234 .or-notice-toolbar { 1235 float: right; 1236 margin: 0 0.2em; 1237 font-size: 2em; 1238 color: gray; 1239 cursor: pointer; 1240 } 1241 .or-notice:hover .or-notice-toolbar { 1242 color: black; 1243 } 1244 .or-notice div.text { 1245 font-weight: bold; 1246 } 1247 .or-notice-text { 1248 font-size: 1.1em; 1249 } 1250 .or-notice:after { 1251 /* 1252 content: ''; 1253 position: absolute; 1254 right: 0; 1255 top: 50%; 1256 width: 0; 1257 height: 0; 1258 border: 1em solid transparent; 1259 border-right: 0; 1260 margin-top: -1em; 1261 margin-right: -1em;*/ 1262 } 1263 .or-notice-log { 1264 font-family: 'Source Code Pro', Monospace, Monospaced, Courier; 1265 height: 15em; 1266 overflow-y: scroll; 1267 } 1268 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-notices.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAeI%2CIAAC%3BCACG%3BCACA%2C6BAAA%3BCACA%2CqBAAA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCAhBJ%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3B%3BAA2BI%3BCAAA%2CIAtBH%3BEARD%2CgBAAA%3BEACA%2CqBAAA%3BEACA%2CwBAAA%3BEACA%2CuBAAA%3BEAoBM%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3B%3B%3BAAGF%2CIAtBH%2CMAsBI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAQJ%3BCAAA%2CIArCH%2CMAsBI%3BEAUK%3BEACA%3BEACA%3BEACA%3B%3B%3BAAIN%2CIAvCH%2CMAuCI%3BCACG%3BCACA%2CeAAA%3BCACA%3BCACA%3BCACA%3B%3BAAGJ%2CIA%5C%2FCH%2CMA%2BCI%2CMACG%3BCACI%3B%3BAAjDZ%2CIAAC%2CMAsDG%2CIAAG%3BCACC%3B%3BAAGJ%2CIA1DH%2CMA0DI%3BCACG%3B%3BAAGJ%2CIA9DH%2CMA8DI%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAaD%2CIA3EH%2CMA2EI%3BCACG%2CaAAa%2CiDAAb%3BCACA%3BCACA%22%7D */ 1269 /* Include style: /default/style/openrat-search */ 1270 .or-search--on-active { 1271 display: none; 1272 } 1273 .or-search--on-inactive { 1274 display: inline; 1275 } 1276 .or-search-input { 1277 border-bottom: 0.1em solid; 1278 } 1279 .or-search-input .or-input { 1280 border: 0; 1281 padding: 0; 1282 box-shadow: 0 0 0 !important; 1283 border-radius: 0; 1284 width: 8em; 1285 } 1286 .or-search--is-active .or-search--on-active { 1287 display: inline; 1288 } 1289 .or-search--is-active .or-search--on-inactive { 1290 display: none; 1291 } 1292 .or-search-result { 1293 display: none; 1294 padding: 1em; 1295 } 1296 .or-search-result-entry { 1297 padding-top: 0.2em; 1298 } 1299 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-search.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAII%2CGAHD%2COAGE%3BCACC%3B%3BAAEF%2CGAND%2COAME%3BCACC%3B%3BAAGF%2CGAVD%2COAUE%3BCACC%2C0BAAA%3B%3BAADF%2CGAVD%2COAUE%2CMAEC%3BCACE%3BCACA%3BCACA%2C4BAAA%3BCACA%3BCACA%3B%3BAAMA%2CGAvBL%2COAoBE%2CWAEC%2CWACG%3BCACC%3B%3BAAEF%2CGA1BL%2COAoBE%2CWAEC%2CWAIG%3BCACC%3B%3BAAON%2CGAlCD%2COAkCE%3BCACC%3BCACA%3B%3BAAEA%2CGAtCH%2COAkCE%2COAIE%3BCACC%22%7D */ 1300 /* Include style: /default/style/openrat-selector */ 1301 .or-selector-tree { 1302 display: none; 1303 } 1304 .or-selector-search { 1305 display: none; 1306 } 1307 .or-selector--is-tree-active .or-selector-tree { 1308 display: block; 1309 } 1310 .or-selector--is-search-active .or-selector-search { 1311 display: block; 1312 } 1313 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-selector.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAFD%2CSAEE%3BCACC%3B%3BAAEF%2CGALD%2CSAKE%3BCACC%3B%3BAAOE%2CGAbL%2CSAUE%2CgBAEC%2CaACG%3BCACC%3B%3BAAOF%2CGArBL%2CSAmBE%2CkBACC%2CaACG%3BCACC%22%7D */ 1314 /* Include style: /default/style/openrat-sidebar */ 1315 /* 1316 OpenRat Content Management System 1317 Copyright (C) 2002-2010 Jan Dankert 1318 1319 This program is free software; you can redistribute it and/or 1320 modify it under the terms of the GNU General Public License 1321 as published by the Free Software Foundation; either version 2 1322 of the License, or (at your option) any later version. 1323 1324 This program is distributed in the hope that it will be useful, 1325 but WITHOUT ANY WARRANTY; without even the implied warranty of 1326 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1327 GNU General Public License for more details. 1328 1329 You should have received a copy of the GNU General Public License 1330 along with this program; if not, write to the Free Software 1331 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1332 */ 1333 /* 1334 Basis-Style for Openrat. 1335 */ 1336 /* Usage to this variable is safe to be removed */ 1337 /* 1338 .or { 1339 &-sidebar { 1340 1341 @media @smartphones { 1342 display: none; 1343 } 1344 1345 position: fixed; 1346 top: 10em; 1347 right: 0; 1348 z-index: 1; 1349 display: flex; 1350 flex-direction: column; 1351 1352 &-button { 1353 margin-left: auto; 1354 margin-right: 0; 1355 1356 width: 2em; 1357 overflow: hidden; 1358 right: 0; 1359 transition: width 0.2s ease-in-out; 1360 margin-bottom: 2em; 1361 white-space: nowrap; 1362 1363 //&-text { 1364 // display: none; 1365 //} 1366 1367 &:hover { 1368 width:9em; 1369 1370 //.or-sidebar-button-text { 1371 // display: inline; 1372 //} 1373 } 1374 1375 } 1376 1377 } 1378 } 1379 */ 1380 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%22%7D */ 1381 /* Include style: /default/style/openrat-ui */ 1382 /* Usage to this variable is safe to be removed */ 1383 html, 1384 body { 1385 width: 100%; 1386 height: 100%; 1387 } 1388 @media only screen and (min-width: 56rem) { 1389 body:before { 1390 content: ""; 1391 position: fixed; 1392 left: 0; 1393 right: 0; 1394 z-index: -1; 1395 width: 100%; 1396 height: 100%; 1397 display: block; 1398 background-size: cover; 1399 background-position: center; 1400 background-repeat: no-repeat; 1401 } 1402 } 1403 .or-editor-toolbar { 1404 font-size: 1.5em; 1405 } 1406 iframe { 1407 width: 100%; 1408 height: 500px; 1409 display: block; 1410 } 1411 /* Verweise */ 1412 a:link, 1413 a:visited { 1414 font-weight: normal; 1415 text-decoration: none; 1416 } 1417 a:active, 1418 a:hover { 1419 font-weight: normal; 1420 text-decoration: none; 1421 } 1422 .or-act-clickable { 1423 cursor: pointer; 1424 } 1425 /* Make Codemirror Auto-Resizable */ 1426 .CodeMirror { 1427 height: auto; 1428 } 1429 .or { 1430 /* After page loading, all elements are hidden. This class will be removed by javascript. */ 1431 } 1432 .or-search > .or-input { 1433 box-shadow: none !important; 1434 background-color: transparent !important; 1435 } 1436 .or--initial-hidden { 1437 opacity: 0; 1438 } 1439 .or-view-flying-button { 1440 display: block; 1441 bottom: 1em; 1442 right: 1em; 1443 position: absolute; 1444 } 1445 .or-linklist { 1446 display: flex; 1447 flex-direction: column; 1448 padding: 10% 20%; 1449 } 1450 .or-linklist > .or-linklist-line { 1451 border: 1px solid; 1452 margin-top: 1em; 1453 padding: 1em; 1454 border-radius: 0.5em; 1455 -moz-border-radius: 0.5em; 1456 -webkit-border-radius: 0.5em; 1457 -khtml-border-radius: 0.5em; 1458 } 1459 .or-dirty { 1460 font-weight: bold; 1461 } 1462 .or-draggable { 1463 cursor: move; 1464 } 1465 .or-droppable--active { 1466 background-color: #3c8b2e !important; 1467 cursor: move; 1468 z-index: 3; 1469 } 1470 .or-droppable--hover { 1471 background-color: #08f169 !important; 1472 cursor: move; 1473 z-index: 3; 1474 } 1475 .or--invisible { 1476 visibility: hidden; 1477 } 1478 .or--visible { 1479 visibility: visible; 1480 } 1481 .or--off { 1482 display: none; 1483 } 1484 .or-link { 1485 color: inherit; 1486 } 1487 .or-link--is-active { 1488 font-weight: bold; 1489 } 1490 legend { 1491 font-size: 1.1em; 1492 font-weight: bold; 1493 padding: 0 0.5em; 1494 } 1495 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-ui.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAIA%3BAAAM%3BCAAO%3BCAAY%3B%3BAAuBzB%3BCAfQ%2CIAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3BEACA%3BEACA%3B%3B%3BAAIZ%3BCACE%3B%3BAAWF%3BCACE%3BCACA%3BCACA%3B%3B%3BAAKF%2CCAAC%3BAACD%2CCAAC%3BCACC%3BCACA%3B%3BAAGF%2CCAAC%3BAACD%2CCAAC%3BCACC%3BCACA%3B%3BAAIF%3BCACE%3B%3B%3BAAMF%3BCACE%3B%3BAAMF%3B%3B%3BAACI%2CGAAC%2COAAU%3BCAEP%3BCACA%3B%3BAAKJ%2CGAAC%3BCACG%3B%3BAAIJ%2CGAAC%3BCACG%3BCACA%3BCACA%3BCACA%3B%3BAAGJ%2CGAAC%3BCACG%3BCACA%3BCACA%2CgBAAA%3B%3BAAHJ%2CGAAC%2CSAKK%3BCACE%2CiBAAA%3BCACA%3BCACA%3BCAvEV%2CoBAAA%3BCACA%2CyBAAA%3BCACA%2C4BAAA%3BCACA%2C2BAAA%3B%3BAA0EE%2CGAAC%3BCACG%3B%3BAAGJ%2CGAAC%3BCACC%3B%3BAAKE%2CGAFH%2CUAEI%3BCAEG%3BCACA%3BCACA%3B%3BAAGJ%2CGATH%2CUASI%3BCACG%3BCACA%3BCACA%3B%3BAAKR%2CGAAC%3BCACG%3B%3BAAGJ%2CGAAC%3BCACG%3B%3BAAEJ%2CGAAC%3BCACG%3B%3BAAIJ%2CGAAC%3BCACC%3B%3BAACA%2CGAFD%2CKAEE%3BCACC%3B%3BAAWR%3BCACI%3BCACA%3BCACA%2CgBAAA%22%7D */ 1496 /* Include style: /default/style/openrat-view */ 1497 /* 1498 OpenRat Content Management System 1499 Copyright (C) 2002-2010 Jan Dankert 1500 1501 This program is free software; you can redistribute it and/or 1502 modify it under the terms of the GNU General Public License 1503 as published by the Free Software Foundation; either version 2 1504 of the License, or (at your option) any later version. 1505 1506 This program is distributed in the hope that it will be useful, 1507 but WITHOUT ANY WARRANTY; without even the implied warranty of 1508 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1509 GNU General Public License for more details. 1510 1511 You should have received a copy of the GNU General Public License 1512 along with this program; if not, write to the Free Software 1513 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1514 */ 1515 /* Usage to this variable is safe to be removed */ 1516 .or-view { 1517 padding: 0.5em; 1518 /* Fortschrittsbalken, fuer alle Elemente verfuegbar. */ 1519 } 1520 .or-view-header { 1521 font-size: 1.2em; 1522 } 1523 .or-view-central { 1524 position: absolute; 1525 top: 30%; 1526 margin-left: 40%; 1527 margin-right: 40%; 1528 font-size: 3em; 1529 } 1530 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-view.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%3BAAgCI%2CGAAC%3BCACC%3B%3B%3BAAEA%2CGAHD%2CKAGE%3BCACC%3B%3BAASF%2CGAbD%2CKAaE%3BCACC%3BCACA%3BCACA%3BCACA%3BCACA%22%7D */ 1531 /* Include style: /default/style/openrat-workbench */ 1532 /* 1533 OpenRat Content Management System 1534 Copyright (C) 2002-2010 Jan Dankert 1535 1536 This program is free software; you can redistribute it and/or 1537 modify it under the terms of the GNU General Public License 1538 as published by the Free Software Foundation; either version 2 1539 of the License, or (at your option) any later version. 1540 1541 This program is distributed in the hope that it will be useful, 1542 but WITHOUT ANY WARRANTY; without even the implied warranty of 1543 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1544 GNU General Public License for more details. 1545 1546 You should have received a copy of the GNU General Public License 1547 along with this program; if not, write to the Free Software 1548 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1549 */ 1550 /* Usage to this variable is safe to be removed */ 1551 .or { 1552 /* Fortschrittsbalken, fuer alle Elemente verfuegbar. */ 1553 } 1554 .or-workbench { 1555 width: 100%; 1556 height: 100%; 1557 display: flex; 1558 flex-direction: row; 1559 visibility: hidden; 1560 /* &-section { 1561 margin: 1.5em; 1562 @media @smartphones { 1563 margin: 0.5em; 1564 } 1565 1566 //border: 1px solid; 1567 //.border-radius(5px); 1568 1569 1570 .or-view-toolbar { 1571 display: inline; 1572 } 1573 1574 // Wenn Sektion geschlossen, keine Toolbar anzeigen. 1575 &.or--is-closed { 1576 .or-view-toolbar { 1577 display: none; 1578 } 1579 1580 } 1581 1582 // Diabled Sections are not displayed. 1583 &.or--disabled { 1584 //display: none; 1585 } 1586 1587 &.or--is-empty { 1588 //display: none; 1589 } 1590 }*/ 1591 /* */ 1592 } 1593 .or-workbench--visible-on-dialog-open { 1594 z-index: 3; 1595 } 1596 .or-workbench-screen { 1597 /* vertical flexbox */ 1598 display: flex; 1599 flex-direction: column; 1600 position: relative; 1601 /* 1602 https://stackoverflow.com/questions/28636832/firefox-overflow-y-not-working-with-nested-flexbox 1603 Whenever you've got an element with overflow: [hidden|scroll|auto] inside of a flex item, you need to give its ancestor flex item min-width:0 (in a horizontal flex container) or min-height:0 (in a vertical flex container), to disable this min-sizing behavior, or else the flex item will refuse to shrink smaller than the child's min-content size. 1604 */ 1605 } 1606 .or-workbench-screen > * { 1607 overflow-y: auto; 1608 overflow-x: hidden; 1609 } 1610 .or-workbench-main { 1611 flex: 1; 1612 min-width: 0; 1613 } 1614 .or-workbench-title { 1615 height: 3.0rem; 1616 max-height: 3.0rem; 1617 min-height: 3.0rem; 1618 overflow: hidden; 1619 padding: 0.5em; 1620 font-size: 1.2em; 1621 } 1622 .or-workbench-title .toolbar-icon .arrow-down { 1623 display: inline; 1624 } 1625 @media only screen and (max-width: 55rem) { 1626 .or-workbench-title .toolbar-icon span.label, 1627 .or-workbench-title .toolbar-icon .arrow-down { 1628 display: none; 1629 } 1630 } 1631 .or-workbench-content { 1632 flex: 1; 1633 /* 1634 &.is-closed { 1635 flex: 0.5; 1636 cursor: not-allowed; 1637 pointer-events: none; 1638 1639 @media @smartphones { 1640 // do not display the views in mobile mode. 1641 flex: 0; 1642 } 1643 1644 //overflow: hidden; 1645 }*/ 1646 } 1647 .or-workbench--visible-on-small { 1648 display: none; 1649 } 1650 .or-workbench--visible-on-wide { 1651 display: block; 1652 } 1653 .or-workbench--navigation-is-small .or-workbench--visible-on-wide { 1654 display: none; 1655 } 1656 .or-workbench--navigation-is-small .or-workbench--visible-on-small { 1657 display: block; 1658 } 1659 .or-workbench-navigation { 1660 display: flex; 1661 flex-direction: row; 1662 width: 30em; 1663 } 1664 .or-workbench-navigation-content { 1665 flex: 1; 1666 } 1667 @media only screen and (max-width: 55rem) { 1668 .or-workbench-navigation-content { 1669 flex: none; 1670 } 1671 } 1672 .or-workbench-navigation-filler { 1673 flex: 0; 1674 opacity: 0.6; 1675 } 1676 .or-workbench-navigation-container { 1677 width: 100%; 1678 position: relative; 1679 padding: 0.7em; 1680 overflow-x: hidden; 1681 } 1682 .or-workbench-navigation--is-small { 1683 width: 0; 1684 } 1685 .or-workbench-navigation--is-small .or-workbench-navigation-container { 1686 width: 0; 1687 overflow-y: hidden; 1688 /* 1689 &:hover { 1690 overflow-y: auto; 1691 width: 33%; 1692 opacity: 0.9; 1693 1694 .or-navtree { 1695 opacity: 1; 1696 } 1697 } 1698 */ 1699 } 1700 .or-workbench-navigation--is-small .or-workbench-navigation-container .or-navtree { 1701 opacity: 0.2; 1702 } 1703 .or-workbench-navigation--is-small .or-navtree { 1704 opacity: 0; 1705 } 1706 @media only screen and (max-width: 55rem) { 1707 .or-workbench-navigation { 1708 width: 0; 1709 } 1710 .or-workbench-navigation .or-workbench-navigation-container { 1711 /* 1712 width: 0; 1713 padding: 0; 1714 */ 1715 } 1716 .or-workbench-navigation--is-open { 1717 position: fixed; 1718 width: 100%; 1719 z-index: 1; 1720 opacity: 1; 1721 height: 100%; 1722 } 1723 .or-workbench-navigation--is-open .or-workbench-navigation-content { 1724 width: 90%; 1725 } 1726 .or-workbench-navigation--is-open .or-workbench-navigation-filler { 1727 flex: 1; 1728 } 1729 } 1730 @media only screen and (min-width: 75rem) { 1731 .or-workbench-navigation { 1732 overflow-y: auto; 1733 } 1734 } 1735 .or-workbench-navigation .or-view { 1736 height: 100%; 1737 } 1738 .or--visible-on-mobile { 1739 display: none; 1740 } 1741 @media only screen and (max-width: 55rem) { 1742 .or--visible-on-mobile { 1743 display: inline; 1744 } 1745 } 1746 @media only screen and (max-width: 55rem) { 1747 .or--visible-on-desktop { 1748 display: none; 1749 } 1750 } 1751 .or-toggle-nav-small { 1752 display: inline; 1753 } 1754 @media only screen and (max-width: 55rem) { 1755 .or-toggle-nav-small { 1756 display: none; 1757 } 1758 } 1759 .or-toggle-nav-open-close { 1760 display: none; 1761 } 1762 @media only screen and (max-width: 55rem) { 1763 .or-toggle-nav-open-close { 1764 display: inline; 1765 } 1766 } 1767 .or-loader { 1768 position: absolute; 1769 top: 30%; 1770 left: 0; 1771 right: 0; 1772 margin-left: auto; 1773 margin-right: auto; 1774 border-width: 0.5em; 1775 border-style: solid; 1776 border-radius: 50%; 1777 visibility: hidden; 1778 z-index: 6; 1779 } 1780 .or-loader--is-active { 1781 visibility: visible; 1782 width: 5em; 1783 height: 5em; 1784 animation: spin 2s linear infinite; 1785 } 1786 @keyframes spin { 1787 0% { 1788 transform: rotate(0deg); 1789 } 1790 100% { 1791 transform: rotate(360deg); 1792 } 1793 } 1794 @media screen and (prefers-reduced-motion: reduce) { 1795 .or-loader--is-active { 1796 display: none; 1797 } 1798 } 1799 @media only screen and (max-width: 55rem) { 1800 html { 1801 font-size: 1.1em; 1802 } 1803 } 1804 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-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%3BAAoCA%3B%3B%3BAAEI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3BCACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAEA%2CGARH%2CUAQI%3BCAEC%3B%3BAAIF%2CGAdH%2CUAcI%3B%3BCAEC%3BCACA%3BCACA%3B%3B%3B%3B%3B%3BAAJF%2CGAdH%2CUAcI%2COAeG%3BCAGA%3BCACA%3B%3BAAQJ%2CGAzCH%2CUAyCI%3BCACC%3BCACA%3B%3BAAGF%2CGA9CH%2CUA8CI%3BCACG%3BCACA%3BCACA%3BCACA%3BCACA%3BCAGA%3B%3BAARJ%2CGA9CH%2CUA8CI%2CMAUG%2CcAEI%3BCACI%3B%3BAAOJ%3BCAAA%2CGAlEX%2CUA8CI%2CMAUG%2CcAMI%2CKAAI%3BCAIJ%2CGAlEX%2CUA8CI%2CMAUG%2CcAMgB%3BEAEJ%3B%3B%3BAAQhB%2CGAxEH%2CUAwEI%3BCACG%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAA%2BDJ%2CGAxIH%2CUAwII%3BCACG%3B%3BAAGJ%2CGA5IH%2CUA4II%3BCACG%3B%3BAAGJ%2CGAhJH%2CUAgJI%2CqBACG%3BCACI%3B%3BAAFR%2CGAhJH%2CUAgJI%2CqBAKG%3BCACI%3B%3BAAIR%2CGA1JH%2CUA0JI%3BCAEG%3BCACA%3BCACA%3B%3BAAEA%2CGAhKP%2CUA0JI%2CWAMI%3BCAEC%3B%3BAAIF%3BCAAA%2CGAtKP%2CUA0JI%2CWAMI%3BEAIG%3B%3B%3BAAGJ%2CGAvKP%2CUA0JI%2CWAaI%3BCACC%3BCACA%3B%3BAAGF%2CGA5KP%2CUA0JI%2CWAkBI%3BCAEG%3BCACA%3BCAOA%3BCACA%3B%3BAASN%2CGAhML%2CUA0JI%2CWAsCE%3BCACK%3B%3BAADN%2CGAhML%2CUA0JI%2CWAsCE%2CUAOK%3BCAEI%3BCACA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAVV%2CGAhML%2CUA0JI%2CWAsCE%2CUAOK%2CmCAKI%3BCACE%3B%3BAAbZ%2CGAhML%2CUA0JI%2CWAsCE%2CUA6BK%3BCACI%3B%3BAAkCR%3BCAAA%2CGAhQP%2CUA0JI%3BEA0EO%3B%3BCA4BJ%2CGAhQP%2CUA0JI%2CWA4EO%3B%3B%3B%3B%3B%3BCAQA%2CGA9OX%2CUA0JI%2CWAoFQ%3BEASC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BCAbF%2CGA9OX%2CUA0JI%2CWAoFQ%2CSAEC%3BEACE%3B%3BCAHJ%2CGA9OX%2CUA0JI%2CWAoFQ%2CSAKC%3BEACE%3B%3B%3BAAiBR%3BCAAA%2CGArQP%2CUA0JI%3BEAuGO%3B%3B%3BAAvGR%2CGA1JH%2CUA0JI%2CWA2GG%3BCACI%3B%3BAAOZ%2CGAAC%3BCACG%3B%3BAAKJ%3BCAAA%2CGANC%3BEAGO%3B%3B%3BAASR%3BCAAA%2CGALC%3BEAGO%3B%3B%3BAAIR%2CGAAC%3BCACG%3B%3BAAIJ%3BCAAA%2CGALC%3BEAGO%3B%3B%3BAAIR%2CGAAC%3BCACG%3B%3BAAIJ%3BCAAA%2CGALC%3BEAGO%3B%3B%3BAAmBR%2CGAAC%3BCAEC%3BCACA%3BCACA%3BCACA%3BCACA%3BCACA%3BCAEA%3BCACA%3BCACA%3BCACA%3BCACA%3B%3BAAEA%2CGAfD%2COAeE%3BCAEC%3BCACA%3BCACA%3BCACA%2CkCAAA%3B%3BAAEA%3BCACI%3BEAAK%2CWAAW%2CYAAX%3B%3BCACP%3BEAAO%2CWAAW%2CcAAX%3B%3B%3BAAOX%2CmBAHqD%3BCAGrD%2CGA%5C%2FBD%2COAeE%3BEAcG%3B%3B%3BAAoBV%3BCALI%3BEACI%22%7D */ 1805 /* Include style: /../../../template_engine/components/html/component_editor/editor */ 1806 .editor__text-editor { 1807 width: 100%; 1808 height: 300px; 1809 } 1810 /* ACE-Editor */ 1811 textarea.editor__code-editor { 1812 display: none; 1813 /* Textarea nicht anzeigen, da durch Editor im DIV ersetzt */ 1814 } 1815 div.editor__code-editor { 1816 position: absolute; 1817 height: 500px; 1818 width: 100%; 1819 font-size: 14px; 1820 z-index: 256; 1821 } 1822 textarea.editor__text-editor, 1823 textarea.editor__wiki-editor, 1824 textarea.editor__html-editor { 1825 width: 100%; 1826 } 1827 a.editorlink:active, 1828 a.editorlink:hover { 1829 font-weight: normal; 1830 text-decoration: none; 1831 } 1832 a.editorlink:link, 1833 a.editorlink:visited { 1834 font-weight: normal; 1835 text-decoration: none; 1836 } 1837 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_editor%5C%2Feditor.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%3BCACC%3BCACA%3B%3B%3BAAID%2CQAAQ%3BCACP%3B%3B%3BAAID%2CGAAG%3BCAED%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAKJ%2CQAAQ%3BAACR%2CQAAQ%3BAACR%2CQAAQ%3BCAEP%3B%3BAAID%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%3B%3BAAGD%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%22%7D */ 1838 /* Include style: /../../../template_engine/components/html/component_group/group */ 1839 .or-group { 1840 margin: 1em 0 4em; 1841 } 1842 .or-group-title { 1843 margin: 0.5em 0; 1844 font-size: 1.1em; 1845 font-weight: normal; 1846 border-bottom: 1px solid; 1847 } 1848 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_group%5C%2Fgroup.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACI%2CGAAC%3BCAEG%2CiBAAA%3B%3BAAGJ%2CGAAC%3BCACG%2CeAAA%3BCACA%3BCACA%3BCACA%2CwBAAA%22%7D */ 1849 /* Include style: /../../../template_engine/components/html/component_image/image */ 1850 1851 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%22%7D */ 1852 /* Include style: /../../../template_engine/components/html/component_table/table */ 1853 .or-table { 1854 overflow: auto; 1855 border: 2px; 1856 width: 100%; 1857 table-layout: fixed; 1858 /* Hilfe-Texte */ 1859 } 1860 .or-table-column-date { 1861 width: 12em; 1862 } 1863 .or-table-column-user { 1864 width: 7em; 1865 } 1866 .or-table-column-action { 1867 width: 5em; 1868 } 1869 .or-table-column-auto { 1870 width: auto; 1871 max-width: 0; 1872 } 1873 .or-table-area { 1874 /* Responsive Tables */ 1875 } 1876 @media screen and (max-width: 40em) { 1877 .or-table-area { 1878 overflow-x: auto; 1879 } 1880 } 1881 .or-table-filter { 1882 width: 100%; 1883 text-align: right; 1884 } 1885 .or-table-filter-input { 1886 border-radius: 3px; 1887 -moz-border-radius: 3px; 1888 -webkit-border-radius: 3px; 1889 -khtml-border-radius: 3px; 1890 padding: 0.3em; 1891 margin: 0 1em; 1892 border: 1px solid #000000; 1893 width: 7.5em; 1894 } 1895 .or-table tr.or-headline > td, 1896 .or-table tr { 1897 padding: 0.3em; 1898 } 1899 .or-table tr.or-headline > td .or-row--on-hover, 1900 .or-table tr .or-row--on-hover { 1901 visibility: hidden; 1902 } 1903 @media only screen and (max-width: 55rem) { 1904 .or-table tr.or-headline > td .or-row--on-hover, 1905 .or-table tr .or-row--on-hover { 1906 visibility: visible; 1907 } 1908 } 1909 .or-table tr.or-headline > td:hover .or-row--on-hover, 1910 .or-table tr:hover .or-row--on-hover { 1911 visibility: visible; 1912 } 1913 .or-table tr > th { 1914 padding: 3px; 1915 font-weight: bold; 1916 } 1917 .or-table tr > th.or-sort-asc > span:last-child:after { 1918 content: " \2193"; 1919 } 1920 .or-table tr > th.or-sort-desc > span:last-child:after { 1921 content: " \2191"; 1922 } 1923 .or-table tr.or-data > td { 1924 padding: 3px; 1925 } 1926 .or-table tr > td { 1927 white-space: nowrap; 1928 text-overflow: ellipsis; 1929 overflow: hidden; 1930 } 1931 .or-table td.or-readonly { 1932 font-style: italic; 1933 font-weight: normal; 1934 } 1935 .or-table td.or-default { 1936 font-style: normal; 1937 font-weight: normal; 1938 } 1939 .or-table td.or-changed { 1940 font-style: normal; 1941 font-weight: bold; 1942 } 1943 .or-table td:hover > div.or-onrowvisible { 1944 visibility: visible; 1945 } 1946 .or-table tr td.or-help { 1947 font-style: italic; 1948 } 1949 .or-table tr.or-headline td.or-help { 1950 /* 1951 border-bottom:1px solid @color-overridden-by-theme; 1952 */ 1953 font-style: normal; 1954 } 1955 .or-table-sort-value { 1956 display: none; 1957 } 1958 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_table%5C%2Ftable.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3B%3B%3BAAEF%2CGAPD%2CMAOE%3BCACC%3B%3BAAEF%2CGAVD%2CMAUE%3BCACC%3B%3BAAEF%2CGAbD%2CMAaE%3BCACC%3B%3BAAEF%2CGAhBD%2CMAgBE%3BCACC%3BCACA%3B%3BAAGA%2CGArBH%2CMAqBI%3B%3B%3BAAQD%2CmBALwC%3BCAKxC%2CGA7BH%2CMAqBI%3BEAKO%3B%3B%3BAAKR%2CGA%5C%2FBH%2CMA%2BBI%3BCACG%3BCACA%3B%3BAAEA%2CGAnCP%2CMA%2BBI%2COAII%3BCA5CT%2CkBAAA%3BCACA%2CuBAAA%3BCACA%2C0BAAA%3BCACA%2CyBAAA%3BCA2CY%3BCACA%2CaAAA%3BCACA%2CyBAAA%3BCACA%3B%3BAAxCZ%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%3BAA5CrB%2CGAAC%2CMA8CG%3BCACI%3B%3BAA%5C%2FCR%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BAAjDN%2CGAAC%2CMA8CG%2CGAGE%3BCACE%3B%3BAAIF%3BCAAA%2CGAtDL%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BCAKA%2CGAtDL%2CMA8CG%2CGAGE%3BEAGI%3B%3B%3BAAGJ%2CGAvDL%2CMA4CG%2CGAAE%2CYAAe%2CKAWd%2CMAAO%3BAAAR%2CGAvDL%2CMA8CG%2CGASG%2CMAAO%3BCACN%3B%3BAAxDR%2CGAAC%2CMA4DG%2CGAAK%3BCAED%3BCACA%3B%3BAAEA%2CGAjEP%2CMA4DG%2CGAAK%2CKAKA%2CYAAe%2COAAI%2CWAAW%3BCAC3B%2CSAAS%2CQAAT%3B%3BAAEJ%2CGApEP%2CMA4DG%2CGAAK%2CKAQA%2CaAAgB%2COAAI%2CWAAW%3BCAC5B%2CSAAS%2CQAAT%3B%3BAArEZ%2CGAAC%2CMAyEG%2CGAAE%2CQAAW%3BCACT%3B%3BAA1ER%2CGAAC%2CMA6EG%2CGAAK%3BCACD%3BCACA%3BCACA%3B%3BAAhFR%2CGAAC%2CMAoFG%2CGAAE%3BCACE%3BCACA%3B%3BAAtFR%2CGAAC%2CMAwFG%2CGAAE%3BCACE%3BCACA%3B%3BAA1FR%2CGAAC%2CMA4FG%2CGAAE%3BCACE%3BCACA%3B%3BAA9FR%2CGAAC%2CMAiGG%2CGAAE%2CMAAS%2CMAAG%3BCACV%3B%3BAAlGR%2CGAAC%2CMAsGG%2CGAAG%2CGAAE%3BCACD%3B%3BAAvGR%2CGAAC%2CMA0GG%2CGAAE%2CYAAa%2CGAAE%3B%3B%3B%3BCAIb%3B%3BAAIJ%2CGAlHH%2CMAkHI%3BCACG%22%7D */ 1959 /* Include style: /../../../template_engine/components/html/component_upload/upload */ 1960 div.or-dropzone-upload { 1961 width: 100%; 1962 height: 100px; 1963 border: 1px dotted; 1964 } 1965 /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_upload%5C%2Fupload.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CGAAG%3BCAEF%3BCACA%3BCAEA%2CkBAAA%22%7D */
Download modules/cms/ui/themes/default/style/openrat.css
History Sun, 29 Jan 2023 00:20:21 +0100 Jan Dankert New node type "Script". Sun, 5 Jun 2022 22:14:24 +0200 Jan Dankert Some fixups: New Icons; better support classes for DSL. Tue, 15 Mar 2022 20:32:34 +0100 dankert Fix: Show QRCode popups in View. Fri, 11 Mar 2022 20:14:33 +0100 dankert UI-Cleanup. Tue, 1 Mar 2022 23:03:32 +0100 dankert New: OQuery support for 'parent(selector)' and 'parents(selector)' Sun, 13 Feb 2022 22:12:01 +0100 dankert Fix: Linebreaks in preformatted code should be visible Sun, 13 Feb 2022 21:52:29 +0100 dankert Fix: Very long text should not crash the UI, so the overflow is now hidden. Fri, 31 Dec 2021 01:07:48 +0100 dankert Detect permission errors from API response. Sat, 18 Dec 2021 03:44:18 +0100 dankert New: Display Workbench after Theme-CSS is loaded. Mon, 6 Dec 2021 22:56:52 +0100 dankert Fixes: Layout fix for search; unique results in search. Mon, 6 Dec 2021 01:38:41 +0100 dankert Fixed the file/image upload. Tue, 30 Nov 2021 23:56:16 +0100 dankert New: Checkboxes and Radio buttons with theme colors. Tue, 30 Nov 2021 00:25:32 +0100 Jan Dankert Cleanup the notices. Mon, 29 Nov 2021 23:54:33 +0100 Jan Dankert New: Spinner image with pure css. So we can colorize it now. Mon, 29 Nov 2021 01:22:40 +0100 Jan Dankert New: Themes may contain multiple color schemes (for now only "dark" and "light"), modern browsers are selecting the right scheme. Sat, 27 Nov 2021 22:28:51 +0100 Jan Dankert UI-Cleanup for the permission list. Now this is much better for small displays. Thu, 22 Apr 2021 00:32:16 +0200 Jan Dankert Fix: Do not show the dialog filler on mobile devices. Thu, 22 Apr 2021 00:30:08 +0200 Jan Dankert Fix: Re-enable drag and drop Wed, 21 Apr 2021 21:41:28 +0200 Jan Dankert New: Using transitions for dialog popup Sun, 18 Apr 2021 01:21:33 +0200 Jan Dankert Fix: Correct CSS3 syntax for transitions on multiple properties; New: Using a transition for open/close collapsibles. Mon, 12 Apr 2021 23:46:06 +0200 Jan Dankert New: Smaller CSS-Files, because third-party-CSS (editors...) is loaded dynamically if necessary. Fri, 2 Apr 2021 00:31:39 +0200 Jan Dankert Only 1 Button for shrinking the menu on desktop Thu, 11 Mar 2021 00:24:26 +0100 Jan Dankert Cleanup: No need for the logo component any more. Mon, 8 Mar 2021 15:04:16 +0100 Jan Dankert UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text. Mon, 8 Mar 2021 13:03:30 +0100 Jan Dankert Aligning the button values to the right side. Mon, 8 Mar 2021 02:27:23 +0100 Jan Dankert Revert "UI-Refactoring: Show the dialog on desktops as a popup. Mmm, should we stay with popups? Don't know." Mon, 8 Mar 2021 02:16:08 +0100 Jan Dankert UI-Refactoring: Show the dialog on desktops as a popup. Mmm, should we stay with popups? Don't know. Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Sat, 6 Mar 2021 20:44:40 +0100 Jan Dankert Fix: Filenames of CSS-Files should be identically on all platforms. Sat, 6 Mar 2021 20:39:30 +0100 Jan Dankert Fix: Sorting the files, because the order should be identically on all platforms. Sat, 6 Mar 2021 15:38:14 +0100 Jan Dankert New: Submenus in Lists. Sat, 6 Mar 2021 01:12:37 +0100 Jan Dankert Fix: Show notice, if dialog is open. Sat, 6 Mar 2021 00:41:10 +0100 Jan Dankert New: Notice are collapsible. Thu, 4 Mar 2021 00:56:19 +0100 Jan Dankert Removed menu entry for 'password' Mon, 15 Feb 2021 02:27:54 +0100 Jan Dankert Fix: Drag and drop from the navigation tree to a selector input. Mon, 15 Feb 2021 01:33:55 +0100 Jan Dankert New: Show the navigation tree only after click. Mon, 15 Feb 2021 00:47:53 +0100 Jan Dankert Fix: Displaying global search results instead of navigation. Sun, 14 Feb 2021 23:43:21 +0100 Jan Dankert New: More decent notices on mobiles. Sun, 14 Feb 2021 23:18:14 +0100 Jan Dankert New: Confirmation needed if a dialog is closed which has unsaved changes. Sat, 13 Feb 2021 22:23:06 +0100 Jan Dankert Refactoring: Moving editing of links into the subaction 'value'. Sat, 13 Feb 2021 20:29:42 +0100 Jan Dankert Update: Material Icons version 4 (only woff2, but newer browser are supporting woff2). Sat, 13 Feb 2021 00:11:23 +0100 Jan Dankert New: Transition-Duration is controllable via style configuration. So there is no need for a dedicated FX on/off-switch in the profile. Sat, 13 Feb 2021 00:01:53 +0100 Jan Dankert Fix: Navigation is available, while dialog is open; Fix: Shrink Action title text if necessary. Fri, 12 Feb 2021 22:41:40 +0100 Jan Dankert Nicer look of the search input field (outline:none was the key) Fri, 12 Feb 2021 20:54:45 +0100 Jan Dankert Fix: Show search delete icon only if there is a search query. Fri, 12 Feb 2021 20:08:11 +0100 Jan Dankert Fix: Show search result on top of the navigation. Fri, 12 Feb 2021 00:43:08 +0100 Jan Dankert New: Style colors; Fix: Mobile navigation, global search. Wed, 10 Feb 2021 23:56:07 +0100 Jan Dankert Fix: Colourize images; Fix: Mobile navigation. Wed, 10 Feb 2021 23:05:46 +0100 Jan Dankert Moving the search form upon the navigation, because the search is more like a navigation. Wed, 10 Feb 2021 00:00:21 +0100 Jan Dankert Using only fullscreen views; Navigate to parent instead of complete breadcrumb. Tue, 9 Feb 2021 19:37:04 +0100 Jan Dankert Removing sidebar buttons (all related actions are available via a shortcut icon in the title bar) Tue, 9 Feb 2021 00:05:36 +0100 Jan Dankert Moving the breadcrumb navigation to the title bar. Mon, 8 Feb 2021 23:04:22 +0100 Jan Dankert New: A sidebar with sticky buttons as a shortcut to some methods. Tue, 1 Dec 2020 00:07:39 +0100 Jan Dankert New: Visibility-Button for password fields, fix: QR-code button for mobile devices. Fri, 27 Nov 2020 20:14:22 +0100 Jan Dankert Fix: Mark input fields on input error. Sat, 21 Nov 2020 12:13:03 +0100 Jan Dankert Fix: Dirty marker. Sat, 14 Nov 2020 23:13:46 +0100 Jan Dankert Open the QRcode on click (for touch devices). Sat, 14 Nov 2020 22:32:01 +0100 Jan Dankert Fix: Show name/description of default language. Sat, 14 Nov 2020 22:02:21 +0100 Jan Dankert Fixed: Notices may display a message. Fri, 13 Nov 2020 23:24:54 +0100 Jan Dankert Using icons for the history view, this is much cleaner. Fri, 13 Nov 2020 00:12:44 +0100 Jan Dankert Fixing Pagelement-History and Diff. Wed, 11 Nov 2020 13:30:22 +0100 Jan Dankert A little transparent background for the menu. Wed, 11 Nov 2020 13:11:14 +0100 Jan Dankert Fixed navigation layout issues. Wed, 11 Nov 2020 01:44:59 +0100 Jan Dankert Fix: The search results are opened with the menu. Wed, 11 Nov 2020 00:31:13 +0100 Jan Dankert Fixing layout problems in the mobile navigation. Tue, 10 Nov 2020 23:30:07 +0100 Jan Dankert The background image is now configurable by the style configuration. Tue, 10 Nov 2020 23:02:27 +0100 Jan Dankert Colorize the background image with the theme background color. Tue, 10 Nov 2020 01:16:21 +0100 Jan Dankert New: Background image Tue, 10 Nov 2020 00:05:30 +0100 Jan Dankert a background color for view content. Mon, 9 Nov 2020 22:29:34 +0100 Jan Dankert UI-Refactoring: The navigation is now on the left side with full height. Thu, 5 Nov 2020 22:56:49 +0100 Jan Dankert box-shadow should only be set in the theme css (because a color is needed and a color is theming) Thu, 5 Nov 2020 22:51:14 +0100 Jan Dankert Cleaned up the LESS files, more use of the BEM schema. Mon, 26 Oct 2020 21:36:14 +0100 Jan Dankert Rename css class 'clickable' to 'act-clickable'; enhanced view 'info' for projects. Sat, 24 Oct 2020 23:51:11 +0200 Jan Dankert Cleanup LESS files, introduce BEM. Wed, 21 Oct 2020 23:13:01 +0200 Jan Dankert Externalize constants. Sun, 18 Oct 2020 01:30:49 +0200 Jan Dankert New component "fieldset" for better form layout. Sat, 17 Oct 2020 02:14:49 +0200 Jan Dankert Fix: JS und CSS was a little bit broken since the last components refactoring. Sat, 10 Oct 2020 01:29:41 +0200 Jan Dankert Refactoring: Only using CSS classes with the 'or-'-prefix. Wed, 7 Oct 2020 23:29:12 +0200 Jan Dankert Fix: The password field was unstyled. Tue, 6 Oct 2020 22:23:11 +0200 Jan Dankert Fix: Selecting a link with the selector (this was unusable since the last template refactoring). Searching is implemented, the selector tree must be fixed soon. Mon, 5 Oct 2020 23:32:06 +0200 Jan Dankert UI: Nicer buttons Mon, 5 Oct 2020 00:10:52 +0200 Jan Dankert Only show database information in development mode. Sun, 4 Oct 2020 23:53:25 +0200 Jan Dankert New: The tree is now hidable with a dedicated button. No more hover effect in the navigation. Sun, 4 Oct 2020 16:33:53 +0200 Jan Dankert Refactoring: Using the icon font for displaying arrows. Sat, 3 Oct 2020 00:50:35 +0200 Jan Dankert Increased font size. Fri, 2 Oct 2020 23:11:48 +0200 Jan Dankert Cleanup: No '.inputholder' any more, notices with links to objects. Sun, 27 Sep 2020 04:09:05 +0200 Jan Dankert Refactoring: The tree functions should use normal templates as the other actions. Beware of the JS hell. Sun, 27 Sep 2020 00:49:48 +0200 Jan Dankert New: A form in the UI has now a scrollable content and the action bar is fixed at the bottom. Fri, 21 Aug 2020 00:22:13 +0200 Jan Dankert Refactoring: Collect all frontend compiler scripts in update.php. Compiling of CSS and JS was extracted to a new TemplateCompiler. JS and CSS is now collected in a new openrat.[min.][js|css].