Difference between revisions of "MediaWiki:Timeless.css"

(Replaced content with "CSS placed here will affect users of the Timeless skin: body { background-image: url(http://www.poorrichardsprintshop.com/wiki/Themes/Default-MOD/Images/Backgrou...")
(Tag: Replaced)
Line 2: Line 2:
  
 
body {
 
body {
 +
 +
}
 +
#mw-content-container {
 
     background-image: url(http://www.poorrichardsprintshop.com/wiki/Themes/Default-MOD/Images/Background.gif);
 
     background-image: url(http://www.poorrichardsprintshop.com/wiki/Themes/Default-MOD/Images/Background.gif);
 
     background-repeat: repeat-x;
 
     background-repeat: repeat-x;
 
     background-attachment: fixed;
 
     background-attachment: fixed;
 
}
 
}

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