Changes

From Drawn to Life Wiki
254 bytes added ,  04:42, 21 November 2020
no edit summary
Line 308: Line 308:  
}
 
}
    +
 +
 +
 +
  /**************/
 +
/* FooterBar  */
 +
/**************/
 
/*FooterBanner*/
 
/*FooterBanner*/
 
.mw-body {
 
.mw-body {
Line 326: Line 332:  
     color: white;
 
     color: white;
 
}  
 
}  
 +
#footer {
 +
    position: fixed;
 +
    bottom: -22px;
 +
}
 +
#footer-info {
 +
    position: fixed;
 +
    left: 183px;
 +
    bottom: 4px;
 +
}
 +
#footer-places {
 +
    position: fixed;
 +
    bottom: 0;
 +
    right: 40px;
 +
}
 +
    
/* Big Footer that works OKAY at best
 
/* Big Footer that works OKAY at best