MediaWiki:Common.css : Différence entre versions

De AideWikiradio
 
(2 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. */
 
  
#languagelinks {
+
/* Le CSS placé ici sera appliqué à tous les habillages. */
  
font-size: 85%; }
+
#languagelinks {
  
#firstHeading {
+
font-size: 85%; }
 +
 
 +
#firstHeading {  
  
color: #ddd;
+
color: #ddd; border-bottom: 1px solid #ddd; /*display:none;*/ }
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; }
 
/* 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;
 +
}

Version actuelle datée du 25 juillet 2017 à 12: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;
}