MediaWiki:Minerva.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
@media screen and (max-width: 720px) { | |||
.infobox, | |||
.infobox th, | |||
.infobox td, | |||
.infobox .nowrap, | |||
.infobox span, | |||
.infobox div { | |||
white-space: normal !important; | |||
overflow-wrap: break-word !important; | |||
word-break: break-word !important; | |||
} | |||
} | |||
.infobox { | .infobox { | ||
background-color: #F9F9F9 !important; | background-color: #F9F9F9 !important; | ||
Line 9: | Line 22: | ||
color: #202123 !important; | color: #202123 !important; | ||
margin: 0 auto 1em auto; | margin: 0 auto 1em auto; | ||
} | } | ||
Line 26: | Line 38: | ||
text-align: center !important; | text-align: center !important; | ||
width: 50% !important; | width: 50% !important; | ||
} | } | ||
Line 33: | Line 44: | ||
padding-left: 12px !important; | padding-left: 12px !important; | ||
width: 50% !important; | width: 50% !important; | ||
} | } | ||
Latest revision as of 18:18, 24 July 2025
@media screen and (max-width: 720px) {
.infobox,
.infobox th,
.infobox td,
.infobox .nowrap,
.infobox span,
.infobox div {
white-space: normal !important;
overflow-wrap: break-word !important;
word-break: break-word !important;
}
}
.infobox {
background-color: #F9F9F9 !important;
border: 1px solid #DBDCE1 !important;
border-collapse: collapse;
width: 100%;
padding: 0.01em !important;
font-size: 14.4px !important;
line-height: 1.8em !important;
color: #202123 !important;
margin: 0 auto 1em auto;
}
.infobox td,
.infobox th {
border: none;
padding: 6px 8px;
vertical-align: top;
background-color: #F9F9F9;
font-size: 14.4px !important;
color: #202123 !important;
}
/* ✅ NEW ALIGNMENT RULES + INDENT */
.infobox td:nth-child(1) {
text-align: center !important;
width: 50% !important;
}
.infobox td:nth-child(2) {
text-align: left !important;
padding-left: 12px !important;
width: 50% !important;
}
/* Clean row-based dividers */
.infobox tr {
border-bottom: 0.75px solid #DBDCE1 !important;
}
.infobox tr:last-child {
border-bottom: none !important;
}
/* Section header style */
.infobox .section-header {
background-color: #F9F9F9;
font-weight: bold;
text-align: left;
border-bottom: 0.75px solid #DBDCE1 !important;
}
/* Caption style */
.infobox caption {
background-color: #F9F9F9;
padding: 0.5em;
text-align: center;
font-weight: bold;
font-size: 14.4px !important;
color: #202123;
}
@media screen and (max-width: 720px) {
.infobox {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
}