MediaWiki:Timeless.css: Difference between revisions

From Ronald Reagan Speech Wiki
No edit summary
No edit summary
Line 10: Line 10:
     background-position-y: top;
     background-position-y: top;
}
}
#p-logo, #site-navigation, #site-tools {
#p-logo #site-navigation #site-tools {
     background: #DDDDDD;
     background: #DDDDDD;
}
}

Revision as of 19:22, 2 May 2022

/* 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 #site-navigation #site-tools {
    background: #DDDDDD;
}
#mw-content {
    background: #DDDDDD;
    color: #001133;
}