Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
Blanked the page
Tag: Blanking
 
(70 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Change the background color of the entire page */
body {
    background-color: #f0f0f0; /* Light gray background */
}


/* Optionally, change the background color of the content area */
#content {
    background-color: #ffffff; /* White background */
}
/* You can also target other specific elements as needed */
.vector-menu-content {
    background-color: #f0f0f0; /* Adjusting background for menus */
}

Latest revision as of 12:45, 15 June 2024