KKeine Bearbeitungszusammenfassung |
K 1 Version importiert |
||
| (32 dazwischenliegende Versionen von 7 Benutzern werden nicht angezeigt) | |||
| Zeile 127: | Zeile 127: | ||
} | } | ||
.fa-circle-ellipsis::before { | |||
content: "\e10a"; | |||
} | |||
.fa-rotate-right::before { | .fa-rotate-right::before { | ||
| Zeile 195: | Zeile 198: | ||
.fa-building-magnifying-glass::before { | .fa-building-magnifying-glass::before { | ||
content: "\e61c"; | content: "\e61c"; | ||
} | |||
.fa-magnifying-glass::before { | |||
content: "\f002"; | |||
} | } | ||
| Zeile 209: | Zeile 216: | ||
} | } | ||
.fa-square-arrow-down::before { | |||
content: "\f339"; | |||
} | |||
.fa-up-right-and-down-left-from-center:before { | |||
content: "\f424"; | |||
} | |||
.fa-signal-stream-slash:before { | |||
content: "\e250"; | |||
} | |||
.fa-shield-exclamation::before { | |||
content: "\e247"; | |||
} | |||
.fa-camera-viewfinder::before { | |||
content: "\e0da"; | |||
} | |||
.fa-grid-2-plus::before { | |||
content: "\e197"; | |||
} | |||
.fa-ethernet::before { | |||
content: "\f796"; | |||
} | |||
.fad::after { | |||
content: "\f796\f796"; | |||
} | |||
.fa-alert::before, | |||
.fa-triangle-exclamation::before { | |||
content: "\f071"; | |||
} | |||
li.fal, | |||
li.fas, | |||
li.far, | |||
li.fad { | |||
font-size: unset; | |||
} | |||
/* | /* | ||
| Zeile 271: | Zeile 323: | ||
content: "\f25a"; | content: "\f25a"; | ||
font-family: "Font Awesome 6 Pro"; | font-family: "Font Awesome 6 Pro"; | ||
font-weight: | font-weight: 900; | ||
} | } | ||
| Zeile 292: | Zeile 344: | ||
.info-collapsed .mw-collapsible-toggle-default::before { | .info-collapsed .mw-collapsible-toggle-default::before { | ||
content: "\f05a"; | content: "\f05a"; | ||
} | } | ||
| Zeile 298: | Zeile 349: | ||
.info-collapsed .mw-collapsible-toggle-default::before { | .info-collapsed .mw-collapsible-toggle-default::before { | ||
content: "\f080"; | content: "\f080"; | ||
} | } | ||
.info .mw-collapsible-text { | .info .mw-collapsible-text { | ||
color: | color: var(--info-blau); | ||
font-size: small; | font-size: small; | ||
padding-left: 2px; | padding-left: 2px; | ||
| Zeile 308: | Zeile 358: | ||
.code .mw-collapsible-toggle-default::before { | .dezent.info:not(.icon) .mw-collapsible-toggle { | ||
color: rgba(255,255,255,0.9); | |||
display: inline-block; | |||
background-image: radial-gradient(#68a7c8 0%,#2b97d5 80%); | |||
border: 1px solid #878a90; | |||
border-radius: 3px; | |||
padding: 0px 3px !important; | |||
font-size: 80%; | |||
text-align: left; | |||
float: none !important; | |||
margin-top: 0.3em; | |||
margin-right: 0.5em; | |||
height: unset; | |||
} | |||
.dezent.info:not(.icon) .mw-collapsible-text { | |||
color: rgba(255,255,255,0.9); | |||
} | |||
.dezent.info:not(.icon) .mw-collapsible-toggle-default::before { | |||
color: rgba(255,255,255,0.9); | |||
} | |||
.startbox-demo .dezent.menu .mw-collapsible-toggle-default { | |||
background-color: #eaecf0; | |||
background-image: none; | |||
} | |||
.code .mw-collapsible-toggle-default::before { | |||
content: "\f121"; | content: "\f121"; | ||
} | } | ||
.gear .mw-collapsible-toggle-default::before { | .gear .mw-collapsible-toggle-default::before { | ||
content: "\f013"; | content: "\f013"; | ||
} | } | ||
| Zeile 335: | Zeile 412: | ||
color: rgba(0,0,0,0.7); | color: rgba(0,0,0,0.7); | ||
} | } | ||
.icon.changelog .mw-collapsible-toggle { | |||
border: none; | |||
} | |||
.lightbulb .mw-collapsible-toggle-default::before { | .lightbulb .mw-collapsible-toggle-default::before { | ||
content: "\f672"; | content: "\f672"; | ||
} | } | ||
.thinking .mw-collapsible-toggle-default::before { | .thinking .mw-collapsible-toggle-default::before { | ||
content: "\e39b"; | content: "\e39b"; | ||
} | } | ||
.image .mw-collapsible-toggle-default::before { | |||
content: "\e0da"; | |||
} | |||
.tolltip > .mw-collapsible .mw-collapsible-toggle-default::before { | |||
color: var(--info-blau); | |||
} | |||
.neu-box { | .neu-box { | ||
| Zeile 378: | Zeile 467: | ||
background: 0; | background: 0; | ||
overflow: auto; | overflow: auto; | ||
} | white-space: inherit; | ||
} | |||
| Zeile 384: | Zeile 474: | ||
.info-icon { | .info-icon { | ||
left: -1.25em; | left: -1.25em; | ||
color: | color: var(--info-blau); | ||
text-decoration: underline; | text-decoration: underline; | ||
text-decoration-style: solid; | text-decoration-style: solid; | ||
| Zeile 514: | Zeile 604: | ||
/*************************/ | /*************************/ | ||
.em6 { | |||
font-size: 6em; | |||
} | |||
. | .flexbox.inline { | ||
display: inline | display: inline; | ||
} | |||
.flex-list { | |||
display:flex; | |||
} | } | ||
.flex-list > ul { | |||
display:grid; | |||
grid-template-columns: repeat(auto-fit, minmax(10em, 0fr)); | |||
gap: 0 19px; | |||
padding: 0; | |||
margin-left: 1.6em; | |||
width: 100%; | |||
max-width: unset; | |||
} | |||
.button a.image { | |||
display: inline-block; | |||
padding-right: 2px; | |||
} | |||
.button-2 .button a.image { | .button-2 .button a.image { | ||
vertical-align: -2px; | vertical-align: -2px; | ||
padding-right: 20px; | padding-right: 20px; | ||
} | } | ||
.button .button-1 a.image { | .button .button-1 a.image { | ||
vertical-align: -1px; | vertical-align: -1px; | ||
} | } | ||
.mw-editform #wpTextbox1 { | .mw-editform #wpTextbox1 { | ||
color:black!important; | color: black!important; | ||
} | } | ||
| Zeile 559: | Zeile 668: | ||
} | } | ||
*/ | */ | ||
.inaktiv, | .inaktiv, | ||
| Zeile 565: | Zeile 673: | ||
opacity: 0.35; | opacity: 0.35; | ||
} | } | ||
.spc__default.disabled { | |||
background: #f7f7f7; | |||
border: 1px solid #555; | |||
color: #000; | |||
} | |||
.Hover-icon::before { | .Hover-icon::before { | ||
| Zeile 584: | Zeile 699: | ||
.tolltip { | .tolltip { | ||
display: inline-flex; | display: inline-flex; | ||
/* vertical-align: top; */ | |||
} | } | ||
| Zeile 593: | Zeile 708: | ||
.tolltip:hover .mw-collapsible .mw-collapsible-toggle + .mw-collapsible-content, | .tolltip:hover .mw-collapsible .mw-collapsible-toggle + .mw-collapsible-content, | ||
.tolltip:hover > * + .mw-collapsible-content { | .tolltip:hover > * + .mw-collapsible-content { | ||
display: block !important; /* bessere Darstellung auf UTM/AlertingCenter */ | |||
display: inline-block !important; | /* display: inline-block !important; */ | ||
} | } | ||
| Zeile 604: | Zeile 719: | ||
.tolltip .mw-collapsible-content { | .tolltip .mw-collapsible-content { | ||
z-index: 20; | z-index: 20; | ||
/* top: 0.5em; */ | /* top: 0.5em; */ | ||
| Zeile 612: | Zeile 725: | ||
border: #ec971f; | border: #ec971f; | ||
position: absolute; | position: absolute; | ||
background: #cecece; /* gainsboro; aliceblue; */ | |||
/* left: 10em; */ /* Test für AV/Portal/Benutzer */ | |||
} | |||
.tolltip .default-tolltip.mw-collapsible-content { | |||
width: 35vw; | width: 35vw; | ||
max-width: max-content; | max-width: max-content; | ||
margin-top: 1.25em; | |||
} | |||
.mw-collapsible.width-100 .mw-collapsible-content { | |||
width: 100%; | |||
} | } | ||
.tolltip.fixed .mw-collapsible-content { | .tolltip.fixed .mw-collapsible-content { | ||
| Zeile 621: | Zeile 744: | ||
} | } | ||
/* | .tolltip > .mw-collapsible .mw-collapsible-text { | ||
display: none; | |||
} | |||
.tolltip > .mw-collapsible .mw-collapsible-toggle-expanded .mw-collapsible-text, | |||
.tolltip:hover > .mw-collapsible .mw-collapsible-text { | |||
display: ruby; | |||
font-size: small; | |||
position: absolute; | |||
background: white; | |||
color: rgb(33,94,130); | |||
padding: 0px 2px; | |||
} | |||
div.info { | |||
color: #004343; | |||
} | |||
/* | |||
.tolltip .mw-collapsible-toggle { | .tolltip .mw-collapsible-toggle { | ||
color: unset; | color: unset; | ||
| Zeile 639: | Zeile 781: | ||
content:unset; | content:unset; | ||
} | } | ||
*/ | |||
/* | |||
.tolltip .mw-collapsible-toggle { | |||
position: absolute; | |||
} | |||
*/ | */ | ||
| Zeile 653: | Zeile 801: | ||
.inline-table, | .inline-table, | ||
.code.inline-table { | .code.inline-table { | ||
display:inline-table; | display: inline-table; | ||
} | } | ||
.table-cell { | |||
display: table-cell; | |||
} | |||
.mw-collapsible.info { | .mw-collapsible.info { | ||
| Zeile 668: | Zeile 820: | ||
*/ | */ | ||
.pdr6 + .sp-icons-sort { | |||
margin-right: 4px; /* Abstand für Sortier-Icon in Vorlage Classic-table-header */ | |||
} | |||
.UTM.ic-eingabe.pd3 { | |||
padding:3px; | |||
} | |||
.UTM.ic-eingabe.pd2 { | |||
padding:2px; | |||
} | |||
.spc__eintrag.UTM { | .UTM.ic-eingabe.pd1 { | ||
padding:1px; | |||
} | |||
.UTM .counter { | |||
width:min-content; | |||
padding-right: 0; | |||
} | |||
.counter .fa-chevron-up { | |||
position: relative; | |||
/* top: 0.2em; */ | |||
border-left: 1px solid #a6a6a6; | |||
border-bottom: 1px solid #a6a6a6; | |||
border-top-style: none; | |||
border-right-style: none; | |||
background: #efefef; | |||
display:flex; | |||
font-size:50%; | |||
padding:1px; | |||
} | |||
.counter .fa-chevron-down { | |||
position: relative; | |||
/* top: 0.2em; */ | |||
/* left: 1.0em; */ | |||
border-left: 1px solid #a6a6a6; | |||
border-bottom: none; | |||
border-top-style: none; | |||
border-right-style: none; | |||
background: #efefef;; | |||
display:flex; | |||
font-size:50%; | |||
padding:1px; | |||
} | |||
/* .startbox-body-breit .spc__menu { | |||
white-space: pre; | |||
} */ | |||
.spc__eintrag.UTM { | |||
font-size: 90%; | font-size: 90%; | ||
border-width: 1px 0px; | border-width: 1px 0px; | ||
| Zeile 814: | Zeile 1.013: | ||
.reiter.utm.last { | .reiter.utm.last { | ||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
.new_design ~ * td > .reiter.utm { | |||
margin-left: 0; | |||
} | |||
.reiter.utm.inaktiv { | .reiter.utm.inaktiv { | ||
| Zeile 855: | Zeile 1.058: | ||
.fc__orange, .fc__or { | .fc__orange, .fc__or { | ||
color: | color: var(--sp-or); | ||
} | } | ||
| Zeile 874: | Zeile 1.077: | ||
} | } | ||
.ic__rot::before { | |||
color: var(--red); | |||
} | |||
.ic__or::before { | |||
color: var(--sp-or); | |||
} | |||
.img-container.Bild-t, | .ic__gelb::before { | ||
.new_design ~ * + * ~ .img-container.blank { | color: var(--sp-gelb); | ||
width: calc(46% - 33px); /* zuvor: 52% */ | } | ||
margin-right: 10px; | |||
margin-left: 0.5em; | .ic__gr::before { | ||
position: relative; | color: var(--sp-gr); | ||
top: 5px; | } | ||
.ic__drop::before { | |||
color: var(--sp-drop); | |||
} | |||
/******* Heidenei - Änderungen für SASS ******/ | |||
.img-container.Bild-t, | |||
.new_design ~ * + * ~ .img-container.blank { | |||
width: calc(46% - 33px); /* zuvor: 52% */ | |||
margin-right: 10px; | |||
margin-left: 0.5em; | |||
position: relative; | |||
top: 5px; | |||
} | } | ||
| Zeile 1.014: | Zeile 1.238: | ||
} | } | ||
.button-default.button.AVM { | |||
min-height:1.75rem; | |||
padding:0 1rem; | |||
margin:0.15rem 0 0.15rem 0.5rem; | |||
background-color:#e9edf0; | |||
border:1px solid #d8dfe3; | |||
color:#4269a4; | |||
background-image:none; | |||
display:initial | |||
} | |||
.status-text.blue { | .status-text.blue { | ||
| Zeile 1.025: | Zeile 1.259: | ||
} | } | ||
.Bild-t .thumbcaption, | |||
.thumbcaption #mw-customcollapsible-Inhalte.icon { | .thumbcaption #mw-customcollapsible-Inhalte.icon { | ||
display: inline-block; | display: inline-block; | ||
| Zeile 1.066: | Zeile 1.301: | ||
.dialog-header.passiv > * { | .dialog-header.passiv > * { | ||
background-color: #545861; | background-color: #545861; | ||
} | |||
.dialog-pfad { | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } | ||
| Zeile 1.083: | Zeile 1.323: | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
.img-default .Bild .img-container, | |||
.img-default .Bild .img-container img { | |||
width: calc( 45vw - 270px ); | |||
} | |||
.Leerzeile .img-container + .img-container, | .Leerzeile .img-container + .img-container, | ||
| Zeile 1.156: | Zeile 1.402: | ||
border-bottom: unset; | border-bottom: unset; | ||
} | } | ||
.Einrücken.li > ul { | |||
margin-left:30px; | |||
} | |||
| Zeile 1.163: | Zeile 1.413: | ||
} | } | ||
tr.Leerzeile > td:first-child > span:not(.button) { | li[class*="list--element__"].Einrücken { | ||
margin-left: 1.5em; | |||
} | |||
.flexelement div > li[class*="list--element__"] { | |||
margin-left: 1.1em; | |||
padding-left: 0px; | |||
} | |||
.flexelement div > li[class*="list--element__"]::before { | |||
left: -1.3em; | |||
} | |||
tr.Leerzeile > td:first-child > span:not(.button) { | |||
padding-left: 0px !important; | padding-left: 0px !important; | ||
margin-left: -3px; | margin-left: -3px; | ||
| Zeile 1.230: | Zeile 1.493: | ||
} | } | ||
.beschriftung.small, .Beschriftung.small { | |||
margin: 0px; | |||
padding: 0px 2px; | |||
} | |||
.cb-content::before { | .cb-content::before { | ||
| Zeile 1.261: | Zeile 1.528: | ||
.icon.tolltip .mw-collapsible-toggle-default::before { | .icon.tolltip .mw-collapsible-toggle-default::before { | ||
color: | color: var(--info-blau); | ||
border-bottom:1px dotted; | border-bottom:1px dotted; | ||
} | } | ||
| Zeile 1.267: | Zeile 1.534: | ||
.cli .mw-collapsible-toggle-default::before { | .cli .mw-collapsible-toggle-default::before { | ||
content: "\f121 "; | content: "\f121 "; | ||
color: | color: var(--info-blau); | ||
} | } | ||
.cli .mw-collapsible-toggle-default::after { | .cli .mw-collapsible-toggle-default::after { | ||
content: "CLI"; | content: "CLI"; | ||
color: | color: var(--info-blau); | ||
font-size: 0.6em; | font-size: 0.6em; | ||
} | } | ||
| Zeile 1.361: | Zeile 1.628: | ||
.aussendiv { | |||
display: inline-block; | |||
} | |||
.innendiv { | |||
margin-right: 0.25em; | |||
} | |||
.h4-class, | |||
.h3-class, | .h3-class, | ||
.h2-class { | .h2-class { | ||
visibility: hidden; | visibility: hidden; | ||
position: absolute; | position: absolute; | ||
line-height: 0; | |||
font-size: 0; | |||
} | } | ||
div.list--element__warning > ul > li::before { | div.list--element__warning > ul > li::before { | ||
color: #d71e0b; | color: #d71e0b; | ||
} | |||
.list--element__alarm::before { | |||
font-family: "Font Awesome 6 Pro"; | |||
content: ""; | |||
font-weight: 900 !important; | |||
color: #ff6600; | |||
} | |||
.blank .noblank .mw-collapsible-toggle { | |||
margin-top: 0; | |||
} | } | ||
| Zeile 1.432: | Zeile 1.722: | ||
border-radius: 4px; | border-radius: 4px; | ||
color: rgb(255,255,255); | color: rgb(255,255,255); | ||
padding: 2px 6px; | /* padding: 2px 6px; auskommentiert für Mailsecurity/Dashboard */ | ||
padding: 3px 5px; | |||
font-size: 88%; | font-size: 88%; | ||
font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; | font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
| Zeile 1.463: | Zeile 1.754: | ||
content: "\e490"; | content: "\e490"; | ||
vertical-align: super; | vertical-align: super; | ||
font-size: | font-size: x-small; | ||
} | } | ||
.bug.mw-collapsed .mw-collapsible-toggle-default { | /* .bug.mw-collapsed .mw-collapsible-toggle-default { | ||
transform: rotate(270deg); | transform: rotate(270deg); | ||
} | } | ||
Gibt nur Scherereien mit dem gedrehten Text… */ | |||
.bug.icon.tolltip .mw-collapsible-toggle-default::before { | .bug.icon.tolltip .mw-collapsible-toggle-default::before { | ||
| Zeile 1.476: | Zeile 1.767: | ||
span.bug { | span.bug { | ||
margin-left:-1em; | margin-left: -1em; | ||
font-size:90%; | font-size: 90%; | ||
} | } | ||
#mw-customcollapsible-Inhalte.mw-collapsible.bug { | |||
width: 0.75em; | |||
position: relative; | |||
left: -0.75em; | |||
display: inline-block; | |||
} | |||
.reiter.Mailsecurity { | .reiter.Mailsecurity { | ||
| Zeile 1.550: | Zeile 1.849: | ||
} | } | ||
| Zeile 1.708: | Zeile 2.001: | ||
i.default::before { | i.default::before { | ||
content: "(Default)"; | |||
font-style: initial; | |||
font-size: small; | |||
font-weight: bold; | |||
} | } | ||
.noborder .border-top { | .noborder .border-top { | ||
| Zeile 1.799: | Zeile 2.092: | ||
.icon.tolltip.menu .mw-collapsible-toggle-default::before { | .icon.tolltip.menu .mw-collapsible-toggle-default::before { | ||
content: " "; | content: " "; | ||
color: | color: var(--info-blau); | ||
} | } | ||
.icon.tolltip.io .mw-collapsible-toggle-default::before { | .icon.tolltip.io .mw-collapsible-toggle-default::before { | ||
content: '\f129 '; | content: '\f129 '; | ||
color: | color: var(--info-blau); | ||
} | } | ||
.icon.tolltip.alert .mw-collapsible-toggle-default::before { | .icon.tolltip.alert .mw-collapsible-toggle-default::before { | ||
content: '\f071'; | content: '\f071'; | ||
color: | color: var(--info-blau); | ||
} | |||
.Containeraussen .Hinweis-Container__einblenden { | |||
display: inline-flex; | |||
align-items: center; | |||
} | |||
.Hinweis-Container__einblenden.flex { | |||
display: flex; | |||
align-items: center; | |||
} | |||
.Hinweis-Container__einblenden > i { | |||
align-self: flex-start; | |||
/* padding-top: 4px; auskommentiert für UTM/CONFIG/Import_G3_in_G5 */ | |||
} | } | ||
.Hinweis-Container-Text__border { | .Hinweis-Container-Text__border { | ||
display: inline-flex; | display: inline-flex; | ||
align-items:center; | align-items: center; | ||
} | } | ||
| Zeile 1.837: | Zeile 2.145: | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
.pdt3 { | |||
padding-top: 3px; | |||
} | |||
.pdt4 { | |||
padding-top: 4px; | |||
} | |||
.pdt5 { | |||
padding-top: 5px; | |||
} | |||
td.no-first-cell, td.nofirstcell { | |||
background-color: #f8f9fa; | |||
} | |||
td.floating-cell-top-left { | |||
border-bottom: 0; | |||
} | |||
td.floating-cell-top-right { | |||
border-left: 0; | |||
border-bottom: 0; | |||
margin-bottom: -0.5em; | |||
display: block; | |||
} | |||
td.floating-cell-bottom-left { | |||
border-top: 0; | |||
border-right: 0; | |||
} | |||
td.floating-cell-bottom-right { | |||
border-top: 0; | |||
border-bottom: 0; | |||
margin-left: -10em; | |||
display: block; | |||
background: linear-gradient(to right, #a2a9b1 10em, transparent 10%) top left / 10em 1px no-repeat; | |||
} | |||
h5 + .text-h5 + .Einrücken ul:first-child { | |||
margin-top: -0em !important; | |||
} | |||
h5 + .text-h5 + .Einrücken + ul:first-child { | |||
margin-top: -0.5em !important; | |||
} | |||
.AV.ic-beschriftung { | |||
font-weight: bold; | |||
} | |||
.AV.label.label-notification { | |||
background: #17a2b8; | |||
color: white; | |||
border-radius: 5px; | |||
} | |||
.alert-success { | |||
color: rgb(20, 87, 36); | |||
background-color: rgb(212, 237, 218); | |||
border-color: rgb(195, 230, 203); | |||
display: block; | |||
padding: 5px; | |||
} | |||
.Einrücken-li { | |||
margin-left: 1.1em; | |||
} | |||
.none_headline { | |||
display:none; | |||
} | |||
.Vorschaubild { | |||
display:inline-flex; | |||
} | |||
.bigdezent .Vorschaubild { | |||
margin-left:5px; | |||
} | |||
.Vorschaubild td { | |||
padding: 2px 3px 0 3px; | |||
} | |||
@media (max-width: 576px) { | |||
td.floating-cell-bottom-left { | |||
display:none; | |||
} | |||
td.floating-cell-bottom-right { | |||
border-top:0; | |||
border-bottom:0; | |||
margin-left:0em; | |||
display:block; | |||
background: 0; | |||
} | |||
.sptable2 tr > td.floating-cell-top-right { | |||
border-bottom: 0; | |||
} | |||
.sptable2 td:nth-child(2).floating-cell-bottom-right { | |||
border-top: 0; | |||
} | |||
} | |||
Aktuelle Version vom 3. Dezember 2025, 13:56 Uhr
/*** Diese css-Styles werden von der Vorlage {{Set_lang}} automatisch eingebunden! ***/
/*** Alle anderen müssen dieses css wie folgt einbinden: <templatestyles src="Vorlage:Styles.css" /> ***/
/****** Beginn Workaround für LiveWiki *****/
.spicon-securepoint-vpn-client.tile-icon::before {
content: "A";
}
.spicon-ssl-vpn-client::before {
content: "\E900";
}
.fa-sun-bright::before {
content: "";
}
.fa-paragraph-left::before {
content: "";
}
.fa-close::before {
content: "";
}
.fa-floppy-disk-circle-xmark::before {
content: "\e181";
}
.fa-arrow-rotate-left::before {
content: "";
}
.fa-shield-keyhole::before {
content: "\e248";
}
.fa-retweet-alt::before {
content: "\f361";
}
.fa-split::before {
content: "\e254";
}
.fa-shield::before {
content: "\f132";
}
.fa-clipboard-list-check::before,
.fa-clipboard-list-check::before {
content: "\f737";
}
.fa-exchange::before {
content: "\f0ec";
}
.fa-file-certificate::before {
content: "\f5f3";
}
.fa-key-skeleton::before {
content: "\f6f3";
}
.fa-file-edit::before {
content: "\f31c";
}
.fa-pipe::before {
content: "\7c";
}
.fa-lock-keyhole-open::before {
content: "\f3c2";
}
.fa-down-long::before {
content: "\f309";
}
.fa-traffic-cone::before {
content: "\f636";
}
.fa-arrow-down-to-bracket::before {
content: "\e094";
}
.fa-scrubber::before {
content: "\f2f8";
}
.fa-circle-info::before {
content: "\f05a";
}
.fa-square-question::before {
content: "\f2fd";
}
.fa-clock-rotate-left::before {
content: "\f1da";
}
.fa-angles-left::before {
content: "\f100";
}
.fa-table-list::before {
content: "\f00b";
}
.fa-industry-windows::before {
content: "\f3b3";
}
.fa-ellipsis-vertical::before {
content: "\f142";
}
.fa-ellipsis::before {
content: "\f141";
}
.fa-circle-ellipsis::before {
content: "\e10a";
}
.fa-rotate-right::before {
content: "\f2f9";
}
.fa-chart-mixed::before {
content: "\f643";
}
.fa-ticket::before {
content: "\f145";
}
.fa-tachometer::before {
content: "\f62a";
}
.fa-arrow-up-arrow-down::before {
content: "\e099";
}
.fa-arrow-up-short-wide::before {
content: "\f885";
}
.fa-arrow-up-wide-short::before {
content: "\f161";
}
.fa-arrow-down-wide-short::before {
content: "\f160";
}
.fa-xmark::before {
content: "\f00d";
}
.fa-circle-plus::before {
content: "\f055";
}
.fa-circle-xmark::before {
content: "\f057";
}
.fa-router::before {
content: "\f8da";
}
.fa-gear::before {
content: "\f013";
}
.fa-input-numeric::before {
content: "\e1bd";
}
.fa-square-xmark::before {
content: "\f2d3";
}
.fa-angles-up-down::before {
content: "\e60d";
}
.fa-building-magnifying-glass::before {
content: "\e61c";
}
.fa-magnifying-glass::before {
content: "\f002";
}
.fa-camcorder::before {
content: "\f8a8";
}
.fa-ellipsis-stroke::before {
content: "\f39b";
}
.fa-alarm-exclamation::before {
content: "\f843";
}
.fa-square-arrow-down::before {
content: "\f339";
}
.fa-up-right-and-down-left-from-center:before {
content: "\f424";
}
.fa-signal-stream-slash:before {
content: "\e250";
}
.fa-shield-exclamation::before {
content: "\e247";
}
.fa-camera-viewfinder::before {
content: "\e0da";
}
.fa-grid-2-plus::before {
content: "\e197";
}
.fa-ethernet::before {
content: "\f796";
}
.fad::after {
content: "\f796\f796";
}
.fa-alert::before,
.fa-triangle-exclamation::before {
content: "\f071";
}
li.fal,
li.fas,
li.far,
li.fad {
font-size: unset;
}
/*
.fa-klasse::before {
content: "\";
}
/*
.button.fas {
font-family: unset;
font-weight: unset;
}
/********** Ende Workaround für LiveWiki *****/
/********** Korrektur für CSS *****/
.embedvideo.mw-halign-center {
display: inline-block;
}
.key {
display: inline-block;
line-height: 1.25em;
min-width: 1.5em;
text-align: center;
}
.code {
background:#ddd;
}
.button-default {
background: #e9e9ed;
border-radius:3px;
align-content:center;
border-color:#8f8f9d;
color:#000;
}
.button-default.UTM {
background-image: linear-gradient(#ededed,#c4c4c4);
}
/********** Ende Korrektur für CSS *****/
/****** Kann wieder raus, wenn in scss _position_ entfernt ******/
.mw-collapsible-text { /*z-index und position raus, padding-left geändert */
padding-left: 0.25em;
display: unset;
}
.mw-collapsible-toggle-default::before,
.dezent .mw-collapsible-toggle-default::before,
.bigdezent .mw-collapsible-toggle-default::before {
content: "\f25a";
font-family: "Font Awesome 6 Pro";
font-weight: 900;
}
.dezent.icon-red .mw-collapsible-toggle-default::before,
.bigdezent.icon-red .mw-collapsible-toggle-default::before {
font-weight: 900;
color: #E74C3C;
}
.hover .mw-collapsible-toggle-default::before {
content: "";
}
.mw-collapsible .mw-collapsible-toggle-default::after {
content: "";
}
.info .mw-collapsible-toggle-default::before,
.info-collapsed .mw-collapsible-toggle-default::before {
content: "\f05a";
}
.Log .mw-collapsible-toggle-default::before,
.info-collapsed .mw-collapsible-toggle-default::before {
content: "\f080";
}
.info .mw-collapsible-text {
color: var(--info-blau);
font-size: small;
padding-left: 2px;
}
.dezent.info:not(.icon) .mw-collapsible-toggle {
color: rgba(255,255,255,0.9);
display: inline-block;
background-image: radial-gradient(#68a7c8 0%,#2b97d5 80%);
border: 1px solid #878a90;
border-radius: 3px;
padding: 0px 3px !important;
font-size: 80%;
text-align: left;
float: none !important;
margin-top: 0.3em;
margin-right: 0.5em;
height: unset;
}
.dezent.info:not(.icon) .mw-collapsible-text {
color: rgba(255,255,255,0.9);
}
.dezent.info:not(.icon) .mw-collapsible-toggle-default::before {
color: rgba(255,255,255,0.9);
}
.startbox-demo .dezent.menu .mw-collapsible-toggle-default {
background-color: #eaecf0;
background-image: none;
}
.code .mw-collapsible-toggle-default::before {
content: "\f121";
}
.gear .mw-collapsible-toggle-default::before {
content: "\f013";
}
.changelog .mw-collapsible-toggle-default::before {
content: "\f46d";
color: rgba(0,0,0,0.7);
}
.changelog .mw-collapsible-toggle {
color: #2b97d5;
background: inherit;
font-size: 80%;
border: 1px solid #2b97d5;
/* box-shadow: 0px 0px 1px 1px inset;
padding: 0px 6px !important; */
}
.changelog > .mw-collapsible-toggle .mw-collapsible-text {
color: rgba(0,0,0,0.7);
}
.icon.changelog .mw-collapsible-toggle {
border: none;
}
.lightbulb .mw-collapsible-toggle-default::before {
content: "\f672";
}
.thinking .mw-collapsible-toggle-default::before {
content: "\e39b";
}
.image .mw-collapsible-toggle-default::before {
content: "\e0da";
}
.tolltip > .mw-collapsible .mw-collapsible-toggle-default::before {
color: var(--info-blau);
}
.neu-box {
display: flow-root;
padding-bottom: 1em;
}
.vorher {
margin-left: 1.5em;
padding-bottom: 1em;
}
.zuletzt {
display: inline;
margin-left: 2.1em;
}
.zuletzt + .neu li {
margin-left: 1.5em;
font-size: initial;
}
.zuletzt + .neu > ul {
display: inline;
margin-left: 0;
}
.code.icon {
border: 0;
padding: 0;
font-size: 100%;
box-shadow: none;
background: 0;
overflow: auto;
white-space: inherit;
}
.info-icon {
left: -1.25em;
color: var(--info-blau);
text-decoration: underline;
text-decoration-style: solid;
text-decoration-style: dotted;
}
.info-icon > .mw-collapsible-toggle {
position: absolute;
left: 0em;
}
.info-icon > .mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed {
background: none;
border: none;
}
.info-icon > .mw-collapsible-toggle.mw-collapsible-toggle-default.mw-collapsible-toggle-collapsed::before {
content: none;
}
.info-icon > .mw-collapsible-toggle {
position: absolute;
left: 0em;
}
.client-js .mw-collapsible[id^="mw-customcollapsible"] th::before,
.client-js .mw-collapsible[id^="mw-customcollapsible"]::before,
.info-icon.mw-collapsible[id^="mw-customcollapsible"]::before {
border: 6px solid;
content: "\RRR" !important;
}
.Platzhalter {
display:inline-block;
width:1em;
}
.fab.fa-windows .mw-collapsible-toggle-default::before {
content: "\f17a";
font-family: "Font Awesome 6 Brands";
}
.fab.fa-linux .mw-collapsible-toggle-default::before {
content: "\f17c";
font-family: "Font Awesome 6 Brands";
}
.embedvideo-thumbnail__image {
width: inherit;
height: inherit;
object-fit: cover;
position: absolute;
}
/***** *****/
.Preview {
display: none;
}
.Not-Preview-yes.Preview-yes {
display: none;
}
.Preview.Preview-yes {
display: block;
padding-bottom: 1em;
position: absolute;
top: -3em;
left: 8.5em;
}
.Preview + p{
display: inline-flex;
}
.Preview-yes .prev a:nth-child(1) {
display: block;
padding-bottom: 1em;
}
.sp-lang-de ~ * .prev a:nth-child(1)::before {
color: rgba(0,0,0,0.7);
content: "Vorherige Version:";
font-weight: normal;
}
.sp-lang-en ~ * .prev a:nth-child(1)::before {
color: rgba(0,0,0,0.7);
content: "Previous version:";
font-weight: normal;
}
.sp-lang-de ~ .Preview-yes .prev a:nth-child(1)::before {
content: 'Aktuelle Dokumentation:';
color: rgba(0,0,0,0.7);
font-weight: bold;
}
.sp-lang-en ~ .Preview-yes .prev a:nth-child(1)::before {
content: 'Current documentation:';
color: rgba(0,0,0,0.7);
font-weight: bold;
}
.sp-lang-de ~ .Preview-yes .prev a:nth-child(2)::before {
color: rgba(0,0,0,0.7);
content: "Vorherige Version:" !important;
font-weight: normal;
margin-right: 3.65em;
}
.sp-lang-en ~ .Preview-yes .prev a:nth-child(2)::before {
color: rgba(0,0,0,0.7);
content: "Previous version:" !important;
font-weight: normal;
margin-right: 3.65em;
}
.prev:empty {
display: none;
}
/*************************/
.em6 {
font-size: 6em;
}
.flexbox.inline {
display: inline;
}
.flex-list {
display:flex;
}
.flex-list > ul {
display:grid;
grid-template-columns: repeat(auto-fit, minmax(10em, 0fr));
gap: 0 19px;
padding: 0;
margin-left: 1.6em;
width: 100%;
max-width: unset;
}
.button a.image {
display: inline-block;
padding-right: 2px;
}
.button-2 .button a.image {
vertical-align: -2px;
padding-right: 20px;
}
.button .button-1 a.image {
vertical-align: -1px;
}
.mw-editform #wpTextbox1 {
color: black!important;
}
.button.button-default.UTM.fas.icon {
height: 1.666em;
width: 1.666em;
vertical-align: middle;
}
/* hr {
text-align:left;
}*/
/* ausgelagert in common.css
.toctogglespan {
display: inline-flex;
}
*/
.inaktiv,
.disabled {
opacity: 0.35;
}
.spc__default.disabled {
background: #f7f7f7;
border: 1px solid #555;
color: #000;
}
.Hover-icon::before {
position: relative;
z-index: 0;
left: 1em;
margin-left: -1em;
}
.neu-menu .Hover-icon.fal.fa-hand-pointer::before {
margin-left: -12px; /* andernfalls wird die URL */
} /* 2-Zeilig umgebrochen, weil…? */
.neu-menu {
padding-top: 2px;
padding-bottom: 2px;
}
.tolltip {
display: inline-flex;
/* vertical-align: top; */
}
.tolltip.links .mw-collapsible-content {
right:100%;
}
.tolltip:hover .mw-collapsible .mw-collapsible-toggle + .mw-collapsible-content,
.tolltip:hover > * + .mw-collapsible-content {
display: block !important; /* bessere Darstellung auf UTM/AlertingCenter */
/* display: inline-block !important; */
}
/*
.mw-collapsible-content {
display: inline-block;
}
*/
.tolltip .mw-collapsible-content {
z-index: 20;
/* top: 0.5em; */
padding: 5px;
margin: 0.25em;
border: #ec971f;
position: absolute;
background: #cecece; /* gainsboro; aliceblue; */
/* left: 10em; */ /* Test für AV/Portal/Benutzer */
}
.tolltip .default-tolltip.mw-collapsible-content {
width: 35vw;
max-width: max-content;
margin-top: 1.25em;
}
.mw-collapsible.width-100 .mw-collapsible-content {
width: 100%;
}
.tolltip.fixed .mw-collapsible-content {
position:fixed;
}
.tolltip > .mw-collapsible .mw-collapsible-text {
display: none;
}
.tolltip > .mw-collapsible .mw-collapsible-toggle-expanded .mw-collapsible-text,
.tolltip:hover > .mw-collapsible .mw-collapsible-text {
display: ruby;
font-size: small;
position: absolute;
background: white;
color: rgb(33,94,130);
padding: 0px 2px;
}
div.info {
color: #004343;
}
/*
.tolltip .mw-collapsible-toggle {
color: unset;
display: inline-block;
background: unset;
border: unset;
padding: unset;
font-size: 100%;
text-align: left;
float: unset;
width: 1.5em;
position:relative;
left:-1.3em;
}
.tolltip .mw-collapsible-toggle-default::before {
content:unset;
}
*/
/*
.tolltip .mw-collapsible-toggle {
position: absolute;
}
*/
.hover .mw-collapsible-toggle {
background: none;
border: none;
}
.tolltip .sptable2 td {
background: aliceblue;
}
.inline-table,
.code.inline-table {
display: inline-table;
}
.table-cell {
display: table-cell;
}
.mw-collapsible.info {
background: unset;
border: none;
}
/*
.pd5 tr td li[class*="list--element__"] {
padding-left: 1.7em;
}
*/
.pdr6 + .sp-icons-sort {
margin-right: 4px; /* Abstand für Sortier-Icon in Vorlage Classic-table-header */
}
.UTM.ic-eingabe.pd3 {
padding:3px;
}
.UTM.ic-eingabe.pd2 {
padding:2px;
}
.UTM.ic-eingabe.pd1 {
padding:1px;
}
.UTM .counter {
width:min-content;
padding-right: 0;
}
.counter .fa-chevron-up {
position: relative;
/* top: 0.2em; */
border-left: 1px solid #a6a6a6;
border-bottom: 1px solid #a6a6a6;
border-top-style: none;
border-right-style: none;
background: #efefef;
display:flex;
font-size:50%;
padding:1px;
}
.counter .fa-chevron-down {
position: relative;
/* top: 0.2em; */
/* left: 1.0em; */
border-left: 1px solid #a6a6a6;
border-bottom: none;
border-top-style: none;
border-right-style: none;
background: #efefef;;
display:flex;
font-size:50%;
padding:1px;
}
/* .startbox-body-breit .spc__menu {
white-space: pre;
} */
.spc__eintrag.UTM {
font-size: 90%;
border-width: 1px 0px;
border-color: gray;
border-style: solid;
padding: 1px;
background: white;
vertical-align: middle;
align-content: center;
display: inline-block;
font-weight: initial;
}
.spc__eintrag.UTM > .kasten {
font-size: 80%;
}
.kasten.UTM {
display: inline-block;
}
.spc__eintrag .button.UTM.icon {
font-size: 75%;
padding: 0;
display: inline-grid;
}
.new_design ~ * .spc__eintrag.UTM .button.UTM .glyphicons::before {
margin-right: 0;
line-height: 100%;
}
.new_design ~ * .spc__grau--rund {
border-radius: 0;
}
.nui.button,
.new_design ~ * .button {
border-radius: 0px;
border-color: #a6a6a6;
background: #dedede;
position: relative;
vertical-align: middle;
}
.new_design ~ * .UTM.ic-eingabe {
border-radius: 0px;
vertical-align: bottom;
}
.accordion {
content: "\f067";
display: block;
font-family: "Font Awesome 6 Pro";
font-weight: 300;
position: absolute;
top: 50%;
right: 16px;
width: 2em;
height: 2em;
border: 3.75px solid rgba(255, 255, 255, 0.85);
line-height: 2.2em;
text-align: center;
border-radius: 50%;
background: #ccc;
color: #fff;
transition: 0.3s;
}
.new_design ~ * .fas.icon {
color: unset;
}
/* ***************
.status-text.bc__rotaus::before {
content: '\f05e';
font-family: 'Font Awesome 6 Pro';
font-weight: 500;
padding-right: 0.5em;
}
.status-text.bc__gelb::before {
content: '\f071';
font-family: 'Font Awesome 6 Pro';
font-weight: 500;
padding-right: 0.5em;
}
.status-text.bc__gruen::before,
.status-text.bc__grün::before {
content: '\f058';
font-family: 'Font Awesome 6 Pro';
font-weight: 500;
padding-right: 0.5em;
}
.status-text.bc__blau::before {
content: '\f05a';
font-family: 'Font Awesome 6 Pro';
font-weight: 500;
padding-right: 0.5em;
}
**************** */
.Support.bc__rot {
background-color: #E74C3C;
}
/* .Bild-ui p .dialog-header {
margin-bottom: -0.5em;
} */
@media (max-width: 1600px) {
.dialog-button i + .icon-text {
display: none;
}
.dialog-button i.show-text + .icon-text {
display: unset;
}
}
.dialog-header * .dialog-button {
line-height: 1.3em;
}
.Alert-count {
border-radius: 5px;
padding: 0px 3px;
position: absolute;
right:-0.25em;
top:-1em;
font-size: 0.8em;
line-height: 0.8em;
}
.reiter.utm.last {
margin-left: 0;
}
.new_design ~ * td > .reiter.utm {
margin-left: 0;
}
.reiter.utm.inaktiv {
opacity: 01;
font-size: unset;
background: #dedede;
border-color: #dedede;
}
.dialog-button .icon-save-and-restart {
margin: 3px 3px -5px 3px;
}
.dialog-rechts .dialog-button .icon-save-and-restart {
margin: 3px;
}
.new_design ~ * .Bild > .img-container {
float: right;
padding: 5px;
background: #efefef;
border: 1px solid #a2a9b1;
}
/*
.new_design ~ * th.Bild > .img-container.blank,
.new_design ~ * td.Bild > .img-container.blank {
*/
.new_design ~ * .Bild > .img-container.blank {
background: none;
border: none;
padding-top: 0px;
}
.fc__pink {
color: #b20396;
}
.fc__orange, .fc__or {
color: var(--sp-or);
}
.fc__data-table-header-selected {
color: #a2352a;
}
.fc__UTM {
color: #494949;
}
.fc__terra {
color: rgb(147,112,171);
}
.bc__terra {
background-color: rgb(147,112,171);
}
.ic__rot::before {
color: var(--red);
}
.ic__or::before {
color: var(--sp-or);
}
.ic__gelb::before {
color: var(--sp-gelb);
}
.ic__gr::before {
color: var(--sp-gr);
}
.ic__drop::before {
color: var(--sp-drop);
}
/******* Heidenei - Änderungen für SASS ******/
.img-container.Bild-t,
.new_design ~ * + * ~ .img-container.blank {
width: calc(46% - 33px); /* zuvor: 52% */
margin-right: 10px;
margin-left: 0.5em;
position: relative;
top: 5px;
}
.img-container.Bild-t.width-s,
.new_design ~ * + * ~ .img-container.blank.width-s {
width: calc(30% - 33px);
}
.img-container.Bild-t.width-xs,
.new_design ~ * + * ~ .img-container.blank.width-s {
width: calc(25% - 33px);
}
.img-container.Bild-t.width-xxs,
.new_design ~ * + * ~ .img-container.blank.width-s {
width: calc(20% - 33px);
}
.img-container.Bild-t.width75,
.new_design ~ * + * ~ .img-container.blank.width75 {
width: 75%;
}
.img-container.width-45,
.new_design ~ * + * ~ .img-container.blank.width-45 {
width: 45%;
}
.img-container.width-44,
.new_design ~ * + * ~ .img-container.blank.width-44 {
width: 44%;
}
.reiter.utm > div {
display: inline-flex;
}
.new_design ~ * .UTM.ui-fieldset-legend > span,
.new_design ~ * .reiter.utm > span,
.new_design ~ .reiter.utm > span {
/* float: left; */
font-weight: bold;
border: 0 none;
border-left-width: 0px;
border-left-style: none;
border-left-color: currentcolor;
border-left: solid 2px #e74c3c;
padding-left: 6px;
background: white;
color: #404040;
}
.new_design ~ * .UTM.ui-fieldset-legend,
.new_design ~ * .reiter.utm,
.new_design ~ .reiter.utm {
padding: 1px 3px 1px 4px;
background: white;
border: 1px solid rgba(0, 0, 0, 0.1);
vertical-align: middle;
font-size: 98%;
}
.new_design ~ * .bc__rotaus {
background: #e74c3c;
}
.new_design ~ * .reiter.utm.grau,
.new_design ~ * .reiter.utm.grau > span,
.new_design ~ * .impliedrule-tile-group-container td,
.new_design ~ * .impliedrule-tile-group-container td > .reiter.utm,
.new_design ~ * .impliedrule-tile-group-container td > .reiter.utm > span {
background: #e1e1e1;
}
.new_design ~ * .impliedrule-tile-group-container td,
.new_design ~ * .impliedrule-tile-group-container td > .reiter.utm {
border: 0;
}
.impliedrule-tile-group-container td:first-child {
border-top-left-radius: 11px;
border-width: 0px;
}
.impliedrule-tile-group-container td:last-child {
border-top-right-radius: 11px;
border-width: 0px;
text-align: end;
padding-right: 1.25em;
}
.new_design ~ * .impliedrule-tile-group-container td > .button {
background: #efefef;
}
.bc__dunkelrot {
background: #c54133;
}
.bdc__dunkelrot,
.border-color__dunkelrot {
border-color: #c54133;
}
.bdc__blau {
border-color: rgb(70,135,237)
}
.button.aktiv {
background: #fff;
border-radius: 0px;
border-top: 1px solid rgba(0,0,0,0.3);
border-bottom: 2px solid #e74c3c;
border-left: 0.05em solid rgba(0,0,0,0.3);
border-right: 0.05em solid rgba(0,0,0,0.3);
padding: 0px 3px;
color: rgba(0,0,0,0.5);
}
.Support.button.inaktiv {
background: rgba(0, 0, 0, 0.02);
border-radius: 0px;
border-top: 1px solid rgba(0,0,0,0.02);
border-bottom: 2px solid rgba(0,0,0,0.3);
border-left: 0.05em solid rgba(0,0,0,0.02);
border-right: 0.05em solid rgba(0,0,0,0.02);
padding: 0px 3px;
color: rgba(0,0,0,0.5);
opacity: 1;
}
.button-default.button.AVM {
min-height:1.75rem;
padding:0 1rem;
margin:0.15rem 0 0.15rem 0.5rem;
background-color:#e9edf0;
border:1px solid #d8dfe3;
color:#4269a4;
background-image:none;
display:initial
}
.status-text.blue {
background-color: #337AB7; /* früher: #F0AD4E; */
border-color: #285f8f;
font-size: small;
}
.spc__default.inline {
display: inline;
}
.Bild-t .thumbcaption,
.thumbcaption #mw-customcollapsible-Inhalte.icon {
display: inline-block;
}
.flexbox .thumbcaption #mw-customcollapsible-Inhalte.icon,
.flexbox .thumbcaption #mw-customcollapsible-Inhalte.info {
display: contents;
}
.flexbox .thumbcaption #mw-customcollapsible-Inhalte.icon .mw-collapsible-toggle-expanded + .mw-collapsible-content,
.flexbox .thumbcaption #mw-customcollapsible-Inhalte.tolltip:hover > * + .mw-collapsible-content {
display: initial !important;
}
.new_design ~ .neu-menu .button.button-default.UTM.icon {
background: #aaa;
}
.img-container.Bild-t.width100 {
width: auto;
}
.height-auto {
height: auto;
}
#mw-customcollapsible-Inhalte,
td #mw-customcollapsible-Inhalte {
display: contents;
}
#mw-customcollapsible-Inhalte.inline-block {
display: inline-block;
}
.dialog-header.passiv,
.dialog-header.passiv * .dialog-menu,
.dialog-header.passiv * .dialog-pfad,
.dialog-header.passiv * .dialog-pfad *,
.dialog-header.passiv > * {
background-color: #545861;
}
.dialog-pfad {
overflow: hidden;
text-overflow: ellipsis;
}
.mt1em {
margin-top: 1em;
}
.mt0 {
margin-top: 0;
}
.mb5 {
margin-bottom: 5px;
}
.Bild .img-container + .img-container.mt1em {
margin-right: 0;
}
.img-default .Bild .img-container,
.img-default .Bild .img-container img {
width: calc( 45vw - 270px );
}
.Leerzeile .img-container + .img-container,
.noborder .img-container + .img-container {
margin-right: 1em;
}
.ic-eingabe.PIN {
width: 1.5em;
text-align: center;
}
.topRightCircle {
position: absolute !important;
z-index: 10;
top: -14px;
left: calc(100% - 9px);
line-height: 8px;
padding: 6px;
font-size: 10px;
background-color: #e74c3c;
color: #fff;
display: block;
border-radius: 50%;
border: 2px solid;
}
.spc__default.PIN {
position: relative;
margin-top: 1em;
margin-right: 0.5em;
}
.img-container.Bildwechsel {
position: relative;
}
/* Ist nicht sanitized.css daher → common.css
.img-container.Wechselbild {
opacity: 0;
position: absolute;
top: 0;
transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-webkit-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
}
*/
.img-container.Bildwechsel:hover .Wechselbild {
opacity: 1;
}
.new_design ~ * .button.first {
border-top-left-radius: 24px;
border-bottom-left-radius: 24px;
}
.new_design ~ * .button.middle {
border-radius: 0;
}
.new_design ~ * .button.last {
border-top-right-radius: 24px;
border-bottom-right-radius: 24px;
}
.new_design ~ * .button.aktiv.first,
.new_design ~ * .button.aktiv.middle,
.new_design ~ * .button.aktiv.last {
background-color: #468847;
color: rgba(255, 255, 255, 0.6);
border-bottom: unset;
}
.Einrücken.li > ul {
margin-left:30px;
}
.Einrücken2, .einrücken2 {
margin-left: 2.5em;
width: auto;
}
li[class*="list--element__"].Einrücken {
margin-left: 1.5em;
}
.flexelement div > li[class*="list--element__"] {
margin-left: 1.1em;
padding-left: 0px;
}
.flexelement div > li[class*="list--element__"]::before {
left: -1.3em;
}
tr.Leerzeile > td:first-child > span:not(.button) {
padding-left: 0px !important;
margin-left: -3px;
margin-right: 3px;
}
tr.Leerzeile > td:first-child > .dialog-button > i {
padding-left: 3px;
}
.Leerzeile > td {
padding-top: 0.75em;
}
.MS.ButtonAn,
.AWN.ButtonAn {
background: #E74C3C;
border: 1px solid #E74C3C;
width: 3em;
height: 1.5em;
top: 0px;
vertical-align: middle;
margin-right: 5px;
}
.MS .ButtonAn-Toggle,
.AWN .ButtonAn-Toggle {
left: 24px;
top: 0em;
background: #fff;
transition: 0.3s;
width: 1.37em;
height: 1.37em;
box-shadow: 0 0 6px -2px black;
}
.vpn-icon {
color: #fdf6f6; /* #fddedb; */
background-color: #e52b2b; /* #e85546; */
padding: 3px;
}
[class*=fa].vpn-icon::before {
padding-right: 3px;
}
.button.button-default.VPN {
background: #e52b2b;
color: #fdf6f6;
font-size: 90%;
padding: 0px 1.5em;
}
.button.button-default.M365 {
background: rgb(0,120,212);
color: white;
}
.beschriftung, .Beschriftung {
display: inline-block;
}
.beschriftung.small, .Beschriftung.small {
margin: 0px;
padding: 0px 2px;
}
.cb-content::before {
content: "×";
}
.x-end .cb-content::before {
content: "";
}
.x-end .cb-content::after {
content: "×";
opacity: 0.5;
}
.mw50 {
min-width: 50%;
}
.Logging_Slider {
width: 4.1em;
display: inline-block;
line-height: 1.15em;
text-align: center;
}
.noborder.img-container img {
border: 0;
}
.icon.tolltip .mw-collapsible-toggle-default::before {
color: var(--info-blau);
border-bottom:1px dotted;
}
.cli .mw-collapsible-toggle-default::before {
content: "\f121 ";
color: var(--info-blau);
}
.cli .mw-collapsible-toggle-default::after {
content: "CLI";
color: var(--info-blau);
font-size: 0.6em;
}
.cb.MS {
background-color: rgba(0, 0, 0, 0.01);
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 2px;
padding: 3px;
transition: border 0.3s;
box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.1) inset;
color: rgba(0, 0, 0, 0.6);
}
.sptable2.Paketfilter td:first-child:empty {
border: 0;
}
.fas.fc__rot.Number {
font-size: unset;
}
.text-align_left {
text-align: left;
}
.flex i {
padding-left: 3px;
}
.cb-content .spc__default {
display: contents;
}
.cb-content .spc__default a {
position:relative;
top:-1px;
}
.maxw50 {
max-width:50em;
}
.margin-bottom0 td > .button {
margin-bottom: 0;
}
.FAQ .Einrücken,
.FAQ .einrücken {
margin-left: 2.75em;
margin-bottom: 0.75em;
}
.FAQ-toclevel-2 .toclevel-2 .toctext::after {
content: "?";
}
.text-h2 + .list--element__bullet {
margin-top: -1.5em;
}
.del {
text-decoration: line-through;
}
.no-p-ul-margin p + ul {
margin-top: -0.5em;
margin-bottom: -0.3em;
}
.reiter.MDMProfil {
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.05);
border-right: 2px solid #E52B2B;
padding: 3px 20px 3px 3px;
color: rgba(0, 0, 0, 0.7);
clear: both;
display: ruby;
}
.Kleingedrucktes {
display: inline-block;
}
.aussendiv {
display: inline-block;
}
.innendiv {
margin-right: 0.25em;
}
.h4-class,
.h3-class,
.h2-class {
visibility: hidden;
position: absolute;
line-height: 0;
font-size: 0;
}
div.list--element__warning > ul > li::before {
color: #d71e0b;
}
.list--element__alarm::before {
font-family: "Font Awesome 6 Pro";
content: "";
font-weight: 900 !important;
color: #ff6600;
}
.blank .noblank .mw-collapsible-toggle {
margin-top: 0;
}
.wikitable.pd0-5 > tbody tr > td {
padding: 0 5px;
}
.Mailsecurity .ButtonAus-Toggle {
border-radius: 50%;
color: rgb(84,84,84);
background: rgb(255,255,255);
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
height: 1em;
width: 1em;
}
.Mailsecurity.ButtonAus .Button-Leiste {
width: 2.1em;
border-radius: 7px;
background-color: rgb(220, 220, 220);
height: 0.65em;
align-items: center;
display: flex;
}
.Mailsecurity.ButtonAus {
display: inline-flex;
flex-flow: wrap;
height: 16px;
align-content: center;
overflow: unset;
}
.Mailsecurity.ButtonAn {
display: inline-flex;
flex-flow: wrap;
align-content: center;
height: 1em;
vertical-align: middle;
}
.Mailsecurity.ButtonAn .Button-Leiste {
background-color: rgb(229, 43, 43);
width: 2em;
border-radius: 7px;
height: 0.65em;
display: flex;
box-sizing: border-box;
}
.Mailsecurity.ButtonAn .ButtonAn-Toggle {
background-color: rgb(255, 255, 255);
background-image: none;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
border: 1px solid rgba(0,0,0, 0.16);
width: 1em;
height: 1em;
left: 1.1em;
}
.button.button-default.Mailsecurity {
background: rgb(0,0,0);
border-radius: 4px;
color: rgb(255,255,255);
/* padding: 2px 6px; auskommentiert für Mailsecurity/Dashboard */
padding: 3px 5px;
font-size: 88%;
font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button.button-default.Mailsecurity.fas::before,
.button.button-default.Mailsecurity.fal::before,
.button.button-default.Mailsecurity.far::before {
padding-right: 3px;
}
.Mailsecurity.bc__rot {
background-color: rgb(229, 43, 43);
}
.Mailsecurity.spc__circle {
height: 1.5em;
width: 1.5em;
font-size: 80%;
padding: 1em;
}
.menu .mw-collapsible-toggle-default::before {
content: "\f0c9";
}
.bug .mw-collapsible-toggle-default::before {
content: "\e490";
vertical-align: super;
font-size: x-small;
}
/* .bug.mw-collapsed .mw-collapsible-toggle-default {
transform: rotate(270deg);
}
Gibt nur Scherereien mit dem gedrehten Text… */
.bug.icon.tolltip .mw-collapsible-toggle-default::before {
color: #468847;
}
span.bug {
margin-left: -1em;
font-size: 90%;
}
#mw-customcollapsible-Inhalte.mw-collapsible.bug {
width: 0.75em;
position: relative;
left: -0.75em;
display: inline-block;
}
.reiter.Mailsecurity {
font-family: system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
border-bottom: 3px solid black;
background: rgb(238, 238, 238);
padding: 0px 3px 2px 3px;
margin: 2px 0px;
white-space: nowrap;
}
.icon__white::before,
.icon__invert::before,
.icon__black::before {
filter: invert(100%);
}
.icon__grau,
.icon__grey {
filter: invert(39%) sepia(4%) saturate(29%) hue-rotate(314deg) brightness(100%) contrast(82%);
}
.button.button-default.Mailsecurity.Edit.icon::before {
filter: none;
}
.neu-menu > i > .external.text {
color: #670101;
}
.neu-menu > .Mailsecurity > .Menu.spc__default {
background: white;
margin-left: 3px;
}
.CB.Mailsecurity.inaktiv {
background-color: rgb(231,232,233);
border-radius: 8px;
font-weight: bold;
opacity:1;
}
.CB.Mailsecurity.inaktiv::after {
content:" ×";
}
.CB.Mailsecurity.aktiv {
background: rgb(0,0,0);
border-radius: 8px;
color: white;
font-weight: bold;
}
.CB.Mailsecurity.aktiv::after {
content:" ✓";
}
.button.button-default.Mailsecurity.inaktiv {
color: rgb(0, 0, 0);
opacity: unset;
background: rgba(0,0,0,0.15);
border: none;
}
.initial {
display: initial;
}
.treeview ul li:not(:last-child) {
margin: 0;
}
li.list--element__utm:before {
color: #ff6600;
font-weight: 900;
}
.sptable2.tr--bc__white tr.bc__grau td {
background-color: #b7b7b7;
}
i.fal.fa-overlay-xmark::after {
content: "\e59b";
display: inline-block;
position: relative;
top: 0.6em;
font-size: 1.5em;
transform: translateY(-50%);
margin-left: 0;
font-weight: 600;
left: -0.8em;
font-family: "Font Awesome 6 Pro";
}
.orange {
color: #ff5722; /* orange */
}
.MSI.ButtonAn, .MSA.ButtonAn {
background: #E74C3C;
border: 1px solid #E74C3C;
width: 3em;
height: 1.5em;
top: 0px;
vertical-align: middle;
margin-right: 5px;
}
/*.MSA.ButtonAn.inaktiv {
background: #cccccc;
border: 1px solid #cccccc;
}*/
.MSI .ButtonAn-Toggle, .MSA .ButtonAn-Toggle {
left: 24px;
top: 1.15px;
background: #fff;
transition: 0.3s;
width: 1.2em;
height: 1.2em;
box-shadow: 0 0 6px -2px black;
}
.MSI.ButtonAus {
width: 3em;
height: 1.5em;
top: 0px;
border: 1px solid rgba(0, 0, 0, 0.125);
margin-right: 5px;
border-radius: 24px;
background: rgba(0, 0, 0, 0.09);
}
.MSA.ButtonAus {
width: 3em;
height: 1.5em;
top: 0px;
border: 2px solid rgba(0, 0, 0, 0.6);
margin-right: 5px;
border-radius: 24px;
background: #cccccc;
}
.MSI .ButtonAus-Toggle {
border: 0px solid #999999;
border-radius: 11px;
display: block;
bottom: 0px;
position: absolute;
top: 0px;
left: 0px;
width: 1.3em;
height: 1.3em;
clear: both;
}
.MSA .ButtonAus-Toggle {
border: 0px solid rgba(0, 0, 0, 0.6);
border-radius: 0.688em; /*11px;*/
background: rgba(0, 0, 0, 0.6);
display: block;
position: absolute;
top: 0.156em; /*2.5px;*/
left: 0.188em; /*3px;*/
clear: both;
}
.MS.ButtonAus::before {
content: none;
}
.MS .ButtonAus-Toggle {
display: block;
background: #fafafa;
}
.MS.ButtonAn.small,
.MSI.ButtonAn.small,
.MSA.ButtonAn.small,
.AWN.ButtonAn.small,
.MS.ButtonAus.small,
.MSI.ButtonAus.small,
.MSA.ButtonAus.small,
.AWN.ButtonAus.small {
width: 1.8em;
height: 1em;
}
.MS.small .ButtonAn-Toggle,
.MSI.small .ButtonAn-Toggle,
.MSA.small .ButtonAn-Toggle,
.AWN.small .ButtonAn-Toggle {
left: 0.85em;
width: 0.7em;
height: 0.7em;
top: 0.05em;
}
.MS.small .ButtonAus-Toggle,
.MSI.small .ButtonAus-Toggle,
.MSA.small .ButtonAus-Toggle,
.AWN.small .ButtonAus-Toggle {
width: 0.7em;
height: 0.7em;
margin-left: 2px;
}
.new_design ~ * .UTM.ButtonAus.small::before {
width: 1.3em !important;
height: 1.3em;
}
i.default::before {
content: "(Default)";
font-style: initial;
font-size: small;
font-weight: bold;
}
.noborder .border-top {
border-top: 1px solid rgba(0,0,0,0.3) !important;
}
.h-box:empty {
margin: 0;
}
.ic-eingabe.ic-eingabe--drag {
background: white;
border: 2px dashed rgba(154, 154, 154, 0.7);
box-shadow: none;
}
a.external:before {
content: "\e60e";
font-family: 'Font Awesome 6 Pro';
font-weight: 300;
position: relative;
top: 0;
padding-right: 3px;
}
a[href*="securepoint.de"]:before, a[href*="securepoint.cloud"]:before, a[href*="securepoint.com"]:before {
content: "";
font-family: "spicons" !important;
}
a[href*="mailto:"]:before {
content:none;
}
.neu-menu a.external:before, .language-toggle-german a:before, .language-toggle-english a:before, a[href*="wiki.securepoint.de"]:before, a[href*="devwiki.intern.securepoint.de"]:before{
content:none;
}
.reiter.AWN {
background: #f0f0f0;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
border-top: 1px solid rgba(0,0,0,0.3);
border-bottom: 2px solid #E74C3C;
border-left: 0.05em solid rgba(0,0,0,0.3);
border-right: 0.05em solid rgba(0,0,0,0.3);
padding: 3px 3px;
color: rgba(0,0,0,0.55);
clear: both;
display: ruby
}
.inner-block__right {
margin-right: 2px;
}
.MS > .inner-block {
display: flex;
}
.counter-icon > .fa-angles-up-down {
background: #c9c9c9;
padding: 2px;
font-size: x-small;
}
.td-available .no-available {
width: unset;
}
.thumbactiv .btn > a:visited {
color: unset;
}
.spc__default--pd0 .spc__default {
padding: 1px 0px;
}
/***** in SASS korrigieren *****/
.icon.tolltip.menu .mw-collapsible-toggle-default::before {
content: " ";
color: var(--info-blau);
}
.icon.tolltip.io .mw-collapsible-toggle-default::before {
content: '\f129 ';
color: var(--info-blau);
}
.icon.tolltip.alert .mw-collapsible-toggle-default::before {
content: '\f071';
color: var(--info-blau);
}
.Containeraussen .Hinweis-Container__einblenden {
display: inline-flex;
align-items: center;
}
.Hinweis-Container__einblenden.flex {
display: flex;
align-items: center;
}
.Hinweis-Container__einblenden > i {
align-self: flex-start;
/* padding-top: 4px; auskommentiert für UTM/CONFIG/Import_G3_in_G5 */
}
.Hinweis-Container-Text__border {
display: inline-flex;
align-items: center;
}
.mw1 {
min-width: 1em;
}
.classic-table-header {
align-items: center;
display: inline-flex;
background: #b7b7b7;
border: #ddd;
padding: 1px 5px;
}
.td-available .ic-eingabe[class*="mw"] { /* Die Klasse td-available aus dem Tabellen Header */
width: unset; /* (die hier neutralisiert wird, sobald eine andere min-width angegeben wird) */
} /* wird in common.css definiert */
.MS.ic-eingabe {
vertical-align: middle;
}
.pdt3 {
padding-top: 3px;
}
.pdt4 {
padding-top: 4px;
}
.pdt5 {
padding-top: 5px;
}
td.no-first-cell, td.nofirstcell {
background-color: #f8f9fa;
}
td.floating-cell-top-left {
border-bottom: 0;
}
td.floating-cell-top-right {
border-left: 0;
border-bottom: 0;
margin-bottom: -0.5em;
display: block;
}
td.floating-cell-bottom-left {
border-top: 0;
border-right: 0;
}
td.floating-cell-bottom-right {
border-top: 0;
border-bottom: 0;
margin-left: -10em;
display: block;
background: linear-gradient(to right, #a2a9b1 10em, transparent 10%) top left / 10em 1px no-repeat;
}
h5 + .text-h5 + .Einrücken ul:first-child {
margin-top: -0em !important;
}
h5 + .text-h5 + .Einrücken + ul:first-child {
margin-top: -0.5em !important;
}
.AV.ic-beschriftung {
font-weight: bold;
}
.AV.label.label-notification {
background: #17a2b8;
color: white;
border-radius: 5px;
}
.alert-success {
color: rgb(20, 87, 36);
background-color: rgb(212, 237, 218);
border-color: rgb(195, 230, 203);
display: block;
padding: 5px;
}
.Einrücken-li {
margin-left: 1.1em;
}
.none_headline {
display:none;
}
.Vorschaubild {
display:inline-flex;
}
.bigdezent .Vorschaubild {
margin-left:5px;
}
.Vorschaubild td {
padding: 2px 3px 0 3px;
}
@media (max-width: 576px) {
td.floating-cell-bottom-left {
display:none;
}
td.floating-cell-bottom-right {
border-top:0;
border-bottom:0;
margin-left:0em;
display:block;
background: 0;
}
.sptable2 tr > td.floating-cell-top-right {
border-bottom: 0;
}
.sptable2 td:nth-child(2).floating-cell-bottom-right {
border-top: 0;
}
}