MediaWiki:Monobook.css: Difference between revisions

From BSC Policy
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 4: Line 4:
   border: 1px solid red;
   border: 1px solid red;
  }
  }
 
/* just testing */
/*
.external {
  background-image: url("/w/skins/Vector/resources/common/images/external-link-ltr-icon.svg"); /* (Example for Vector) */
}
*/

Latest revision as of 12:45, 24 February 2026

/* All CSS here will be loaded for users of the MonoBook skin */
 .my-custom-class {
   background-image: url("/resources/src/mediawiki.skinning/images/external-ltr.svg") !important;
   border: 1px solid red;
 }
/* just testing */