MediaWiki:Common.css : Différence entre versions
De AideWikiradio
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : #languagelinks { font-size: 85%; } →Language template : .LanguageLinks { margin-top: 0.5em; } .LanguageLink... ») |
|||
(5 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
+ | |||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
− | #languagelinks { | + | |
− | font-size: 85%; | + | #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; | |
− | border: 1px solid # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− |
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; }