MediaWiki:Common.css: Difference between revisions

From Chaz Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:


.mw-list-item {
.mw-list-item {
background-image: rgba(0, 0, 0, 0) !important;
background: #88847c !important;
}
}



Revision as of 07:33, 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;
}

a:link#mw-panel#mw-head{
	color: #ffffff !important;
}

a:visited#mw-panel#mw-head{
	color: #0000ff !important;
}