Merge branch 'master' of https://git.irisnetwork.de/digitalmobil/interred-custom
This commit is contained in:
commit
865c8e8195
@ -1,43 +1,44 @@
|
||||
@-moz-document url-prefix("http://generator.chip.de/exec/"),
|
||||
url-prefix("https://interred.nmg.de/exec/"),
|
||||
url-prefix("https://testsystem.nmg-interred.com/exec/"),
|
||||
url-prefix("https://staging.nmg-interred.com") {
|
||||
/*
|
||||
@-moz-document url-prefix("http://generator.chip.de/exec/"), url-prefix("https://interred.nmg.de/exec/"), url-prefix("https://testsystem.nmg-interred.com/exec/"), url-prefix("https://staging.nmg-interred.com") {
|
||||
/*
|
||||
Adrians allmächtige InterRed Verbesserung
|
||||
Benutzerfreundlichkeit FTW
|
||||
*/
|
||||
/* =========================================================================================================
|
||||
*/
|
||||
|
||||
/* =========================================================================================================
|
||||
HINTERGRUNDFARBEN FÜR DIE TOOLS
|
||||
========================================================================================================= */
|
||||
========================================================================================================= */
|
||||
|
||||
body {
|
||||
background: linear-gradient(to left, #1F1C2C, #928DAB);
|
||||
background: linear-gradient(to left, #1F1C2C , #928DAB);
|
||||
}
|
||||
|
||||
/* Hintergrund für RTE-Felder */
|
||||
[id^="IDx"],
|
||||
[id^="IDx"] body {
|
||||
background: white;
|
||||
}
|
||||
|
||||
iframe body {
|
||||
background: white;
|
||||
}
|
||||
|
||||
#tinymce {
|
||||
background: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document regexp(".*tree_tool\\.pl.*"),
|
||||
regexp(".*info_popup\\.pl.*") {
|
||||
/* Hintergrundfarbe in der Baumverwaltung */
|
||||
body {
|
||||
@-moz-document regexp(".*tree_tool\\.pl.*"), regexp(".*info_popup\\.pl.*") {
|
||||
/* Hintergrundfarbe in der Baumverwaltung */
|
||||
body {
|
||||
background: white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document domain("testsystem.nmg-interred.com"),
|
||||
domain("staging.nmg-interred.com") {
|
||||
/* =========================================================================================================
|
||||
@-moz-document domain("testsystem.nmg-interred.com") {
|
||||
/* =========================================================================================================
|
||||
VISUELLER HINWEIS AUF DEN NMG-TESTSERVER
|
||||
========================================================================================================= */
|
||||
========================================================================================================= */
|
||||
|
||||
div.IR_Bar-logo {
|
||||
background: url("https://static.irisnetwork.de/interred/ib-logo.png") !important;
|
||||
background-repeat: no-repeat !important;
|
||||
@ -53,10 +54,31 @@ domain("staging.nmg-interred.com") {
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document domain("staging.nmg-interred.com") {
|
||||
/* =========================================================================================================
|
||||
VISUELLER HINWEIS AUF DEN NMG-Staging
|
||||
========================================================================================================= */
|
||||
|
||||
div.IR_Bar-logo {
|
||||
background: url("https://static.irisnetwork.de/interred/ib-logo.png") !important;
|
||||
background-repeat: no-repeat !important;
|
||||
}
|
||||
.IR_Bar,
|
||||
table.dialogue-facelift td.interred-bar {
|
||||
background: blueviolet !important;
|
||||
background: linear-gradient(to right, #658704, #182848) !important;
|
||||
}
|
||||
.docked.docked .dialogTitle.red {
|
||||
background: blueviolet !important;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document domain("interred.nmg.de") {
|
||||
/* =========================================================================================================
|
||||
/* =========================================================================================================
|
||||
VISUELLER HINWEIS AUF DEN NMG-LIVE-SERVER
|
||||
========================================================================================================= */
|
||||
========================================================================================================= */
|
||||
|
||||
div.IR_Bar-logo {
|
||||
background: url("https://static.irisnetwork.de/interred/ib-logo.png") !important;
|
||||
background-repeat: no-repeat !important;
|
||||
@ -65,7 +87,7 @@ domain("staging.nmg-interred.com") {
|
||||
table.dialogue-facelift td.interred-bar,
|
||||
form[name="ir_preview_form"] {
|
||||
background: blue !important;
|
||||
background: linear-gradient(to left, #182848, #4b6cb7) !important;
|
||||
background: linear-gradient(to right, #4b6cb7, #182848) !important;
|
||||
}
|
||||
.docked.docked .dialogTitle.red {
|
||||
background: #4074FE !important;
|
||||
@ -74,9 +96,10 @@ domain("staging.nmg-interred.com") {
|
||||
}
|
||||
|
||||
@-moz-document domain("generator.chip.de") {
|
||||
/* =========================================================================================================
|
||||
/* =========================================================================================================
|
||||
VISUELLER HINWEIS AUF DEN CHIP SERVER
|
||||
========================================================================================================= */
|
||||
========================================================================================================= */
|
||||
|
||||
div.IR_Bar-logo {
|
||||
background: url("https://static.irisnetwork.de/interred/ib-logo.png") !important;
|
||||
background-repeat: no-repeat !important;
|
||||
@ -84,7 +107,7 @@ domain("staging.nmg-interred.com") {
|
||||
div.header-infobox,
|
||||
form[name="ir_preview_form"] {
|
||||
background: blue !important;
|
||||
background: linear-gradient(to left, #1F1C18 0%, #8E0E00 50%) !important;
|
||||
background: linear-gradient(to left, #1F1C18 0% ,#8E0E00 50%) !important;
|
||||
}
|
||||
.docked.docked .dialogTitle.red {
|
||||
background: #4074FE !important;
|
||||
@ -93,22 +116,23 @@ domain("staging.nmg-interred.com") {
|
||||
}
|
||||
|
||||
@-moz-document domain("generator.chip.de") {
|
||||
/* =========================================================================================================
|
||||
/* =========================================================================================================
|
||||
CHIP ANPASSUNGEN
|
||||
========================================================================================================= */
|
||||
========================================================================================================= */
|
||||
|
||||
|
||||
div.article-mask-border div.mask-left {
|
||||
max-width: 1300px !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document domain("interred.nmg.de"),
|
||||
domain("testsystem.nmg-interred.com"),
|
||||
domain("generator.chip.de"),
|
||||
domain("staging.nmg-interred.com") {
|
||||
/* =========================================================================================================
|
||||
@-moz-document domain("interred.nmg.de"), domain("testsystem.nmg-interred.com"), domain("generator.chip.de"), domain("staging.nmg-interred.com") {
|
||||
/* =========================================================================================================
|
||||
ALLGEMEINE INTERRED ANPASSUNGEN
|
||||
========================================================================================================= */
|
||||
========================================================================================================= */
|
||||
|
||||
|
||||
/*
|
||||
Main Container zentrieren
|
||||
*/
|
||||
@ -135,51 +159,66 @@ domain("staging.nmg-interred.com") {
|
||||
max-width: none;
|
||||
width: calc(100% - 290px) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Homebutton und Uhr bei der Chip ausblenden
|
||||
*/
|
||||
|
||||
#homebuttons-logo,
|
||||
#header-clock {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Login
|
||||
*/
|
||||
.login-box-top>img {
|
||||
|
||||
.login-box-top > img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.login-box-top {
|
||||
background: url("https://static.irisnetwork.de/interred/login-logo.png") no-repeat center center !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Top-Bar
|
||||
*/
|
||||
|
||||
.IR_Bar {
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Top Bar Blattplanung
|
||||
*/
|
||||
|
||||
div.main-header-menu {
|
||||
background: white;
|
||||
}
|
||||
|
||||
/*
|
||||
Menüboxen
|
||||
*/
|
||||
div.groupbox>h1 {
|
||||
|
||||
div.groupbox > h1 {
|
||||
border-radius: 0;
|
||||
}
|
||||
div.groupbox>div.content {
|
||||
|
||||
div.groupbox > div.content {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Hintergrund und Transparenz
|
||||
*/
|
||||
|
||||
div.main-light-reflex,
|
||||
#content-container {
|
||||
background: url("https://static.irisnetwork.de/bing_today.jpg") no-repeat center center fixed !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
#cc-svg,
|
||||
.contentbox-widget,
|
||||
.chartable_container,
|
||||
@ -187,25 +226,29 @@ domain("staging.nmg-interred.com") {
|
||||
div.right {
|
||||
/*background: white;*/
|
||||
}
|
||||
|
||||
.variant {
|
||||
background-color: rgba(0, 0, 0, 0.2) !important;
|
||||
background-color: rgba(0,0,0, 0.2) !important;
|
||||
padding: 1rem;
|
||||
border-radius: 1rem;
|
||||
border: 0.2rem solid rgba(255, 255, 255, 0.5);
|
||||
border: 0.2rem solid rgba(255,255,255,0.5);
|
||||
margin: 0 0.5rem 0 0;
|
||||
}
|
||||
|
||||
select.def {
|
||||
background: white !important;
|
||||
border: 1px solid white;
|
||||
}
|
||||
div.main-light-reflex,
|
||||
#content-container {
|
||||
|
||||
div.main-light-reflex, #content-container {
|
||||
background: none;
|
||||
}
|
||||
|
||||
body#login-body div.login-box {
|
||||
box-shadow: 0px 0px 10rem 0px rgba(255, 255, 255, 1);
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
background: rgba(255,255,255,0.8);
|
||||
}
|
||||
|
||||
/*
|
||||
Transparenzoffensive
|
||||
*/
|
||||
@ -222,6 +265,7 @@ domain("staging.nmg-interred.com") {
|
||||
div.language-selection {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.gui-table-new .table-body,
|
||||
#box-dtp-snippets #snippets-container,
|
||||
div.mask-left,
|
||||
@ -231,16 +275,19 @@ domain("staging.nmg-interred.com") {
|
||||
.protocol-widget,
|
||||
.main-dtp-content,
|
||||
table.gui-table.with-top-border {
|
||||
background: rgba(255, 255, 255, 0.8) !important;
|
||||
background: rgba(255,255,255,0.8) !important;
|
||||
}
|
||||
|
||||
div.workspace-border-bottom,
|
||||
div.language-selection span.top,
|
||||
div.language-selection span.bottom {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.journal {
|
||||
border: 2px solid rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/*
|
||||
Deutlichere Ladeanimation
|
||||
*/
|
||||
@ -248,26 +295,29 @@ domain("staging.nmg-interred.com") {
|
||||
background-image: url("https://static.irisnetwork.de/interred/ajax-loader.gif") !important;
|
||||
background-size: 24px 24px;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix für zu kleine Zeichenstil-Textboxen
|
||||
*/
|
||||
.def[name="rte_pstyles"],
|
||||
.def[name="rte_cstyles"] {
|
||||
.def[name="rte_pstyles"], .def[name="rte_cstyles"] {
|
||||
width: 30rem;
|
||||
height: 30rem;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix für viel zu kleine RTE-Selektoren
|
||||
*/
|
||||
.contentbox-articlemask .rteOuter select {
|
||||
min-width: 20rem !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix für zu kleine RTE-Textboxen
|
||||
*/
|
||||
.rteIframe {
|
||||
/* min-height: 20rem !important;*/
|
||||
}
|
||||
|
||||
/*
|
||||
Fix für zu kleine Buttons
|
||||
*/
|
||||
@ -282,6 +332,7 @@ domain("staging.nmg-interred.com") {
|
||||
background-repeat: none;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
/*
|
||||
Einfachere Bedienung des Administratormenüs
|
||||
*/
|
||||
@ -291,6 +342,7 @@ domain("staging.nmg-interred.com") {
|
||||
div.mainmenu-systemwidget-administration-content ul li:nth-child(2n+1) {
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
/*
|
||||
Consolas in Textareas
|
||||
*/
|
||||
@ -301,43 +353,46 @@ domain("staging.nmg-interred.com") {
|
||||
option {
|
||||
font-family: Consolas, Monospace;
|
||||
}
|
||||
|
||||
/*
|
||||
Transparenter Ladebildschirm
|
||||
*/
|
||||
div.overlay.fullsize {
|
||||
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.8) 100%) !important;
|
||||
background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 25%,rgba(0,0,0,0.8) 100%) !important;
|
||||
animation: animatedBackground 1s linear;
|
||||
}
|
||||
|
||||
/*
|
||||
Styling Suchfeld
|
||||
*/
|
||||
input[name^="samlt-"],
|
||||
div[name*="samlt-"],
|
||||
select[name*="samlt-"] {
|
||||
input[name^="samlt-"], div[name*="samlt-"], select[name*="samlt-"] {
|
||||
background: lightblue;
|
||||
border: 1px solid white;
|
||||
width: 1rem;
|
||||
margin: 3px;
|
||||
float: left;
|
||||
float:left;
|
||||
position: absolute;
|
||||
opacity: 0.5;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
input[name^="samlt-"]:hover,
|
||||
div[name*=" samlt-"]:hover {
|
||||
width: 6rem;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix für zu kleine Selectlisten
|
||||
*/
|
||||
.def[name="uid"],
|
||||
.def[name="bart_id"],
|
||||
.def[name="art"],
|
||||
.def[name="ph_id"] {
|
||||
.def[name="ph_id"]{
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
/*
|
||||
Fix für zu kleine Inline-Elemente
|
||||
in den RTE Textboxen
|
||||
@ -348,6 +403,7 @@ domain("staging.nmg-interred.com") {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
Scrollbares Tools-Menu
|
||||
*/
|
||||
@ -355,12 +411,14 @@ domain("staging.nmg-interred.com") {
|
||||
height: 640px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
/*
|
||||
Zentrierung Dialogboxen
|
||||
*/
|
||||
table.dialogue-facelift {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*
|
||||
Bessere Lesbarkeit für Notices.
|
||||
Rote Schrift auf blauem Grund ist KEIN guter Kontrast
|
||||
@ -368,11 +426,12 @@ domain("staging.nmg-interred.com") {
|
||||
.notice .red {
|
||||
color: black !important;
|
||||
}
|
||||
.notice>.red:before {
|
||||
.notice > .red:before {
|
||||
content: "Fehler: ";
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
|
||||
/*
|
||||
Tabs in der Blattplanung
|
||||
*/
|
||||
@ -380,15 +439,16 @@ domain("staging.nmg-interred.com") {
|
||||
background: white;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
border-radius: 0;
|
||||
}
|
||||
.ui-state-hover *,
|
||||
.ui-tabs-active *,
|
||||
.ui-state-active * {
|
||||
|
||||
.ui-state-hover *, .ui-tabs-active *, .ui-state-active * {
|
||||
color: #000 !important;
|
||||
background: #efefef;
|
||||
}
|
||||
|
||||
/*
|
||||
Hintergrund für Panels in der Blattplanung
|
||||
*/
|
||||
@ -396,6 +456,7 @@ domain("staging.nmg-interred.com") {
|
||||
div#dialog-container-right {
|
||||
background: #efefef !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Breite der Platzhalter
|
||||
*/
|
||||
@ -410,47 +471,59 @@ domain("staging.nmg-interred.com") {
|
||||
div.article-mask-border textarea {
|
||||
width: calc(100% - 5px) !important;
|
||||
}
|
||||
|
||||
div.advancedOptionsFlyout {
|
||||
border-radius: 0;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
background: rgba(255,255,255,0.9);
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*
|
||||
Meldungsboxen Blattplanung
|
||||
*/
|
||||
|
||||
.generic-widget {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.output-box {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.output-box.shadow {
|
||||
box-shadow: 0px 0px 20px 2px rgb(0, 0, 0) !important;
|
||||
}
|
||||
|
||||
.generic-widget.noticepp h4 {
|
||||
background: #4074FE !important;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
pre.close {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
Button für Dropdown in der Blattplanung
|
||||
*/
|
||||
|
||||
section.advancedOptions {
|
||||
border-radius: 0 !important;
|
||||
border-top-left-radius: 4px !important;
|
||||
/* background-image: url(/image/arrows/arrow-down-black.png), -webkit-linear-gradient(45deg, rgba(0, 0, 200, 0.85), white); */
|
||||
}
|
||||
|
||||
/*
|
||||
Ausgaben-Auswahl in der Blattplanung
|
||||
*/
|
||||
|
||||
div#objectIssueBox {
|
||||
border-radius: 0 !important;
|
||||
background: rgba(255, 255, 255, 0.9) !important;
|
||||
background: rgba(255,255,255,0.9) !important;
|
||||
box-decoration-break: none !important;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
2,5 hohe liste für etwa 150 Punkte? Srsly?!?
|
||||
*/
|
||||
@ -461,41 +534,51 @@ domain("staging.nmg-interred.com") {
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
/*
|
||||
Hovereffekt für Rechteverwaltungstabelle des Todes
|
||||
*/
|
||||
.defsm tr:hover {
|
||||
background: lightblue !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Höhe der Beitragsaren und Adminspalte anpassen
|
||||
*/
|
||||
|
||||
form[name="systemwidget_administration_form"] {
|
||||
height: calc(100vh - 140px);
|
||||
}
|
||||
|
||||
div.mainmenu-systemwidget-bartlist-content .scroll-container {
|
||||
max-height: calc(100vh - 200px);
|
||||
}
|
||||
|
||||
/*
|
||||
Höhe der Copy2Bart in der Rechteverwaltung
|
||||
*/
|
||||
select[name="copy_to_bart"] {
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
/*
|
||||
Höhe der Bäume im Teasermanager
|
||||
*/
|
||||
|
||||
.tree-content-area {
|
||||
height: calc(50vh - 235px) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Blattplanung Text
|
||||
*/
|
||||
|
||||
div.journal div.journalHeader span {
|
||||
color: white !important;
|
||||
font-weight: bold !important;
|
||||
text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Versteckte Debug-Ausgaben zeigen (eigene)
|
||||
*/
|
||||
@ -511,11 +594,11 @@ domain("staging.nmg-interred.com") {
|
||||
font: 1.5rem monospace !important;
|
||||
}
|
||||
.ir_debug hr {
|
||||
border: 0.05rem solid rgba(255, 255, 255, 0.5);
|
||||
border: 0.05rem solid rgba(255,255,255,0.5);
|
||||
margin: 1rem 0;
|
||||
}
|
||||
.ir_debug i {
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
background: rgba(255,255,255,0.5);
|
||||
display: inline;
|
||||
}
|
||||
.ir_debug i:after {
|
||||
@ -526,34 +609,40 @@ domain("staging.nmg-interred.com") {
|
||||
display: inline-block;
|
||||
color: darkgray;
|
||||
margin-bottom: 0.5rem;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
background: rgba(255,255,255,0.5);
|
||||
border-bottom: 0.1rem dotted white;
|
||||
padding: 0.5rem;
|
||||
content: "Hidden Debug output: ";
|
||||
width: calc(100% - 1rem);
|
||||
}
|
||||
|
||||
.ph_cols {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-content: flex-start;
|
||||
align-content:flex-start;
|
||||
}
|
||||
|
||||
.ph {
|
||||
background-color: white !important;
|
||||
border-radius: 1rem !important;
|
||||
padding: 1.2rem;
|
||||
border-left: 0.3rem solid darkgray;
|
||||
}
|
||||
|
||||
/*
|
||||
Bessere Unterscheidung von MVP Zeilen
|
||||
*/
|
||||
|
||||
div.mvp-row.alternative {
|
||||
background: none;
|
||||
}
|
||||
|
||||
div.mvp-row {
|
||||
border-top: 1rem dotted #4665AC;
|
||||
padding-top: 2rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mvp-rowcount {
|
||||
top: 1rem !important;
|
||||
left: 0.5rem !important;
|
||||
@ -563,7 +652,8 @@ domain("staging.nmg-interred.com") {
|
||||
border-radius: 1rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
div.article-mask-border fieldset {
|
||||
|
||||
div.article-mask-border fieldset {
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user