MediaWiki:Vector.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
Line 610: | Line 610: | ||
} | } | ||
# | #left-navigation div.darkvectorTabs, | ||
# | #right-navigation div.darkvectorTabs { | ||
background-image: inherit; | |||
background-color: #e87057 | |||
} | } | ||
#left-navigation div.darkvectorTabs ul, | |||
# | #right-navigation div.darkvectorTabs ul { | ||
# | background-color: #e87057 | ||
} | } | ||
# | #left-navigation div.darkvectorTabs ul li, | ||
# | #right-navigation div.darkvectorTabs ul li { | ||
background-color: #e87057; | |||
background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%); | |||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #333), color-stop(100%, #2a2a2a)); | |||
background-image: -webkit-linear-gradient(top, #333 20%, #2a2a2a 100%); | |||
background-image: linear-gradient(#333 20%, #2a2a2a 100%) | |||
} | } | ||
# | #left-navigation div.darkvectorTabs li.new a, | ||
# | #right-navigation div.darkvectorTabs li.new a, | ||
#left-navigation div.darkvectorTabs li.new a:visited, | |||
#right-navigation div.darkvectorTabs li.new a:visited { | |||
color: #d44 | |||
} | } | ||
# | #left-navigation div.darkvectorTabs li.selected, | ||
# | #right-navigation div.darkvectorTabs li.selected { | ||
background-color: #333; | |||
background-image: -moz-linear-gradient(top, #e87057 0, #333 10%); | |||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e87057), color-stop(10%, #333)); | |||
background-image: -webkit-linear-gradient(top, #e87057 0, #333 10%); | |||
background-image: linear-gradient(#e87057 0, #333 10%) | |||
} | } | ||
# | #left-navigation div.darkvectorTabs li.selected a, | ||
#right-navigation div.darkvectorTabs li.selected a, | |||
#left-navigation div.darkvectorTabs li.selected a:visited, | |||
#right-navigation div.darkvectorTabs li.selected a:visited { | |||
color: #D28A0D | |||
} | } | ||
# | #left-navigation div.darkvectorTabs li a, | ||
#right-navigation div.darkvectorTabs li a { | |||
color: #e87057 | |||
} | } | ||
# | #left-navigation div.darkvectorTabs span, | ||
#right-navigation div.darkvectorTabs span { | |||
background: transparent | |||
} | } | ||
# | #mw-head #right-navigation div.darkvectorMenu h3 { | ||
background: inherit | |||
} | |||
#mw-head div.darkvectorMenu h3 span { | |||
color: #e87057 | |||
} | |||
div.darkvectorMenu h3 a { | |||
background: inherit | |||
} | |||
div.darkvectorMenu ul { | |||
background-color: black; | |||
border: solid 1px #0c0c0c | |||
} | |||
div.darkvectorMenu li a { | |||
color: #e87057 | |||
} | |||
div.darkvectorMenu li.selected a, | |||
div.darkvectorMenu li.selected a:visited { | |||
color: #D28A0D; | |||
text-decoration: none | |||
} | |||
div.darkvectorMenu#p-cactions div.menu { | |||
border-color: #666 | |||
} | |||
div.darkvectorMenu#p-cactions ul { | |||
border: 0; | |||
background-color: #4c4c4c | |||
} | } | ||