MediaWiki:Common.css : Différence entre versions
De Guide Sistearth
| Ligne 21 : | Ligne 21 : | ||
background:#CBCBCB; | background:#CBCBCB; | ||
} | } | ||
| + | |||
| + | B.rouge {font: Verdana 12px; color: #FF0000; } | ||
Version du 24 septembre 2009 à 22:54
/* 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;
}
B.rouge {font: Verdana 12px; color: #FF0000; }