MediaWiki:Timeless.css

From Ronald Reagan Speech Wiki
Revision as of 21:32, 11 February 2026 by Reagan admin (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}

/* Remove the default MediaWiki arrow that appears AFTER external links (optional but cleaner) */
a.external {
    background: none !important;
    padding-right: 0 !important;
}

/* Add globe icon BEFORE the link text */
a.external::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/World_icon.svg/16px-World_icon.svg.png') center / contain no-repeat;
    margin-right: 0.4em;
    vertical-align: middle;
}