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... ») |
|||
| Ligne 1 : | Ligne 1 : | ||
| − | /* Le CSS placé ici sera appliqué à tous les habillages. */ | + | /* Le CSS placé ici sera appliqué à tous les habillages. */ |
| + | |||
#languagelinks { | #languagelinks { | ||
| − | |||
| − | |||
| − | /* Language template */ | + | font-size: 85%; } |
| − | .LanguageLinks { margin-top: 0.5em; } | + | #firstHeading { |
| − | .LanguageLinks table { | + | display:none;} |
| − | clear: both; | + | |
| − | border: 1px solid #aaaaaa; | + | /* 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; } |
| − | border-collapse: collapse; | ||
| − | padding: 0.2em; | ||
| − | margin: 0; | ||
| − | font-size: 85%; | ||
| − | margin: 0 1px; | ||
| − | } | ||
| − | .LanguageLinks span { white-space: nowrap; } | ||
Version du 16 décembre 2010 à 17:21
/* Le CSS placé ici sera appliqué à tous les habillages. */
#languagelinks {
font-size: 85%; }
#firstHeading {
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; }