MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| 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; | ||
width: 250px !important; | width: 250px !important; | ||
max-width: 250px important; | max-width: 250px important; | ||
height: | height: 400px !important; | ||
margin: auto; | margin: auto; | ||
} | } | ||
| Line 123: | Line 117: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* gallery */ | |||
.gallerytext {color: #C1C1C1;} | |||