AZ010D/AZApocalypse.css

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search

/* ------------ Theme colors and fonts ----------------- */

  1. template-container

{ color: #f2f2f2; background:#111417; border:3px solid #b7b7b7 }

/* Columns, and main content area */

  1. template-container .content

{ border: 2px solid #b7b7b7; color: #f2f2f2; background: rgba(3, 0, 46, 0.75); /* 03002e */

}

/* Columns, and main content area */

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

{ border:solid 4px #b7b7b7; background:#010048; color:#f2f2f2; }

/* Solid color padding blocks */

  1. template-container .pad

{ background-color:#010048; border: 2px solid #b7b7b7; background-attachment: fixed; }

/* Main body/translucent overlay */

  1. template-container .main

{ background: rgba(0, 0, 0, 0.25); }

/* Wiki Table formatting */

  1. template-container .wikitable

{ background:inherit;

       border:2px solid #b7b7b7;

}

/* Wiki Table header */

  1. template-container .wikitable th

{ background:#302221; color:#f2f2f2; border:2px solid #b7b7b7; }

  1. template-container .wikitable td

{ color:#f2f2f2;

       background:#010048;        

border:#b7b7b7; }

/* Title box */

  1. template-container .headerSection

{ border:1px solid #b7b7b7; background:#010048; color:#f2f2f2; }

/* Headers inside the title box */

  1. template-container .headerSection > h1

{ font-size:120%; font-weight:bold; color: #f2f2f2; }

/* Tab links */

  1. template-container .tab

{ background:rgba(1, 0, 72, 0.75); color:#f2f2f2; border:solid 1px #b7b7b7; border-radius: 5px; }

/* Central header box */

  1. template-container .quote

{ background: #010048; border:solid 2px #b7b7b7; box-shadow: 3px 3px 5px 1px #000;

}

/* Header colors and fonts */

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

{ color: #f2f2f2; }

/* link colors */

  1. template-container a

{ color: #aaaaaa; }

/* Emphasized text */

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

{ font-family:"Carter One", cursive; font-size: 16px; color: #b7b7b7; font-weight:bold; }