MediaWiki:Common.css

From My Wiki
Revision as of 05:06, 27 December 2023 by Administrator (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.
/* Styling for links */
a, image a {
    color: #327ba7;
}

a:visited, image a:visited, a:active, image a:active {
    color: #327ba7;
}

a.new, image a.new {
    color: #ba0000;
}

/* Basic body styling */
body {
    font-family: sans-serif;
    background-color: #fbfbfb;
    color: #36414f;
}

/* Header styles */
h1, h2, h3, h4, h5, h6 {
    color: #444e5a;
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
}

/* Main page table styling */
.wikitable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.wikitable th, .wikitable td {
    border: 1px solid #CCC;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.wikitable th {
    background-color: #f2f2f2;
    font-weight: bold;
}