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: Difference between revisions
From Animal Crossing Wiki
Jump to navigationJump to search
(Undo revision 32128 by Red Phoenix (talk)) Tags: Undo Reverted |
(Fall) Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* Navbar background */ | /* Navbar background */ | ||
.navbar { | .navbar { | ||
background-color: # | background-color: #FF7F00 !important; /* Vibrant orange */ | ||
} | } | ||
/* Link and navigation text */ | /* Link and navigation text */ | ||
a, .nav-link, .dropdown-item { | a, .nav-link, .dropdown-item { | ||
color: # | color: #000000 !important; /* Corrected black hex code */ | ||
} | } | ||
/* Buttons */ | /* Buttons */ | ||
.btn-primary, .btn-outline-primary { | .btn-primary, .btn-outline-primary { | ||
background-color: # | background-color: #FF7F00 !important; | ||
border-color: # | border-color: #FF7F00 !important; | ||
} | } | ||
.btn-primary:hover, .btn-outline-primary:hover { | .btn-primary:hover, .btn-outline-primary:hover { | ||
background-color: # | background-color: #e66f00 !important; /* Slightly darker for hover effect */ | ||
border-color: # | border-color: #cc6200 !important; | ||
} | } | ||
/* Active menu item */ | /* Active menu item */ | ||
.nav-item.active .nav-link { | .nav-item.active .nav-link { | ||
color: # | color: #FF7F00 !important; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #FF7F00 !important; | ||
} | } | ||
Revision as of 18:21, 2 September 2025
/* 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;
}