MediaWiki:Common.css: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { color: #88847c; }")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 2: Line 2:


body {
body {
color: #88847c;
background-color: #88847c !important;
}
 
#mw-panel {
background-color: #88847c !important;
}
 
#mw-head {
background-color: #88847c !important;
}
 
.mw-list-item {
background: #88847c !important;
}
 
.vector-menu {
background: #88847c !important;
}
}

Latest revision as of 07:36, 29 March 2025

/* CSS placed here will be applied to all skins */

body {
	background-color: #88847c !important;
}

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

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

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

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