Difference between revisions of "MediaWiki:Common.css"
From KNEXT
(Created page with "→CSS placed here will be applied to all skins: span#Resources_for_Planning_and_Starting_a_Business { padding-left: 20px, background-image: url(https://wiki.knext.io/sk...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
span#Resources_for_Planning_and_Starting_a_Business { | span#Resources_for_Planning_and_Starting_a_Business { | ||
− | padding-left: | + | padding-left: 30px; |
− | background-image: url(https:// | + | background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Simpleicons_Business_bars-chart-down.svg/1024px-Simpleicons_Business_bars-chart-down.svg.png); |
− | background-repeat: no-repeat | + | background-repeat: no-repeat; |
+ | background-size: contain; | ||
} | } |
Latest revision as of 20:17, 30 September 2021
/* CSS placed here will be applied to all skins */ span#Resources_for_Planning_and_Starting_a_Business { padding-left: 30px; background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Simpleicons_Business_bars-chart-down.svg/1024px-Simpleicons_Business_bars-chart-down.svg.png); background-repeat: no-repeat; background-size: contain; }