MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Danesthesia (talk | contribs) No edit summary Tag: Reverted |
Danesthesia (talk | contribs) No edit summary Tag: Reverted |
||
| Line 12: | Line 12: | ||
line-height: 1.5em; | line-height: 1.5em; | ||
width: 21em; | width: 21em; | ||
vertical-align: top; | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
| Line 34: | Line 35: | ||
text-align: left; | text-align: left; | ||
color: #356BE6; | color: #356BE6; | ||
vertical-align: top; | |||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revision as of 20:29, 17 May 2023
/* CSS placed here will be applied to all skins */
.infobox {
background-color: #f8f9fa;
border-spacing: 3px;
border: 1px solid #a2a9b1;
color: black;
float: right;
clear: right;
font-size: 88%;
margin: 1em 0 1em 2em;
padding: .5em;
line-height: 1.5em;
width: 21em;
vertical-align: top;
}
.infobox-title {
font-size: 1.5em;
text-align: center;
background-color: lightblue;
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background-color: #fff00;
}
.infobox-image {
text-align: center;
padding: 0.5em 0 0.5em 0;
}
.infobox-imagedescription {
text-align: center;
vertical-align: text-top;
}
.infobox th {
text-align: left;
color: #356BE6;
vertical-align: top;
}
.infobox td {
vertical-align: top;
}