Vés al contingut

Plantilla:Infobox building/styles.css

De la Viquipèdia, l'enciclopèdia lliure
 /*                              Definició amb color al background        */
.infobox_bodystyle{
	font-size: 85%; text-align: left;
}
.infobox_titlestyle{           /* el mòdul hi afegeix {font-weight: bold;} */
   background:#c3e2ef;
}
.infobox_abovestyle{   /* el mòdul hi afegeix {text-align: center; font-size: 125%; font-weight: bold;} */
   background:#c3e2ef;
}
/*                        Versió solid + marc    */
.infobox_headerclass_w_botton_top{    /* el mòdul hi afegeix {text-align: center;} */
   background:#c3e2ef;
   border-bottom: 2px solid #ccccff;
   border-top: 2px solid #ccccff;
}
/*                        Versió standard   */
.infobox_headerstyle{
   background:#c3e2ef;
}
.infobox_subheaderstyle{
   background:#c3e2ef;
}
.infobox_subheaderstyle1{
   width:100%;
   background:#c3e2ef;
   text-align:center; 
   font-size:125%; 
   font-weight:bold;
}
.infobox_belowstyle{
   border-top:#aaa 1px solid;
   background:#FFA07A;
}
.infobox-label {
   background:#eeeeee;
   padding-right:1.2em;
   text-align:start;
}