Difference between revisions of "MediaWiki:Common.css"
From HodHood
| Line 17: | Line 17: | ||
width: 300px; | width: 300px; | ||
} | } | ||
| − | |||
.infobox big, | .infobox big, | ||
.infobox small { | .infobox small { | ||
| Line 23: | Line 22: | ||
text-align: center; | text-align: center; | ||
} | } | ||
| − | + | .infobox p { | |
| + | padding: 0 !important; | ||
| + | } | ||
.infobox img { | .infobox img { | ||
display: block; | display: block; | ||
margin: auto; | margin: auto; | ||
} | } | ||
| − | |||
.infobox th { | .infobox th { | ||
text-align: right; | text-align: right; | ||
Revision as of 16:20, 14 December 2016
/* CSS placed here will be applied to all skins */
.category-tree {
background: #f9f9f9;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
}
.infobox {
background: #f9f9f9;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.infobox big,
.infobox small {
display: block;
text-align: center;
}
.infobox p {
padding: 0 !important;
}
.infobox img {
display: block;
margin: auto;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 50%;
}