MediaWiki:Common.css

From CHITRAL
Revision as of 15:38, 16 January 2025 by Administration (talk | contribs)

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 */
.wikitable {
    background-color: #ffffff;
    border-collapse: collapse;
    width: 100%;
}

.wikitable th {
    background-color: #0073aa;
    color: white;
    padding: 10px;
    font-size: 1.2em;
}

.wikitable td {
    padding: 10px;
    font-size: 1.1em;
}

body.page-Main_Page #ca-history,
body.page-Main_Page #ca-viewsource {
    display: none !important;
}