More actions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 30: | Line 30: | ||
/* Sidebar specific styling */ | /* Sidebar specific styling */ | ||
#mw-panel, .vector-menu-content { | #mw-panel, .vector-menu-content { | ||
background-color: # | background-color: #8b4513 !important; /* Darker brown sidebar */ | ||
color: # | color: #f3e2c7 !important; /* Lighter tan text in the sidebar */ | ||
} | } | ||
/* Fix for darker brown not applying fully */ | /* Fix for darker brown not applying fully */ | ||
#mw-head-base, #mw-head, .vector-header-container { | #mw-head-base, #mw-head, .vector-header-container { | ||
background-color: # | background-color: #8b4513 !important; | ||
} | } | ||
/* Styling for buttons (tabs) */ | /* Styling for buttons (tabs) */ | ||
#ca-nstab-main a, #ca-talk a, #ca-view a, #ca-edit a, #ca-viewsource a, #ca-history a, #ca-watch a, #ca-unwatch a { | #ca-nstab-main a, #ca-talk a, #ca-view a, #ca-edit a, #ca-viewsource a, #ca-history a, #ca-watch a, #ca-unwatch a { | ||
background-color: # | background-color: #8b4513 !important; /* Darker brown background */ | ||
color: # | color: #f3e2c7 !important; /* Lighter tan text */ | ||
border-color: #8b4513 !important; /* Matching border color */ | border-color: #8b4513 !important; /* Matching border color */ | ||
} | } | ||
#ca-nstab-main a:hover, #ca-talk a:hover, #ca-view a:hover, #ca-edit a:hover, #ca-viewsource a:hover, #ca-history a:hover, #ca-watch a:hover, #ca-unwatch a:hover { | #ca-nstab-main a:hover, #ca-talk a:hover, #ca-view a:hover, #ca-edit a:hover, #ca-viewsource a:hover, #ca-history a:hover, #ca-watch a:hover, #ca-unwatch a:hover { | ||
background-color: # | background-color: #7a3b1e !important; /* Slightly darker on hover */ | ||
} | } | ||
Line 79: | Line 79: | ||
/* Special elements like navigation boxes */ | /* Special elements like navigation boxes */ | ||
.navbox, .toc, .infobox, .wikitable { | .navbox, .toc, .infobox, .wikitable { | ||
background-color: # | background-color: #8b4513 !important; /* Darker brown for navboxes */ | ||
color: # | color: #f3e2c7 !important; /* Lighter tan text in navboxes */ | ||
} | } |