User:Blotreland/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "Test" |
No edit summary |
||
Line 1: | Line 1: | ||
#p-logo a { | |||
background-image: url('images/f/f6/New_Chaz.png'); /* Replace with the actual path */ | |||
background-size: cover; /* Adjust as needed */ | |||
} | |||
body { | |||
background-color: #cccccc !important; | |||
} | |||
#mw-panel { | |||
background-color: #cccccc !important; | |||
} | |||
#mw-head { | |||
background-color: #cccccc !important; | |||
} | |||
.mw-list-item { | |||
background: #cccccc !important; | |||
} | |||
.vector-menu { | |||
background: #cccccc !important; | |||
} |
Revision as of 19:08, 8 June 2025
#p-logo a { background-image: url('images/f/f6/New_Chaz.png'); /* Replace with the actual path */ background-size: cover; /* Adjust as needed */ } body { background-color: #cccccc !important; } #mw-panel { background-color: #cccccc !important; } #mw-head { background-color: #cccccc !important; } .mw-list-item { background: #cccccc !important; } .vector-menu { background: #cccccc !important; }