MediaWiki:Minerva.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.infobox {
background-color: #F8F9FA !important;
border: 1.4px solid #DADDE3 !important;
border-collapse: collapse;
width: 200% !important;
font-size: 14.4px !important;
line-height: 1.5px !important;
color: #202122 !important;
margin: 0 auto 1em auto;
}
.infobox td,
.infobox th {
border: none;
padding: 6px 8px;
vertical-align: top;
background-color: #F8F9FA;
font-size: 14.4px !important;
color: #202122 !important;
}
/* Clean row-based dividers */
.infobox tr {
border-bottom: 1px solid #DADDE3;
}
.infobox tr:last-child {
border-bottom: none;
}
/* Section header style */
.infobox .section-header {
background-color: #F8F9FA;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #DADDE3;
}
/* Caption style */
.infobox caption {
background-color: #F8F9FA;
padding: 0.5em;
text-align: center;
font-weight: bold;
font-size: 14.4px !important;
color: #202122;
}
@media screen and (max-width: 720px) {
.infobox {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
}