MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 74: Line 74:
     border-radius: 4px !important;
     border-radius: 4px !important;
     background-color: #fff !important;
     background-color: #fff !important;
}
/* ---------------------------------------------------------- */
/* MAIN PAGE SPACING FIX                                      */
/* ---------------------------------------------------------- */
/* Remove unwanted top spacing on the main page */
body.page-Main_Page .mw-body,
body.page-Main_Page #content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Ensure consistent spacing on main page content */
body.page-Main_Page .mw-body-content {
    padding-top: 0 !important;
}
.infobox {
    width: 300px;
    font-size: 90%;
    line-height: 1.5em;
    border: 1px solid #aaa;
    background: #f9f9f9;
    float: right;
    margin: 0 0 1em 1em;
}
.infobox caption {
    background: #e1f5fe;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.infobox th {
    background: #e0e0e0;
    padding: 4px;
    text-align: left;
}
.infobox td {
    padding: 4px;
}
}