MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Tweaking to make it look good on a dark theme |
Trying to make it more compact |
||
| Line 3: | Line 3: | ||
border: 0.1em solid #7a7a7a; | border: 0.1em solid #7a7a7a; | ||
float: right; | float: right; | ||
width: 21em; | |||
width: | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
Revision as of 02:39, 31 March 2022
/* CSS placed here will be applied to all skins */
.infobox {
border: 0.1em solid #7a7a7a;
float: right;
width: 21em;
}
.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;
}