MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 149: | Line 149: | ||
.infobox { | .infobox { | ||
background-color: #00000000; | background-color: #00000000; | ||
width: 100% !important; | width: 100% !important; | ||
max-width: 100% !important; | max-width: 100% !important; | ||
table-layout: fixed !important; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
| Line 165: | Line 162: | ||
.infobox td, | .infobox td, | ||
.infobox th { | .infobox th { | ||
text-align: center !important; | |||
padding: 0.5em !important; | |||
word-break: break-word; | |||
white-space: normal; | white-space: normal; | ||
} | } | ||
| Line 170: | Line 170: | ||
display: block; | display: block; | ||
width: 100% !important; | width: 100% !important; | ||
max-width: 100% important; | |||
height: auto !important; | height: auto !important; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.infobox details { | .infobox details, | ||
.infobox summary { | |||
display: block; | display: block; | ||
clear: both; | clear: both; | ||
font-weight: bold; | font-weight: bold; | ||
cursor: pointer; | cursor: pointer; | ||