Wikipédia:Brouillons/Infobox.css

Un article de Wikipédia, l'encyclopédie libre.

/* cette page inclut des styles spécialisés pour le skin monobook. Le style commun à tous les skins reprend la fonctionnalité de transformation du thumb ainsi que la transformation des listes à puces. Mais la classe infoboite est définie ainsi : .infoboite {width:220px; float:right;}

*/
 
/* définition monobook sans js */
.infoboite {
   border: 1px solid #aaa;
   padding: 5px;
   background-color: #f9f9f9;
   font-size: 95%;
}
 
.infoboite h2 {
   display:none;
}
 
.infoboite h3 {
   border-bottom:none;
   margin:0;
   padding:.5ex 0;
   font-size:larger;
   font-weight:bolder;
   text-align:center;
   line-height:1.25em;
}
 
.infoboite table {
   width:100%; 
   background-color:red; /* on ne devrait pas mettre de tableaux dans les infoboites */
}
 
.infoboite .imageInfoboite .thumb {
   margin : 0 auto;
   border: none; /* nécessaire pour IE7 */
   float:none;
}
 
.infoboite .imageInfoboite .thumb .thumbinner {
   margin : auto;
   border: none;
}
 
.infoboite .imageInfoboite .thumb .thumbcaption {
   text-align: center;
}
 
.infoboite .imageInfoboite .thumb .thumbinner .magnify {
   display:none;
}
 
.infoboite ul {
   margin: 0;
}
 
.infoboite ul li {
   display: block;
   margin: 0;
}
 
.headermusique {
 background:#F0F0F0 url("http://www.cylence.fr/notes.png") no-repeat right;
 margin:0;
 font-size:120%;
 font-weight:bold;
 border:1px solid #a3b0bf; 
 text-align:left;
 color:#000;
 padding:.15em .4em;
}
 
/*

*/