User:FakerofDeadlock/common.css: Difference between revisions
Jump to navigation
Jump to search
Blanked the page Tag: Blanking |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* Global background and text color */ | |||
body, #bodyContent, .mw-body { | |||
background-color: #e8dccc !important; /* Lighter tan background */ | |||
color: #58341c !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: #c8ac84 !important; /* Darker tan background */ | |||
color: #58341c !important; /* Dark brown text */ | |||
border: none !important; | |||
} | |||
/* Header links (including top buttons) */ | |||
#p-personal a, #p-navigation a, #left-navigation a, #right-navigation a, #p-cactions .vector-menu-content a { | |||
background-color: #c8ac84 !important; /* Darker tan background */ | |||
color: #58341c !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: #58341c !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: #c8ac84 !important; /* Darker tan background */ | |||
color: #58341c !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: #f0ece4 !important; | |||
color: #58341c !important; /* Dark brown text */ | |||
} | |||
/* Styling for links */ | |||
a, a:visited { | |||
color: #98643c !important; /* Dark brown text */ | |||
} | |||
/* Change background color of the category section */ | |||
#catlinks { | |||
background-color: #e0ccb4 !important; /* Darker tan background */ | |||
color: #58341c !important; /* Dark brown text for consistency */ | |||
} |
Revision as of 23:21, 30 August 2024
/* Global background and text color */
body, #bodyContent, .mw-body {
background-color: #e8dccc !important; /* Lighter tan background */
color: #58341c !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: #c8ac84 !important; /* Darker tan background */
color: #58341c !important; /* Dark brown text */
border: none !important;
}
/* Header links (including top buttons) */
#p-personal a, #p-navigation a, #left-navigation a, #right-navigation a, #p-cactions .vector-menu-content a {
background-color: #c8ac84 !important; /* Darker tan background */
color: #58341c !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: #58341c !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: #c8ac84 !important; /* Darker tan background */
color: #58341c !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: #f0ece4 !important;
color: #58341c !important; /* Dark brown text */
}
/* Styling for links */
a, a:visited {
color: #98643c !important; /* Dark brown text */
}
/* Change background color of the category section */
#catlinks {
background-color: #e0ccb4 !important; /* Darker tan background */
color: #58341c !important; /* Dark brown text for consistency */
}