« MediaWiki:Common.css » : différence entre les versions

An alternative space dedicated to technology and culture at Charleroi.
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
   margin: 1em 0;  
   margin: 1em 0;  
   border: 1px dashed #2f6fab;
   border: 1px dashed #2f6fab;
  font-weight: normal !important;
}
}
pre.source { font-weight: normal !important; font-style: normal !important; color: #000 !important; }
pre.source * { font-weight: normal !important; font-style: normal !important; color: #000 !important; }

Version du 25 décembre 2010 à 13:31

/* Le CSS placé ici sera appliqué à tous les habillages. */

div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
  font-weight: normal !important;
}