ATTENTION: This wiki is fully discontinued. Please access the new wiki at animalcrossing.indyamos.com. You can import some pages from here, but no stubs. No page can be edited expect for sysops. For more information, An Animal Crossing Wiki from Miraheze will be at a new website at animalcrossing.indyamos.com. This will be an enhanced version of this wiki. Please view Special:Diff/57616 for more information.
MediaWiki:Medik.css
From Animal Crossing Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Navbar background */
.navbar {
background-color: #FF7F00 !important; /* Vibrant orange */
}
/* Link and navigation text */
a, .nav-link, .dropdown-item {
color: #000000 !important; /* Corrected black hex code */
}
/* Buttons */
.btn-primary, .btn-outline-primary {
background-color: #FF7F00 !important;
border-color: #FF7F00 !important;
}
.btn-primary:hover, .btn-outline-primary:hover {
background-color: #e66f00 !important; /* Slightly darker for hover effect */
border-color: #cc6200 !important;
}
/* Active menu item */
.nav-item.active .nav-link {
color: #FF7F00 !important;
border-bottom: 2px solid #FF7F00 !important;
}