Difference between revisions of "MediaWiki:Common.css"

From OCTOPUSCINEMA
Jump to: navigation, search
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/*
+
div#content a.external[href ^="https://"] {
* {
+
   background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat;
   font-family: 'Poppins';
 
  src: local("Poppins"),
 
      url(http://www.octopuscinema.com/fonts/Poppins-Regular.ttf);
 
 
}
 
}
*/
 

Revision as of 19:24, 13 October 2021

/* CSS placed here will be applied to all skins */

div#content a.external[href ^="https://"] {
  background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat;
}