View source for MediaWiki:Common.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
body {
background-color: #080f22; /* Replace '#yourColorCode' with your chosen color */
border: none; /* Remove any border */
padding: 0 !important; /* Removes padding from all sides of the body */
}
/* Change icon color to white for article, tag, and settings icons */
.mw-echo-notifications-badge,
.mw-echo-notification-badge-nojs,
.oo-ui-icon-tray {
filter: brightness(0) invert(1);
color: #000000; /* Sets text color to black */
}
.oo-ui-iconElement-icon.oo-ui-icon-tray,
.oo-ui-iconElement-icon.oo-ui-icon-play,
.oo-ui-iconElement-icon.oo-ui-icon-edit,
.oo-ui-iconElement-icon.oo-ui-icon-history,
.oo-ui-iconElement-icon.oo-ui-icon-bookmark,
000
1:0
Return to MediaWiki:Common.css.