MediaWiki:Common.css: Difference between revisions

From Falcom Glossary
Jump to navigation Jump to search
(Undo revision 92 by Yotaka (talk))
m (19 revisions imported)
 
(No difference)

Latest revision as of 12:09, 19 July 2022

/* 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;
}