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 #aaa; |
margin-bottom: 10px !important; | margin-bottom: 10px !important; | ||
padding: 4px 8px 10px 8px !important; | padding: 4px 8px 10px 8px !important; | ||
Zeile 16: | Zeile 16: | ||
.contentTitle { | .contentTitle { | ||
− | border-bottom: 1px solid # | + | border-bottom: 1px solid #aaa; |
margin-top: 5px; | margin-top: 5px; | ||
margin-bottom: 3px; | margin-bottom: 3px; | ||
font-size: 11pt; | font-size: 11pt; | ||
} | } |
Version vom 16. Februar 2016, 20:21 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; }