MyPage/codx.css
- 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 */
- template-container .main
{ background: rgba(165, 182, 206, 0.5); }
/* Container for content sections */
- template-container .content
{ border: 2px solid #c9dbff; color: #354870; border-radius: 10px; background-color:#79889d; }
/* columns and main content */
- template-container .column,
- template-container .mainColumn,
- template-container .section
{ border:solid 3px #79889d; background-color:#1a2539; color:#dfdbeb; border-radius: 10px; }
/* ------------ Quote box ----------------- */ /* Central header box */
- 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 */
- template-container .wikitable
{ background:inherit; color:#ffffff }
/* Wiki Table header */
- template-container .wikitable th
{ background:#c9dbff; color:#354870; }
/* ------------ Title Box (for templates with header boxes) ----------------- */ /* Title box */
- template-container .headerSection
{ border:1px solid #79889d; background:#c9dbff; color:#354870; }
/* Headers inside the title box */
- template-container .headerSection > h1
{ font-size:120%; font-weight:bold; color:#354870; }
/* ------------ Header Tabs ----------------- */ /* Tab links */
- template-container .tab
{ background:#c9dbff; color:#354870; text-shadow: 2px 2px none; border-radius: 5px; border:1px solid #79889d; }
- template-container .tab:hover
{ background:#d4e1fc; text-decoration: underline; }
/* ------------ Misc Formatting ----------------- */
/* Solid color padding blocks */
- template-container .pad
{ background-color:#1a2539; border: 2px solid #79889d; border-radius: 10px; background-attachment: fixed; }
/* Emphasized text */
- template-container strong,
- template-container b
{ font-family: Georgia; font-size: 16px; color: #dfdbeb; }
/* Sets bulleted items to the default color */
- template-container li
{ list-style-image: none; list-style-type: disc; }
/* Horizontal lines */
- 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 */
- template-container h1,
- template-container h2,
- template-container h3
{ color:#dfdbeb; }
/* link colors */
- template-container a
{ color: #dfdbeb; text-shadow: #000000 0 1px 0px; }
/* ------------------- Text for content ------------------ */
- template-container .contentText
{ color: #dfdbeb; }
/* Header colors and fonts */
- template-container .contentText h1,
- template-container .contentText h2,
- template-container .contentText h3
{ color: #1a2539; }
- template-container .quote.contentText h1
{ color:#dfdbeb; }
/* link colors */
- template-container .contentText a
{ color: #1a2539; }
- template-container .contentText strong,
- template-container .contentText b
{ color: #1a2539; }
/* ------------------- Text for section ------------------ */
- template-container .sectionText
{ color:#dfdbeb; }
- template-container .sectionText h1,
- template-container .sectionText h2,
- template-container .sectionText h3
{ color: #687fa1; }
/* link colors */
- template-container .sectionText a
{ color: #687fa1; }
/* Emphasized text */
- template-container .sectionText strong,
- template-container .sectionText b,
- 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
- /