MediaWiki:Common.css : Différence entre versions

De Guide Sistearth
Ligne 28 : Ligne 28 :
 
}
 
}
  
.test .td
+
.test td
 
{
 
{
 
text-align: center;
 
text-align: center;
 
background: #F6F7FF;
 
background: #F6F7FF;
 
}
 
}

Version du 25 septembre 2009 à 00:05

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

/* Changer la couleur de fond des articles */
.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a {
  background:#F6F7FF;
}

/* Changer la couleur de fond des taleaux */
table {
 background:#F6F7FF;
}


.pBody {
 background:#F6F7FF;
}

table.test
{
border: 1px solid #999;
background:#CBCBCB;
}

.test th
{
text-align: center;
background: #DFDFDF;
}

.test td
{
text-align: center;
background: #F6F7FF;
}