MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 22: | Zeile 22: | ||
} | } | ||
− | .contentBox | + | .contentBox:after { |
content: "."; | content: "."; | ||
clear: both; | clear: both; |
Version vom 16. Februar 2016, 20:34 Uhr
/* Allgemeines CSS für Infoboxen */ .infobox { float: right; margin-left: 10px; padding-left: 10px; border-left: 1px solid #aaa; } .contentBox { border: 1px solid #aaa; margin-bottom: 10px !important; padding: 4px 8px 10px 8px !important; box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .1); } .contentTitle { border-bottom: 1px solid #aaa; margin-top: 5px; margin-bottom: 3px; font-size: 11pt; } .contentBox:after { content: "."; clear: both; display: block; visibility: hidden; height: 0px; }