MediaWiki:Mobile.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary |
||
| Line 145: | Line 145: | ||
/* preferences */ | /* preferences */ | ||
:root {--color-primary: #E69710;} | :root {--color-primary: #E69710;} | ||
/* infobox */ | |||
.infobox { | |||
background-color: #fff; | |||
position: relative; | |||
z-index: 10; | |||
overflow: auto; | |||
box-shadow: 0 1px 3px rgba(0,0,0,0.1); | |||
} | |||
.infobox td, | |||
.infobox th {white-space: normal;} | |||
.infobox img { | |||
max-width: 100%; | |||
height: auto; | |||
display: block; | |||
} | |||