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