MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Baugeschichte
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 10: | Zeile 10: | ||
background-position-y: -40px; | background-position-y: -40px; | ||
margin-top:30px; | margin-top:30px; | ||
} | |||
.smw-table-cell { | |||
border-radius:8px; | |||
} | } | ||
.smw-section-title { | .smw-section-title { | ||
background:YellowGreen; | background:YellowGreen; | ||
} | |||
.smw-form-title { | |||
margin: 0.25em; | |||
} | } | ||
Version vom 27. Mai 2024, 19:30 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen.
Logofarben:
pink:#ff2e9d
rot:#c8055c
orange:#ffc31a
grün:#94ff61
türkis:#3be2c6
*/
#page-header {
background-position-y: -40px;
margin-top:30px;
}
.smw-table-cell {
border-radius:8px;
}
.smw-section-title {
background:YellowGreen;
}
.smw-form-title {
margin: 0.25em;
}
.mw-numlink {
display: unset;
}
.suggestions, .sidebar-inner {
z-index: 1099 !important
}
.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;}
}