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 */
}
/* You might need to style the option elements for better visibility in some browsers */
#wpLicense option {
background-color: #ffffff; /* Light background for the options */
color: #000000; /* Dark text for readability */
}
#mw-indicator-mw-helplink svg {
fill: #ffffff; /* Change SVG color to white */
}
/* Change background and text color of the textarea */
#wpUploadDescription {
background-color: #21304e; /* Dark background color */
color: #ffffff; /* White text color for contrast */
000
1:0
Return to MediaWiki:Common.css.