Vampire

Aus Schreck.Net

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ @import url ("https://use.fontawesome.com/releases/v5.7.2/css/all.css"); @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=M+PLUS+1+Code:wght@100..700&display=swap')// <uniquifier>: Use a uniquifier for the class name// <weight>: Use a value from 100 to 700.m-plus 1 code-<uniquifier> { font-family: "M PLUS 1 Code", monospace; font-optical-sizing: auto; font-weight: <weight>; font-style: normal; } // <uniquifier>: Use a uniquifier for the class name// <weight>: Use a value from 200 to 900.inconsolata-<uniquifier> { font-family: "Inconsolata", monospace; font-optical-sizing: auto; font-weight: <weight>; font-style: normal; font-variation-settings:"wdth" 100; } /* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */ /* Edit window toolbar */

  1. toolbar {

height: 22px; margin-bottom: 6px; }

/* Margins for

    and
      */
      1. content ol, #content ul,#mw_content ol, #mw_content ul {
      margin-bottom: 0.5em; } /* Tab Box below */ .tabs [type=radio], .tabs [type="checkbox"] { display: none; } .tabs-tabbox > .tabs-input:checked + .tabs-label, .tabs-input-0:checked + .tabs-input-1 + .tabs-label { z-index: 2; background-color: #0b0b0b; color: #ededed!important; outline: 2px dashed #5da160; font-weight: 400; } .tabs-tabbox > .tabs-label { margin: 3px!important; position: relative; display: inline-block; vertical-align: bottom; outline: 2px dashed #5da160; padding: 10px 20px; color: #ededed!important; border-radius:0!important; border-bottom: none; font-family: "Inconsolata", monospace!important; } .tabs-tabbox > .tabs-container { margin-top: 10px!important; position: relative; border-radius: 0!important; border: 2px dashed #5da160!important; width: inherit; max-width: inherit; min-width: inherit; z-index: 1; } .tabs-label{ font-family: "Inconsolata", monospace; font-size: 1.1rem; font-weight: 400; text-transform: uppercase; letter-spacing:5px; color: #ededed!important; background-color: #0b0b0b; cursor: pointer; display: block; padding: 10px 15px!important; line-height: 1.5; margin-bottom: 0; border-radius:0!important; border:0!important; border: 2px dashed #1e1e1e; } .tabs-label:hover{ color: #0b0b0b!important; font-weight: 400; border: 2px dashed #65e165; background-color: #0b0b0b; } .tabs-content { width: 100%; border: 0px solid #fff !important; text-align:justify!important; } /* Navbox below */ table.navbox { border: 5px solid #d42441!important; width: 100%; margin: auto; clear: both; text-align: center; line-height: 0.5em } td.navbox, td.navbox { border: 10px solid #bdaf9f!important; width: 100%; margin: auto; line-height: 0.5em!important; } .navbox, .navbox-subgroup { background:#0b0b0b!important; } .navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { background:#65e165!important; } .navbox-group { white-space: nowrap; text-align: right; padding-left: 1em; padding-right: 1em; font-family: "Inconsolata", monospace; color: #f2ece5; letter-spacing:2px!important; text-transform:uppercase; font-size: 10px; border: 2px; } .navbox-title, table.navbox th { background: #5da160!important; text-transform: uppercase; font-size: 12px; font-weight: bold; font-family: "Inconsolata", monospace; letter-spacing: 2px; color: #f2ece5; } .navbox-title, .navbox-abovebelow, table.navbox th { text-align: center; padding-left: 1em; padding-right: 1em; } .navbox-even { background: transparent!important; } .navbox-list { border-color: #d3cbbf!important; font-size:13px!important; }