MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
.mw-footer { | |||
background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%; | |||
width: 100%; | |||
padding: 0px !important; | |||
margin-top: 20px !important; | |||
bottom: 0px !important; | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
color: #C2C8CF; | |||
} | } | ||
Version vom 28. Oktober 2024, 14:19 Uhr
/* All CSS here will be loaded for users of the Timeless skin */
.mw-footer {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
width: 100%;
padding: 0px !important;
margin-top: 20px !important;
bottom: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
color: #C2C8CF;
}
