MediaWiki:Common.css: Difference between revisions

From Falcom Glossary
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
}
}
.infobox th {
.infobox th {
     text-align: right;
     text-align: left;
     vertical-align: top;
     vertical-align: top;
     width: 140px;
     width: 140px;

Revision as of 14:40, 24 September 2019

/* CSS placed here will be applied to all skins */
.infobox {
    background: #c2dfff;
    border: 1px solid #aaa;
    float: right;
    padding: 0em;
    width: 400px;
}
.infobox-title {
    font-size: 1.25em;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 140px;
}
.infobox td {
    vertical-align: top;
}