MediaWiki:Common.css: Difference between revisions

From Ronald Reagan Speech Wiki
No edit summary
No edit summary
 
Line 92: Line 92:
     width: 1.1em;
     width: 1.1em;
     height: 1.1em;
     height: 1.1em;
     background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/New_York_Times.svg') center / contain no-repeat !important;
     background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/X_Logo.svg') center / contain no-repeat !important;
     margin-right: 0.25em;
     margin-right: 0.25em;
     vertical-align: text-bottom;
     vertical-align: text-bottom;
}
}

Latest revision as of 23:09, 20 March 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_wiki/resources/custom/Interwiki/external-link.svg') center / contain no-repeat;
    margin-right: 0.25em;
    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_wiki/resources/custom/Interwiki/Wikipedia_Logo_Mini.svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

a.extiw[title^="yt:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/YouTube_(2024).svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

a.extiw[title^="amazon:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/amazon.svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

a.extiw[title^="IntArch:"]::before,
a.extiw[title^="intarch:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/Internet_Archive_icon.svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

a.extiw[title^="rrpl:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/Reagan_Presidential_Library.svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

a.extiw[title^="nyt:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/New_York_Times.svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}

a.extiw[title^="xpost:"]::before {
    content: " ";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: url('http://www.poorrichardsprintshop.com/reagan_wiki/resources/custom/Interwiki/X_Logo.svg') center / contain no-repeat !important;
    margin-right: 0.25em;
    vertical-align: text-bottom;
}