MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Becher (Diskussion | Beiträge) K (farbliche Anpassung Header und Footer) |
Becher (Diskussion | Beiträge) K (responsive Anpassung) |
||
Zeile 70: | Zeile 70: | ||
.page-Hauptseite #firstHeading { | .page-Hauptseite #firstHeading { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | /*CSS Anpassungen reponsives Design*/ | ||
+ | |||
+ | .p-navbar { | ||
+ | margin-top: 0 !important; | ||
+ | } | ||
+ | |||
+ | .nav-bar-collapse { | ||
+ | flex-direction: row ¹important; | ||
+ | } | ||
+ | |||
+ | @media (min-width:700px) { | ||
+ | .navbar-expand-cmln .navbar-toggler, .p-navbar.collapsible .navbar-toggler { | ||
+ | display:none !important; | ||
+ | } | ||
+ | |||
} | } |
Version vom 9. Dezember 2019, 11:59 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; color: #010b15 !important; } .nav-link { color: #010b15 !important; } .container-fluid { background-color: #C2BFAD; color: #010b15; } .n-recentchanges { display: none; } .n-randompage { display: none; } .n-help-mediawiki { display: none; } #mw-navigation { display: none; } .clear { clear: both; } img { max-width: 100%; height: auto; } #footer-icons { display: none !important; } /*Test reponsiver Segmenter*/ iframe { max-width: 90%; } /*CSS Anpassungen für die Hauptseite*/ .page-Hauptseite #firstHeading { display: none; } /*CSS Anpassungen reponsives Design*/ .p-navbar { margin-top: 0 !important; } .nav-bar-collapse { flex-direction: row ¹important; } @media (min-width:700px) { .navbar-expand-cmln .navbar-toggler, .p-navbar.collapsible .navbar-toggler { display:none !important; } }