Difference between revisions of "MediaWiki:Monobook.css"

From Virtuverse Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the MonoBook skin: .pBody { background-color:rgba(0,0,0,0);")
 
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
.pBody {
 
.pBody {
 
       background-color:rgba(0,0,0,0);
 
       background-color:rgba(0,0,0,0);
 +
      border-style: none;
 +
}
 +
 +
#f-poweredbyico.footer-icons {display: none;}

Latest revision as of 05:01, 26 August 2019

/* CSS placed here will affect users of the MonoBook skin */

.pBody {
      background-color:rgba(0,0,0,0);
      border-style: none;
}

#f-poweredbyico.footer-icons {display: none;}