Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/styles.css: Difference between revisions

Template page
Content added Content deleted
mNo edit summary
No edit summary
Line 72: Line 72:
/* @noflip */
/* @noflip */
border-right: 1px solid #a2a9b1;
border-right: 1px solid #a2a9b1;
}

.infobox .infobox-header,
.infobox .infobox-subheader {
color: black;
background-color: var(--theme-primary-0);
}

.infobox .infobox-subheader {
font-size: 88%;
}
}


Line 101: Line 111:
border-radius: var(--border-radius--small);
border-radius: var(--border-radius--small);
color: inherit;
color: inherit;
}

body.skin-citizen .infobox .infobox-header,
body.skin-citizen .infobox .infobox-subheader {
color: hsl(210, 3%, 12.9%);
}
}

Revision as of 23:26, 20 December 2021

.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
}

.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
}

.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
}

.infobox.bordered {
	border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}

.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox .infobox-header,
.infobox .infobox-subheader {
	color: black;
	background-color: var(--theme-primary-0);
}

.infobox .infobox-subheader {
	font-size: 88%;
}

.infobox .tabber__header {
	justify-content: center;
}

/*
 * Different screen sizes
 */
@media only screen and (max-width: 576px) {
	.infobox {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

/*
 * Vector skin
 */

/*
 * Citizen skin
 */
body.skin-citizen .infobox {
	border-color: var(--border-color-base);
	background-color: var(--background-color-framed);
	border-radius: var(--border-radius--small);
	color: inherit;
}

body.skin-citizen .infobox .infobox-header,
body.skin-citizen .infobox .infobox-subheader {
	color: hsl(210, 3%, 12.9%);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.