MediaWiki:Vector.css

From Epic Path
Revision as of 21:32, 4 January 2017 by Reese (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 affect users of the Vector skin */

h1 {
    color: #584500;
    font-size: 2em;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

h2 {
    color: #584500;
    font-size: 1.5em;
    padding: 2.5em 0.2em 0.2em 0.2em;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}

h3 {
    color: #584500;
    font-size: 1.25em;
    padding: 1.5em 0.2em 0.2em 0.2em;
}


h4 {
    color: #584500;
    padding: 1.0em 0.2em 0.2em 0.2em;
}

h5 {
    color: #584500;
    padding: 0.75em 0.2em 0.2em 0.2em;
}

h6 {
    color: #000000;
    padding: 0.2em 0.2em 0.2em 0.2em;
}