MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Becher (Diskussion | Beiträge) (iframe responsive) |
Becher (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
} | } | ||
− | + | .p-navbar { | |
− | |||
− | |||
background-color: #c2bfad; | background-color: #c2bfad; | ||
} | } | ||
− | + | .container-fluid { | |
background-color: #c2bfad; | background-color: #c2bfad; | ||
} | } | ||
− | + | .n-recentchanges { | |
display: none; | display: none; | ||
} | } | ||
− | + | .n-randompage { | |
display: none; | display: none; | ||
} | } | ||
− | + | .n-help-mediawiki { | |
− | |||
display: none; | display: none; | ||
} | } | ||
− | + | body { | |
background-color: #ccc9ba; | background-color: #ccc9ba; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Zeile 52: | Zeile 41: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
.clear { | .clear { | ||
Zeile 61: | Zeile 51: | ||
height: auto; | height: auto; | ||
} | } | ||
+ | |||
+ | /*Test reponsiver Segmenter*/ | ||
iframe { | iframe { | ||
max-width: 100%; | max-width: 100%; | ||
+ | } | ||
+ | |||
+ | /*CSS Anpassungen für die Hauptseite*/ | ||
+ | |||
+ | .page-Hauptseite { | ||
+ | background-color: #ccc9ba; | ||
+ | } | ||
+ | |||
+ | .page-Hauptseite #firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #new { | ||
+ | background-color: white; | ||
+ | padding: 1em; | ||
} | } |
Version vom 3. Dezember 2019, 12:46 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; } .p-navbar { background-color: #c2bfad; } .container-fluid { background-color: #c2bfad; } .n-recentchanges { display: none; } .n-randompage { display: none; } .n-help-mediawiki { display: none; } body { background-color: #ccc9ba; } #mw-navigation { display: none; } .clear { clear: both; } img { max-width: 100%; height: auto; } /*Test reponsiver Segmenter*/ iframe { max-width: 100%; } /*CSS Anpassungen für die Hauptseite*/ .page-Hauptseite { background-color: #ccc9ba; } .page-Hauptseite #firstHeading { display: none; } #new { background-color: white; padding: 1em; }