MyPage/mes.css
/* ------------ Theme colors and fonts ----------------- */
- template-container
{ background:#D1B280; color:#000000; border:6px solid #600D0D; }
/* Container for content sections */
- template-container .content
{ border: 2px solid #600D0D; color: #000; background-color:#F2ECDE; }
/* columns and main content */
- template-container .column,
- template-container .mainColumn,
- template-container .section
{ background:#fae9cf; color:#000; border:3px solid #600D0D; }
/* Solid color padding blocks */
- template-container .pad
{ background-color:#F2ECDE; border: 2px solid #600D0D; background-attachment: fixed; }
/* Main body */
- template-container .main
{ background: rgba(255, 255, 255, 0.25); }
/* Wiki Table formatting */
- template-container .wikitable
{ background:inherit; color:#000 }
/* Wiki Table header */
- template-container .wikitable th
{ background:#F2ECDE; color:#354870; }
/* Title box */
- template-container .headerSection
{ border:1px solid #600D0D; background:#B99A9A; }
/* Headers inside the title box */
- template-container .headerSection > h1
{ font-size:140%; font-weight:bold; }
/* Tab links */
- template-container .tab
{ background:#fae9cf; border: 1px solid #600D0D; font-weight:bold; }
- template-container .tab:hover
{ background:#fceed9; text-decoration: underline; }
/* Central header box */
- template-container .quote
{ background: #F2ECDE; border:solid 2px #600D0D; box-shadow: 3px 3px 5px 1px #000;
}
/* Header colors and fonts */
- template-container h1
{ font-weight:bold; }
/* link colors */
- template-container a
{ color: #600D0D; }
/* Emphasized text */
- template-container strong,
- template-container b,
- template-container .quote
{
}
/* Sets bulleted items to the default color */
- 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
- /