MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Geoportal-Landau
Zur Navigation springenZur Suche springenRoot (Diskussion | Beiträge) |
Root (Diskussion | Beiträge) |
||
Zeile 44: | Zeile 44: | ||
#mw-header-hack{ |
#mw-header-hack{ |
||
display:none !important; |
display:none !important; |
||
+ | } |
||
+ | |||
+ | #mw-content-container{ |
||
+ | margin-top:none !important; |
||
} |
} |
Version vom 13. Dezember 2019, 12:13 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ #site-tools{ display:none; } #page-tools{ display:none; } #ca-history{ display:none !important; } #ca-nstab-main{ display:none !important; } #ca-talk{ display:none !important; } #ca-view{ display:none !important; } #catlist-normal{ display:none !important; } #mw-related-navigation{ display:none !important; } #mw-header-container{ display:none !important; } #mw-site-navigation{ display:none !important; } #mw-header-hack{ display:none !important; } #mw-content-container{ margin-top:none !important; }