User:Blotreland/common.css: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
Blotreland (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
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 {
body {
background-color: #cccccc !important;
font-family:cursive;
}
 
#mw-panel {
background-color: #cccccc !important;
}
 
#mw-head {
background-color: #cccccc !important;
}
 
.mw-list-item {
background: #cccccc !important;
}
 
.vector-menu {
background: #cccccc !important;
}
}

Latest revision as of 17:45, 9 June 2025

body {
font-family:cursive;
}