MediaWiki:Common.css

Revision as of 20:52, 16 February 2021 by Admin (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.
/* Page Defaults */

.smallcaps {
    font-variant: small-caps;
    font-style: normal;
}
.smallcaps-bold {
    font-variant: small-caps;
    font-style: normal;
    font-weight: bold;
}
/* Fonts */
@font-face {
    font-family: "AmerType";
    src: url('/fonts/AmerType-Md-BT.woff');
url('/fonts/AmerType-Md-BT.woff');
}
@font-face {
    font-family: "Stencil";
    src: url('/fonts/STENCIL.woff');
url('/fonts/STENCIL.woff');
}
@font-face {
    font-family: "RubberStamp";
    src: url('/fonts/rubber-stamp-let-plain.woff');
url('/fonts/rubber-stamp-let-plain.woff');
}
@font-face {
    font-family: "Aller";
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Aller_Rg.woff');
url('/fonts/Aller_Rg.woff');
}
@font-face {
    font-family: "Aller";
    font-weight: bold;
    font-style: normal;
    src: url('/fonts/Aller_Bd.woff');
url('/fonts/Aller_Bd.woff');
}
@font-face {
    font-family: "Aller";
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/Aller_It.woff');
url('/fonts/Aller_It.woff');
}
@font-face {
    font-family: "Aller";
    font-weight: bold;
    font-style: italic;
    src: url('/fonts/Aller_BdIt.woff');
url('/fonts/Aller_BdIt.woff');
}
@font-face {
    font-family: "EuroHeavy";
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/eurostile-becker-heavy.woff');
url('eurostile-becker-heavy.woff');
}
@font-face {
    font-family: "ForgottenFuturist";
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/forgotten-futurist-rg.woff');
url('/fonts/forgotten-futurist-rg.woff');
}
@font-face {
    font-family: "ForgottenFuturist";
    font-weight: bold;
    font-style: normal;
    src: url('/fonts/forgotten-futurist-bd.woff');
url('/fonts/forgotten-futurist-bd.woff');
}
@font-face {
    font-family: "ForgottenFuturist";
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/forgotten-futurist-rg-it.woff');
url('/fonts/forgotten-futurist-rg-it.woff');
}
@font-face {
    font-family: "ForgottenFuturist";
    font-weight: bold;
    font-style: italic;
    src: url('/fonts/forgotten-futurist-bd-it.woff');
url('/fonts/forgotten-futurist-bd-it.woff');
}
@font-face {
    font-family: "Mason";
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Mason.woff');
url('/fonts/Mason.woff');
}


.sm-table {
    background-color: white;
    color: black;
    font-family: "palatino linotype", palatino, serif;
}

img.fit {
    width: 100%;
    height: auto;
}

img.half {
    width: 50%;
    height: auto;
    float: left;
}