« Utilisateur:Pinocchio/monobook.css » : différence entre les versions

De BoyWiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* TEST Afficher les liens déjà visités en vert */
a:visited {
  color:green;
}
/* Indentation colorée des discussions */
/* Indentation colorée des discussions */



Version du 25 janvier 2009 à 15:03

/* TEST Afficher les liens déjà visités en vert */
a:visited {
  color:green;
}


/* Indentation colorée des discussions */

dd {
 margin:0;
 padding:0;
}

dl {
 border-top:solid 1px #F0F080;
 border-left:solid 1px #F0F080;
 padding-top:.5em;
 padding-left:.5em;
 margin-left:1em;
}

dl,
dl dl dl,
dl dl dl dl dl,
dl dl dl dl dl dl dl,
dl dl dl dl dl dl dl dl dl
{ background:#FFFFE0 }

dl dl,
dl dl dl dl,
dl dl dl dl dl dl,
dl dl dl dl dl dl dl dl,
dl dl dl dl dl dl dl dl dl dl
{ background:#FFE }