Module:Infobox/styles.css: Difference between revisions
Appearance
No edit summary |
test Tag: Reverted |
||
| Line 3: | Line 3: | ||
* Stuff from MediaWiki:Common.css on enwiki that is not present in common.css here | * Stuff from MediaWiki:Common.css on enwiki that is not present in common.css here | ||
*/ | */ | ||
/* Infoboxes */ | /* Infoboxes */ | ||
.infobox { | .infobox { | ||
| Line 18: | Line 18: | ||
.infobox { | .infobox { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
} | |||
} | |||
@media (prefers-color-scheme: dark) { | |||
.infobox { | |||
background-color: #1f1f23; | |||
color: #f8f9fa; | |||
border-color: #555; | |||
} | |||
} | } | ||
| Line 25: | Line 33: | ||
width: 100%; | width: 100%; | ||
} | } | ||
.infobox .nowrap { | .infobox .nowrap { | ||
white-space: normal; | white-space: normal; | ||
| Line 33: | Line 41: | ||
@media (min-width: 640px) { | @media (min-width: 640px) { | ||
.infobox { | .infobox { | ||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
width: 22em; | width: 22em; | ||
| Line 48: | Line 53: | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
.infobox-label, | .infobox-label, | ||
.infobox-above { | .infobox-above { | ||
line-height: 2.1em; | line-height: 2.1em; | ||
background-color:#f2f2f2; | background-color: #f2f2f2; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
@media (prefers-color-scheme: dark) { | |||
.infobox-label, | |||
.infobox-above { | |||
background-color: #2c2f33; | |||
color: #f8f9fa; | |||
} | |||
} | |||
.infobox-full-data, | .infobox-full-data, | ||
.infobox-data, | .infobox-data, | ||
| Line 60: | Line 75: | ||
.infobox-image, | .infobox-image, | ||
.infobox-navbar, | .infobox-navbar, | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
| Line 68: | Line 82: | ||
.infobox-label, | .infobox-label, | ||
.infobox-data, | .infobox-data, | ||
.infobox th { | .infobox th { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox td { | .infobox td { | ||
text-align: left; | text-align: left; | ||
letter-spacing: 0.2px; | letter-spacing: 0.2px; | ||
} | } | ||
.infobox .infobox-above, | .infobox .infobox-above, | ||
.infobox .infobox-title, | .infobox .infobox-title, | ||
.infobox caption { | .infobox caption { | ||
font-size: 125%; | font-size: 125%; | ||
| Line 89: | Line 100: | ||
.infobox-title, | .infobox-title, | ||
.infobox caption { | .infobox caption { | ||
padding: 0.2em; | padding: 0.2em; | ||
} | } | ||
.infobox .infobox-header, | .infobox .infobox-header, | ||
.infobox .infobox-subheader, | .infobox .infobox-subheader, | ||
| Line 103: | Line 112: | ||
} | } | ||
.infobox .infobox-navbar { | .infobox .infobox-navbar { | ||
text-align: right; | text-align: right; | ||
} | } | ||
/* end stuff from common.css on enwiki */ | |||
.infobox-subbox { | .infobox-subbox { | ||
padding: 0; | padding: 0; | ||
| Line 140: | Line 141: | ||
body.skin-minerva .infobox-header, | body.skin-minerva .infobox-header, | ||
body.skin-minerva .infobox-subheader, | body.skin-minerva .infobox-subheader, | ||
body.skin-minerva | body.skin-minerva .infobox-above, | ||
body.skin-minerva .infobox-title, | body.skin-minerva .infobox-title, | ||
body.skin-minerva | body.skin-minerva .infobox-image, | ||
body.skin-minerva | body.skin-minerva .infobox-full-data, | ||
body.skin-minerva .infobox-below { | body.skin-minerva .infobox-below { | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* Dark theme support overrides */ | |||
/* Dark theme | |||
@media screen { | @media screen { | ||
html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] { | |||
background: #1f1f23 !important; | |||
color: #f8f9fa; | |||
} | } | ||
} | } | ||
@media screen and (prefers-color-scheme: dark) { | |||
@media screen and ( prefers-color-scheme: dark) { | html.skin-theme-clientpref-os .infobox-full-data:not(.notheme) div:not(.notheme) { | ||
background: #1f1f23 !important; | |||
color: #f8f9fa; | |||
} | |||
} | } | ||
@media (min-width: 640px) { | @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; | |||
} | |||
} | } | ||
Revision as of 08:10, 14 April 2025
/* {{pp|small=y}} */
/*
* Stuff from MediaWiki:Common.css on enwiki that is not present in common.css here
*/
/* Infoboxes */
.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 (prefers-color-scheme: dark) {
.infobox {
background-color: #1f1f23;
color: #f8f9fa;
border-color: #555;
}
}
@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;
}
.infobox-label,
.infobox-above {
line-height: 2.1em;
background-color: #f2f2f2;
border-radius: 5px;
}
@media (prefers-color-scheme: dark) {
.infobox-label,
.infobox-above {
background-color: #2c2f33;
color: #f8f9fa;
}
}
.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;
}
.infobox-title,
.infobox caption {
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;
}
/* end stuff from common.css on enwiki */
.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%;
}
/* T281642 */
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 support overrides */
@media screen {
html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] {
background: #1f1f23 !important;
color: #f8f9fa;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .infobox-full-data:not(.notheme) div:not(.notheme) {
background: #1f1f23 !important;
color: #f8f9fa;
}
}
@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;
}
}