MediaWiki:Common.css: Difference between revisions
From Business Heroes Food Truck Simulation
Wikiworks743 (talk | contribs) (Re-designed) |
Wikiworks743 (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
a, :target { | a, :target { | ||
scroll-behavior: smooth; | scroll-behavior: smooth; | ||
} | |||
:target { | |||
padding-top: 1rem; | |||
} | } | ||
.ve-available.ve-activated.ve-active img { | .ve-available.ve-activated.ve-active img { |
Revision as of 21:52, 17 December 2022
/* CSS placed here will be applied to all skins */ a, :target { scroll-behavior: smooth; } :target { padding-top: 1rem; } .ve-available.ve-activated.ve-active img { max-width: 100% !important; height: auto; } #sidebar-wrapper { transition: background-image 1s; }