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);")
 
Line 3: Line 3:
 
.pBody {
 
.pBody {
 
       background-color:rgba(0,0,0,0);
 
       background-color:rgba(0,0,0,0);
 +
      border-style: none;
 +
}

Revision as of 04:53, 26 August 2019

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

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