User:FakerofDeadlock/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
Line 1: Line 1:
/* Sidebar and Bottom Panel Background */
/* Global background and text color */
#mw-panel,
body, #content, #bodyContent, .mw-body, .mw-body-content, .mw-page-container {
#footer {
     background-color: #f3e2c7 !important; /* Lighter tan background */
     background-color: #d2b48c; /* Replace with your darker tan color */
    color: #3a2e2b !important;  /* Dark brown text */
}
}


/* Sidebar small sliver issue fix */
/* Header and Sidebar Background */
#mw-panel {
#p-logo, .mw-header, #mw-head, .vector-menu-tabs, #mw-panel, .vector-menu-content, .vector-menu {
     border-right: 1px solid #d2b48c; /* Ensures no lighter tan slivers are visible */
     background-color: #d1bfa3 !important; /* Darker tan background */
    color: #3a2e2b !important;  /* Dark brown text */
    border: none !important;
}
}


/* Category Bar Background */
/* Sidebar fixes */
#catlinks {
#mw-panel, .vector-menu-content {
     background-color: #d2b48c; /* Replace with your darker tan color */
     background-color: #d1bfa3 !important; /* Ensures all parts of the sidebar are the darker tan */
}
}


/* Restore Original Search Bar Outline */
/* Header links (including top buttons) */
#searchInput {
#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 {
     border-width: 1px; /* Reverts any thickness change */
     background-color: #d1bfa3 !important; /* Darker tan background */
     border-color: initial; /* Restores original outline color */
    color: #3a2e2b !important;  /* Dark brown text */
     border-color: #8b4513 !important; /* Chocolate brown border */
}
}


/* Fix "More" Button Background */
/* Top "Read," "Edit," etc. buttons */
.vector-menu-dropdown-noicon .vector-menu-content {
.vector-menu-tabs a, .vector-menu-tabs a:visited {
     background-color: #d2b48c; /* Darker tan color */
     background-color: #d1bfa3 !important; /* Same darker tan background */
    color: #3a2e2b !important;  /* Dark brown text */
    border-color: #8b4513 !important;  /* Chocolate brown border */
}
}


/* Button Link Colors (Same as Read, Edit, etc.) */
.vector-menu-tabs a:hover, .vector-menu-tabs a:focus {
#p-personal ul > li > a,
     background-color: #c2a679 !important; /* Slightly darker on hover */
.vector-tab,
#mw-panel .portal h3,
.vector-menu-content {
     color: #8b4513; /* Chocolate brown color */
}
}


/* Fix Sidebar Remaining Sections */
/* "More" button styling */
#mw-panel .portal {
#p-cactions .vector-menu-dropdown {
     background-color: #d2b48c; /* Darker tan for all sections of the sidebar */
     background-color: #d1bfa3 !important; /* Darker tan background */
    color: #3a2e2b !important;  /* Dark brown text */
    border-color: #8b4513 !important;  /* Chocolate brown border */
}
}


/* Fix the Magnifying Glass Icon Background */
/* Fix for any borders or slivers */
#searchButton {
#mw-head, #mw-panel, .vector-menu-tabs, .vector-menu-content, #p-personal, #p-cactions, #left-navigation, #right-navigation, #footer {
     background-color: #d2b48c; /* Apply the darker tan color */
     background-color: #d1bfa3 !important; /* Uniform darker tan background */
    border: none !important; /* Removes any borders that create color differences */
}
}


/* Fix Category Bar Background */
/* Search bar and magnifying glass */
#catlinks {
#simpleSearch, #searchButton, .vector-search-box-input, .vector-search-icon {
     background-color: #d2b48c; /* Apply the darker tan color */
     background-color: #d1bfa3 !important; /* Darker tan background */
    color: #3a2e2b !important; /* Dark brown text */
    border: 1px solid #8b4513 !important; /* Reverted border color */
}
}


/* Ensure No Lighter Tan on Sidebar or Bottom Panel */
/* Styling for links */
#mw-panel,
a, a:visited {
#footer,
     color: #3a2e2b !important; /* Dark brown text */
#catlinks,
.vector-menu-dropdown-noicon .vector-menu-content {
     background-color: #d2b48c !important;
}
 
/* Restore Search Bar Outline Color */
#searchInput {
    border-color: #a2a9b1; /* Default outline color for MediaWiki search bar */
}
}

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 */
}