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...")
 
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: 20px,
+
   padding-left: 20px;
   background-image: url(https://wiki.knext.io/skins/Timeless/resources/images/clock-grey.png?9dce9),
+
   background-image: url(https://wiki.knext.io/skins/Timeless/resources/images/clock-grey.png?9dce9);
   background-repeat: no-repeat
+
   background-repeat: no-repeat;
 
}
 
}

Revision as of 20:09, 30 September 2021

/* 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/skins/Timeless/resources/images/clock-grey.png?9dce9);
  background-repeat: no-repeat;
}