MyPage/mes.css

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

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

  1. template-container

{ background:#D1B280; color:#000000; border:6px solid #600D0D; }

/* Container for content sections */

  1. template-container .content

{ border: 2px solid #600D0D; color: #000; background-color:#F2ECDE; }

/* columns and main content */

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

{ background:#fae9cf; color:#000; border:3px solid #600D0D; }

/* Solid color padding blocks */

  1. template-container .pad

{ background-color:#F2ECDE; border: 2px solid #600D0D; background-attachment: fixed; }

/* Main body */

  1. template-container .main

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

/* Wiki Table formatting */

  1. template-container .wikitable

{ background:inherit; color:#000 }

/* Wiki Table header */

  1. template-container .wikitable th

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

/* Title box */

  1. template-container .headerSection

{ border:1px solid #600D0D; background:#B99A9A; }

/* Headers inside the title box */

  1. template-container .headerSection > h1

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

/* Tab links */

  1. template-container .tab

{ background:#fae9cf; border: 1px solid #600D0D; font-weight:bold; }

  1. template-container .tab:hover

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


/* Central header box */

  1. template-container .quote

{ background: #F2ECDE; border:solid 2px #600D0D; box-shadow: 3px 3px 5px 1px #000;

}

/* Header colors and fonts */

  1. template-container h1

{ font-weight:bold; }

/* link colors */

  1. template-container a

{ color: #600D0D; }

/* Emphasized text */

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

{

}

/* Sets bulleted items to the default color */

  1. template-container li {
 list-style-image: none;
 list-style-type: disc;

}

/* D1B280 - border 1, beige 600D0D - border 2, red 000 - text - black 600D0D - text, red F2ECDE - background - light B99A9A - background - pink fae9cf - background beige

  • /