Modelo:Infobox political geography/styles.css
Aparencia
/* Definition with background color */
.infobox_bodystyle{
font-size: 85%; text-align: left;
}
.infobox_titlestyle{ /* el mòdul hi afegeix {font-weight: bold;} */
background:#bae3ff;
}
.infobox_abovestyle{ /* el mòdul hi afegeix {text-align: center; font-size: 125%; font-weight: bold;} */
background:#bae3ff;
}
/* Versió solid */
.infobox_headerclass_solid{ /* el mòdul hi afegeix {text-align: center;} */
background:#bae3ff
}
/* Versió marc per dark mode */
.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:#bae3ff;
}
.infobox_subheaderstyle1{
width:100%;
background:#bae3ff;
text-align:center;
font-size:125%;
font-weight:bold;
}
.infobox_belowstyle{
border-top:#aaa 1px solid;
background:#bae3ff;
}
.infobox-label {
background:#eeeeee;
padding-right:1.2em;
width:40%;
text-align:start;
}
.infobox_captionstyle{
font-size:90%;
}
/* 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 */