MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Trying to make it more compact |
Re-add margin |
||
| Line 4: | Line 4: | ||
float: right; | float: right; | ||
width: 21em; | width: 21em; | ||
margin: 0 0 1em 1em; | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
Revision as of 03:09, 31 March 2022
/* CSS placed here will be applied to all skins */
.infobox {
border: 0.1em solid #7a7a7a;
float: right;
width: 21em;
margin: 0 0 1em 1em;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}