Teimpléad:Infobox person/styles.css
Cuma
/* Definition with background color */
/* using in general color: #202122 as var( --color-base ), temporary while not moved to module styles */
.infobox_bodystyle{
font-size: 85%;
text-align: left;
}
.infobox_titleclass{
/* el mòdul hi afegeix {font-weight: bold;} */
color: #202122;
background-color: #d6d6c2;
}
.infobox_titlestyle_pharaon{
color: #202122;
background-color: #f1f1de;
}
.infobox_aboveclass{
/* el mòdul hi afegeix {text-align: center; font-size: 125%; font-weight: bold;} */
color: #202122;
background-color: #d6d6c2;
}
.infobox_headerclass {
/* el mòdul hi afegeix {text-align: center;} */
color: #202122;
background-color: #d6d6c2;
border-bottom: 2px solid #ccccff;
border-top: 2px solid #ccccff;
}
.infobox_subheaderclass{
color: #202122;
background-color: #d6d6c2;
}
.infobox_subheaderstyle1{
width:100%;
color: #202122;
background-color: #d6d6c2;
text-align: center;
font-size: 125%;
font-weight: bold;
}
.infobox_belowstyle{
border-top: #aaa 1px solid;
color: #202122;
background-color: #d6d6c2;
line-height: 1.2em;
}
.infobox-label {
color: #202122;
background-color: #eeeeee;
padding-right: 1.2em;
text-align: start;
}
/* format label in a data cell, a moure a [[Module:Infobox/styles.css]] */
@media screen {
/* forced night mode */
html.skin-theme-clientpref-night .infobox-data .infobox-label {
color: inherit;
background-color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os .infobox-data .infobox-label {
color: inherit;
background-color: inherit;
}
}
.infobox_center_BG {
text-align: center;
color: #202122;
background-color: #d6d6c2;
}
.infobox_coa {
padding-top: 0.3em;
text-align: center;
}
/* Link to Wikidata, a moure a [[Module:Infobox/styles.css]] */
.infobox .extiw {
color: #3C7790;
}
@media screen {
html.skin-theme-clientpref-night .infobox .extiw {
color: #5F9CBB;
background-color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox .extiw {
color: #5F9CBB;
background-color: inherit;
}
}
/* Definition with border colors. Test not implemented
.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 */