Vés al contingut

Plantilla:Infobox person/styles.css

De la Viquipèdia, l'enciclopèdia lliure
/*                              Definition with background color        */
.infobox_bodystyle{
	font-size: 85%;
	text-align: left;
}

.infobox_titleclass{
	/* el mòdul hi afegeix {font-weight: bold;} */
	background-color: #d6d6c2;
}
.infobox_titlestyle_pharaon{
   background-color: #f1f1de;
}

.infobox_aboveclass{
	/* el mòdul hi afegeix {text-align: center; font-size: 125%; font-weight: bold;} */
	background-color: #d6d6c2;
}

.infobox_headerclass {
	/* el mòdul hi afegeix {text-align: center;} */
	background-color: #d6d6c2;
	border-bottom: 2px solid #ccccff;
	border-top: 2px solid #ccccff;
}
.infobox_subheaderclass{
   background-color: #d6d6c2;
}
.infobox_subheaderstyle1{
   width:100%;
   background-color: #d6d6c2;
   text-align: center; 
   font-size: 125%; 
   font-weight: bold;
}
.infobox_belowstyle{
   border-top: #aaa 1px solid;
   background-color: #d6d6c2;
   line-height: 1.2em;
}

.infobox-label {
   background-color: #eeeeee;
   padding-right: 1.2em;
   text-align: start;
}
/* format label in a data cell, a moure a [[Module:Infobox/styles.css]]  */
html.skin-theme-clientpref-night .infobox-data .infobox-label {
	/* forced night mode */
	background-color: inherit;
	color: inherit;
}
@media (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os .infobox-data .infobox-label {
		background-color: inherit;
		color: inherit;
	}
}

.infobox_center_BG {
	text-align: center;
	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;
}
html.skin-theme-clientpref-night .infobox .extiw {
	/* forced night mode */
	background-color: inherit;
	color: #5F9CBB;
}
@media (prefers-color-scheme: dark) {
	/* automatic mode */
	html.skin-theme-clientpref-os .infobox .extiw {
		background-color: inherit;
		color: #5F9CBB;
	}
}

 /*                            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             */