Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
| Line 9: | Line 9: | ||
body { | body { | ||
| − | background: | + | background: #202020 !important; |
} | } | ||
div#mw-head { | div#mw-head { | ||
| − | background: | + | background: #202020; |
} | } | ||
.mw-body { | .mw-body { | ||
| − | background-color: # | + | background-color: #404040 !important; |
} | } | ||
#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: # | + | background: #404040; |
} | } | ||
#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: # | + | background: #606060; |
} | } | ||
#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: # | + | background: #606060; |
} | } | ||
.mw-body span { color: lightgrey !important; } | .mw-body span { color: lightgrey !important; } | ||
a { color: orange !important; } | a { color: orange !important; } | ||
Revision as of 08:47, 4 February 2020
/* CSS placed here will be applied to all skins */
.toccolours {
background-color: #000000;
color: #ffcc33;
}
.mw-wiki-logo {
background-image: url(https://www.fightasonemush.com/images/f/f6/Fight_as_One_MUSH_Logo.jpg);
}
body {
background: #202020 !important;
}
div#mw-head {
background: #202020;
}
.mw-body {
background-color: #404040 !important;
}
#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: #404040;
}
#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: #606060;
}
#left-navigation div.vectorTabs li a, #right-navigation div.vectorTabs li a {
background: #606060;
}
.mw-body span { color: lightgrey !important; }
a { color: orange !important; }