MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 75: | Line 75: | ||
/* infobox */ | /* infobox */ | ||
.infobox { | table.infobox { | ||
background-color: #00000000 | background-color: #00000000' | ||
width: 300px | width: 300px; | ||
max-width: | max-width: 100%; | ||
margin: 1em auto; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.infobox table { | table.infobox th, | ||
table.infobox td { | |||
text-align: center; | |||
padding: 0.5em; | |||
} | } | ||
.infobox img { | .infobox img { | ||
display: block; | display: block; | ||