MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Baugeschichte
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: ul.gallery {align=right}“) |
KKeine Bearbeitungszusammenfassung |
||
| (77 dazwischenliegende Versionen von 2 Benutzern 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. | ||
ul.gallery {align | 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;} | |||
} | |||
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;}
}