User:FakerofDeadlock/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
Line 5: | Line 5: | ||
} | } | ||
/* Header | /* Header, Sidebar, and Footer Background */ | ||
#p-logo, . | #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: #d1bfa3 !important; /* Darker tan background */ | ||
color: #3a2e2b !important; | color: #3a2e2b !important; /* Dark brown text */ | ||
border | border: none !important; | ||
} | } | ||
/* | /* Ensure all parts of the sidebar are covered */ | ||
.vector-menu- | #mw-panel, .vector-menu-content, .vector-menu, #p-logo, .vector-sidebar, #mw-panel div { | ||
background-color: #d1bfa3 !important; /* Ensures all parts of the sidebar are the darker tan */ | |||
#p- | |||
#mw-panel | |||
background-color: #d1bfa3 !important; /* | |||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
} | } | ||
/* | /* 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: #d1bfa3 !important; /* Darker tan background */ | |||
# | |||
background-color: #d1bfa3 !important; /* Darker tan | |||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
} | } | ||
/* | /* Top "Read," "Edit," etc. buttons */ | ||
.vector-menu-tabs a, .vector-menu-tabs a:visited { | |||
background-color: #d1bfa3 !important; /* | background-color: #d1bfa3 !important; /* Same darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | color: #3a2e2b !important; /* Dark brown text */ | ||
border-color: #8b4513 !important; /* | 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 */ | background-color: #c2a679 !important; /* Slightly darker on hover */ | ||
} | } | ||
/* | /* "More" button styling */ | ||
#p-cactions .vector-menu-dropdown { | |||
color: #8b4513 !important; /* | background-color: #d1bfa3 !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | |||
border-color: #8b4513 !important; /* Chocolate brown border */ | |||
} | } | ||
/* Search bar and magnifying glass */ | |||
color: # | #simpleSearch, #searchButton, .vector-search-box-input, #searchButton, .vector-search-icon { | ||
background-color: #d1bfa3 !important; /* Darker tan background */ | |||
color: #3a2e2b !important; /* Dark brown text */ | |||
} | } | ||
/* | /* Fix for remaining side panel */ | ||
# | #mw-panel, .vector-menu-content, .vector-menu, #p-logo, .vector-sidebar, #mw-panel div { | ||
background-color: # | background-color: #d1bfa3 !important; /* Darker tan background */ | ||
color: #3a2e2b !important; | color: #3a2e2b !important; /* Dark brown text */ | ||
border: none !important; /* Remove any unintended borders */ | |||
} | } | ||
/* | /* Fix for any borders or slivers */ | ||
#mw-head, #mw-panel, .vector-menu-tabs, .vector-menu-content, #p-personal, #p-cactions, #left-navigation, #right-navigation, #footer { | |||
border: none !important; /* Removes any borders that create color differences */ | |||
color: # | background-color: #d1bfa3 !important; /* Uniform darker tan background */ | ||
} | } | ||
/* | /* Styling for links */ | ||
a, a:visited { | |||
color: #3a2e2b !important; /* Dark brown text */ | |||
color: #3a2e2b !important; | |||
} | } | ||
/* | /* Change background color of the category section */ | ||
#catlinks { | |||
background-color: #d1bfa3 !important; /* Darker tan | background-color: #d1bfa3 !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text | color: #3a2e2b !important; /* Dark brown text for consistency */ | ||
} | } |
Revision as of 21:54, 30 August 2024
/* Global background and text color */
body, #content, #bodyContent, .mw-body, .mw-body-content, .mw-page-container {
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: #d1bfa3 !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border: none !important;
}
/* Ensure all parts of the sidebar are covered */
#mw-panel, .vector-menu-content, .vector-menu, #p-logo, .vector-sidebar, #mw-panel div {
background-color: #d1bfa3 !important; /* Ensures all parts of the sidebar are the darker tan */
color: #3a2e2b !important; /* Dark brown text */
}
/* 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: #d1bfa3 !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: #d1bfa3 !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: #d1bfa3 !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: #d1bfa3 !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
}
/* Fix for remaining side panel */
#mw-panel, .vector-menu-content, .vector-menu, #p-logo, .vector-sidebar, #mw-panel div {
background-color: #d1bfa3 !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border: none !important; /* Remove any unintended borders */
}
/* Fix for any borders or slivers */
#mw-head, #mw-panel, .vector-menu-tabs, .vector-menu-content, #p-personal, #p-cactions, #left-navigation, #right-navigation, #footer {
border: none !important; /* Removes any borders that create color differences */
background-color: #d1bfa3 !important; /* Uniform darker tan background */
}
/* Styling for links */
a, a:visited {
color: #3a2e2b !important; /* Dark brown text */
}
/* Change background color of the category section */
#catlinks {
background-color: #d1bfa3 !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text for consistency */
}