User:Blotreland/common.css: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
Blotreland (talk | contribs)
No edit summary
Line 1: Line 1:
#p-logo a {
#p-logo a {
     background-image: url('images/f/f6/New_Chaz.png'); /* Replace with the actual path */
     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 */
     background-size: cover; /* Adjust as needed */
}
}

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;
}

#mw-panel {
	background-color: #cccccc !important;
}

#mw-head {
	background-color: #cccccc !important;
}

.mw-list-item {
	background: #cccccc !important;
}

.vector-menu {
	background: #cccccc !important;
}