Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Shark's Hypothetical Weather
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* # REDIRECT [[MediaWiki:Minerva.css]] <!-- Minerva.css is now render blocking --> */
/* Make infoboxes responsive on MinervaNeue */
.infobox {
  width: 100%;
  font-size: 0.95em;
  margin: 0 auto;
  clear: both;
}
 
.infobox td,
.infobox th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 10px;
  text-align: left;
}
 
.infobox-label {
  font-weight: bold;
  padding-top: 10px;
}
 
.infobox-data {
  padding-bottom: 10px;
}

Revision as of 02:47, 24 April 2025

/* Make infoboxes responsive on MinervaNeue */
.infobox {
  width: 100%;
  font-size: 0.95em;
  margin: 0 auto;
  clear: both;
}

.infobox td,
.infobox th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 10px;
  text-align: left;
}

.infobox-label {
  font-weight: bold;
  padding-top: 10px;
}

.infobox-data {
  padding-bottom: 10px;
}