MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
text-align: right; | text-align: right; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 150px; | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revision as of 05:50, 12 December 2021
/* CSS placed here will be applied to all skins */
.infobox {
background: #eee;
border: 1px dashed #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 150px;
}
.infobox td {
vertical-align: top;
}