Difference between revisions of "MediaWiki:Common.css"

From Fight As One MUSH
Jump to navigation Jump to search
m
m
Line 4: Line 4:
 
     color: #ffcc33;
 
     color: #ffcc33;
 
}
 
}
 +
//Logo
 +
 
.mw-wiki-logo {
 
.mw-wiki-logo {
 
     background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg);
 
     background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg);
 
}
 
}
 
   
 
   
 +
//Colours
 
body {
 
body {
     background: black !important;
+
     background: grey;
 
}
 
}
 
   
 
   
 
div#mw-head {
 
div#mw-head {
     background: black;
+
     background: grey;
 
}
 
}
 
   
 
   
 
.mw-body {
 
.mw-body {
     background-color: #202020 !important;
+
     background-color: grey;
 
}
 
}
 
   
 
   
 
#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 {
     background: #202020;
+
     background: dimgrey;
 
}
 
}
 
   
 
   
 
#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 {
 
#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 {
     background: #2c2c2c;
+
     background: dimgrey;
 
}
 
}
 
   
 
   
 
#left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a {
 
#left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a {
     background: #2a2a2a;
+
     background: dimgrey;
 
}
 
}
.mw-body span { color: #bfbfbf !important; }
+
.mw-body span { color: lightgrey; }
  
a { color: #108ac8 !important; }
+
a { color: orange; }

Revision as of 08:35, 4 February 2020

/* CSS placed here will be applied to all skins */
.toccolours {
    background-color: #000000;
    color: #ffcc33;
}
//Logo
 
.mw-wiki-logo {
    background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg);
}
 
//Colours
body {
    background: grey;
}
 
div#mw-head {
    background: grey;
}
 
.mw-body {
    background-color: grey;
}
 
#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 {
    background: dimgrey;
}
 
#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 {
    background: dimgrey;
}
 
#left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a {
    background: dimgrey;
}
.mw-body span { color: lightgrey; }

a { color: orange; }