MediaWiki:Vector.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the Vector skin: body { background: limegreen; }" |
No edit summary |
||
(6 intermediate revisions by 2 users 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 */ | ||
body, | |||
.vector-pinned-container, | |||
background | .vector-dropdown-content { | ||
transition: background-color 2s linear; /* Smooth transition for background-color */ | |||
} | } |