MyPage/sdcamanarch.css

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

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

  1. template-container

{ color: #ffffff; background:#111417; border:3px solid #B0A652 }

/* Columns, and main content area */

  1. template-container .content

{ border: 2px solid #a1a5ad; color: #b7b7b7; background: rgba(31, 34, 64, 0.75); /* 1F2240 */

}

/* Columns, and main content area */

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

{ border:solid 4px #B0A652; background:#111417; color:#B0A652; }

/* Solid color padding blocks */

  1. template-container .pad

{ background-color:#1a1e24; border: 2px solid #B0A652; 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 #928832;

}

/* Wiki Table header */

  1. template-container .wikitable th

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

  1. template-container .wikitable td

{ color:#B0A652;

       background:#2a2e31;        

border:#302221; }

/* Title box */

  1. template-container .headerSection

{ border:1px solid #af8752; background:#1a1e24; color:#B0A652; }

/* Headers inside the title box */

  1. template-container .headerSection > h1

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

/* Tab links */

  1. template-container .tab

{ background:rgba(31, 34, 64, 0.75); color:#ffffff; border:solid 1px #B0A652; border-radius: 5px; }

/* Central header box */

  1. template-container .quote

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

}

/* Header colors and fonts */

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

{ color: #B0A652; }

/* link colors */

  1. template-container a

{ color: #af8752; }

/* Emphasized text */

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

{ font-family: Georgia; font-size: 16px; color: #B0A652; font-weight:bold; }


/* af8752 - border 1 d7ab6b - border 2 ADB9E0 - background - light 1F2240 - background - dark E8DABE - text - yellow 2F345F - text - blue 15172c/1F2240 - gradient

  • /