MediaWiki:Common.css: Unterschied zwischen den Versionen
MediaWiki:Common.css (Quelltext anzeigen)
Version vom 18. Februar 2017, 16:49 Uhr
, 18. Februar 2017keine Bearbeitungszusammenfassung
imported>Admin Keine Bearbeitungszusammenfassung |
imported>Admin Keine Bearbeitungszusammenfassung |
||
Zeile 542: | Zeile 542: | ||
p.catlinks span a[href*="/wiki/Kategorie:Arbeitskategorie"] { display:none } | p.catlinks span a[href*="/wiki/Kategorie:Arbeitskategorie"] { display:none } | ||
#f-poweredbyico { display: none; } | #f-poweredbyico { display: none; } | ||
@media (max-width: 767px) { | |||
.outer-toc #image-banner { display:none !important; } | |||
} | |||
.outer-toc { | |||
display: flex; | |||
width: 100%; | |||
} | |||
.outer-toc .toc { | |||
float:left !important; | |||
} | |||
.outer-toc #image-banner { | |||
float: left; | |||
margin-left: 10px; | |||
} | |||
.outer-toc #image-banner img { | |||
border: 5px solid #efefef; | |||
max-width: 100%; | |||
} | |||
.clearfix { | |||
clear:both; | |||
} |