MediaWiki:Vector.css
From Destiny 1 Wiki
Revision as of 18:56, 5 June 2015 by Destiny guide (Talk | contribs)
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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */
/* widen the sidebar */
div#mw-panel {
width: 12em;
}
div#footer, #mw-head-base, div#content {
margin-left: 12em;
}
#left-navigation {
left: 12em;
}
/* background colors and whatnot */
body {
background-color:#092030;
background-repeat:repeat-x;
}
#mw-page-base {
background-color: transparent;
background-image: none;
}
div.vectorTabs li a {
color:#FFFFFF;
}
#mw-head-base {
background: rgba(9, 32, 48, 1);
border-top: 1px solid #092030;
border-left: 1px solid #092030;
border-right: 1px solid #092030;
bottom: 0;
height: 40px;
margin-top: -41px;
}
div.vectorTabs a{
color: #FFFFFF;
font-weight: bold;
}
div.vectorTabs ul li{
background-color:transparent;
background-image:none;
}
div.vectorTabs li.selected {
background-color: transparent;
background-image: none;
}
div.vectorTabs {
background-image: none;
}
div.vectorTabs ul {
background-image: none;
}
div.vectorTabs li a {
background-image: none;
}
div.vectorTabs span {
background-image: none;
}
div#p-personal a {
color:#FFFFFF;
}
div#footer a {
color:#FFFFFF;
}
div#left-navigation a{
color:#FFFFFF;
}
div#right-navigation a{
color:#FFFFFF;
}
div#mw-panel div.portal div.body ul li a {
color:#FFFFFF;
}
div#mw-panel div.portal div.body ul li a:visited {
color:#FFFFFF;
}
div#mw-panel div.portal h5 {
color:#254b72;
}
div.vectorMenu ul {
background-color:#092030;
}
div#mw-panel div.portal h3 {
color:#939aa4;
}
div#mw-panel div.portal div.body{
background-image:none;
}
#mw-panel.collapsible-nav .portal.collapsed h3 a {
color:#5cc6d0;
}
#mw-panel.collapsible-nav .portal {
background-image:none;
}
div#mw-panel div.portal {
background-image:none;
}
div#mw-panel div.portal div.body {
margin: 0 0 0 0;
}
div.vectorMenu h3 span {
color: white;
}
div#mw-panel div.portal {
padding-bottom: 0px;
}
