MediaWiki:Common.css : Différence entre versions
De AideWikiradio
| Ligne 1 : | Ligne 1 : | ||
| − | |||
| − | + | /* Le CSS placé ici sera appliqué à tous les habillages. */ | |
| − | + | #languagelinks { | |
| − | #firstHeading { | + | font-size: 85%; } |
| + | |||
| + | #firstHeading { | ||
| + | |||
| + | color: #ddd; border-bottom: 1px solid #ddd; /*display:none;*/ } | ||
| − | + | /* Language template */ .LanguageLinks { margin-top: 0.5em; } .LanguageLinks table { clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px; } .LanguageLinks span { white-space: nowrap; } | |
| − | + | #bodyContent { | |
| − | |||
font-size: 0.9em; | font-size: 0.9em; | ||
| + | |||
| + | } | ||
| + | |||
| + | #firstHeading { | ||
| + | color: #aaa; | ||
| + | border-bottom: 1px solid #aaa; | ||
| + | text-transform: uppercase; | ||
} | } | ||
Version actuelle datée du 25 juillet 2017 à 11:28
/* Le CSS placé ici sera appliqué à tous les habillages. */
#languagelinks {
font-size: 85%; }
#firstHeading {
color: #ddd; border-bottom: 1px solid #ddd; /*display:none;*/ }
/* Language template */ .LanguageLinks { margin-top: 0.5em; } .LanguageLinks table { clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px; } .LanguageLinks span { white-space: nowrap; }
#bodyContent {
font-size: 0.9em;
}
#firstHeading {
color: #aaa;
border-bottom: 1px solid #aaa;
text-transform: uppercase;
}