MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
#p-tb { display: none !important; } | #p-tb { display: none !important; } | ||
#mw-panel { | |||
justify-content: center; | |||
} | |||
/* Change menu text color */ | /* Change menu text color */ | ||
Revision as of 12:08, 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; }
#mw-panel {
justify-content: center;
}
/* 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 */
}