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 */
}
#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 */
border: 1px solid #2a4b8d; /* Light blue border */
}
/* Change background color, text color, and add a light blue border to the input field */
#wpDestFile {
000
1:0
Return to MediaWiki:Common.css.