MediaWiki:RPGC-vector.css: Difference between revisions
Jump to navigation
Jump to search
Created blank page |
No edit summary |
||
| Line 1: | Line 1: | ||
#mw-page-base { | |||
background: linear-gradient(#171b20, #0b0d10) !important; | |||
} | |||
#mw-panel, | |||
.vector-menu-portal, | |||
.vector-menu-content { | |||
background: #10151b !important; | |||
color: var(--rpgc-text) !important; | |||
} | |||
.vector-menu-heading { | |||
color: var(--rpgc-muted) !important; | |||
border-bottom: 1px solid var(--rpgc-border) !important; | |||
} | |||
#p-namespaces li, | |||
#p-views li, | |||
#p-cactions li { | |||
background: none !important; | |||
} | |||
#p-namespaces li a, | |||
#p-views li a, | |||
#p-cactions li a, | |||
#p-cactions .vector-menu-heading { | |||
background: #171d24 !important; | |||
color: #d7dce3 !important; | |||
border: 0 !important; | |||
border-left: 1px solid var(--rpgc-border) !important; | |||
padding: 0.65em 0.85em !important; | |||
box-shadow: inset 0 -2px 0 var(--rpgc-border); | |||
} | |||
#p-namespaces li.selected a, | |||
#p-views li.selected a { | |||
background: linear-gradient(#3e73bb, #315f9d) !important; | |||
color: #ffffff !important; | |||
box-shadow: | |||
inset 0 -2px 0 #6fa8ff, | |||
0 0 9px rgba(79,134,214,.25); | |||
} | |||
#p-namespaces li a:hover, | |||
#p-views li a:hover, | |||
#p-cactions li a:hover { | |||
background: #233044 !important; | |||
color: #ffffff !important; | |||
text-decoration: none !important; | |||
} | |||
#p-search input, | |||
#searchInput { | |||
background: #161b21 !important; | |||
color: #eeeeee !important; | |||
border: 1px solid var(--rpgc-border) !important; | |||
} | |||
Revision as of 21:17, 4 July 2026
#mw-page-base {
background: linear-gradient(#171b20, #0b0d10) !important;
}
#mw-panel,
.vector-menu-portal,
.vector-menu-content {
background: #10151b !important;
color: var(--rpgc-text) !important;
}
.vector-menu-heading {
color: var(--rpgc-muted) !important;
border-bottom: 1px solid var(--rpgc-border) !important;
}
#p-namespaces li,
#p-views li,
#p-cactions li {
background: none !important;
}
#p-namespaces li a,
#p-views li a,
#p-cactions li a,
#p-cactions .vector-menu-heading {
background: #171d24 !important;
color: #d7dce3 !important;
border: 0 !important;
border-left: 1px solid var(--rpgc-border) !important;
padding: 0.65em 0.85em !important;
box-shadow: inset 0 -2px 0 var(--rpgc-border);
}
#p-namespaces li.selected a,
#p-views li.selected a {
background: linear-gradient(#3e73bb, #315f9d) !important;
color: #ffffff !important;
box-shadow:
inset 0 -2px 0 #6fa8ff,
0 0 9px rgba(79,134,214,.25);
}
#p-namespaces li a:hover,
#p-views li a:hover,
#p-cactions li a:hover {
background: #233044 !important;
color: #ffffff !important;
text-decoration: none !important;
}
#p-search input,
#searchInput {
background: #161b21 !important;
color: #eeeeee !important;
border: 1px solid var(--rpgc-border) !important;
}