User:FakerofDeadlock/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* | /* Global background and text color */ | ||
#mw- | body, #content, #bodyContent, .mw-body, .mw-body-content, .mw-page-container { | ||
background-color: #f3e2c7 !important; /* Lighter tan background */ | |||
background-color: # | color: #3a2e2b !important; /* Dark brown text */ | ||
} | } | ||
/* Sidebar | /* Header and Sidebar Background */ | ||
#mw-panel { | #p-logo, .mw-header, #mw-head, .vector-menu-tabs, #mw-panel, .vector-menu-content, .vector-menu { | ||
background-color: #d1bfa3 !important; /* Darker tan background */ | |||
color: #3a2e2b !important; /* Dark brown text */ | |||
border: none !important; | |||
} | } | ||
/* | /* Sidebar fixes */ | ||
# | #mw-panel, .vector-menu-content { | ||
background-color: # | background-color: #d1bfa3 !important; /* Ensures all parts of the sidebar are the darker tan */ | ||
} | } | ||
/* | /* 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 */ | |||
border-color: | color: #3a2e2b !important; /* Dark brown text */ | ||
border-color: #8b4513 !important; /* Chocolate brown border */ | |||
} | } | ||
/* | /* Top "Read," "Edit," etc. buttons */ | ||
.vector-menu- | .vector-menu-tabs a, .vector-menu-tabs a:visited { | ||
background-color: # | 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 */ | |||
.vector- | |||
.vector-menu- | |||
color: # | |||
} | } | ||
/* | /* "More" button styling */ | ||
# | #p-cactions .vector-menu-dropdown { | ||
background-color: # | background-color: #d1bfa3 !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | |||
border-color: #8b4513 !important; /* Chocolate brown border */ | |||
} | } | ||
/* Fix | /* 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 { | ||
background-color: # | background-color: #d1bfa3 !important; /* Uniform darker tan background */ | ||
border: none !important; /* Removes any borders that create color differences */ | |||
} | } | ||
/* | /* Search bar and magnifying glass */ | ||
# | #simpleSearch, #searchButton, .vector-search-box-input, .vector-search-icon { | ||
background-color: # | background-color: #d1bfa3 !important; /* Darker tan background */ | ||
color: #3a2e2b !important; /* Dark brown text */ | |||
border: 1px solid #8b4513 !important; /* Reverted border color */ | |||
} | } | ||
/* | /* Styling for links */ | ||
a, a:visited { | |||
color: #3a2e2b !important; /* Dark brown text */ | |||
} | } |
Revision as of 21:24, 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 and Sidebar Background */
#p-logo, .mw-header, #mw-head, .vector-menu-tabs, #mw-panel, .vector-menu-content, .vector-menu {
background-color: #d1bfa3 !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border: none !important;
}
/* Sidebar fixes */
#mw-panel, .vector-menu-content {
background-color: #d1bfa3 !important; /* Ensures all parts of the sidebar are the darker tan */
}
/* 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 */
border-color: #8b4513 !important; /* Chocolate brown border */
}
/* 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 */
}
/* 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 {
background-color: #d1bfa3 !important; /* Uniform darker tan background */
border: none !important; /* Removes any borders that create color differences */
}
/* Search bar and magnifying glass */
#simpleSearch, #searchButton, .vector-search-box-input, .vector-search-icon {
background-color: #d1bfa3 !important; /* Darker tan background */
color: #3a2e2b !important; /* Dark brown text */
border: 1px solid #8b4513 !important; /* Reverted border color */
}
/* Styling for links */
a, a:visited {
color: #3a2e2b !important; /* Dark brown text */
}