MediaWiki:Common.css

Revision as of 20:27, 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');
}

body #db-name {
    font-family: "palatino linotype", palatino, serif;
    font-size: 40px;
    color: #21C251;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    letter-spacing: 0px;
    line-height: 25px;
}

body #db-header {
    font-family: "palatino linotype", palatino, serif;
    font-size: 20px;
    color: #21C251;
    font-style: normal;
    font-weight: normal;
    font-variant: small-caps;
    text-align: left;
    letter-spacing: 0px;
    padding-top: 20px;
    line-height: 20px;
}

.db-table {
    background: #21C251;
    font-family: "palatino linotype", palatino, serif;
    font-size: 12px;
}

body #db-text {
    background=#FFFFFF;
    font-family: "palatino linotype", palatino, serif;
    font-size: 14px;
}

.sm-header {
    background-color: black;
    color: white;
    font-family: "lucida sans unicode", "lucida grande", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    text-align: right;
    letter-spacing: 1.2px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top;
    4px;
    line-height: 25px;
}

.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;
}