MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
display: none; | display: none; | ||
} | } | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
color: # | color: #72777d; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.new.mw-list-item { | |||
.new.mw-list-item | |||
background-color: transparent !important; | background-color: transparent !important; | ||
color: # | } | ||
.new.mw-list-item a { | |||
background-color: transparent !important; | |||
color: #72777d; | |||
cursor: pointer; | cursor: pointer; | ||
font-size: 0.8em; | font-size: 0.8em; | ||
} | } | ||
.ca-talk { | .ca-talk { | ||
background-color: transparent !important; | background-color: transparent !important; | ||
color: # | color: #72777d; | ||
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, | ||
.vector-menu-portal .vector-menu-content li a:visited { | .vector-menu-portal .vector-menu-content li a:visited { | ||
color: # | color: #72777d; | ||
} | |||
/* Additional rules to ensure transparency */ | |||
.vector-menu-tabs, | |||
.vector-menu-tabs ul, | |||
.vector-menu-tabs li, | |||
.vector-menu-tabs a, | |||
.vector-menu-tabs-legacy, | |||
.vector-menu-tabs-legacy ul, | |||
.vector-menu-tabs-legacy li, | |||
.vector-menu-tabs-legacy a, | |||
#p-namespaces, | |||
#p-namespaces li, | |||
#p-namespaces a, | |||
#ca-nstab-main, | |||
#ca-talk, | |||
.vector-tab-noicon, | |||
.mw-list-item-js { | |||
background-color: transparent !important; | |||
background: transparent !important; | |||
background-image: none !important; | |||
} | } | ||
Revision as of 14:53, 18 February 2025
div.vectorTabs ul li#ca-history {
display: none;
}
.vector-menu-tabs-legacy li {
background-color: transparent !important;
color: #72777d;
cursor: pointer;
}
.new.mw-list-item {
background-color: transparent !important;
}
.new.mw-list-item a {
background-color: transparent !important;
color: #72777d;
cursor: pointer;
font-size: 0.8em;
}
.ca-talk {
background-color: transparent !important;
color: #72777d;
cursor: pointer;
font-size: 0.8em;
}
.vector-menu-portal .vector-menu-content li a,
.vector-menu-portal .vector-menu-content li a:visited {
color: #72777d;
}
/* Additional rules to ensure transparency */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs li,
.vector-menu-tabs a,
.vector-menu-tabs-legacy,
.vector-menu-tabs-legacy ul,
.vector-menu-tabs-legacy li,
.vector-menu-tabs-legacy a,
#p-namespaces,
#p-namespaces li,
#p-namespaces a,
#ca-nstab-main,
#ca-talk,
.vector-tab-noicon,
.mw-list-item-js {
background-color: transparent !important;
background: transparent !important;
background-image: none !important;
}