MediaWiki:Mobile.css: Difference between revisions
Appearance
	
	
|  Created page with "→# REDIRECT [[MediaWiki:Minerva.css]] <!-- Minerva.css is now render blocking -->: " | No edit summary Tags: Mobile edit Mobile web edit | ||
| Line 1: | Line 1: | ||
| /*  | /* 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 01: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;
}
