MediaWiki:Timeless.css: Difference between revisions

From Ronald Reagan Speech Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 23: Line 23:


/* To remove the external link icon for interwiki links */
/* To remove the external link icon for interwiki links */
.mw-body-content a.extiw.external {
.mw-body-content a.external {
     background: none !important;
     background: none !important;
     padding-right: 0 !important;
     padding-right: 0 !important;

Revision as of 21:23, 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;
}

/* To remove the external link icon for interwiki links */
.mw-body-content a.external {
    background: none !important;
    padding-right: 0 !important;