MediaWiki:Common.css

From Deutsche Bromelien-Gesellschaft e. V.
Revision as of 15:23, 2 July 2013 by Timm Stolten (talk | contribs) (Avoid superscript and subscript text from breaking the line-spacing)
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 be applied to all skins */
/* removes the footer "This page was last modified on xxxx" */
#footer-info-lastmod { display: none; }

/* removes the footer "This page has been accessed xxxx times." */
#footer-info-viewcount { display: none; }

/* removes the tab "read" in the upper corner left of the "search"-field */
li#ca-view {display:none}

/* No change of line height by references */
.reference, .references sup {
     font-size: 91%;
     vertical-align: text-top;
     position: relative;
     top: -0.3em;
}
/* Avoid superscript and subscript text from breaking the line-spacing */
sup, sub {
    vertical-align: baseline;
    _vertical-align: bottom; /* IE6 hack */
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    bottom: 0.33em;
}