MediaWiki:Common.css : Différence entre versions

De WikiUpLib
Aller à : navigation, rechercher
Ligne 4 : Ligne 4 :
 
border:1pt solid black;
 
border:1pt solid black;
 
*/
 
*/
 +
 +
.testcss {
 +
color:red;
 +
}
  
 
.libelle_vignette {
 
.libelle_vignette {

Version du 21 octobre 2015 à 15:47

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

/*
border:1pt solid black;
*/

.testcss {
color:red;
}

.libelle_vignette {
font-family:Arial Narrow;
font-size:18pt; 
line-height:8pt;
text-align:center;
color:yellow;
}