Changes

From Drawn to Life Wiki
933 bytes removed ,  14:49, 19 November 2020
no edit summary
Line 143: Line 143:  
     color: #0e73af;
 
     color: #0e73af;
 
}
 
}
 
+
.portal .body li a:visited:hover, .vector-menu-portal .body li a:visited:hover, .portal .body li a:hover, .vector-menu-portal .body li a:hover {
 +
    color: #e49202;
 +
}
    
   /*********************************/
 
   /*********************************/
Line 303: Line 305:  
a.new {
 
a.new {
 
     color: #bd2020;
 
     color: #bd2020;
}
  −
  −
  −
  −
  /***********/
  −
/* Footer  */
  −
/***********/
  −
.mw-footer {
  −
    padding: 0;
  −
    background: #3d4759;
  −
    width: 100%;
  −
    margin-left: 0;
  −
    height: 13.5em;
  −
    position: absolute;
  −
    bottom: 0;
  −
}
  −
/*Hides Powered by MediaWiki; re-add in text*/
  −
#footer-poweredbyico {
  −
    display: none;
  −
}
  −
/*TopBar*/
  −
#footer-info {
  −
    background: #061530;
  −
    box-shadow: #000c 0px 0px 5px;
  −
    height: 69px; /*nice*/
  −
    position: absolute;
  −
    bottom: 215px;
  −
    width: 100%;
  −
}
  −
/*Links*/
  −
#footer-places a, #footer-places a:hover, #footer-places a:visited, #footer-places-mobileview a, #footer-places-mobileview a:hover, #footer-places-mobileview a:visited, #footer-places-disclaimer a, #footer-places-disclaimer a:hover, #footer-places-disclaimer a:visited, #footer-places-about a, #footer-places-about a:hover, #footer-places-about a:visited, #footer-places-privacy a, #footer-places-privacy a:hover, #footer-places-privacy a:visited{
  −
    color: white;
  −
}
  −
#footer-info-lastmod {
  −
    color: white;
  −
    text-align: center;
  −
}
  −
/*Moves text to center*/
  −
#footer-places li {
  −
    float: none;
  −
    text-align: center;
   
}
 
}