Toggle menu
505
2.3K
828
21.8K
Deadlock Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:FakerofDeadlock/common.css: Difference between revisions

From Deadlock Wiki
No edit summary
No edit summary
Line 5: Line 5:
}
}


/* Sidebar specific styling */
/* Header styling */
#mw-panel, .vector-menu-content {
#p-logo, .page-header, .mw-header, .vector-header, #mw-head, .vector-menu-tabs {
     background-color: #d1bfa3 !important; /* Darker tan/brown sidebar */
     background-color: #f3e2c7 !important;
     color: #3a2e2b !important;  /* Dark brown text */
    color: #3a2e2b !important;
    border-bottom: none !important; /* Removes any bottom border that could create a white line */
}
 
/* Header links */
.vector-menu-tabs a, .vector-menu-tabs a:visited {
     color: #8b4513 !important;  /* SaddleBrown links */
}
}


/* Header styling */
/* Search bar styling */
#p-logo, .page-header, .mw-header {
#p-search, #simpleSearch {
     background-color: #f3e2c7 !important;
     background-color: #f3e2c7 !important;
     color: #3a2e2b !important;
     color: #3a2e2b !important;
Line 20: Line 26:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     color: #3a2e2b !important;
     color: #3a2e2b !important;
}
/* Sidebar specific styling */
#mw-panel, .vector-menu-content {
    background-color: #d1bfa3 !important;  /* Darker tan/brown sidebar */
    color: #3a2e2b !important;  /* Dark brown text */
}
}