User:FakerofDeadlock/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
/* Header, Sidebar, and Footer Background */ | /* Header, Sidebar, and Footer Background */ | ||
#p-logo, .mw-header, #mw-head, .vector-menu-tabs, #mw-panel, .vector-menu-content, .vector-menu, #footer, .mw-footer, .mw-footer *, #mw-footer, #footer { | #p-logo, .mw-header, #mw-head, .vector-menu-tabs, #mw-panel, .vector-menu-content, .vector-menu, #footer, .mw-footer, .mw-footer *, #mw-footer, #footer { | ||
background-color: # | background-color: #202c3b !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
border: none !important; | border: none !important; | ||
Line 14: | Line 14: | ||
/* Header links (including top buttons) */ | /* Header links (including top buttons) */ | ||
#p-personal a, #p-navigation a, #p-search a, #p-search .vector-search-box-input, .vector-menu-content a, .vector-menu-content a:visited, #left-navigation a, #right-navigation a, #p-cactions .vector-menu-content a { | #p-personal a, #p-navigation a, #p-search a, #p-search .vector-search-box-input, .vector-menu-content a, .vector-menu-content a:visited, #left-navigation a, #right-navigation a, #p-cactions .vector-menu-content a { | ||
background-color: # | background-color: #202c3b !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
Line 21: | Line 21: | ||
/* Top "Read," "Edit," etc. buttons */ | /* Top "Read," "Edit," etc. buttons */ | ||
.vector-menu-tabs a, .vector-menu-tabs a:visited { | .vector-menu-tabs a, .vector-menu-tabs a:visited { | ||
background-color: # | background-color: #202c3b !important; /* Same darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
border-color: #8b4513 !important; /* Chocolate brown border */ | border-color: #8b4513 !important; /* Chocolate brown border */ | ||
Line 32: | Line 32: | ||
/* "More" button styling */ | /* "More" button styling */ | ||
#p-cactions .vector-menu-dropdown { | #p-cactions .vector-menu-dropdown { | ||
background-color: # | background-color: #202c3b !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
border-color: #8b4513 !important; /* Chocolate brown border */ | border-color: #8b4513 !important; /* Chocolate brown border */ | ||
Line 39: | Line 39: | ||
/* Search bar and magnifying glass */ | /* Search bar and magnifying glass */ | ||
#simpleSearch, #searchButton, .vector-search-box-input, #searchButton, .vector-search-icon { | #simpleSearch, #searchButton, .vector-search-box-input, #searchButton, .vector-search-icon { | ||
background-color: # | background-color: #202c3b !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
} | } | ||
Line 50: | Line 50: | ||
/* Change background color of the category section */ | /* Change background color of the category section */ | ||
#catlinks { | #catlinks { | ||
background-color: # | background-color: #202c3b !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text for consistency */ | color: #3a2e2b !important; /* Dark brown text for consistency */ | ||
} | } |
Revision as of 22:09, 30 August 2024
/* Global background and text color */
body, #bodyContent, .mw-body {
background-color: #f3e2c7 !important; /* Lighter tan background */
color: #3a2e2b !important; /* Dark brown text */
}
/* Header, Sidebar, and Footer Background */
#p-logo, .mw-header, #mw-head, .vector-menu-tabs, #mw-panel, .vector-menu-content, .vector-menu, #footer, .mw-footer, .mw-footer *, #mw-footer, #footer {
background-color: #202c3b !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border: none !important;
}
/* Header links (including top buttons) */
#p-personal a, #p-navigation a, #p-search a, #p-search .vector-search-box-input, .vector-menu-content a, .vector-menu-content a:visited, #left-navigation a, #right-navigation a, #p-cactions .vector-menu-content a {
background-color: #202c3b !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
}
/* Top "Read," "Edit," etc. buttons */
.vector-menu-tabs a, .vector-menu-tabs a:visited {
background-color: #202c3b !important; /* Same darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border-color: #8b4513 !important; /* Chocolate brown border */
}
.vector-menu-tabs a:hover, .vector-menu-tabs a:focus {
background-color: #c2a679 !important; /* Slightly darker on hover */
}
/* "More" button styling */
#p-cactions .vector-menu-dropdown {
background-color: #202c3b !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border-color: #8b4513 !important; /* Chocolate brown border */
}
/* Search bar and magnifying glass */
#simpleSearch, #searchButton, .vector-search-box-input, #searchButton, .vector-search-icon {
background-color: #202c3b !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
}
/* Styling for links */
a, a:visited {
color: #3a2e2b !important; /* Dark brown text */
}
/* Change background color of the category section */
#catlinks {
background-color: #202c3b !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text for consistency */
}