Difference between revisions of "MediaWiki:Common.css"

 
(160 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/* Page Defaults */
  
#cortex-table table {
+
.smallcaps {
background: lightgrey;
+
    font-variant: small-caps;
border: 3px solid lightgrey;
+
    font-style: normal;
border-radius: 10px;
+
}
padding: 3px;
+
.smallcaps-bold {
text-align: right;
+
    font-variant: small-caps;
                margin-bottom: 8px;
+
    font-style: normal;
}
+
    font-weight: bold;
 +
}
 +
/* Fonts */
 +
@font-face {
 +
    font-family: 'American Typewriter';
 +
    src: url('fonts/AmericanTypewriter.woff2') format('woff2'),
 +
    url('fonts/AmericanTypewriter.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
  
#cortex-table table.Asset {
+
@font-face {
background: lightgrey;
+
    font-family: 'AmerType Md BT';
border: 3px solid lightgrey;
+
    src: url('fonts/AmerTypewriterITCbyBT-Bold.woff2') format('woff2'),
border-radius: 10px;
+
    url('fonts/AmerTypewriterITCbyBT-Bold.woff') format('woff');
padding: 3px;
+
    font-weight: bold;
text-align: right;
+
    font-style: normal;
                margin-bottom: 8px;
+
    font-display: swap;
 +
}
 +
@font-face {
 +
    font-family: "Stencil";
 +
    src: url('/fonts/STENCIL.woff');
 +
url('/fonts/STENCIL.woff');
 +
}
 +
@font-face {
 +
    font-family: "RubberStamp";
 +
    src: url('fonts/RubberStampLetPlain.woff2') format('woff2'),
 +
    url('fonts/RubberStampLetPlain.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
@font-face {
 +
    font-family: 'Aller';
 +
    src: url('fonts/Aller-Bold.woff2') format('woff2'),
 +
    url('fonts/Aller-Bold.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: normal;
 +
    font-display: swap;
 
}
 
}
  
#cortex-table table.Complication {
+
@font-face {
background: darkgrey;
+
    font-family: 'Aller';
border: 3px solid darkgrey;
+
    src: url('fonts/Aller-BoldItalic.woff2') format('woff2'),
color: white;
+
    url('fonts/Aller-BoldItalic.woff') format('woff');
border-radius: 10px;
+
    font-weight: bold;
padding: 3px;
+
    font-style: italic;
text-align: right;
+
    font-display: swap;
                margin-bottom: 8px;
 
 
}
 
}
  
#cortex-table th {
+
@font-face {
background-color: black;
+
    font-family: 'Aller Display';
color: white;
+
    src: url('fonts/AllerDisplay.woff2') format('woff2'),
                border: 3px solid lightgrey;
+
    url('fonts/AllerDisplay.woff') format('woff');
border-radius: 10px;
+
    font-weight: normal;
text-align: center;
+
    font-style: normal;
}
+
    font-display: swap;
#cortex-table td.value {
 
  background-color: white;
 
  color: black;
 
                border: 3px solid lightgrey;
 
border-radius: 10px;
 
padding: 5px;
 
text-align: center;
 
}
 
 
}
 
}
  
body #db-name {
+
@font-face {
  font-family: "palatino linotype", palatino, serif;
+
    font-family: 'Aller';
  font-size: 40px;
+
    src: url('fonts/Aller-Italic.woff2') format('woff2'),
  color: #21C251;
+
    url('fonts/Aller-Italic.woff') format('woff');
  font-style: normal;
+
    font-weight: normal;
  font-weight: bold;
+
    font-style: italic;
  font-variant: small-caps;
+
    font-display: swap;
  text-align: center;
 
  letter-spacing: 0px;
 
  line-height: 20px;
 
 
}
 
}
  
body #db-header {
+
@font-face {
  font-family: "palatino linotype", palatino, serif;
+
    font-family: 'Aller';
  font-size: 20px;
+
    src: url('fonts/Aller.woff2') format('woff2'),
  color: #21C251;
+
    url('fonts/Aller.woff') format('woff');
  font-style: normal;
+
    font-weight: normal;
  font-weight: normal;
+
    font-style: normal;
  font-variant: small-caps;
+
    font-display: swap;
  text-align: left;
 
  letter-spacing: 0px;
 
  padding-top: 20px;
 
  line-height: 20px;
 
 
}
 
}
  
.db-table {
+
@font-face {
  background: #21C251;
+
    font-family: 'Aller';
  font-family: "palatino linotype", palatino, serif;
+
    src: url('fonts/Aller-Light.woff2') format('woff2'),
  font-size: 12px;
+
    url('fonts/Aller-Light.woff') format('woff');
 +
    font-weight: 300;
 +
    font-style: normal;
 +
    font-display: swap;
 
}
 
}
  
body #db-text {
+
@font-face {
  background=#FFFFFF;
+
    font-family: 'Aller';
  font-family: "palatino linotype", palatino, serif;
+
    src: url('fonts/Aller-LightItalic.woff2') format('woff2'),
  font-size: 14px;
+
    url('fonts/Aller-LightItalic.woff') format('woff');
 +
    font-weight: 300;
 +
    font-style: italic;
 +
    font-display: swap;
 
}
 
}
  
#ff-text .headline {
+
@font-face {
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
+
    font-family: "EuroHeavy";
  font-weight: bold;
+
    font-weight: normal;
  font-size: 18px;
+
    font-style: normal;
  font-variant: small-caps;
+
    src: url('/fonts/EurostileBeckerHeavy.woff2') format('woff2'),
  vertical-align: bottom;
+
    url('/fonts/EurostileBeckerHeavy.woff') format('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: 'Forgotten Futurist Rg';
 +
    src: url('fonts/ForgottenFuturistRg-Bold.woff2') format('woff2'),
 +
    url('fonts/ForgottenFuturistRg-Bold.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Forgotten Futurist Rg';
 +
    src: url('fonts/ForgottenFuturistRg-Regular.woff2') format('woff2'),
 +
    url('fonts/ForgottenFuturistRg-Regular.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 
}
 
}
  
#ff-text .content {
+
@font-face {
  font-family: verdana, sans-serif;
+
    font-family: 'Forgotten Futurist Rg';
  font-size: 12px;
+
    src: url('fonts/ForgottenFuturistRg-Italic.woff2') format('woff2'),
  color: #000000;
+
    url('fonts/ForgottenFuturistRg-Italic.woff') format('woff');
  font-style: normal;
+
    font-weight: normal;
  font-weight: normal;
+
    font-style: italic;
  font-variant: normal;
+
    font-display: swap;
  text-align: left;
 
  letter-spacing: 0px;
 
  line-height: 12px;
 
 
}
 
}
  
#ff-text .checkbox {
+
@font-face {
  width: 5%;  
+
    font-family: 'Forgotten Futurist Rg';
  float: left;  
+
    src: url('fonts/ForgottenFuturistRg-BoldItalic.woff2') format('woff2'),
  font-size: 20px;
+
    url('fonts/ForgottenFuturistRg-BoldItalic.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: italic;
 +
    font-display: swap;
 
}
 
}
#ff-text .trigger {
+
@font-face {
  width: 95%;  
+
    font-family: 'Mason';
  float: left;
+
    src: url('fonts/Mason-Regular.woff2') format('woff2'),
 +
    url('fonts/Mason-Regular.woff') format('woff');
 +
    font-weight: 100;
 +
    font-style: normal;
 +
    font-display: swap;
 
}
 
}
  
.sm-header {
+
.sm-table {
  background-color: black;
+
    background-color: white;
  color: white;
+
    color: black;
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
+
    font-family: "palatino linotype", palatino, 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 {
+
img.fit {
  background-color: white;
+
    width: 100%;
  color: black;
+
    height: auto;
  font-family: "palatino linotype", palatino, serif;
+
}
}
+
 
 +
img.half {
 +
    width: 50%;
 +
    height: auto;
 +
    float: left;
 +
}
 +
 
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps-Italic.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps-Italic.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps-Italic.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps-Italic.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps-Bold.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps-Bold.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps-BoldItalic.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps-BoldItalic.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps-BoldItalic.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps-BoldItalic.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps-Bold.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps-Bold.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Condensed';
 +
    src: url('fonts/CybertronCondensed-Italic.woff2') format('woff2'),
 +
    url('fonts/CybertronCondensed-Italic.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron';
 +
    src: url('fonts/Cybertron-BoldItalic.woff2') format('woff2'),
 +
    url('fonts/Cybertron-BoldItalic.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Condensed';
 +
    src: url('fonts/CybertronCondensed.woff2') format('woff2'),
 +
    url('fonts/CybertronCondensed.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Condensed';
 +
    src: url('fonts/CybertronCondensed-Bold.woff2') format('woff2'),
 +
    url('fonts/CybertronCondensed-Bold.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron';
 +
    src: url('fonts/Cybertron.woff2') format('woff2'),
 +
    url('fonts/Cybertron.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron';
 +
    src: url('fonts/Cybertron-Italic.woff2') format('woff2'),
 +
    url('fonts/Cybertron-Italic.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Moviecaps';
 +
    src: url('fonts/CybertronMoviecaps.woff2') format('woff2'),
 +
    url('fonts/CybertronMoviecaps.woff') format('woff');
 +
    font-weight: normal;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron';
 +
    src: url('fonts/Cybertron-Bold.woff2') format('woff2'),
 +
    url('fonts/Cybertron-Bold.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: normal;
 +
    font-display: swap;
 +
}
 +
 
 +
@font-face {
 +
    font-family: 'Cybertron Condensed';
 +
    src: url('fonts/CybertronCondensed-BoldItalic.woff2') format('woff2'),
 +
    url('fonts/CybertronCondensed-BoldItalic.woff') format('woff');
 +
    font-weight: bold;
 +
    font-style: italic;
 +
    font-display: swap;
 +
}

Latest revision as of 00:17, 17 February 2021

/* 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: 'American Typewriter';
    src: url('fonts/AmericanTypewriter.woff2') format('woff2'),
    url('fonts/AmericanTypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmerType Md BT';
    src: url('fonts/AmerTypewriterITCbyBT-Bold.woff2') format('woff2'),
    url('fonts/AmerTypewriterITCbyBT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Stencil";
    src: url('/fonts/STENCIL.woff');
url('/fonts/STENCIL.woff');
}
@font-face {
    font-family: "RubberStamp";
    src: url('fonts/RubberStampLetPlain.woff2') format('woff2'),
    url('fonts/RubberStampLetPlain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Bold.woff2') format('woff2'),
    url('fonts/Aller-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-BoldItalic.woff2') format('woff2'),
    url('fonts/Aller-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aller Display';
    src: url('fonts/AllerDisplay.woff2') format('woff2'),
    url('fonts/AllerDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Italic.woff2') format('woff2'),
    url('fonts/Aller-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller.woff2') format('woff2'),
    url('fonts/Aller.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Light.woff2') format('woff2'),
    url('fonts/Aller-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-LightItalic.woff2') format('woff2'),
    url('fonts/Aller-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "EuroHeavy";
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/EurostileBeckerHeavy.woff2') format('woff2'),
    url('/fonts/EurostileBeckerHeavy.woff') format('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: 'Forgotten Futurist Rg';
    src: url('fonts/ForgottenFuturistRg-Bold.woff2') format('woff2'),
    url('fonts/ForgottenFuturistRg-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Forgotten Futurist Rg';
    src: url('fonts/ForgottenFuturistRg-Regular.woff2') format('woff2'),
    url('fonts/ForgottenFuturistRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Forgotten Futurist Rg';
    src: url('fonts/ForgottenFuturistRg-Italic.woff2') format('woff2'),
    url('fonts/ForgottenFuturistRg-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Forgotten Futurist Rg';
    src: url('fonts/ForgottenFuturistRg-BoldItalic.woff2') format('woff2'),
    url('fonts/ForgottenFuturistRg-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Mason';
    src: url('fonts/Mason-Regular.woff2') format('woff2'),
    url('fonts/Mason-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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


@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps-Italic.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps-Italic.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps-Bold.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps-BoldItalic.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps-BoldItalic.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps-Bold.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Condensed';
    src: url('fonts/CybertronCondensed-Italic.woff2') format('woff2'),
    url('fonts/CybertronCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron';
    src: url('fonts/Cybertron-BoldItalic.woff2') format('woff2'),
    url('fonts/Cybertron-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Condensed';
    src: url('fonts/CybertronCondensed.woff2') format('woff2'),
    url('fonts/CybertronCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Condensed';
    src: url('fonts/CybertronCondensed-Bold.woff2') format('woff2'),
    url('fonts/CybertronCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron';
    src: url('fonts/Cybertron.woff2') format('woff2'),
    url('fonts/Cybertron.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron';
    src: url('fonts/Cybertron-Italic.woff2') format('woff2'),
    url('fonts/Cybertron-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Moviecaps';
    src: url('fonts/CybertronMoviecaps.woff2') format('woff2'),
    url('fonts/CybertronMoviecaps.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron';
    src: url('fonts/Cybertron-Bold.woff2') format('woff2'),
    url('fonts/Cybertron-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cybertron Condensed';
    src: url('fonts/CybertronCondensed-BoldItalic.woff2') format('woff2'),
    url('fonts/CybertronCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}