Difference between revisions of "MediaWiki:Vector.css"
| Line 6: | Line 6: | ||
} | } | ||
| − | a { | + | a, div#mw-panel a{ |
color: #FFAC1C; | color: #FFAC1C; | ||
text-decoration: none; | text-decoration: none; | ||
| Line 12: | Line 12: | ||
} | } | ||
| − | a:hover, a:focus { | + | a:hover, a:focus, div#mw-panel a:hover, div#mw-panel a:focus{ |
color: #FFD678; | color: #FFD678; | ||
} | } | ||
| − | a:hover, a:visited { | + | a:hover, a:visited, div#mw-panel a:hover, div#mw-panel a:visited{ |
color: #CC8A16; | color: #CC8A16; | ||
} | } | ||
| Line 47: | Line 47: | ||
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{ | div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{ | ||
color: white; | color: white; | ||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revision as of 04:39, 22 December 2016
/* CSS placed here will affect users of the Vector skin */
body {
background: url(http://haloruns.com/hex-half.png) repeat;
background-color: #04080E;
}
a, div#mw-panel a{
color: #FFAC1C;
text-decoration: none;
outline: 0;
}
a:hover, a:focus, div#mw-panel a:hover, div#mw-panel a:focus{
color: #FFD678;
}
a:hover, a:visited, div#mw-panel a:hover, div#mw-panel a:visited{
color: #CC8A16;
}
div#content, #mw-page-base, #mw-head-base, div.vectorTabs ul li{
color: white;
background-color: #04080E;
background-image:none;
border-color: #1C43A2;
}
div.vectorTabs ul li{
color: white;
background-color: #071129;
background-image:none;
}
h1,h2,h3,h4,h5,h6{color: white}
div#toc.toc{
background-color:: #101d30;
}
div.vectorTabs *{
background-image:none;
}
div.vectorTabs li.selected {
background-image:none;
background-color: #1C43A2;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited{
color: white;
}