MediaWiki:Common.css: Difference between revisions

From Tactical Distractions Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
}
}


a, a:link, a:focus, a:visited {
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a {
  color: gold;
  color: gold !important;
}
}
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover {
a:hover {
color: white !important;
color: white;
}
}

Revision as of 08:20, 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: gold !important;
}
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:hover {
color: white !important;
}