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