Jump to content

Module:Infobox/styles.css: Difference between revisions

From SchoolIdolWiki
No edit summary
Tag: Reverted
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* {{pp|small=y}} */
/* Infobox base styles */
/*
* Stuff from MediaWiki:Common.css on enwiki that is not present in common.css here
*/
 
/* Infoboxes */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
color: black;
padding: 0.2em;
padding: 0.2em;
font-size: 88%;
font-size: 88%;
Line 11: Line 8:
border-spacing: 3px;
border-spacing: 3px;
border-radius: 8px;
border-radius: 8px;
}
@media screen {
.infobox {
background-color: #f8f9fa;
}
}
}


Line 17: Line 20:
width: 100%;
width: 100%;
}
}
   
 
.infobox .nowrap {
.infobox .nowrap {
white-space: normal;
white-space: normal;
Line 25: Line 28:
@media (min-width: 640px) {
@media (min-width: 640px) {
.infobox {
.infobox {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
float: right;
/* @noflip */
clear: right;
clear: right;
width: 22em;
width: 22em;
Line 39: Line 39:
font-size: 100%;
font-size: 100%;
border-radius: 5px;
border-radius: 5px;
/* DO NOT set background-color here to preserve module-defined color */
}
}
.infobox-label,
.infobox-label,
.infobox-above {
.infobox-above {
line-height: 2.1em;
line-height: 2.1em;
background-color: #f2f2f2;
border-radius: 5px;
border-radius: 5px;
}
}
.infobox-full-data,
.infobox-full-data,
.infobox-data,
.infobox-data,
Line 51: Line 55:
.infobox-image,
.infobox-image,
.infobox-navbar,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox th,
.infobox td {
.infobox td {
Line 59: Line 62:
.infobox-label,
.infobox-label,
.infobox-data,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th {
.infobox th {
text-align: center;
text-align: center;
}
}
.infobox td {
.infobox td {
/* @noflip */
text-align: left;
text-align: left;
letter-spacing: 0.2px;
letter-spacing: 0.2px;
}
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-above,
.infobox .infobox-title,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
.infobox caption {
font-size: 125%;
font-size: 125%;
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
}
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
padding: 0.2em;
}
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-subheader,
Line 94: Line 88:
}
}


/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
.infobox .infobox-navbar {
/* @noflip */
text-align: right;
text-align: right;
}
}


/* end stuff from common.css on enwiki */
/* Subbox and layout helpers */
 
/*
* not strictly certain these styles are necessary since the modules now
* exclusively output infobox-subbox or infobox, not both
* just replicating the module faithfully
*/
.infobox-subbox {
.infobox-subbox {
padding: 0;
padding: 0;
Line 127: Line 113:
}
}


/* T281642 */
/* Mobile-specific adjustments */
body.skin-minerva .infobox-header,
body.skin-minerva .infobox-header,
body.skin-minerva .infobox-subheader,
body.skin-minerva .infobox-subheader,
body.skin-minerva .infobox-above,
body.skin-minerva .infobox-above,
body.skin-minerva .infobox-title,
body.skin-minerva .infobox-title,
body.skin-minerva .infobox-image,
body.skin-minerva .infobox-image,
body.skin-minerva .infobox-full-data,
body.skin-minerva .infobox-full-data,
body.skin-minerva .infobox-below {
body.skin-minerva .infobox-below {
text-align: center;
text-align: center;
}
}


/* Dark theme overrides - night mode (clientpref-night) */
@media screen {
html.skin-theme-clientpref-night .infobox {
background-color: #101418 !important;
color: #f8f9fa !important;
border-color: #444 !important;
}


/* Dark Mode Styles */
html.skin-theme-clientpref-night .infobox .infobox-label,
html[data-mw-color-scheme="dark"] .infobox {
html.skin-theme-clientpref-night .infobox .infobox-subheader {
background-color: #1e1e2f;
background-color: #2a2a2a !important;
color: #f8f9fa;
color: #ffffff !important;
border: 1px solid #5d5d5d;
}
}


html[data-mw-color-scheme="dark"] .infobox .infobox-label,
html.skin-theme-clientpref-night .infobox td,
html[data-mw-color-scheme="dark"] .infobox .infobox-above,
html.skin-theme-clientpref-night .infobox th {
html[data-mw-color-scheme="dark"] .infobox .infobox-title,
color: #f0f0f0 !important;
html[data-mw-color-scheme="dark"] .infobox .infobox-full-data,
}
html[data-mw-color-scheme="dark"] .infobox .infobox-below,
html[data-mw-color-scheme="dark"] .infobox .infobox-subheader {
background-color: transparent;
color: #f8f9fa;
}


html[data-mw-color-scheme="dark"] .infobox img {
html.skin-theme-clientpref-night .infobox .infobox-header,
border-radius: 8px;
html.skin-theme-clientpref-night .infobox .infobox-title {
max-width: 100%;
color: #ffffff !important;
height: auto;
/* Do not override background-color to preserve custom/module header colors */
}
}
}


html[data-mw-color-scheme="dark"] .infobox .infobox-navbar {
/* Dark theme overrides - auto dark mode (prefers-color-scheme: dark) */
background-color: #2e2e40;
@media (prefers-color-scheme: dark) {
}
html.skin-theme-clientpref-os .infobox {
background-color: #101418 !important;
color: #f8f9fa !important;
border-color: #444 !important;
}


html[data-mw-color-scheme="dark"] .infobox .infobox-label {
html.skin-theme-clientpref-os .infobox .infobox-label,
background-color: #323245;
html.skin-theme-clientpref-os .infobox .infobox-subheader {
}
background-color: #2a2a2a !important;
color: #ffffff !important;
}


html[data-mw-color-scheme="dark"] .infobox .infobox-full-data {
html.skin-theme-clientpref-os .infobox td,
padding: 0.5em;
html.skin-theme-clientpref-os .infobox th {
}
color: #f0f0f0 !important;
}


/* Light Mode Styles */
html.skin-theme-clientpref-os .infobox .infobox-header,
html[data-mw-color-scheme="light"] .infobox {
html.skin-theme-clientpref-os .infobox .infobox-title {
background-color: #f8f9fa;
color: #ffffff !important;
color: black;
/* Preserve bright custom headers like Aqours */
border: 1px solid #a2a9b1;
}
}
 
html[data-mw-color-scheme="light"] .infobox .infobox-label,
html[data-mw-color-scheme="light"] .infobox .infobox-above {
background-color: #f2f2f2;
color: black;
}
 
/* Global body layout */
body {
background-color: #f8f9fa;
color: #333;
font-family: Arial, sans-serif;
}
 
.card {
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
margin: 20px;
text-align: center;
}
 
.card-header {
background-color: #007bff;
color: #ffffff;
padding: 10px;
border-radius: 8px 8px 0 0;
}
 
.logo {
font-size: 48px;
color: #007bff;
}
 
.image-container {
margin: 15px 0;
}
 
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
 
.details {
margin-top: 10px;
padding: 10px;
background-color: #f1f1f1;
border-radius: 5px;
}
 
.details label {
font-weight: bold;
}
 
.button {
background-color: #007bff;
color: #ffffff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
 
.button:hover {
background-color: #0056b3;
}
}


/*
/* Responsive table fix for Module:Infobox3cols */
Since infobox is a table, many infobox templates take advantage of this to add columns and rows to the infobox itself rather than as part of a new table inside them. This class should be discouraged and removed on the long term, but allows us to at least identify these tables going forward.
Currently in use on: [[Module:Infobox3cols]]
Fixes issue described in https://phabricator.wikimedia.org/F55300125 on Vector 2022.
*/
@media (min-width: 640px) {
@media (min-width: 640px) {
body.skin--responsive .infobox-table {
body.skin--responsive .infobox-table {

Latest revision as of 11:56, 14 April 2025

/* Infobox base styles */
.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.7em;
	border-spacing: 3px;
	border-radius: 8px;
}

@media screen {
	.infobox {
		background-color: #f8f9fa;
	}
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
	}

	.infobox .nowrap {
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		margin: 0.5em 0 0.5em 1em;
		float: right;
		clear: right;
		width: 22em;
	}
}

.infobox-header {
	line-height: 2.1em;
	font-size: 100%;
	border-radius: 5px;
	/* DO NOT set background-color here to preserve module-defined color */
}

.infobox-label,
.infobox-above {
	line-height: 2.1em;
	background-color: #f2f2f2;
	border-radius: 5px;
}

.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
.infobox th {
	text-align: center;
}

.infobox td {
	text-align: left;
	letter-spacing: 0.2px;
}

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

.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

.infobox .infobox-navbar {
	text-align: right;
}

/* Subbox and layout helpers */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-3cols-child {
	margin: auto;
}

.infobox .navbar {
	font-size: 100%;
}

/* Mobile-specific adjustments */
body.skin-minerva .infobox-header,
body.skin-minerva .infobox-subheader,
body.skin-minerva .infobox-above,
body.skin-minerva .infobox-title,
body.skin-minerva .infobox-image,
body.skin-minerva .infobox-full-data,
body.skin-minerva .infobox-below {
	text-align: center;
}

/* Dark theme overrides - night mode (clientpref-night) */
@media screen {
	html.skin-theme-clientpref-night .infobox {
		background-color: #101418 !important;
		color: #f8f9fa !important;
		border-color: #444 !important;
	}

	html.skin-theme-clientpref-night .infobox .infobox-label,
	html.skin-theme-clientpref-night .infobox .infobox-subheader {
		background-color: #2a2a2a !important;
		color: #ffffff !important;
	}

	html.skin-theme-clientpref-night .infobox td,
	html.skin-theme-clientpref-night .infobox th {
		color: #f0f0f0 !important;
	}

	html.skin-theme-clientpref-night .infobox .infobox-header,
	html.skin-theme-clientpref-night .infobox .infobox-title {
		color: #ffffff !important;
		/* Do not override background-color to preserve custom/module header colors */
	}
}

/* Dark theme overrides - auto dark mode (prefers-color-scheme: dark) */
@media (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os .infobox {
		background-color: #101418 !important;
		color: #f8f9fa !important;
		border-color: #444 !important;
	}

	html.skin-theme-clientpref-os .infobox .infobox-label,
	html.skin-theme-clientpref-os .infobox .infobox-subheader {
		background-color: #2a2a2a !important;
		color: #ffffff !important;
	}

	html.skin-theme-clientpref-os .infobox td,
	html.skin-theme-clientpref-os .infobox th {
		color: #f0f0f0 !important;
	}

	html.skin-theme-clientpref-os .infobox .infobox-header,
	html.skin-theme-clientpref-os .infobox .infobox-title {
		color: #ffffff !important;
		/* Preserve bright custom headers like Aqours */
	}
}

/* Responsive table fix for Module:Infobox3cols */
@media (min-width: 640px) {
	body.skin--responsive .infobox-table {
		display: table !important;
	}
	body.skin--responsive .infobox-table > caption {
		display: table-caption !important;
	}
	body.skin--responsive .infobox-table > tbody {
		display: table-row-group;
	}
	body.skin--responsive .infobox-table tr {
		display: table-row !important;
	}
	body.skin--responsive .infobox-table th,
	body.skin--responsive .infobox-table td {
		padding-left: inherit;
		padding-right: inherit;
	}
}