MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
.infobox { | .infobox { | ||
float: right; | |||
background: #eee; | background: #eee; | ||
margin: 0 0 1em 1em; | |||
border: 1px dashed #aaa; | border: 1px dashed #aaa; | ||
padding: 1em; | padding: 1em; | ||
font-size: 0.5em; | |||
width: 400px; | width: 400px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 1.5em; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 05:57, 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: 0.5em;
width: 400px;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 150px;
}
.infobox td {
vertical-align: top;
}