Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Shark's Hypothetical Weather
No edit summary
Tags: Mobile edit Mobile web edit
Blanked the page
Tags: Blanking Manual revert Mobile edit Mobile web edit
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
@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;
  }
}

Latest revision as of 21:58, 24 April 2025