Actions

MediaWiki

Common.css

From Algolit

Revision as of 22:06, 31 October 2017 by Manetta (talk | contribs)

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

pre, code{
margin:2em 0;
}

.ns-subject h6, .ns-special h6, .page-Main_Page h6 {
font-size: 100%;
font-style: italic;
font-weight: normal;
}

.ns-subject h5, .ns-special h5, .page-Main_Page h5 {
font-size: 105%;
font-weight: normal;
text-decoration:underline;
}

.ns-subject h4, .ns-special h4, .page-Main_Page h4 {
font-size: 120%;
text-decoration:underline;
}

.ns-subject h3, .ns-special h3, .page-Main_Page h3 {
font-size: 135%;
}

.ns-subject h2, .ns-special h2, .page-Main_Page h2 {
font-size: 175%;
}

.ns-subject h1, .ns-special h1, .page-Main_Page h1 {
font-size: 225%;
}

h2#firstHeading {
font-size: 225%;
}