Txantiloi:Infobox event/styles.css

Wikipedia, Entziklopedia askea
 /*                              Definició amb color al background        */
.infobox_bodystyle{
	font-size: 85%; text-align: left;
}
.infobox_titlestyle{
   background:lavender;
}
.infobox_abovestyle{
   background:lavender;
}
.infobox_headerstyle{
   background:lavender;
}
.infobox_subheaderstyle{
   background:lavender;
}
.infobox_subheaderstyle1{
   width:100%;
   background:lavender;
   text-align:center; 
   font-size:125%; 
   font-weight:bold;
}

 /*                                Definició amb color a borders            
.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             */