Difference between revisions of "MediaWiki:Common.css"

From Fight As One MUSH
Jump to navigation Jump to search
Line 52: Line 52:
 
/*links*/
 
/*links*/
  
a { color: #7ecfef !important; font-family: poiret one;}
+
a { color: #7ecfef !important; font-family: poiret one; font-size: 14px; font-weight: 500;}
  
 
#left-navigation div.vectorTabs li.selected a, #right-navigation div.vectorTabs li.selected a, #left-navigation div.vectorTabs li.selected a:visited, #right-navigation div.vectorTabs li.selected a:visited {
 
#left-navigation div.vectorTabs li.selected a, #right-navigation div.vectorTabs li.selected a, #left-navigation div.vectorTabs li.selected a:visited, #right-navigation div.vectorTabs li.selected a:visited {
Line 105: Line 105:
 
div#mw-head div.vectorMenu h3 span {
 
div#mw-head div.vectorMenu h3 span {
 
     font-family: poiret one;
 
     font-family: poiret one;
     color: #7ecfef;
+
     color: #7ecfef !important;
 
}
 
}
  
Line 111: Line 111:
  
 
div#mw-head {
 
div#mw-head {
     top: 158px !important;
+
     top: 157px !important;
 
     z-index: 0;
 
     z-index: 0;
 
}
 
}

Revision as of 05:58, 24 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: #303236 !important;

}

/* tabs and body */

#left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a {
   font-family: poiret one;
   font-size: 14px;
   background-color: rgb(73,73,74) !important;
   border-top: solid 1px black;
   border-right: solid 1px black;
}

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

/*links*/

a { color: #7ecfef !important; font-family: poiret one; font-size: 14px; font-weight: 500;}

#left-navigation div.vectorTabs li.selected a, #right-navigation div.vectorTabs li.selected a, #left-navigation div.vectorTabs li.selected a:visited, #right-navigation div.vectorTabs li.selected a:visited {
    color: #7ecfef !important;
    font-family: poiret one;
    font-size: 14px;
}

#left-navigation div.vectorTabs li.new a, #right-navigation div.vectorTabs li.new a, #left-navigation div.vectorTabs li.new a:visited, #right-navigation div.vectorTabs li.new a:visited {
    color: #fff !important;
    font-family: poiret one;
    font-size: 14px;
}

a.new:visited, #p-personal a.new:visited {
    color: #fff !important;
    font-family: poiret one;
    font-size: 14px;
}

a.new, #p-personal a.new {
    color: #fff !important;
    font-family: poiret one;
    font-size: 14px;
}

div#mw-panel div.portal h3 {
    font-size: 1em !important;
    color: #108ac8 !important;
    font-family: righteous !important;
}

div#mw-panel div.portal div.body ul li a {
    color: #7ecfef;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #fff;
}

#mw-navigation div#mw-panel div.portal {
    font-family: poiret one;
    font-size: 18px;
    color: #108ac8;
}

#mw-navigation div#mw-panel div.portal {
    font-family: poiret one;
    font-size: 18px;
}

div#mw-head div.vectorMenu h3 span {
    font-family: poiret one;
    color: #7ecfef !important;
}

/*header*/

div#mw-head {
    top: 157px !important;
    z-index: 0;
}

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;
}