用户:Luirnisar/vector-2022.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
body {
background-color: #f7f4ff !important;
color: #08001e !important;
}
.vector-menu-content-list {
list-style-type: none;
margin: 0;
}
.vector-menu-content-list li {
position: relative;
background-color: #fff;
border-radius: 5px 0 0 5px;
transition: background-color 0.3s ease;
}
.vector-menu-content-list li:hover {
background-color: #f0e6f6;
}
.vector-menu-content-list li a {
color: #6a5acd;
text-decoration: none;
}
.vector-menu-content-list li:hover a {
color: #483d8b;
}
.vector-menu-content-list li::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 5px;
height: 100%;
background-color: #f0e6f6;
border-radius: 0 5px 5px 0;
display: none;
}
.vector-menu-content-list li:hover::after {
display: block;
}
a, list-item a {
color: #6a5acd !important;
text-decoration: none !important;
}
a:hover, list-item a:hover {
color: #483d8b !important;
}
a.new, list-item a.new {
color: #800080 !important;
}
a.new:hover, list-item a:hover.new {
color: #4b0082 !important;
}
button, input, .oo-ui-widget-enabled:hover {
display: inline-block;
color: #6a5acd !important;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
}
button:hover, input:hover, .oo-ui-widget-enabled {
background-color: #ada1f0 !important;
color: #f0e6f6 !important;
}