MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Ivo (Diskussion | Beiträge) |
Becher (Diskussion | Beiträge) (Anpassungen Startseite) |
||
Zeile 13: | Zeile 13: | ||
display: table; | display: table; | ||
clear: both; | clear: both; | ||
+ | } | ||
+ | |||
+ | /*CSS Anpassungen für die Startseite*/ | ||
+ | |||
+ | .page-Startseite .p-navbar { | ||
+ | background-color: #c2bfad; | ||
+ | } | ||
+ | |||
+ | .page-Startseite .container-fluid { | ||
+ | background-color: #c2bfad; | ||
+ | } | ||
+ | |||
+ | .page-Startseite .n-recentchanges { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .page-Startseite .n-randompage { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .page-Startseite .n-help-mediawiki { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .page-Startseite { | ||
+ | background-color: #ccc9ba; | ||
+ | } | ||
+ | .page-Startseite #firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #new { | ||
+ | background-color: white; | ||
+ | padding: 1em; | ||
+ | } | ||
+ | |||
+ | #mw-navigation { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .clear { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | img { | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
} | } |
Version vom 27. November 2019, 12:03 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ .mw-welcome-bar{ display: none !important; } *, ::before, ::after { box-sizing: unset; } .clearfix:after { content: ""; display: table; clear: both; } /*CSS Anpassungen für die Startseite*/ .page-Startseite .p-navbar { background-color: #c2bfad; } .page-Startseite .container-fluid { background-color: #c2bfad; } .page-Startseite .n-recentchanges { display: none; } .page-Startseite .n-randompage { display: none; } .page-Startseite .n-help-mediawiki { display: none; } .page-Startseite { background-color: #ccc9ba; } .page-Startseite #firstHeading { display: none; } #new { background-color: white; padding: 1em; } #mw-navigation { display: none; } .clear { clear: both; } img { max-width: 100%; height: auto; }