MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
+Main page CSS, with colours from navbox.
m (Changing the {{Spoiler text}} hiding CSS. I prefer white-text on black on-hover.)
(+Main page CSS, with colours from navbox.)
Line 260: Line 260:
/* Miscellaneous fixes */
/* Miscellaneous fixes */
#wpSave { font-weight: bold; }
#wpSave { font-weight: bold; }
/* Main Page styling */
.mp-content-table {
    width: 100%;
    background: #FFFCF7;                      /* Body background color    */
    border: 1px solid #aaa;                /* Main border color        */
    margin: 0.5em 0;
}
.mp-content-header {
    font-size: 140%;
    padding: 0.5em 0;
    background: #75D9FA;                      /* Header background color  */
    border: none;
    border-bottom: 1px solid #aaa;        /* Main border color        */
}
.mp-content-body {
    padding: 0.5em;
}
div.mp-content-header-alt {
    background: #9AE4FD;
    font-size: 140%;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #aaa;        /* Main border color        */
    text-align: left;
    color: #000;
    padding: 0.5em;
    padding-left: 0.75em;
    margin: -0.5em -0.5em 0px;
}
/* End Main Page style */

Navigation menu