MediaWiki:Common.css
From Freigonfalonierat
(Difference between revisions)
Line 1: | Line 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
+ | |||
+ | /** Kleinschreibung nicht erzwingen */ | ||
+ | .portlet h5, | ||
+ | .portlet h6, | ||
+ | #p-personal ul, | ||
+ | #p-cactions li a { | ||
+ | text-transform: none; | ||
+ | } | ||
/*-----------------------------------------------------------------------------*/ | /*-----------------------------------------------------------------------------*/ | ||
Line 59: | Line 67: | ||
/* Ende: Navigationsleisten */ | /* Ende: Navigationsleisten */ | ||
/*-----------------------------------------------------------------------------*/ | /*-----------------------------------------------------------------------------*/ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- |
Current revision as of 03:39, 12 March 2017
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /** Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } /*-----------------------------------------------------------------------------*/ /* Anfang: Navigationsleisten */ /*-----------------------------------------------------------------------------*/ /* Format für den Link zum Aus- und Einklappen der Navigationsleisten */ .NavToggle { font-size: x-small; float:right; } .NavToggleEnglish { font-size: x-small; float:right; } /* Standard Navigationsleisten */ div.BoxenVerschmelzen, div.NavFrame { margin: 0px; padding: 2px; border: 1px solid #aaaaaa; text-align: center; border-collapse: collapse; font-size: 95%; clear:both; } div.BoxenVerschmelzen div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #ffffff; margin: 0px; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; font-size: 100%; background-color: #efefef; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; } /*-----------------------------------------------------------------------------*/ /* Ende: Navigationsleisten */ /*-----------------------------------------------------------------------------*/