MyPage/vampire.css

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
  1. template-container

{ background:#000; background-image:-webkit-gradient(linear, 21% 19%, 100% 59%, from(#000000), to(#000000), color-stop(.6,#162b25)); border:3px solid #d7ab6b; color: #E8DABE;

}

/* ------------ Main Content Sections ----------------- */ /* Main body */

  1. template-container .main

{ background: rgba(81, 107, 105, 0.75); /*background: rgba(255, 255, 255, 0.5);*/ }

/* Container for content sections */

  1. template-container .content

{ color: #E8DABE; background-color:#223b31; border:solid 1px #af8752; }

/* Columns, and main content area */

  1. template-container .column,
  2. template-container .mainColumn,
  3. template-container .section

{ border:solid 3px #af8752; background-color:#9AB1A7; color: #000; } /* ------------ Quote box ----------------- */ /* Central header box */

  1. template-container .quote

{ background: #223b31; border:solid 2px #af8752; box-shadow: 3px 3px 5px 1px #000;

font-family: Georgia; font-size: 16px; color: #E8DABE; }

  1. template-container .quote a,

{ color:#E8DABE; }

/* ------------ Wikitable formatting ----------------- */ /* Wiki Table formatting */

  1. template-container .wikitable

{ background:inherit; border:1px solid black; }

/* Wiki Table header */

  1. template-container .wikitable th

{ background:#223b31; background: rgba(34, 59, 49, 0.75); /* 8c0f14 */ color:#E8DABE; border:1px solid #000; }

  1. template-container .wikitable td

{ border:1px solid #af8752; }

/* ------------ Title Box (for templates with header boxes) ----------------- */ /* Title box */

  1. template-container .headerSection

{ border:1px solid #af8752; background:#223b31; background: rgba(34, 59, 49, 0.75); /* 8c0f14 */ color:#E8DABE; }

/* Headers inside the title box */

  1. template-container .headerSection > h1

{ font-size:120%; font-weight:bold; }

/* ------------ Header Tabs ----------------- */ /* Tab links */

  1. template-container .tab

{ background:rgba(81, 107, 105, 0.75); border:solid 1px #af8752; border-radius: 5px; color:#E8DABE; }

  1. template-container .tab:hover

{ background:rgba(112, 147, 144, 0.75); }

/* ------------ Misc Formatting ----------------- */ /* Solid color padding blocks */

  1. template-container .pad

{ background-color:#223b31; border: 2px solid #d7ab6b; background-attachment: fixed; }

/* Sets bulleted items to the default color */

  1. template-container li

{ list-style-image: none; list-style-type: disc; }

/* Horizontal lines */

  1. template-container hr

{ border-color:#af8752; background-color:#af8752; }

/* Emphasized text */

  1. template-container strong,
  2. template-container b

{ font-family: Georgia; font-size: 16px; }

/* ------------ Default text colors ----------------- */ /* ---- Applied at the end, so they only overwrite each other */

/* Header colors and fonts */

  1. template-container h1,
  2. template-container h2,
  3. template-container h3

{ color: #E8DABE; border:none; }

/* link colors */

  1. template-container a

{ color: #E8DABE; }

/* Emphasized text */

  1. template-container strong,
  2. template-container b

{ color: #E8DABE; }

/* ------------------- Text for content ------------------ */

  1. template-container .contentText

{ color: #E8DABE; }

/* Header colors and fonts */

  1. template-container .contentText h1,
  2. template-container .contentText h2,
  3. template-container .contentText h3

{ color: #E8DABE; }

/* link colors */

  1. template-container .contentText a

{ color: #E8DABE; }

  1. template-container .contentText strong,
  2. template-container .contentText b

{ color: #E8DABE; }

/* ------------------- Text for section ------------------ */

  1. template-container .sectionText

{ color:#000; }

  1. template-container .sectionText h1,
  2. template-container .sectionText h2,
  3. template-container .sectionText h3

{ color: #283D32; }

/* link colors */

  1. template-container .sectionText a

{ color: #E8DABE; }

/* Emphasized text */

  1. template-container .sectionText strong,
  2. template-container .sectionText b,
  3. template-container .sectionText .quote

{ color: #283D32; }

/* Reference colors from the main page */ /* bdbdbd - background af8752 - border 1 d7ab6b - border 2 E8DABE - text - gold 283D32 - text - green 000 - text 9AB1A7 - background - light 516b69 - background - dark

  • /