MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a { | .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a { | ||
color: | color: #ff9507 !important; | ||
} | } | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover { | .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover { | ||
color: | color: #ef8500 !important; | ||
} | } | ||
Revision as of 08:21, 13 September 2025
/* CSS placed here will be applied to all skins */
body {
background-color: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(/public_html/public/assets/images/egr.png);
color: white;
background-position: fixed;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
color: #ff9507 !important;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover {
color: #ef8500 !important;
}