MediaWiki:Mobile.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.
@media screen and (max-width: 720px) {
.infobox {
width: 100% !important;
font-size: 0.88em;
margin: 0.5em auto;
line-height: 1.4em;
}
.infobox td,
.infobox th {
display: block;
width: 100%;
box-sizing: border-box;
padding: 0.3em 0.5em;
text-align: left;
}
.infobox th {
background-color: #f3f3f3;
font-weight: bold;
}
.infobox .mergedtoprow td,
.infobox .mergedtoprow th {
border-top: 0;
}
.infobox .infobox-header {
background-color: #cedff2;
font-weight: bold;
text-align: center;
}
.infobox .infobox-subheader {
background-color: #dee3ea;
text-align: center;
}
}