Difference between revisions of "MediaWiki:Sidebar"

From NETRIO
Jump to navigation Jump to search
(Blanked the page)
Tags: Blanking Manual revert
Line 1: Line 1:
#p-navigation { display: none; } - removes the whole Navigation menu.


#p-navigation h3 { display: none; } - removes only the label/title of the Navigation menu.
#n-mainpage-description { display: none; } - removes the Main Page link.
#n-recentchanges { display: none; } - hides the Recent changes link.
#n-randompage { display: none; } - removes the Random page link from the menu.
#n-help { display: none; } - removes the Help link.

Revision as of 19:50, 13 January 2022

  1. p-navigation { display: none; } - removes the whole Navigation menu.
  1. p-navigation h3 { display: none; } - removes only the label/title of the Navigation menu.
  1. n-mainpage-description { display: none; } - removes the Main Page link.
  1. n-recentchanges { display: none; } - hides the Recent changes link.
  1. n-randompage { display: none; } - removes the Random page link from the menu.
  1. n-help { display: none; } - removes the Help link.