MediaWiki:Common.css : Différence entre versions
De Guide Sistearth
m (ajout des couleurs / langue) |
|||
| Ligne 19 : | Ligne 19 : | ||
table.scolor | table.scolor | ||
{ | { | ||
| − | border: 1px solid #999; | + | border: 1px solid #999; |
| − | background:#CBCBCB; | + | background:#CBCBCB; |
} | } | ||
.scolor th | .scolor th | ||
{ | { | ||
| − | text-align: center; | + | text-align: center; |
| − | background: #DFDFDF; | + | background: #DFDFDF; |
} | } | ||
.scolor td | .scolor td | ||
{ | { | ||
| − | text-align: center; | + | text-align: center; |
| − | background: #F6F7FF; | + | background: #F6F7FF; |
| + | } | ||
| + | |||
| + | /*Couleur par langue*/ | ||
| + | .hiaste | ||
| + | { | ||
| + | color: #FF0000 | ||
| + | } | ||
| + | .kranem | ||
| + | { | ||
| + | color: #990000 | ||
| + | } | ||
| + | .fari | ||
| + | { | ||
| + | color: #339900 | ||
| + | } | ||
| + | .legam | ||
| + | { | ||
| + | color: #006600 | ||
| + | } | ||
| + | .larsius | ||
| + | { | ||
| + | color: #6699FF | ||
| + | } | ||
| + | .talym | ||
| + | { | ||
| + | color: #000066 | ||
| + | } | ||
| + | .pagdi | ||
| + | { | ||
| + | color: #666666 | ||
| + | } | ||
| + | .krusi | ||
| + | { | ||
| + | color: #000000 | ||
| + | } | ||
| + | .commun | ||
| + | { | ||
| + | color: #8A2BE2 | ||
} | } | ||
Version du 23 janvier 2010 à 15:00
/* 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;
}
/*tableaux tricolores standards*/
table.scolor
{
border: 1px solid #999;
background:#CBCBCB;
}
.scolor th
{
text-align: center;
background: #DFDFDF;
}
.scolor td
{
text-align: center;
background: #F6F7FF;
}
/*Couleur par langue*/
.hiaste
{
color: #FF0000
}
.kranem
{
color: #990000
}
.fari
{
color: #339900
}
.legam
{
color: #006600
}
.larsius
{
color: #6699FF
}
.talym
{
color: #000066
}
.pagdi
{
color: #666666
}
.krusi
{
color: #000000
}
.commun
{
color: #8A2BE2
}