« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 54 : | Ligne 54 : | ||
padding-top: 3px; | padding-top: 3px; | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
} | |||
/* Accueil */ | |||
.entete-simple.bleu | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/2/23/Fond_bleu.png") no-repeat top left; | |||
} | |||
.entete-simple.rouge | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/5/5d/Fond_rouge.png") no-repeat top left; | |||
} | |||
.entete-simple.vert | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/f/f8/Fond_vert.png") no-repeat top left; | |||
} | |||
.entete-simple.rose | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/b/ba/Fond_rose.png") no-repeat top left; | |||
} | |||
.entete-simple.mauve | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/e/ed/Fond_mauve.png") no-repeat top left; | |||
} | |||
.entete-simple.jaune | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/6/6e/Fond_jaune.png") no-repeat top left; | |||
} | |||
.entete-simple.gris | |||
{ | |||
background: url("http://www.nolife-wiki.fr/images/8/83/Fond_gris.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/d/dc/Fond_gris_droite.png") no-repeat top right; | |||
} | } | ||
Version du 25 avril 2015 à 14:43
.entete.bleu
{
background: url("http://www.nolife-wiki.fr/images/2/23/Fond_bleu.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/d/d7/Fond_bleu_droite.png") no-repeat top right;
}
.entete.rouge
{
background: url("http://www.nolife-wiki.fr/images/5/5d/Fond_rouge.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/7/76/Fond_rouge_droite.png") no-repeat top right;
}
.entete.vert
{
background: url("http://www.nolife-wiki.fr/images/f/f8/Fond_vert.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/0/05/Fond_vert_droite.png") no-repeat top right;
}
.entete.rose
{
background: url("http://www.nolife-wiki.fr/images/b/ba/Fond_rose.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/f/f2/Fond_rose_droite.png") no-repeat top right;
}
.entete.mauve
{
background: url("http://www.nolife-wiki.fr/images/e/ed/Fond_mauve.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/3/36/Fond_mauve_droite.png") no-repeat top right;
}
.entete.jaune
{
background: url("http://www.nolife-wiki.fr/images/6/6e/Fond_jaune.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/0/06/Fond_jaune_droite.png") no-repeat top right;
}
.entete.gris
{
background: url("http://www.nolife-wiki.fr/images/8/83/Fond_gris.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/d/dc/Fond_gris_droite.png") no-repeat top right;
}
.entete.cupc
{
background: url("http://www.nolife-wiki.fr/images/3/37/Fond_101.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/d/dc/Fond_gris_droite.png") no-repeat top right;
}
.entete.lien-blanc th a
{
color: white;
}
.entete.lien-noir th a
{
color: black;
}
.entete td
{
padding-left: 2px;
padding-top: 3px;
padding-bottom: 0px;
}
/* Accueil */
.entete-simple.bleu
{
background: url("http://www.nolife-wiki.fr/images/2/23/Fond_bleu.png") no-repeat top left;
}
.entete-simple.rouge
{
background: url("http://www.nolife-wiki.fr/images/5/5d/Fond_rouge.png") no-repeat top left;
}
.entete-simple.vert
{
background: url("http://www.nolife-wiki.fr/images/f/f8/Fond_vert.png") no-repeat top left;
}
.entete-simple.rose
{
background: url("http://www.nolife-wiki.fr/images/b/ba/Fond_rose.png") no-repeat top left;
}
.entete-simple.mauve
{
background: url("http://www.nolife-wiki.fr/images/e/ed/Fond_mauve.png") no-repeat top left;
}
.entete-simple.jaune
{
background: url("http://www.nolife-wiki.fr/images/6/6e/Fond_jaune.png") no-repeat top left;
}
.entete-simple.gris
{
background: url("http://www.nolife-wiki.fr/images/8/83/Fond_gris.png") no-repeat top left, url("http://www.nolife-wiki.fr/images/d/dc/Fond_gris_droite.png") no-repeat top right;
}