MediaWiki:Vector.css: Difference between revisions

Undo revision 33361 by Screamer1234 (talk)
Tag: Undo
No edit summary
Line 101: Line 101:
#left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{
#left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{
background-color:#222;
background-color:#222;
background-image:-moz-linear-gradient(top, #8c4434 20%, #8c4434 100%);
background-image:-moz-linear-gradient(top, #1c1c1c 20%, #222 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #8c4434), color-stop(100%, #8c4434));
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #1c1c1c), color-stop(100%, #333));
background-image:-webkit-linear-gradient(top, #8c4434 20%, #8c4434 100%);
background-image:-webkit-linear-gradient(top, #1c1c1c 20%, #333 100%);
background-image:linear-gradient(#e67860 20%, #8c4434 100%)
background-image:linear-gradient(#1c1c1c 20%, #333 100%)
}
}
#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{
color:#ff4a24;
color:#ff4a24;
text-shadow:2px 1px 1px #61342b
text-shadow:1px 1px 6px #e62902
}
}
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{
background-color:#333;
background-color:#333;
background-image:-moz-linear-gradient(top, #ffa896 0, #ffa896 10%);
background-image:-moz-linear-gradient(top, #e87057 0, #333 10%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa896), color-stop(10%, #ffa896));
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e87057), color-stop(10%, #333));
background-image:-webkit-linear-gradient(top, #ffa896 0, #ffa896 10%);
background-image:-webkit-linear-gradient(top, #e87057 0, #333 10%);
background-image:linear-gradient(#ffa896 0, #e87057 50%)
background-image:linear-gradient(#e87057 0, #333 10%)
}
}
#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{
color:#FFFFFF
color:#e87057
}
}
#left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{
#left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{
color:#FFFFFF
color:#e87057
}
}
#left-navigation div.vectorTabs span,#right-navigation div.vectorTabs span{
#left-navigation div.vectorTabs span,#right-navigation div.vectorTabs span{