MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
div.vectorTabs ul li#ca-history { | div.vectorTabs ul li#ca-history { | ||
display: none; | |||
} | } | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background-color: transparent !important; | |||
color: #688ba8; | |||
cursor: pointer; | |||
} | } | ||
.new mw-list-item li a { | .new.mw-list-item li a { | ||
background-color: transparent !important; | |||
color: #688ba8; | |||
cursor: pointer; | |||
font-size: 0.8em; | |||
} | } | ||
.ca-talk { | .ca-talk { | ||
background-color: transparent !important; | |||
color: #688ba8; | |||
cursor: pointer; | cursor: pointer; | ||
font-size: 0.8em | font-size: 0.8em; | ||
} | } | ||
.vector-menu-portal .vector-menu-content li a, | |||
.vector-menu-portal .vector-menu-content li a:visited { | .vector-menu-portal .vector-menu-content li a:visited { | ||
color: #688ba8; | |||
} | } |
Revision as of 12:49, 18 February 2025
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; } .ca-talk { background-color: transparent !important; color: #688ba8; cursor: pointer; font-size: 0.8em; } .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited { color: #688ba8; }