Difference between revisions of "MediaWiki:Common.css"
From HodHood
| Line 31: | Line 31: | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
| − | width: | + | width: 90px; |
} | } | ||
Revision as of 18:50, 27 August 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 {
display: block;
text-align: center;
}
.infobox img {
display: block;
margin: auto;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 90px;
}