MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Dornheim Anatomy
Becher (Diskussion | Beiträge) K (Farbtest) |
Becher (Diskussion | Beiträge) K (Test reponsives Design) |
||
Zeile 52: | Zeile 52: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
+ | } | ||
+ | |||
+ | #footer-icons { | ||
+ | display: none !important; | ||
} | } | ||
Zeile 57: | Zeile 61: | ||
iframe { | iframe { | ||
− | max-width: | + | max-width: 90%; |
} | } | ||
− | |||
− | |||
− | |||
/*CSS Anpassungen für die Hauptseite*/ | /*CSS Anpassungen für die Hauptseite*/ |
Version vom 6. Dezember 2019, 10:35 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: #b0a379; color: #010b15 !important; } .nav-link { color: #010b15 !important; } .container-fluid { background-color: #b0a379; 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; }