MediaWiki:Timeless.css: Difference between revisions
From Ronald Reagan Speech Wiki
Reagan admin (talk | contribs) No edit summary Tag: Reverted |
Reagan admin (talk | contribs) No edit summary Tag: Reverted |
||
| Line 35: | Line 35: | ||
width: 1.1em; | width: 1.1em; | ||
height: 1.1em; | height: 1.1em; | ||
background: url(' | background: url('http://www.poorrichardsprintshop.com/reagan_dokuwiki/lib/images/external-link.svg') center / contain no-repeat; | ||
margin-right: 0.35em; | margin-right: 0.35em; | ||
vertical-align: text-bottom; | vertical-align: text-bottom; | ||
| Line 43: | Line 43: | ||
a.extiw[title^="wikipedia:"]::before, | a.extiw[title^="wikipedia:"]::before, | ||
a.extiw[title^="w:"]::before { | a.extiw[title^="w:"]::before { | ||
background-image: url(' | background-image: url('http://www.poorrichardsprintshop.com/reagan_dokuwiki/lib/images/interwiki/wp.svg') !important; | ||
} | } | ||
/* Optional: do the same for other interwiki prefixes you care about, e.g. wikibooks:, wikt:, etc. */ | /* Optional: do the same for other interwiki prefixes you care about, e.g. wikibooks:, wikt:, etc. */ | ||
Revision as of 21:37, 11 February 2026
/* CSS placed here will affect users of the Timeless skin */
body {
}
#mw-content-container {
background-image: url(http://www.poorrichardsprintshop.com/wiki/Themes/Default-MOD/Images/Background.gif);
background-repeat: repeat-x;
background-attachment: fixed;
background-position-y: top;
}
#p-logo {background: #DDDDDD;}
#site-navigation.sidebar-chunk {background: #DDDDDD;}
#site-tools.sidebar-chunk {background: #DDDDDD;}
#page-tools.sidebar-chunk {background: #DDDDDD;}
#catlinks-sidebar.sidebar-chunk {background: #DDDDDD;}
#toc {background: #DDDDDD; border:#000000;}
#mw-content {
background: #DDDDDD;
color: #001133;
}
/* 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;
}
/* Wikipedia interwiki → W icon */
a.extiw[title^="wikipedia:"]::before,
a.extiw[title^="w:"]::before {
background-image: url('http://www.poorrichardsprintshop.com/reagan_dokuwiki/lib/images/interwiki/wp.svg') !important;
}
/* Optional: do the same for other interwiki prefixes you care about, e.g. wikibooks:, wikt:, etc. */
