MediaWiki:Common.css: Difference between revisions

From BSC Policy
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.external {
.external {
   background-image: url("/wiki/Special:FilePath/nophoto.png");
   background-image: url("/Special:FilePath/nophoto.png");
   border: 1px solid red;
   border: 1px solid red;
}
}

Revision as of 12:59, 23 February 2026

/* CSS placed here will be applied to all skins */
.external {
   background-image: url("/Special:FilePath/nophoto.png");
   border: 1px solid red;
}