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
(Fall) Tag: Reverted |
Now, Faster (talk | contribs) (Next week it is this wiki’s birthday, but we are skipping winter until after Christmas) Tag: Manual revert |
||
| Line 1: | Line 1: | ||
/* Navbar background */ | /* Navbar background */ | ||
.navbar { | .navbar { | ||
background-color: # | background-color: #d3a9eb !important; | ||
} | } | ||
/* Link and navigation text */ | /* Link and navigation text */ | ||
a, .nav-link, .dropdown-item { | a, .nav-link, .dropdown-item { | ||
color: #000000 !important; | color: #000000 !important; | ||
} | } | ||
/* Buttons */ | /* Buttons */ | ||
.btn-primary, .btn-outline-primary { | .btn-primary, .btn-outline-primary { | ||
background-color: # | background-color: #d3a9eb !important; | ||
border-color: # | border-color: #d3a9eb !important; | ||
} | } | ||
.btn-primary:hover, .btn-outline-primary:hover { | .btn-primary:hover, .btn-outline-primary:hover { | ||
background-color: # | background-color: #bb90d3 !important; /* Slightly darker for hover effect */ | ||
border-color: # | border-color: #a37cc0 !important; | ||
} | } | ||
/* Active menu item */ | /* Active menu item */ | ||
.nav-item.active .nav-link { | .nav-item.active .nav-link { | ||
color: # | color: #d3a9eb !important; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #d3a9eb !important; | ||
} | } | ||
Latest revision as of 08:47, 1 December 2025
/* Navbar background */
.navbar {
background-color: #d3a9eb !important;
}
/* Link and navigation text */
a, .nav-link, .dropdown-item {
color: #000000 !important;
}
/* Buttons */
.btn-primary, .btn-outline-primary {
background-color: #d3a9eb !important;
border-color: #d3a9eb !important;
}
.btn-primary:hover, .btn-outline-primary:hover {
background-color: #bb90d3 !important; /* Slightly darker for hover effect */
border-color: #a37cc0 !important;
}
/* Active menu item */
.nav-item.active .nav-link {
color: #d3a9eb !important;
border-bottom: 2px solid #d3a9eb !important;
}