MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
Line 26: | Line 26: | ||
width: 60%; | width: 60%; | ||
font-size: 0.90em; | font-size: 0.90em; | ||
} | |||
.character-card { | |||
margin: 0; | |||
line-height: 0; | |||
} | |||
.character-card img { | |||
display: block; | |||
width: 100%; | |||
height: auto; | |||
} | } |
Revision as of 00:07, 8 February 2025
/* CSS placed here will be applied to all skins */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 0.5em 0.5em;
padding: 1em;
width: 270px;
}
.infobox-title {
font-size: 1.8em;
text-align: center;
vertical-align: top;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: left;
vertical-align: top;
width: 40%;
font-size: 0.80em;
}
.infobox-table td {
vertical-align: top;
width: 60%;
font-size: 0.90em;
}
.character-card {
margin: 0;
line-height: 0;
}
.character-card img {
display: block;
width: 100%;
height: auto;
}