Difference between revisions of "MediaWiki:Vector.css"

From Nookipedia, the Animal Crossing wiki
(cleaning out outdated vector skin; all customization is now done via Mediawiki:Gadget-vector-themed.css)
Tag: Blanking
(hiding links)
 
Line 1: Line 1:
 +
/* CSS placed here will affect users of the Vector skin */
  
 +
/* Hide beta social media icons */
 +
#p-navigation #n-Discord, #p-navigation #n-Facebook, #p-navigation #n-Twitter, #p-navigation #n-Instagram {
 +
display: none !important;
 +
}

Latest revision as of 19:47, March 31, 2022

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

/* Hide beta social media icons */
#p-navigation #n-Discord, #p-navigation #n-Facebook, #p-navigation #n-Twitter, #p-navigation #n-Instagram {
	display: none !important;
}