MediaWiki:Common.css: Difference between revisions

From Ronald Reagan Speech Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎Reset default external arrow (optional): a.external { background: none !important; padding-right: 0 !important; padding-left: 0 !important; →‎in case something else added it: } →‎Globe for normal external links: a.external::before { content: " "; display: inline-block; width: 1.1em; height: 1.1em; background: url('http://www.poorrichardsprintshop.com/reagan_dokuwiki/lib/imag...")
 
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 */
body {
font-family: Arial;
}


/* Reset default external arrow (optional) */
/* Reset default external arrow (optional) */

Revision as of 22:14, 11 February 2026

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

body {
font-family: Arial;
}

/* Reset default external arrow (optional) */
a.external {
    background: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;   /* in case something else added it */
}

/* Globe for normal external links */
a.external::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_dokuwiki/lib/images/external-link.svg') center / contain no-repeat;
    margin-right: 0.35em;
    vertical-align: text-bottom;
}

a.extiw[title^="w:"]::before,
a.extiw[title^="W:"]::before,
a.extiw[title^="wikipedia:"]::before,
a.extiw[title^="Wikipedia:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_dokuwiki/lib/images/interwiki/wp.svg') center / contain no-repeat !important;
    margin-right: 0.4em;
    vertical-align: text-bottom;
}