MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
m Reverted edits by Screamer1234 (talk) to last revision by SkyBlueCat Tag: Rollback |
||
Line 108: | Line 108: | ||
#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: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{ | ||
Line 220: | Line 221: | ||
font-size:.8em | font-size:.8em | ||
} | } | ||
.redirectText{ | .redirectText{ | ||
font-size:140% | font-size:140% | ||
Line 342: | Line 344: | ||
font-size:13px; | font-size:13px; | ||
direction:ltr; | direction:ltr; | ||
-webkit-appearance:textfield | -webkit-appearance:textfield; | ||
} | } | ||
div#simpleSearch #searchInput:focus{ | div#simpleSearch #searchInput:focus{ | ||
Line 377: | Line 379: | ||
url('skins/Vector/images/search-ltr.svg'); | url('skins/Vector/images/search-ltr.svg'); | ||
background-position:center center; | background-position:center center; | ||
background-repeat:no-repeat | background-repeat:no-repeat; | ||
} | } | ||
div#simpleSearch #mw-searchButton{ | div#simpleSearch #mw-searchButton{ | ||
Line 500: | Line 502: | ||
div.vectorMenu li:hover a{ | div.vectorMenu li:hover a{ | ||
background-color:#383838; | background-color:#383838; | ||
text-shadow: 1px 2px 3px #f0320a; | |||
color: #f54f2c | color: #f54f2c | ||
} | } | ||
Line 905: | Line 908: | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
width: | width: 14px !important; | ||
-webkit-overflow-scrolling: auto !important; | -webkit-overflow-scrolling: auto !important; | ||
} | } |