MediaWiki:Common.css: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 10: | Zeile 10: | ||
.mainpage-box { | .mainpage-box { | ||
display: flex; | display: flex; | ||
} | } | ||
.mainpage-card { | .mainpage-card { | ||
width: | width: 150px; | ||
height: 80px; | height: 80px; | ||
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); |
Version vom 8. Februar 2023, 11:06 Uhr
/* per https://www.mediawiki.org/wiki/Manual:Remove_Tabs */ #ca-nstab-main { display: none !important; } #ca-nstab-user { display: none !important; } #ca-talk { display: none !important; } #ca-watch { display: none !important; } #ca-unwatch { display: none !important; } #ca-history { display: none !important; } #ca-viewsource { display: none !important; } .mainpage-box { display: flex; } .mainpage-card { width: 150px; height: 80px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; border-radius: 5px; } .mainpage-card-header { width: 100%; height: 50%; background-color: #CECECE; text-align:center; border-radius: 5px 5px 0 0; } .mainpage-card-text { padding:5px; text-align:center; }