MediaWiki:Vector.css: Difference between revisions

From Skelepedia
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: a.external { background: none; padding-right: 0; }")
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


a.external {
div#content a.external[href ^="https://"] {
     background: none;
     background-image: none;
     padding-right: 0;
     padding-right: 0;
}
}

Revision as of 20:26, 2 March 2023

/* All CSS here will be loaded for users of the Vector skin */

div#content a.external[href ^="https://"] {
    background-image: none;
    padding-right: 0;
}