Catatan: Selepas menyiarkan perubahan, anda mungkin perlu memintas cache pelayar untuk melihatnya.

  • Firefox / Safari: Tahan Shift sambil mengklik Reload, atau tekan sama ada Ctrl-F5 atau Ctrl-R (⌘-R pada Mac)
  • Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R pada Mac)
  • Internet Explorer / Edge: Tahan Ctrl sambil mengklik Refresh, atau tekan Ctrl-F5
  • Opera: Tekan Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Import CSS daripada en.wikibooks */

@import url("//en.wikibooks.org/w/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");

 /*******************/
 /* wikitable class */
 /*******************/
 
 /* wikitable/prettytable class for skinning normal tables */

 table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }

 table.wikitable>*>tr>th,
 table.wikitable>*>tr>td,
 table.wikitable>tr>th,
 table.wikitable>tr>td,
 table.prettytable>*>tr>th,
 table.prettytable>*>tr>td,
 table.prettytable>tr>th,
 table.prettytable>tr>td
 {
   border: 1px #aaaaaa solid;
   padding: 0.2em;
 }

 table.wikitable>*>tr>th,
 table.wikitable>tr>th,
 table.prettytable>*>tr>th,
 table.prettytable>tr>th
 {
   background: #ccccff;
   text-align: center;
 }

 table.wikitable caption,
 table.prettytable caption {
   margin-left: inherit;
   margin-right: inherit;
 }

/* Add arrows to toggle-blocks for collapsible elements */
.mw-collapsible-arrowtoggle.mw-collapsible-toggle-expanded {
 padding-left: 20px !important;
 background-image: url('//upload.wikimedia.org/wikipedia/commons/1/10/MediaWiki_Vector_skin_action_arrow.png');
 background-repeat: no-repeat;
 background-position: center left;
}
.mw-collapsible-arrowtoggle.mw-collapsible-toggle-collapsed {
 padding-left: 20px !important;
 background-image: url('//upload.wikimedia.org/wikipedia/commons/4/41/MediaWiki_Vector_skin_right_arrow.png');
 background-repeat: no-repeat;
 background-position: center left;
}

 /*****************/
 /* miscellaneous */
 /*****************/
 
 /* make redirects appear as italic on [[Khas:Allpages]] */
 .allpagesredirect {
    font-style: italic
 }

/* fon kod sumber 2013-04-10 */

.source-css,
.source-javascript,
.source-html4strict,
.source-xml,
.source-lua,
.source-python {
    font-family: monospace, "Courier New" !important;
    font-size: 14px;
}
 
/* End of Common CSS skin </nowiki>*/