Difference between revisions of "MediaWiki:Common.css"

From Spatial Manager Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
#footer-poweredbyico { display: none; }
 
#footer-poweredbyico { display: none; }
  
.mw-body a.external,
+
.white a.external,
.mw-body a.external:visited {
+
.white a.external:visited {
 
color: #fff!important;
 
color: #fff!important;
 
}
 
}

Revision as of 11:43, 4 December 2019

/* CSS placed here will be applied to all skins */

/* Hide Discussion tab */
#ca-talk { display:none!important; }

/* Hide powered by logo */
#footer-poweredbyico { display: none; }

.white a.external,
.white a.external:visited {
	color: #fff!important;
}