MediaWiki:Common.css: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 99: | Line 99: | ||
/* Infoboxes */ | /* Infoboxes */ | ||
.infobox { | .infobox { | ||
border: | border: 450px solid #a2a9b1; | ||
color: black; | color: black; | ||
padding: 0.2em; | padding: 0.2em; | ||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
border-spacing: | border-spacing: 30px; | ||
margin: 0.5em 0; | margin: 0.5em 0; | ||
} | } | ||
| Line 116: | Line 116: | ||
@media (max-width: 640px) { | @media (max-width: 640px) { | ||
.infobox { | .infobox { | ||
width: | width: 100%; | ||
} | } | ||