Plantilla:Infobox sports competition/styles.css

 /*                              Definition with background color        */
.infobox_bodystyle{
	font-size: 85%; text-align: left;
}
.infobox_titlestyle{   /* el mòdul hi afegeix {font-weight: bold;} */
   background:#FFE4B5;
}
.infobox_abovestyle{   /* el mòdul hi afegeix {text-align: center; font-size: 125%; font-weight: bold;} */
   background:#FFE4B5;
}
/*                        Versió solid    */
.infobox_headerclass_solid{    /* el mòdul hi afegeix {text-align: center;} */
   background:#FFE4B5
}   
/*                        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:#FFE4B5;
}                    */
.infobox_subheaderstyle{
   background:#FFE4B5;
}
.infobox_subheaderstyle1{
   width:100%;
   background:#FFE4B5;
   text-align:center; 
   font-size:125%; 
   font-weight:bold;
}
.infobox_belowstyle{
   border-top:#aaa 1px solid;
   background:#FFE4B5;
}
.infobox-label {
   background:#eeeeee;
   padding-right:1.2em;
   width:40%;
   text-align:start;
   font-weight:bold;
}
.match_table{
	background-color:inherit;
	width:100%;
}
.match_result{
	font-size:250%;
	line-height:100%;
}
.match_result_small{
	font-size:175%;
	line-height:100%;
}