MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Baugeschichte
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| (14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. | ||
Logofarben: | Logofarben: | ||
pink:# | pink:#f05573 | ||
rot:#c8055c | rot:#c8055c | ||
orange:#ffc31a | orange:#ffc31a | ||
grün:# | grün:#9acf87 | ||
türkis:# | türkis:#2cb1ca | ||
*/ | */ | ||
#mw-searchoptions { | #mw-searchoptions { | ||
display:none !important; | display:none !important; | ||
} | |||
#mw-header-container { | |||
background:#9acf87; | |||
} | } | ||
| Zeile 30: | Zeile 34: | ||
} | } | ||
.multipleTemplateAdder a { | .multipleTemplateAdder a { | ||
background: | background: #fec531 !important; | ||
} | } | ||
.multipleTemplateInstance { | .multipleTemplateInstance { | ||
| Zeile 37: | Zeile 41: | ||
.mandatory { | .mandatory { | ||
background: | background: #2cb1ca; | ||
} | } | ||
| Zeile 53: | Zeile 57: | ||
} | } | ||
.smw-form-table-title, .smw-form-title | .smw-form-table-title, .smw-form-title { | ||
background: | background:#9acf87; | ||
} | |||
.smw-section-title { | |||
color:#FFFFFF; | |||
background:#f05573; | |||
} | } | ||
Aktuelle Version vom 3. Mai 2026, 21:28 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen.
Logofarben:
pink:#f05573
rot:#c8055c
orange:#ffc31a
grün:#9acf87
türkis:#2cb1ca
*/
#mw-searchoptions {
display:none !important;
}
#mw-header-container {
background:#9acf87;
}
.visualClear {
clear: both;
}
#page-header {
background-position-y: -40px;
margin-top:30px;
}
.mapHome {
margin-bottom:20px;
padding:0 4px;
}
.toc ul {
margin: 1em 0 0;
list-style: none;
text-align: left;
}
.multipleTemplateAdder a {
background: #fec531 !important;
}
.multipleTemplateInstance {
background: #f8f9fa;
}
.mandatory {
background: #2cb1ca;
}
.smw-table {
border-spacing: 4px;
}
.smw-table-cell {
border-radius:8px;
padding-bottom: 0.5em;
}
.smw-table-cell h1, .smw-table-cell h3 {
margin: inherit;
}
.smw-form-table-title, .smw-form-title {
background:#9acf87;
}
.smw-section-title {
color:#FFFFFF;
background:#f05573;
}
.smw-form-table-title h3, .smw-form-title h3, .smw-section-title h4 {
margin: 0.25em !important;
}
.mw-numlink {
display: unset;
}
.suggestions, .sidebar-inner {
z-index: 1099 !important
}
#searchInput {
width: 500px;
}
.navigation {
margin-top: -30px;
}
.nav > li > a > img{width:80px}
th, td { vertical-align:top; }
div#userbar {position:fixed; top:0px; margin:auto; z-index:1000; width:100%;}
div#userbar {background:#000; height:41px; }
ul.gallery {float:right;}
.mw-redirect {color:#3be2c6;}
td.formtable {vertical-align: top;}
@media screen and (max-width: 768px) {
.nav > li > a > img {width: 80px;}
}