Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/*WCAG 1.4.3 discernable links*/ | /*WCAG 1.4.3 discernable links*/ | ||
.mw-body-content a:not([class*='oo-ui-']), [class^='mw-content-'] a:not([class*='oo-ui-']) | .mw-body-content a:not([class*='oo-ui-']), | ||
[class^='mw-content-'] a:not([class*='oo-ui-']) { | |||
text-decoration: underline dotted; | |||
text-underline-offset: 4px; | |||
text-decoration-thickness: 1px; | |||
text-decoration-color: grey | |||
} | |||
/*MW overrides */ | /*MW overrides */ | ||
.wikitable {background-color:#fff} | .wikitable { | ||
.wikitable | background-color: #fff | ||
figure[typeof~='mw:File/Thumb'].mw-halign-center, figure[typeof~='mw:File/Frame'].mw-halign-center { | } | ||
.wikitable tr th { | |||
background-color: #f1f3f9 | |||
} | |||
figure[typeof~='mw:File/Thumb'].mw-halign-center, | |||
figure[typeof~='mw:File/Frame'].mw-halign-center { | |||
margin: 2em auto; | |||
} | |||
.mw-body-content li { | |||
margin-bottom: 0.6em; | |||
} | |||
/*Main Page banner */ | |||
#mpbanner { | |||
margin-top: -55px; | |||
} | |||
h1#mpbanner-byline { | |||
font-size: 1.8em; | |||
color: #3e5389; | |||
line-height: 1em; | |||
padding-top: 20px; | |||
} | |||
#mpbanner-title { | |||
font-size: 3.4rem; | |||
color: #4b80eb; | |||
line-height: 1.2em; | |||
font-weight: 900; | |||
letter-spacing: 1px; | |||
display: block | |||
} | |||
#mpbsv { | |||
color: #4666cd | |||
} | } | ||
/*Main Page general */ | |||
.mpbs5 .section-featured h2 {font-size:1.2em; margin:0 0 1em 0;border-bottom:none;color:#555} | .mpbs5 .section-featured h2 { | ||
font-size: 1.2em; | |||
margin: 0 0 1em 0; | |||
border-bottom: none; | |||
color: #555 | |||
} | |||
#startpage.mpbs5 .sectionflexcontainer>div h2 {padding:20px 15px 5px 15px} | #startpage.mpbs5 .sectionflexcontainer>div h2 { | ||
padding: 20px 15px 5px 15px | |||
} | |||
/*Softwarekatalog*/ | /*Softwarekatalog*/ | ||
table.casablanca.swc tbody tr, | |||
table.casablanca.swc th { | |||
color: #333 | |||
} | } | ||
table.casablanca.swc thead tr, | |||
table.casablanca tbody th.swc { | |||
background: #e9e9ee | |||
} | } | ||
a.pdfcreator-export { | a.pdfcreator-export { | ||
background: #efefef; | |||
padding: 10px; | |||
border-radius: 6px; | |||
float: right; | |||
font-weight: bold; | |||
} | } | ||
a.pdfcreator-export:before { | a.pdfcreator-export:before { | ||
font-family: 'bootstrap-icons'; | |||
content: '\F1B9'; | |||
vertical-align: -0.3em; | |||
padding-right: 0.5em; | |||
} | } | ||
| Zeile 55: | Zeile 101: | ||
/*Quiz */ | /*Quiz */ | ||
/*Quiz*/ | /*Quiz*/ | ||
.quiz .question{margin-bottom:3em;} | .quiz .question { | ||
.questionText{font-weight:700;margin-bottom:1.2em;} | margin-bottom: 3em; | ||
.question .header{background:#fff0e1;padding:1px 6px;} | } | ||
span.questionText{display:block;} | |||
.question td{background:#f6f6f6;border-bottom:2px solid #fff;padding:8px 6px 6px;} | .questionText { | ||
.question th{background:#f6f6f6;border-bottom:2px solid #fff;padding:8px 6px 6px;} | font-weight: 700; | ||
.quiz table{width:100%;} | margin-bottom: 1.2em; | ||
.quizQuestions .question .sign{width:26px;} | } | ||
.quiz table.settings{margin-left:30px!important;} | |||
.mw-content-ltr .quiz .question .border{border-width:0 0 0 12px !important;} | .question .header { | ||
.quiz .margin.right{background-color:#8ed27d!important;} | background: #fff0e1; | ||
.quiz .margin.NA{background-color:#337ecc!important;} | padding: 1px 6px; | ||
.quiz .margin.wrong{background-color:#ff5c64!important;} | } | ||
.quiz .question .border.right{border-color:#8ed27d!important;} | |||
.quiz .question .border.NA{border-color:#337ecc!important;} | span.questionText { | ||
.quiz .question .border.wrong{border-color:#ff5c64!important;} | display: block; | ||
.quiz .question .check.right{outline:3px solid #8ed27d!important;} | } | ||
.quiz .question .check.NA{outline:3px solid #337ecc!important;} | |||
.quiz .question .check.wrong{outline:3px solid #ff5c64!important;} | .question td { | ||
.quizForm input[value="Submit"]{background:#36c;border:none;color:#FFF;margin-right:10px;margin-left:30px;padding:6px 12px;} | background: #f6f6f6; | ||
.quizForm input:hover[value="Submit"]{background:#2551aa;} | border-bottom: 2px solid #fff; | ||
.quizForm input[value="Reset"]{background:#a4a4a4;border:none;color:#FFF;margin-right:10px;padding:6px 12px;} | padding: 8px 6px 6px; | ||
.quizForm input:hover[value="Reset"]{background:#858585;} | } | ||
.quiz .correction{background-color:#ffe4c9;display:block;font-weight:700;margin:10px 0 30px 28px;padding:20px;} | |||
.question th { | |||
background: #f6f6f6; | |||
border-bottom: 2px solid #fff; | |||
padding: 8px 6px 6px; | |||
} | |||
.quiz table { | |||
width: 100%; | |||
} | |||
.quizQuestions .question .sign { | |||
width: 26px; | |||
} | |||
.quiz table.settings { | |||
margin-left: 30px !important; | |||
} | |||
.mw-content-ltr .quiz .question .border { | |||
border-width: 0 0 0 12px !important; | |||
} | |||
.quiz .margin.right { | |||
background-color: #8ed27d !important; | |||
} | |||
.quiz .margin.NA { | |||
background-color: #337ecc !important; | |||
} | |||
.quiz .margin.wrong { | |||
background-color: #ff5c64 !important; | |||
} | |||
.quiz .question .border.right { | |||
border-color: #8ed27d !important; | |||
} | |||
.quiz .question .border.NA { | |||
border-color: #337ecc !important; | |||
} | |||
.quiz .question .border.wrong { | |||
border-color: #ff5c64 !important; | |||
} | |||
.quiz .question .check.right { | |||
outline: 3px solid #8ed27d !important; | |||
} | |||
.quiz .question .check.NA { | |||
outline: 3px solid #337ecc !important; | |||
} | |||
.quiz .question .check.wrong { | |||
outline: 3px solid #ff5c64 !important; | |||
} | |||
.quizForm input[value="Submit"] { | |||
background: #36c; | |||
border: none; | |||
color: #FFF; | |||
margin-right: 10px; | |||
margin-left: 30px; | |||
padding: 6px 12px; | |||
} | |||
.quizForm input:hover[value="Submit"] { | |||
background: #2551aa; | |||
} | |||
.quizForm input[value="Reset"] { | |||
background: #a4a4a4; | |||
border: none; | |||
color: #FFF; | |||
margin-right: 10px; | |||
padding: 6px 12px; | |||
} | |||
.quizForm input:hover[value="Reset"] { | |||
background: #858585; | |||
} | |||
.quiz .correction { | |||
background-color: #ffe4c9; | |||
display: block; | |||
font-weight: 700; | |||
margin: 10px 0 30px 28px; | |||
padding: 20px; | |||
} | |||
/** Template downloads **/ | /** Template downloads **/ | ||
.cards {display:flex; flex-wrap:wrap; | .cards { | ||
.cards > div {margin-left:5px; margin-right:5px; flex-basis:290px; margin-bottom:50px; border-top: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); | display: flex; | ||
flex-wrap: wrap; | |||
.cards > div:hover { | justify-content: space-between; | ||
gap: 20px | |||
} | |||
.cards>div { | |||
margin-left: 5px; | |||
margin-right: 5px; | |||
flex-basis: 290px; | |||
margin-bottom: 50px; | |||
border-top: 1px solid #f0f0f0; | |||
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); | |||
transition: all .3s cubic-bezier(.25, .8, .25, 1); | |||
cursor: pointer; | |||
text-align: center | |||
} | |||
.cards>div:hover { | |||
box-shadow: 0 6px 8px rgba(0, 0, 0, .10), 0 10px 10px rgba(0, 0, 0, .10); | |||
} | |||
.cards a.image img { | |||
max-width: 600px | |||
} | |||
.cards .screenshot { | |||
width: 300px; | |||
height: 200px; | |||
overflow: hidden; | |||
border-top: 14px solid #eee; | |||
border-bottom: 14px solid #eee | |||
} | |||
#content #bodyContent .cards h2 { | |||
margin: 10px; | |||
padding: 0; | |||
font-size: 1.1rem; | |||
font-color: #444; | |||
border: none; | |||
text-align: center | |||
} | |||
.cards h2 .mw-editsection { | |||
display: none | |||
} | } | ||
.cards . | .cards .text { | ||
font-size: 0.85rem; | |||
padding: 20px 10px; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
#mw-content-text text a:not(.new), | |||
[class^="mw-content-"] .text a:not(.new), | |||
#mw-content-text .text a:link:not(.new), | |||
[class^="mw-content-"] .text a:link:not(.new), | |||
#mw-content-text .text a:not(.new):visited, | |||
[class^="mw-content-"] .text a:not(.new):visited, | |||
#mw-content-text .text a:link:not(.new):visited, | |||
[class^="mw-content-"] .text a:link:not(.new):visited { | |||
color: #444; | |||
} | |||
.cards .emptycard, | |||
.cards>div.emptycard:hover { | |||
border: 0; | |||
box-shadow: none; | |||
} | |||
@media only screen and (max-width: 768px) { | |||
.cards>div { | |||
flex-basis: 98%; | |||
} | |||
.cards .screenshot { | |||
width: auto; | |||
text-align: center | |||
} | |||
} | |||
.getButton { | .getButton { | ||
display: inline-block; | |||
background-color: #4CAF50; | |||
border: none; | |||
color: white; | |||
padding: 8px 20px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 16px; | |||
margin: 0 0 10px 0; | |||
-webkit-transition-duration: 0.4s; | |||
transition-duration: 0.4s; | |||
border-radius: 8px; | |||
} | |||
#mw-content-text .getButton a { | |||
color: #ffffff !important; | |||
} | |||
.getButton:hover { | .getButton:hover { | ||
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); | box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); | ||
color:'f5f5f5'; | color: 'f5f5f5'; | ||
} | } | ||
.getButton:active { | .getButton:active { | ||
position:relative; | position: relative; | ||
top:1px; | top: 1px; | ||
} | } | ||
.getButton a:before {font-family: 'fontawesome'; | |||
content: '\f019 '; | .getButton a:before { | ||
font-size: 1.3em; | font-family: 'fontawesome'; | ||
vertical-align: middle; | content: '\f019 '; | ||
margin-right: 10px; | font-size: 1.3em; | ||
vertical-align: middle; | |||
margin-right: 10px; | |||
} | } | ||
.cart a:before {font-family: 'fontawesome'; | .cart a:before { | ||
content: '\f217 '; | font-family: 'fontawesome'; | ||
content: '\f217 '; | |||
} | } | ||
.downloadarea { | .downloadarea { | ||
text-align:center; | text-align: center; | ||
display: inline-block; | display: inline-block; | ||
float: right; | float: right; | ||
margin: 0 0 20px 40px; | margin: 0 0 20px 40px; | ||
padding: 10px; | padding: 10px; | ||
background: #efefef; | background: #efefef; | ||
background: linear-gradient(270deg, rgb(240, 240, 240) 0%, rgb(224, 224, 224) 52%, rgb(240, 240, 240) 100%); | background: linear-gradient(270deg, rgb(240, 240, 240) 0%, rgb(224, 224, 224) 52%, rgb(240, 240, 240) 100%); | ||
} | |||
.downloadarea p { | |||
margin: 0 | |||
} | |||
@media only screen and (max-width: 768px) { | |||
.cards>div { | |||
flex-basis: 98%; | |||
} | |||
} | |||
.oo-ui-panelLayout-framed { | |||
border: 0; | |||
} | } | ||
. | |||
.oo-ui-tabSelectWidget-framed { | |||
border-bottom: 1px solid #d3d5da; | |||
} | } | ||
/*404 system message badaccess-groups*/ | /*404 system message badaccess-groups*/ | ||
#system404-error {text-align:center;} | #system404-error { | ||
#system404-error div.floatnone a.image img {padding:0; margin:0;} | text-align: center; | ||
} | |||
#system404-error div.floatnone a.image img { | |||
padding: 0; | |||
margin: 0; | |||
} | |||
#system404-error hr { | #system404-error hr { | ||
margin-top: 0px; | |||
margin-bottom: 2rem; | |||
border: 0; | |||
max-width: 600px; | |||
border-top: 3px dotted #ddd; | |||
} | } | ||
/*Quick Search */ | /*Quick Search */ | ||
#bs-extendedsearch-box .bs-extendedsearch-autocomplete-popup {overflow-y:scroll; max-height:750px} | #bs-extendedsearch-box .bs-extendedsearch-autocomplete-popup { | ||
.bs-extendedsearch-autocomplete-popup .bs-extendedsearch-autocomplete-popup-item {background:#f1f3f9; margin:0 10px 6px 0; border-radius:4px;} | overflow-y: scroll; | ||
#bs-extendedsearch-box .bs-extendedsearch-autocomplete-popup .bs-extendedsearch-autocomplete-popup-primary .bs-extendedsearch-autocomplete-popup-primary-item:hover {background:#fff} | max-height: 750px | ||
.oo-ui-icon-articleRedirect {background-size:80%} | } | ||
.bs-extendedsearch-autocomplete-popup .bs-extendedsearch-autocomplete-popup-item { | |||
background: #f1f3f9; | |||
margin: 0 10px 6px 0; | |||
border-radius: 4px; | |||
} | |||
#bs-extendedsearch-box .bs-extendedsearch-autocomplete-popup .bs-extendedsearch-autocomplete-popup-primary .bs-extendedsearch-autocomplete-popup-primary-item:hover { | |||
background: #fff | |||
} | |||
.oo-ui-icon-articleRedirect { | |||
background-size: 80% | |||
} | |||
.bs-extendedsearch-autocomplete-popup-item-header-redirect a { | .bs-extendedsearch-autocomplete-popup-item-header-redirect a { | ||
width: 85% !important; | |||
font-size: 0.9em | |||
} | } | ||
/* Styles for section cards */ | /* Styles for section cards */ | ||
.sectionflex {display: flex; flex-wrap: wrap; justify-content:space-between; gap:20px} | .sectionflex { | ||
.sectionflex.col1 > div {flex-basis:100%; padding:10px 20px; } | display: flex; | ||
.sectionflex.col2 > div {flex-basis:48%; padding:10px 20px; } | flex-wrap: wrap; | ||
.sectionflex.col3 > div {flex-basis:32%; padding:10px 20px;} | justify-content: space-between; | ||
.sectionflex.col4 > div {flex-basis:23%; padding:10px 20px;} | gap: 20px | ||
.sectionflex > div.empty {border:none; background:none} | } | ||
#mw-content-text .sectionflex > div h2 {margin:0 0 1em 0; font-size:1.3em} | |||
#mw-content-text .sectionflex > div h3 {margin:0 0 1em; font-size:1.2em} | .sectionflex.col1>div { | ||
.sectionflex.frame > div {border: 1px solid #e7e7e7} | flex-basis: 100%; | ||
.sectionflex.background> div {background: #f1f3f9} | padding: 10px 20px; | ||
.sectionflex .ve-ce-branchNode-slug, .sectionflex span.mw-editsection {display:none} | } | ||
.sectionflex.linked a {display:block} | |||
.sectionflex.centered > div {text-align:center;} | .sectionflex.col2>div { | ||
flex-basis: 48%; | |||
padding: 10px 20px; | |||
} | |||
.sectionflex.col3>div { | |||
flex-basis: 32%; | |||
padding: 10px 20px; | |||
} | |||
.sectionflex.col4>div { | |||
flex-basis: 23%; | |||
padding: 10px 20px; | |||
} | |||
.sectionflex>div.empty { | |||
border: none; | |||
background: none | |||
} | |||
#mw-content-text .sectionflex>div h2 { | |||
margin: 0 0 1em 0; | |||
font-size: 1.3em | |||
} | |||
#mw-content-text .sectionflex>div h3 { | |||
margin: 0 0 1em; | |||
font-size: 1.2em | |||
} | |||
.sectionflex.frame>div { | |||
border: 1px solid #e7e7e7 | |||
} | |||
.sectionflex.background>div { | |||
background: #f1f3f9 | |||
} | |||
.sectionflex .ve-ce-branchNode-slug, | |||
.sectionflex span.mw-editsection { | |||
display: none | |||
} | |||
.sectionflex.linked a { | |||
display: block | |||
} | |||
.sectionflex.centered>div { | |||
text-align: center; | |||
} | |||
.pdfcreator-page-content .embedvideo { | .pdfcreator-page-content .embedvideo { | ||
display:none; | display: none; | ||
} | } | ||
/*All topics */ | /*All topics */ | ||
/*Themen*/ | /*Themen*/ | ||
.sectionflex.themenhd div [class*=" bi-"]::before {font-size: 1.6em; vertical-align: middle; padding: 6px; border-radius: 50%;} | .sectionflex.themenhd div [class*=" bi-"]::before { | ||
.sectionflex.themenhd | font-size: 1.6em; | ||
.sectionflex.themenhd.background | vertical-align: middle; | ||
.themenhd div a {display:block} | padding: 6px; | ||
.themenhd div:hover {background:rgb(233,233,238,0.5)} | border-radius: 50%; | ||
} | |||
.sectionflex.themenhd div [class*=" bi-"]::before { | |||
font-size: 2em; | |||
vertical-align: middle; | |||
background-color: #f1f3f9; | |||
padding: 10px; | |||
} | |||
.sectionflex.themenhd.background div [class*=" bi-"]::before { | |||
font-size: 2em; | |||
vertical-align: middle; | |||
background-color: #fff; | |||
padding: 10px; | |||
} | |||
.themenhd div a { | |||
display: block | |||
} | |||
.themenhd div:hover { | |||
background: rgb(233, 233, 238, 0.5) | |||
} | |||
/* bootstrap icons in blue and big */ | /* bootstrap icons in blue and big */ | ||
.bi-big, .fa-big {font-size: 2rem; color: #2b80ea} | .bi-big, | ||
.fa-big { | |||
font-size: 2rem; | |||
color: #2b80ea | |||
} | |||
ul.smw-format.ul-format.alltopics-col { | |||
column-count: 3; | |||
} | |||
@media (max-width: 767px) { | |||
@media (max-width: 767px) {.sectionflex.col2 > div, .sectionflex.col3 > div {flex-basis:100%; margin-top:2em}} | |||
.sectionflex.col2>div, | |||
.sectionflex.col3>div { | |||
flex-basis: 100%; | |||
margin-top: 2em | |||
} | |||
} | |||
/*Referenz Seiten */ | /*Referenz Seiten */ | ||
.extension-infobox {width:25em;font-size:90%;background-color:#f1f3f9;color:black;margin-bottom:0.5em;margin-left:1em;padding:0.2em;float:right;clear:right;text-align:left;} | .extension-infobox { | ||
.extension-infobox-header{text-align:center;background-color:#2e6096;padding:8px; color:#ffffff;} | width: 25em; | ||
.extension-infobox-headertext{font-size:larger;color:#FFFFFF;} | font-size: 90%; | ||
.extension-infobox-description{font-weight:normal!important;text-align:left;background-color:#f1f3f9;padding:20px 10px 20px 10px!important;} | background-color: #f1f3f9; | ||
.extension-infobox-first-row{vertical-align:top;padding:20px 10px 0 10px;} | color: black; | ||
.extension-infobox-row{vertical-align:top;padding:0 10px;} | margin-bottom: 0.5em; | ||
.extension-infobox-last-row{vertical-align:top;padding:0 10px 20px 10px;} | margin-left: 1em; | ||
.extension-infobox-helppage{font-weight:normal;text-align:center;vertical-align:top;padding-left:10px;padding-top:10px;padding-bottom:10px;background-color:#eeeeee;} | padding: 0.2em; | ||
.extension-infobox.fullwidth {width:100%; float:none; | float: right; | ||
.extension-infobox.fullwidth th {text-align:right; } | clear: right; | ||
.extension-infobox-header, .extension-infobox-helppage {text-align:center !important; font-size:1.1em} | text-align: left; | ||
.extension-infobox.fullwidth th, .extension-infobox.fullwidth td {padding:8px;width:100px; border: 1px solid #ffffff;} | } | ||
.extension-infobox.fullwidth td {width:300px; } | |||
.extension-infobox-helppage { background-color: #eaecf0;} | .extension-infobox-header { | ||
text-align: center; | |||
background-color: #2e6096; | |||
padding: 8px; | |||
color: #ffffff; | |||
} | |||
.extension-infobox-headertext { | |||
font-size: larger; | |||
color: #FFFFFF; | |||
} | |||
.extension-infobox-description { | |||
font-weight: normal !important; | |||
text-align: left; | |||
background-color: #f1f3f9; | |||
padding: 20px 10px 20px 10px !important; | |||
} | |||
.extension-infobox-first-row { | |||
vertical-align: top; | |||
padding: 20px 10px 0 10px; | |||
} | |||
.extension-infobox-row { | |||
vertical-align: top; | |||
padding: 0 10px; | |||
} | |||
.extension-infobox-last-row { | |||
vertical-align: top; | |||
padding: 0 10px 20px 10px; | |||
} | |||
.extension-infobox-helppage { | |||
font-weight: normal; | |||
text-align: center; | |||
vertical-align: top; | |||
padding-left: 10px; | |||
padding-top: 10px; | |||
padding-bottom: 10px; | |||
background-color: #eeeeee; | |||
} | |||
.extension-infobox.fullwidth { | |||
width: 100%; | |||
float: none; | |||
font-size: 1em; | |||
margin-left: 0; | |||
} | |||
.extension-infobox.fullwidth th { | |||
text-align: right; | |||
} | |||
.extension-infobox-header, | |||
.extension-infobox-helppage { | |||
text-align: center !important; | |||
font-size: 1.1em | |||
} | |||
.extension-infobox.fullwidth th, | |||
.extension-infobox.fullwidth td { | |||
padding: 8px; | |||
width: 100px; | |||
border: 1px solid #ffffff; | |||
} | |||
.extension-infobox.fullwidth td { | |||
width: 300px; | |||
} | |||
.extension-infobox-helppage { | |||
background-color: #eaecf0; | |||
} | |||
.flexbox { | .flexbox { | ||
display: flex; | |||
flex-direction: row; | |||
flex-wrap: wrap; | |||
justify-content: flex-start; | |||
align-items: stretch; | |||
align-content: stretch; | |||
} | } | ||
#content #bodyContent #importdata h3 {margin:1em 0 1.4em;} | #content #bodyContent #importdata h3 { | ||
#importdata .flexbox {justify-content: space-between; margin-top: 2em;} | margin: 1em 0 1.4em; | ||
#mw-content-text #importdata .flexbox h3, [class^="mw-content-"] #importdata .flexbox h3 {background:#d8d8d9; margin:0 0 | } | ||
#importdata .mw li {margin-left:0;list-style-type:none; padding-left:30px; background: | |||
#importdata .bs li {margin-left:0;list-style-type:none; padding-left:30px; background: | #importdata .flexbox { | ||
#importdata .flexbox div {background:#f1f3f9; text-align:left; margin:0; flex-basis:33%; padding:0} | justify-content: space-between; | ||
#importdata table.wikitable > tr > th, #importdata table.wikitable > * > tr > th, | margin-top: 2em; | ||
#importdata | } | ||
#importdata div .inner {padding:8px 12px} | |||
#importdata .bs p {font-size: 0.9rem; margin-left: 2.1em; display:list-item;} | #mw-content-text #importdata .flexbox h3, | ||
[class^="mw-content-"] #importdata .flexbox h3 { | |||
background: #d8d8d9; | |||
margin: 0 0 12px 0; | |||
padding: 8px; | |||
font-size: 1em !important; | |||
font-weight: bold | |||
} | |||
#importdata .mw li { | |||
margin-left: 0; | |||
list-style-type: none; | |||
padding-left: 30px; | |||
background: no-repeat left 1px top 3px / 18px url('/w/nsfr_img_auth.php/c/c6/MediaWiki-2020-small-icon.svg'); | |||
} | |||
#importdata .bs li { | |||
margin-left: 0; | |||
list-style-type: none; | |||
padding-left: 30px; | |||
background: no-repeat left 2px top 4px / 15px url('/w/nsfr_img_auth.php/c/c4/Bluespice_Icon.svg'); | |||
} | |||
#importdata .flexbox div { | |||
background: #f1f3f9; | |||
text-align: left; | |||
margin: 0; | |||
flex-basis: 33%; | |||
padding: 0 | |||
} | |||
#importdata table.wikitable>tr>th, | |||
#importdata table.wikitable>*>tr>th, | |||
table.wikitable.reference>tr>th, | |||
.importdata .wikitable.reference>*>tr>th { | |||
background-color: #eaecf0; | |||
text-align: left; | |||
padding: 8px; | |||
border: 1px solid #ffffff | |||
} | |||
#importdata table.wikitable>tr>td, | |||
#importdata table.wikitable>*>tr>td, | |||
#importdata table.wikitable.reference>tr>td, | |||
#importdata table.wikitable.reference>*>tr>td { | |||
padding: 8px; | |||
border: 1px solid #ffffff; | |||
} | |||
#importdata div .inner { | |||
padding: 8px 12px | |||
} | |||
#importdata .bs p { | |||
font-size: 0.9rem; | |||
margin-left: 2.1em; | |||
display: list-item; | |||
} | |||
.smwtable-clean { | .smwtable-clean { | ||
width: auto; | |||
max-width: 100%; | |||
margin-bottom: 20px; | |||
background-color: transparent; | |||
border-spacing: 0px; | |||
} | } | ||
.smwtable-clean tr > th { | .smwtable-clean tr>th { | ||
padding: 8px !important; | |||
line-height: 1.42857143; | |||
vertical-align: top; | |||
border-top: 1px solid #dddddd; | |||
border-collapse: collapse; | |||
border-spacing: 0; | |||
text-align: center; | |||
vertical-align: middle; | |||
} | } | ||
.smwtable-clean tr > td { | .smwtable-clean tr>td { | ||
padding: 8px !important; | |||
line-height: 1.42857143; | |||
vertical-align: top; | |||
border-top: 1px solid #dddddd; | |||
border-collapse: collapse; | |||
border-spacing: 0; | |||
} | } | ||
.smwtable-clean tbody>tr:nth-child(even) { | |||
.smwtable-clean tbody > tr:nth-child(even) { | background-color: #f5f5f5; | ||
} | } | ||
/* See ERM45154 */ | /* See ERM45154 */ | ||
html { | html { | ||
filter: none !important; | |||
color-scheme: light !important; | |||
} | } | ||
/* Permissionsmatrix */ | /* Permissionsmatrix */ | ||
.matrix td, .matrix th {font-size:0.85em} | .matrix td, | ||
.matrix th { | |||
font-size: 0.85em | |||
} | |||
.wikitable th, .wikitable td {padding:10px; vertical-align:top} | .wikitable th, | ||
.wikitable td { | |||
padding: 10px; | |||
vertical-align: top | |||
} | |||
th.firstcol-sm {width:200px!important} | th.firstcol-sm { | ||
width: 200px !important | |||
} | |||
/*Lingo tooltip */ | /*Lingo tooltip */ | ||
.qtip { | .qtip { | ||
font-size: 0.9em; | |||
} | } | ||
Aktuelle Version vom 7. Januar 2026, 09:08 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*WCAG 1.4.3 discernable links*/
.mw-body-content a:not([class*='oo-ui-']),
[class^='mw-content-'] a:not([class*='oo-ui-']) {
text-decoration: underline dotted;
text-underline-offset: 4px;
text-decoration-thickness: 1px;
text-decoration-color: grey
}
/*MW overrides */
.wikitable {
background-color: #fff
}
.wikitable tr th {
background-color: #f1f3f9
}
figure[typeof~='mw:File/Thumb'].mw-halign-center,
figure[typeof~='mw:File/Frame'].mw-halign-center {
margin: 2em auto;
}
.mw-body-content li {
margin-bottom: 0.6em;
}
/*Main Page banner */
#mpbanner {
margin-top: -55px;
}
h1#mpbanner-byline {
font-size: 1.8em;
color: #3e5389;
line-height: 1em;
padding-top: 20px;
}
#mpbanner-title {
font-size: 3.4rem;
color: #4b80eb;
line-height: 1.2em;
font-weight: 900;
letter-spacing: 1px;
display: block
}
#mpbsv {
color: #4666cd
}
/*Main Page general */
.mpbs5 .section-featured h2 {
font-size: 1.2em;
margin: 0 0 1em 0;
border-bottom: none;
color: #555
}
#startpage.mpbs5 .sectionflexcontainer>div h2 {
padding: 20px 15px 5px 15px
}
/*Softwarekatalog*/
table.casablanca.swc tbody tr,
table.casablanca.swc th {
color: #333
}
table.casablanca.swc thead tr,
table.casablanca tbody th.swc {
background: #e9e9ee
}
a.pdfcreator-export {
background: #efefef;
padding: 10px;
border-radius: 6px;
float: right;
font-weight: bold;
}
a.pdfcreator-export:before {
font-family: 'bootstrap-icons';
content: '\F1B9';
vertical-align: -0.3em;
padding-right: 0.5em;
}
/* Hide PDF Exclude Tags*/
.hf-nsheader .pdfcreator-excludestart,
.hf-nsheader .pdfcreator-excludeend,
.hf-nsfooter .pdfcreator-excludestart,
.hf-nsfooter .pdfcreator-excludeend {
display: none;
}
/*Quiz */
/*Quiz*/
.quiz .question {
margin-bottom: 3em;
}
.questionText {
font-weight: 700;
margin-bottom: 1.2em;
}
.question .header {
background: #fff0e1;
padding: 1px 6px;
}
span.questionText {
display: block;
}
.question td {
background: #f6f6f6;
border-bottom: 2px solid #fff;
padding: 8px 6px 6px;
}
.question th {
background: #f6f6f6;
border-bottom: 2px solid #fff;
padding: 8px 6px 6px;
}
.quiz table {
width: 100%;
}
.quizQuestions .question .sign {
width: 26px;
}
.quiz table.settings {
margin-left: 30px !important;
}
.mw-content-ltr .quiz .question .border {
border-width: 0 0 0 12px !important;
}
.quiz .margin.right {
background-color: #8ed27d !important;
}
.quiz .margin.NA {
background-color: #337ecc !important;
}
.quiz .margin.wrong {
background-color: #ff5c64 !important;
}
.quiz .question .border.right {
border-color: #8ed27d !important;
}
.quiz .question .border.NA {
border-color: #337ecc !important;
}
.quiz .question .border.wrong {
border-color: #ff5c64 !important;
}
.quiz .question .check.right {
outline: 3px solid #8ed27d !important;
}
.quiz .question .check.NA {
outline: 3px solid #337ecc !important;
}
.quiz .question .check.wrong {
outline: 3px solid #ff5c64 !important;
}
.quizForm input[value="Submit"] {
background: #36c;
border: none;
color: #FFF;
margin-right: 10px;
margin-left: 30px;
padding: 6px 12px;
}
.quizForm input:hover[value="Submit"] {
background: #2551aa;
}
.quizForm input[value="Reset"] {
background: #a4a4a4;
border: none;
color: #FFF;
margin-right: 10px;
padding: 6px 12px;
}
.quizForm input:hover[value="Reset"] {
background: #858585;
}
.quiz .correction {
background-color: #ffe4c9;
display: block;
font-weight: 700;
margin: 10px 0 30px 28px;
padding: 20px;
}
/** Template downloads **/
.cards {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px
}
.cards>div {
margin-left: 5px;
margin-right: 5px;
flex-basis: 290px;
margin-bottom: 50px;
border-top: 1px solid #f0f0f0;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
transition: all .3s cubic-bezier(.25, .8, .25, 1);
cursor: pointer;
text-align: center
}
.cards>div:hover {
box-shadow: 0 6px 8px rgba(0, 0, 0, .10), 0 10px 10px rgba(0, 0, 0, .10);
}
.cards a.image img {
max-width: 600px
}
.cards .screenshot {
width: 300px;
height: 200px;
overflow: hidden;
border-top: 14px solid #eee;
border-bottom: 14px solid #eee
}
#content #bodyContent .cards h2 {
margin: 10px;
padding: 0;
font-size: 1.1rem;
font-color: #444;
border: none;
text-align: center
}
.cards h2 .mw-editsection {
display: none
}
.cards .text {
font-size: 0.85rem;
padding: 20px 10px;
text-align: center;
font-weight: bold;
}
#mw-content-text text a:not(.new),
[class^="mw-content-"] .text a:not(.new),
#mw-content-text .text a:link:not(.new),
[class^="mw-content-"] .text a:link:not(.new),
#mw-content-text .text a:not(.new):visited,
[class^="mw-content-"] .text a:not(.new):visited,
#mw-content-text .text a:link:not(.new):visited,
[class^="mw-content-"] .text a:link:not(.new):visited {
color: #444;
}
.cards .emptycard,
.cards>div.emptycard:hover {
border: 0;
box-shadow: none;
}
@media only screen and (max-width: 768px) {
.cards>div {
flex-basis: 98%;
}
.cards .screenshot {
width: auto;
text-align: center
}
}
.getButton {
display: inline-block;
background-color: #4CAF50;
border: none;
color: white;
padding: 8px 20px;
text-align: center;
text-decoration: none;
font-size: 16px;
margin: 0 0 10px 0;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
border-radius: 8px;
}
#mw-content-text .getButton a {
color: #ffffff !important;
}
.getButton:hover {
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
color: 'f5f5f5';
}
.getButton:active {
position: relative;
top: 1px;
}
.getButton a:before {
font-family: 'fontawesome';
content: '\f019 ';
font-size: 1.3em;
vertical-align: middle;
margin-right: 10px;
}
.cart a:before {
font-family: 'fontawesome';
content: '\f217 ';
}
.downloadarea {
text-align: center;
display: inline-block;
float: right;
margin: 0 0 20px 40px;
padding: 10px;
background: #efefef;
background: linear-gradient(270deg, rgb(240, 240, 240) 0%, rgb(224, 224, 224) 52%, rgb(240, 240, 240) 100%);
}
.downloadarea p {
margin: 0
}
@media only screen and (max-width: 768px) {
.cards>div {
flex-basis: 98%;
}
}
.oo-ui-panelLayout-framed {
border: 0;
}
.oo-ui-tabSelectWidget-framed {
border-bottom: 1px solid #d3d5da;
}
/*404 system message badaccess-groups*/
#system404-error {
text-align: center;
}
#system404-error div.floatnone a.image img {
padding: 0;
margin: 0;
}
#system404-error hr {
margin-top: 0px;
margin-bottom: 2rem;
border: 0;
max-width: 600px;
border-top: 3px dotted #ddd;
}
/*Quick Search */
#bs-extendedsearch-box .bs-extendedsearch-autocomplete-popup {
overflow-y: scroll;
max-height: 750px
}
.bs-extendedsearch-autocomplete-popup .bs-extendedsearch-autocomplete-popup-item {
background: #f1f3f9;
margin: 0 10px 6px 0;
border-radius: 4px;
}
#bs-extendedsearch-box .bs-extendedsearch-autocomplete-popup .bs-extendedsearch-autocomplete-popup-primary .bs-extendedsearch-autocomplete-popup-primary-item:hover {
background: #fff
}
.oo-ui-icon-articleRedirect {
background-size: 80%
}
.bs-extendedsearch-autocomplete-popup-item-header-redirect a {
width: 85% !important;
font-size: 0.9em
}
/* Styles for section cards */
.sectionflex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px
}
.sectionflex.col1>div {
flex-basis: 100%;
padding: 10px 20px;
}
.sectionflex.col2>div {
flex-basis: 48%;
padding: 10px 20px;
}
.sectionflex.col3>div {
flex-basis: 32%;
padding: 10px 20px;
}
.sectionflex.col4>div {
flex-basis: 23%;
padding: 10px 20px;
}
.sectionflex>div.empty {
border: none;
background: none
}
#mw-content-text .sectionflex>div h2 {
margin: 0 0 1em 0;
font-size: 1.3em
}
#mw-content-text .sectionflex>div h3 {
margin: 0 0 1em;
font-size: 1.2em
}
.sectionflex.frame>div {
border: 1px solid #e7e7e7
}
.sectionflex.background>div {
background: #f1f3f9
}
.sectionflex .ve-ce-branchNode-slug,
.sectionflex span.mw-editsection {
display: none
}
.sectionflex.linked a {
display: block
}
.sectionflex.centered>div {
text-align: center;
}
.pdfcreator-page-content .embedvideo {
display: none;
}
/*All topics */
/*Themen*/
.sectionflex.themenhd div [class*=" bi-"]::before {
font-size: 1.6em;
vertical-align: middle;
padding: 6px;
border-radius: 50%;
}
.sectionflex.themenhd div [class*=" bi-"]::before {
font-size: 2em;
vertical-align: middle;
background-color: #f1f3f9;
padding: 10px;
}
.sectionflex.themenhd.background div [class*=" bi-"]::before {
font-size: 2em;
vertical-align: middle;
background-color: #fff;
padding: 10px;
}
.themenhd div a {
display: block
}
.themenhd div:hover {
background: rgb(233, 233, 238, 0.5)
}
/* bootstrap icons in blue and big */
.bi-big,
.fa-big {
font-size: 2rem;
color: #2b80ea
}
ul.smw-format.ul-format.alltopics-col {
column-count: 3;
}
@media (max-width: 767px) {
.sectionflex.col2>div,
.sectionflex.col3>div {
flex-basis: 100%;
margin-top: 2em
}
}
/*Referenz Seiten */
.extension-infobox {
width: 25em;
font-size: 90%;
background-color: #f1f3f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
text-align: left;
}
.extension-infobox-header {
text-align: center;
background-color: #2e6096;
padding: 8px;
color: #ffffff;
}
.extension-infobox-headertext {
font-size: larger;
color: #FFFFFF;
}
.extension-infobox-description {
font-weight: normal !important;
text-align: left;
background-color: #f1f3f9;
padding: 20px 10px 20px 10px !important;
}
.extension-infobox-first-row {
vertical-align: top;
padding: 20px 10px 0 10px;
}
.extension-infobox-row {
vertical-align: top;
padding: 0 10px;
}
.extension-infobox-last-row {
vertical-align: top;
padding: 0 10px 20px 10px;
}
.extension-infobox-helppage {
font-weight: normal;
text-align: center;
vertical-align: top;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #eeeeee;
}
.extension-infobox.fullwidth {
width: 100%;
float: none;
font-size: 1em;
margin-left: 0;
}
.extension-infobox.fullwidth th {
text-align: right;
}
.extension-infobox-header,
.extension-infobox-helppage {
text-align: center !important;
font-size: 1.1em
}
.extension-infobox.fullwidth th,
.extension-infobox.fullwidth td {
padding: 8px;
width: 100px;
border: 1px solid #ffffff;
}
.extension-infobox.fullwidth td {
width: 300px;
}
.extension-infobox-helppage {
background-color: #eaecf0;
}
.flexbox {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
#content #bodyContent #importdata h3 {
margin: 1em 0 1.4em;
}
#importdata .flexbox {
justify-content: space-between;
margin-top: 2em;
}
#mw-content-text #importdata .flexbox h3,
[class^="mw-content-"] #importdata .flexbox h3 {
background: #d8d8d9;
margin: 0 0 12px 0;
padding: 8px;
font-size: 1em !important;
font-weight: bold
}
#importdata .mw li {
margin-left: 0;
list-style-type: none;
padding-left: 30px;
background: no-repeat left 1px top 3px / 18px url('/w/nsfr_img_auth.php/c/c6/MediaWiki-2020-small-icon.svg');
}
#importdata .bs li {
margin-left: 0;
list-style-type: none;
padding-left: 30px;
background: no-repeat left 2px top 4px / 15px url('/w/nsfr_img_auth.php/c/c4/Bluespice_Icon.svg');
}
#importdata .flexbox div {
background: #f1f3f9;
text-align: left;
margin: 0;
flex-basis: 33%;
padding: 0
}
#importdata table.wikitable>tr>th,
#importdata table.wikitable>*>tr>th,
table.wikitable.reference>tr>th,
.importdata .wikitable.reference>*>tr>th {
background-color: #eaecf0;
text-align: left;
padding: 8px;
border: 1px solid #ffffff
}
#importdata table.wikitable>tr>td,
#importdata table.wikitable>*>tr>td,
#importdata table.wikitable.reference>tr>td,
#importdata table.wikitable.reference>*>tr>td {
padding: 8px;
border: 1px solid #ffffff;
}
#importdata div .inner {
padding: 8px 12px
}
#importdata .bs p {
font-size: 0.9rem;
margin-left: 2.1em;
display: list-item;
}
.smwtable-clean {
width: auto;
max-width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-spacing: 0px;
}
.smwtable-clean tr>th {
padding: 8px !important;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
border-collapse: collapse;
border-spacing: 0;
text-align: center;
vertical-align: middle;
}
.smwtable-clean tr>td {
padding: 8px !important;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #dddddd;
border-collapse: collapse;
border-spacing: 0;
}
.smwtable-clean tbody>tr:nth-child(even) {
background-color: #f5f5f5;
}
/* See ERM45154 */
html {
filter: none !important;
color-scheme: light !important;
}
/* Permissionsmatrix */
.matrix td,
.matrix th {
font-size: 0.85em
}
.wikitable th,
.wikitable td {
padding: 10px;
vertical-align: top
}
th.firstcol-sm {
width: 200px !important
}
/*Lingo tooltip */
.qtip {
font-size: 0.9em;
}