MediaWiki:MonoBook.css

Dari widuri
Lompat ke: navigasi, cari

Catatan: Setelah menyimpan, Anda mungkin harus memintas singgahan peramban Anda untuk melihat perubahan.

  • Firefox / Safari: Tahan Shift sambil mengeklik Reload, atau tekan Ctrl-F5 atau Ctrl-R (⌘-R di Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R di Mac)
  • Internet Explorer: Tahan Ctrl sambl mengeklik Refresh, atau tekan Ctrl-F5
  • Opera: Bersihkan tembolok di Tools → Preferences
/* CSS yang ada di sini akan diterapkan pada kulit Monobook. */
/** Hide sidebar **/
div#mw-panel {
  display: none;
}
#right-navigation {
  right: 1em;
}
#mw-head-base,
div#content,
div#footer {
  margin-left: 1em;
}

 #p-tb{
 display : none;
 }

Navigation Menu

#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.