MediaWiki:Common.css: Difference between revisions

From VLTK
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 7: Line 7:
/* font size for the main content of a page */
/* font size for the main content of a page */
.mw-body-content {
.mw-body-content {
     font-size: 150%;
     font-size: 125%;
}
}



Revision as of 12:56, 9 December 2021

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

body{
    background: #48b955 !important;
}

/* font size for the main content of a page */
.mw-body-content {
    font-size: 125%;
}

div#mw-header-container{
    background: #b06fff !important;
}
div.color-middle{
    background: yellow;
}
div.color-left{
    background: #ff148d;
}
div.color-right{
    background: #fd9209;
}
.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: none;
    font-size: 240%;
    font-family: sans-serif;
    line-height: 1.25;
    font-weight: bold;
}
/* hide the Wiki Tools in the sidebar */
div#site-tools{
    display: none;
}