MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
/* Change hover effect */ | /* Change hover effect */ | ||
#mw-panel a:hover { | #mw-panel a:hover { | ||
color: #ffcc00 !important; /* Gold text */ | color: #ffcc00 !important; /* Gold text */ | ||
} | } | ||
Revision as of 12:07, 7 March 2025
/* CSS placed here will be applied to all skins */
body {
background: url("https://ragnarok-infinitezero.com.br/images/academy.jpg") no-repeat center center fixed;
background-size: cover;
}
#p-tb { display: none !important; }
/* Change menu text color */
#mw-panel a {
color: #ffffff !important; /* White text */
}
/* Change hover effect */
#mw-panel a:hover {
color: #ffcc00 !important; /* Gold text */
}
/* Change active/current menu item */
#mw-panel .selected {
background-color: #ffcc00; /* Gold background for active menu */
color: #1a1a1a !important; /* Dark text */
}