MediaWiki:Common.css: Difference between revisions

From MathEd.net Wiki
Jump to navigation Jump to search
m Back to wider box
Changed background color from #eee gray to #cccc66 yellow
Line 2: Line 2:


.infobox {
.infobox {
     background: #eee;
     background: #cccc66;
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     float: right;
     float: right;

Revision as of 05:53, 2 June 2021

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

.infobox {
    background: #cccc66;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}