MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 9: | Zeile 9: | ||
.contentBox { | .contentBox { | ||
− | border: 1px solid # | + | border: 1px solid #DBDBDB; |
margin-bottom: 10px !important; | margin-bottom: 10px !important; | ||
padding: 4px 8px 10px 8px !important; | padding: 4px 8px 10px 8px !important; |
Version vom 16. Februar 2016, 20:45 Uhr
/* Allgemeines CSS für Infoboxen */ .infobox { float: right; margin-left: 10px; padding-left: 10px; border-left: 1px solid #aaa; } .contentBox { border: 1px solid #DBDBDB; 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; }