MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 1: | Zeile 1: | ||
/* Allgemeines CSS für Infoboxen */ | /* Allgemeines CSS für Infoboxen */ | ||
+ | |||
.infobox { | .infobox { | ||
Zeile 29: | Zeile 30: | ||
height: 0px; | height: 0px; | ||
} | } | ||
+ | |||
+ | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } |
Version vom 16. Februar 2016, 20:46 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; } body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }