MediaWiki:Common.css: Difference between revisions

From Olentangy Park Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 21: Line 21:
     text-align: left;
     text-align: left;
     vertical-align: top;
     vertical-align: top;
     width: 150px;
     width: 140px;
}
}
.infobox td {
.infobox td {
     vertical-align: top;
     vertical-align: top;
}
}

Revision as of 06:10, 12 December 2021

/* CSS placed here will be applied to all skins */

.infobox {
    float: right;
    background: #eee;
    margin: 0 0 1em 1em;
    border: 1px dashed #aaa;
    padding: 1em;
    font-size: 10pt;
    width: 300px;
}
.infobox-title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 140px;
}
.infobox td {
    vertical-align: top;
}