Module:Infobox/styles.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 12: | Line 12: | ||
line-height: 1.6em; | line-height: 1.6em; | ||
border-spacing: 3px; | border-spacing: 3px; | ||
background-color: #f8f9fa | background-color: #f8f9fa; | ||
} | } | ||
@media screen { | @media screen { | ||
.infobox { | |||
background-color: #f8f9fa; | |||
} | } | ||
} | } | ||
@media (max-width: 640px) { | @media (max-width: 640px) { | ||
.infobox { | |||
width: 100%; | |||
} | |||
.infobox .nowrap { | |||
white-space: normal; | |||
} | |||
} | } | ||
@media (min-width: 640px) { | @media (min-width: 640px) { | ||
.infobox { | |||
/* @noflip */ | |||
margin: 0.5em 0 0.5em 1em; | |||
/* @noflip */ | |||
float: right; | |||
/* @noflip */ | |||
clear: right; | |||
width: 22em; | |||
} | |||
} | } | ||
.infobox-header { | .infobox-header { | ||
line-height: 2.1em; | |||
} | } | ||
.infobox-label, | .infobox-label, | ||
.infobox-above { | .infobox-above { | ||
line-height: 2.1em; | |||
} | } | ||
.infobox-full-data, | .infobox-full-data, | ||
| Line 56: | Line 56: | ||
.infobox-image, | .infobox-image, | ||
.infobox-navbar, | .infobox-navbar, | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | |||
} | } | ||
.infobox-label, | .infobox-label, | ||
.infobox-data, | .infobox-data, | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
text-align: left; | |||
} | } | ||
.infobox .infobox-above, | .infobox .infobox-above, | ||
.infobox .infobox-title, | .infobox .infobox-title, | ||
.infobox caption { | .infobox caption { | ||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||
.infobox-title, | .infobox-title, | ||
.infobox caption { | .infobox caption { | ||
padding: 0.2em; | |||
} | } | ||
.infobox .infobox-header, | .infobox .infobox-header, | ||
.infobox .infobox-subheader, | .infobox .infobox-subheader, | ||
| Line 93: | Line 86: | ||
.infobox .infobox-full-data, | .infobox .infobox-full-data, | ||
.infobox .infobox-below { | .infobox .infobox-below { | ||
text-align: center; | |||
} | } | ||
.infobox .infobox-navbar { | .infobox .infobox-navbar { | ||
text-align: right; | |||
} | } | ||
| Line 105: | Line 96: | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
.infobox { | .infobox { | ||
background-color: #1e1e1e; | background-color: #1e1e1e !important; | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
border-color: #3a3a3a; | border-color: #3a3a3a !important; | ||
} | } | ||
| Line 121: | Line 112: | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
} | } | ||
| Line 127: | Line 118: | ||
.infobox .infobox-title, | .infobox .infobox-title, | ||
.infobox caption { | .infobox caption { | ||
background-color: #252525; | background-color: #252525 !important; | ||
} | } | ||
| Line 135: | Line 126: | ||
.infobox .infobox-full-data, | .infobox .infobox-full-data, | ||
.infobox .infobox-below { | .infobox .infobox-below { | ||
background-color: #1e1e1e; | background-color: #1e1e1e !important; | ||
} | } | ||
.infobox .infobox-navbar { | .infobox .infobox-navbar { | ||
background-color: #1a1a1a; | background-color: #1a1a1a !important; | ||
} | } | ||
.infobox-subbox { | .infobox-subbox { | ||
background-color: transparent; | background-color: transparent !important; | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
} | } | ||
.infobox-table { | .infobox-table { | ||
background-color: #1e1e1e; | background-color: #1e1e1e !important; | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
} | } | ||
.infobox-table th, | .infobox-table th, | ||
.infobox-table td { | .infobox-table td { | ||
border-color: #3a3a3a; | border-color: #3a3a3a !important; | ||
color: #e0e0e0 !important; | |||
} | } | ||
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, | ||
body.skin-vector-2022 .infobox-header, | body.skin-vector-2022 .infobox-header, | ||
body.skin-vector-2022 .infobox-subheader, | body.skin-vector-2022 .infobox-subheader, | ||
body.skin-vector-2022 | body.skin-vector-2022 .infobox-above, | ||
body.skin-vector-2022 .infobox-title, | body.skin-vector-2022 .infobox-title, | ||
body.skin-vector-2022 | body.skin-vector-2022 .infobox-image, | ||
body.skin-vector-2022 | body.skin-vector-2022 .infobox-full-data, | ||
body.skin-vector-2022 .infobox-below { | body.skin-vector-2022 .infobox-below { | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
background-color: #1e1e1e; | background-color: #1e1e1e !important; | ||
} | } | ||
| Line 182: | Line 174: | ||
body.skin-vector-2022 .infobox-table th, | body.skin-vector-2022 .infobox-table th, | ||
body.skin-vector-2022 .infobox-table td { | body.skin-vector-2022 .infobox-table td { | ||
border-color: #3a3a3a; | border-color: #3a3a3a !important; | ||
color: #e0e0e0; | color: #e0e0e0 !important; | ||
} | } | ||
} | } | ||
/* end stuff from common.css on enwiki */ | |||
.infobox-subbox { | .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 { | .infobox-3cols-child { | ||
margin: auto; | |||
} | } | ||
.infobox .navbar { | .infobox .navbar { | ||
font-size: 100%; | |||
} | } | ||
| Line 217: | Line 204: | ||
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; | |||
} | } | ||
/* | /* Support for infobox-table layout quirks (Vector 2022) */ | ||
*/ | |||
@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 13:11, 12 April 2025
/* {{pp|small=y}} */
/*
* Stuff from MediaWiki:Common.css on enwiki that is not present in common.css here
*/
/* Base styles for light mode */
.infobox {
border: 1px solid #a2a9b1;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.6em;
border-spacing: 3px;
background-color: #f8f9fa;
}
@media screen {
.infobox {
background-color: #f8f9fa;
}
}
@media (max-width: 640px) {
.infobox {
width: 100%;
}
.infobox .nowrap {
white-space: normal;
}
}
@media (min-width: 640px) {
.infobox {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
width: 22em;
}
}
.infobox-header {
line-height: 2.1em;
}
.infobox-label,
.infobox-above {
line-height: 2.1em;
}
.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,
.infobox td {
text-align: left;
}
.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;
}
/* Dark mode styles */
@media (prefers-color-scheme: dark) {
.infobox {
background-color: #1e1e1e !important;
color: #e0e0e0 !important;
border-color: #3a3a3a !important;
}
.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
color: #e0e0e0 !important;
}
.infobox .infobox-above,
.infobox .infobox-title,
.infobox caption {
background-color: #252525 !important;
}
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
background-color: #1e1e1e !important;
}
.infobox .infobox-navbar {
background-color: #1a1a1a !important;
}
.infobox-subbox {
background-color: transparent !important;
color: #e0e0e0 !important;
}
.infobox-table {
background-color: #1e1e1e !important;
color: #e0e0e0 !important;
}
.infobox-table th,
.infobox-table td {
border-color: #3a3a3a !important;
color: #e0e0e0 !important;
}
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,
body.skin-vector-2022 .infobox-header,
body.skin-vector-2022 .infobox-subheader,
body.skin-vector-2022 .infobox-above,
body.skin-vector-2022 .infobox-title,
body.skin-vector-2022 .infobox-image,
body.skin-vector-2022 .infobox-full-data,
body.skin-vector-2022 .infobox-below {
color: #e0e0e0 !important;
background-color: #1e1e1e !important;
}
body.skin--responsive .infobox-table,
body.skin-vector-2022 .infobox-table {
background-color: #1e1e1e !important;
}
body.skin-vector-2022 .infobox-table th,
body.skin-vector-2022 .infobox-table td {
border-color: #3a3a3a !important;
color: #e0e0e0 !important;
}
}
/* 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;
}
/* Support for infobox-table layout quirks (Vector 2022) */
@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;
}
}