MyPage/codx.css

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

{ color: #ffffff; background:#000; background-image:-webkit-gradient(linear, 21% 19%, 100% 59%, from(#000000), to(#000000), color-stop(.6,#0b2359)); border:3px solid #79889d }

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

  1. template-container .main

{ background: rgba(165, 182, 206, 0.5); }

/* Container for content sections */

  1. template-container .content

{ border: 2px solid #c9dbff; color: #354870; border-radius: 10px; background-color:#79889d; }

/* columns and main content */

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

{ border:solid 3px #79889d; background-color:#1a2539; color:#dfdbeb; border-radius: 10px; }

/* ------------ Quote box ----------------- */ /* Central header box */

  1. template-container .quote

{ background: #1a2539; border:solid 2px #79889d; box-shadow: 3px 3px 5px 1px #000; border-radius: 10px;

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

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

  1. template-container .wikitable

{ background:inherit; color:#ffffff }

/* Wiki Table header */

  1. template-container .wikitable th

{ background:#c9dbff; color:#354870; }

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

  1. template-container .headerSection

{ border:1px solid #79889d; background:#c9dbff; color:#354870; }

/* Headers inside the title box */

  1. template-container .headerSection > h1

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

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

  1. template-container .tab

{ background:#c9dbff; color:#354870; text-shadow: 2px 2px none; border-radius: 5px; border:1px solid #79889d; }

  1. template-container .tab:hover

{ background:#d4e1fc; text-decoration: underline; }

/* ------------ Misc Formatting ----------------- */

/* Solid color padding blocks */

  1. template-container .pad

{ background-color:#1a2539; border: 2px solid #79889d; border-radius: 10px; background-attachment: fixed; }

/* Emphasized text */

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

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

/* 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:#79889d; background-color:#79889d; }

/* ------------ 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:#dfdbeb; }

/* link colors */

  1. template-container a

{ color: #dfdbeb; text-shadow: #000000 0 1px 0px; }

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

  1. template-container .contentText

{ color: #dfdbeb; }

/* Header colors and fonts */

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

{ color: #1a2539; }

  1. template-container .quote.contentText h1

{ color:#dfdbeb; }

/* link colors */

  1. template-container .contentText a

{ color: #1a2539; }

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

{ color: #1a2539; }

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

  1. template-container .sectionText

{ color:#dfdbeb; }

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

{ color: #687fa1; }

/* link colors */

  1. template-container .sectionText a

{ color: #687fa1; }

/* Emphasized text */

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

{ color: #687fa1; }

/* Reference colors from the main page */ /* dfdbeb - text, light purple 354870 - text, blue 79889d - border, dark ecebf0 - border 2, light c9dbff - background, light 1a2539 - background, dark 485f93 - text, lighter blue 687fa1 - text, blue-grey

  • /