MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Vector skin: →* Hide sidebar *: div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base, div#content,...") |
No edit summary |
||
(120 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
div.vectorTabs ul li#ca-history { | |||
display: none; | |||
div# | |||
} | } | ||
.vector-menu-tabs-legacy li { | |||
background-color: transparent !important; | |||
color: #688ba8; | |||
cursor: pointer; | |||
} | } | ||
.new mw-list-item li a { | |||
background-color: transparent !important; | |||
color: #688ba8; | |||
cursor: pointer; | |||
font-size: 0.8em | |||
} | |||
.vector-menu-portal .vector-menu-content li a { | |||
} | |||
.ca-talk { | |||
background-color: transparent !important; | |||
color: #688ba8; | |||
cursor: pointer; | |||
font-size: 0.8em | |||
} | |||
.vector-menu-portal .vector-menu-content li a:visited { | |||
color: #688ba8; | |||
} | |||
.vector-menu-portal .vector-menu-content li a { | |||
color: #688ba8; | |||
} | } |
Latest revision as of 06:54, 21 May 2023
div.vectorTabs ul li#ca-history { display: none; } .vector-menu-tabs-legacy li { background-color: transparent !important; color: #688ba8; cursor: pointer; } .new mw-list-item li a { background-color: transparent !important; color: #688ba8; cursor: pointer; font-size: 0.8em } .vector-menu-portal .vector-menu-content li a { } .ca-talk { background-color: transparent !important; color: #688ba8; cursor: pointer; font-size: 0.8em } .vector-menu-portal .vector-menu-content li a:visited { color: #688ba8; } .vector-menu-portal .vector-menu-content li a { color: #688ba8; }