User:Lord Farin/common.css

From ProofWiki
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.
/* Modify the size of the show/hide link for collapsible sections */
/*
span.linkholder {
    font-size : 75%;
    font-weight : normal;
}
span.linkholder a {
    cursor: pointer;
}
*/

/** topmargin of H2
 * ------------------------------------------------------
 * default (1em) + lineheight (22.4px) and top margin (0.5em) of p
 */
/*
 .ns-0 h2:not(:first-of-type),
 .ns-4 h2:not(:first-of-type),
 .ns-12 h2:not(:first-of-type),
 .ns-100 h2:not(:first-of-type),
 .ns-102 h2:not(:first-of-type) {
 	margin-top: calc(1em + 22.4px + 0.5em);
 }
*/
 .ns-2 h2:not(:first-of-type) {
 	margin-top: 2.4em;
 }