MediaWiki:Common.css

Revision as of 16:35, 5 December 2022 by AllisonChains (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Suppress the auto-generated section numbers in the Table of Contents */
.tocnumber { display: none; }

/* Remove top navigation tabs */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-nstab-user { display:none!important; }
#ca-ve-edit { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }

/* Hide categories at bottom of page */
#catlinks { display: none; }

/* Section edit button position */
.ltr .mw-editsection {
	float: right;
}
.rtl .mw-editsection {
	float: left;
}
.mw-editsection-bracket {
	display: none;
}

/* Table Formatting */
   table.wikitable   {
      margin:1em 1em 1em 0;
      background:#808080;
      border:1px #AAA solid;
      border-collapse:collapse;
      }

   table.wikitable th, table.wikitable td {
      border:1px #AAA solid;
      padding:0.2em;
      }

   table.wikitable th{
      background:#D3D3D3;
      text-align:center;
      }

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