Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 54: | Line 54: | ||
#mw-page-base { | #mw-page-base { | ||
− | height: 100%; | + | height: 100% !important; |
background-image: url(https://www.fightasonemush.com/images/4/4c/Fightasonebanner-04.png) !important; | background-image: url(https://www.fightasonemush.com/images/4/4c/Fightasonebanner-04.png) !important; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
Revision as of 05:54, 21 March 2020
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css?family=Righteous&display=swap'); @import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap'); body { background: rgb(46,43,43) !important; } .mw-body h1, .mw-body #firstHeading { font-family: 'Righteous', sans-serif !important; margin-bottom: .25em; text-transform: uppercase; letter-spacing: 1px; padding: 0; } .mw-body h2 { font-family: 'Righteous', sans-serif !important; font-size: 1.9em; text-transform: uppercase; letter-spacing: 1px; } .mw-body p { letter-spacing: 1px; font-family: poiret one, sans-serif; font-size: 17px; } .toccolours { background-color: #000000; color: #ffcc33; } .mw-wiki-logo { background-image: url(https://www.fightasonemush.com/images/8/8e/Fight_as_One_MUSH_Logo.png); } /*header*/ div#mw-head { top: 160px !important; } div#mw-panel { top: 360px !important; padding-top: 0 !important; margin-top: -10px !important; } #mw-page-base { height: 100% !important; background-image: url(https://www.fightasonemush.com/images/4/4c/Fightasonebanner-04.png) !important; background-repeat: no-repeat; background-size: cover !important; } /*footer*/ div#footer { margin-left: 0 !important; background: url(https://www.fightasonemush.com/images/8/82/Fightasonebanner-03.png) !important; background-size: contain; height: 15em; } div#footer ul { margin-left: 10em !important; }