Tɛmplet:Infobox event/styles.css
Yi palo
/* Definició amb color al background */
.infobox_bodystyle{
font-size: 85%; text-align: left;
}
.infobox_titlestyle{
background:#ccccff;
}
.infobox_abovestyle{
background:#ccccff;
}
.infobox_headerstyle{
background:#ccccff;
}
.infobox_subheaderstyle{
background:#ccccff;
}
.infobox_subheaderstyle1{
width:100%;
background:#ccccff;
text-align:center;
font-size:125%;
font-weight:bold;
}
.infobox-label {
background:#eeeeee;
padding-right:1.2em;
width:40%;
text-align:start;
}
/* 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 */