MediaWiki:MonoBook.css: Perbedaan revisi

Dari widuri
Lompat ke: navigasi, cari
(←Membuat halaman berisi 'CSS yang ada di sini akan diterapkan pada kulit Monobook.: * Hide sidebar *: div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base,...')
 
 
(5 revisi antara oleh 2 pengguna tidak ditampilkan)
Baris 4: Baris 4:
 
   display: none;
 
   display: none;
 
}
 
}
#left-navigation {
+
#right-navigation {
   left: 1em;
+
   right: 1em;
 
}
 
}
 
#mw-head-base,
 
#mw-head-base,
Baris 12: Baris 12:
 
   margin-left: 1em;
 
   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.

Revisi terkini pada 29 Juni 2018 08.00

/* 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.