Vés al contingut

Plantilla:Infobox political geography/styles.css

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

 /*                                Definition with border colors            
.infobox_bodystyle{
	font-size: 85%; text-align: left;
}
.infobox_titlestyle{
   border-bottom: 2px solid #ccccff;
}
.infobox_abovestyle{
   border-bottom: 2px solid #ccccff;
}
.infobox_subheaderstyle{
   border-bottom: 2px solid #ccccff;
}
.infobox_headerstyle{
   border-bottom: 2px solid #ccccff;
   border-top: 2px solid #ccccff;
}
.infobox_labelstyle {
   padding-right:1.2em;
   width:40%;
   background:#eeeeee;
   text-align:start
}
 End comment             */