MediaWiki:Common.css

From Fight As One MUSH
Revision as of 07:00, 23 March 2020 by Heroes (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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: #303236 !important;

}

/* tabs and body */

#left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a {
   background-color: rgb(67,67,68) !important;
   border-top: solid 1px black;
   border-right: solid 1px black;
}

.mw-body {
    background-color: rgb(67,67,68) !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;
}

.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: 15em !important;
    background-image: url(https://www.fightasonemush.com/images/4/4c/Fightasonebanner-04.png) !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: 13.5em;
}

div#footer ul {
    margin-left: 10em !important;
}

div#footer #footer-icons {
    position: relative;
    top: -50px;
}