Jump to content

MediaWiki:Vector.css: Difference between revisions

From Rejoice in Saint Joan of Arc
Created page with "All CSS here will be loaded for users of the Vector skin: reduce standard page width: body:not(.vector-feature-wide-container-enabled) #content { max-width: 900px; Adjust as needed: margin: auto; }"
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* reduce standard page width */
body:not(.vector-feature-wide-container-enabled) #content {
    max-width: 900px; /* Adjust as needed */
    margin: auto;
}

Latest revision as of 01:44, 2 February 2025

/* All CSS here will be loaded for users of the Vector skin */