MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 14pt; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
Revision as of 06:09, 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: 14pt;
font-weight: bold;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 150px;
}
.infobox td {
vertical-align: top;
}