MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | |||
.infobox-row:not(:first-of-type) { | |||
border: 1px #ff5951 solid; | |||
padding: .5em; | |||
} | } | ||
Revision as of 22:43, 26 August 2025
/* CSS placed here will be applied to all skins */
.infobox {
border: 1px #ff5951 solid;
width: 270px;
float: right;
}
.infobox-title {
text-align: center;
font-size: 2em;
background-color: #ff5951;
color: #111;
}
.infobox-image {
text-align: center;
}
.infobox-row:not(:first-of-type) {
border: 1px #ff5951 solid;
padding: .5em;
}
.infobox-parameter {
text-align: left;
}