MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
.infobox-title { | .infobox-title { | ||
font-size: 2em; | font-size: 2em; | ||
text-align: | text-align: left; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
| Line 17: | Line 17: | ||
} | } | ||
.infobox th { | .infobox th { | ||
text-align: | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: 150px; | width: 150px; | ||
Revision as of 05:51, 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: left;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 150px;
}
.infobox td {
vertical-align: top;
}