Toggle menu
2.5K
1.7K
8
20.9K
Divinity Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox larian/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 14: Line 14:
border-spacing: 2px 5px;
border-spacing: 2px 5px;
}
}
 
.infobox-label {
vertical-align: top;
}
.ib-larian .infobox-above,
.ib-larian .infobox-above,
.ib-larian .infobox-header {
.ib-larian .infobox-header {

Latest revision as of 20:09, 28 March 2025

.infobox {
	float: right;
	text-align: left;
	background-color: #001D3D;
	border-spacing: 5px;
	border: 1px solid #72777d;
	margin: 0 0 1em 1em;
}
.infobox-image {
	text-align: center;
	object-fit: cover;
}
.ib-larian {
	border-spacing: 2px 5px;
}
.infobox-label {
	vertical-align: top;
}
.ib-larian .infobox-above,
.ib-larian .infobox-header {
	text-align: center;
	background-color: #DEDEE2;
}

/* light background for transparent images */
.ib-larian .infobox-image img {
	background-color: transparent;
}

@media screen {
	html.skin-theme-clientpref-night .ib-larian .infobox-above,
	html.skin-theme-clientpref-night .ib-larian .infobox-header {
		background: hsl(240, 6%, 20%);
		color: inherit;
	}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .ib-larian .infobox-above,
	html.skin-theme-clientpref-os .ib-larian .infobox-header {
		background: hsl(240, 6%, 20%);
		color: inherit;
	}
}