MediaWiki:Common.css: Difference between revisions

From MathEd.net Wiki
Jump to navigation Jump to search
m Changed to #ffff99 yellow
m Little larger font
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


.infobox {
.infobox {
     background: #ffff99;
     background: #ffffcc;
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     float: right;
     float: right;
Line 8: Line 8:
     padding: 1em;
     padding: 1em;
     width: 400px;
     width: 400px;
    font-size: 0.9em;
}
}
.infobox-title {
.infobox-title {

Latest revision as of 02:58, 3 June 2021

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

.infobox {
    background: #ffffcc;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
    font-size: 0.9em;
}
.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;
}