MediaWiki:Monobook.css: Difference between revisions
From BSC Policy
Jump to navigationJump to search
Created page with "→All CSS here will be loaded for users of the MonoBook skin: .external { background-image: url("/resources/src/mediawiki.skinning/images/external-ltr.svg") !important; border: 1px solid red; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
.external { | /* .external { | ||
background-image: url("/resources/src/mediawiki.skinning/images/external-ltr.svg") !important; | background-image: url("/resources/src/mediawiki.skinning/images/external-ltr.svg") !important; | ||
border: 1px solid red; | border: 1px solid red; | ||
*/ } | |||
.external { | |||
background-image: url("/w/skins/Vector/resources/common/images/external-link-ltr-icon.svg"); /* (Example for Vector) */ | |||
} | } | ||
Revision as of 13:12, 23 February 2026
/* All CSS here will be loaded for users of the MonoBook skin */
/* .external {
background-image: url("/resources/src/mediawiki.skinning/images/external-ltr.svg") !important;
border: 1px solid red;
*/ }
.external {
background-image: url("/w/skins/Vector/resources/common/images/external-link-ltr-icon.svg"); /* (Example for Vector) */
}