User:Blotreland/common.css: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
Blotreland (talk | contribs)
No edit summary
Blotreland (talk | contribs)
No edit summary
Line 6: Line 6:
body {
body {
background-color: #cccccc !important;
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 17:45, 9 June 2025

#p-logo a {
    background-image: url('https://paxtonpenguin.com/wiki/chaz/index.php/images/f/f6/New_Chaz.png'); /* Replace with the actual path */
    background-size: cover; /* Adjust as needed */
}

body {
	background-color: #cccccc !important;
}