Difference between revisions of "AZ010D/AZApocalypse.css"
(Created page with "<noinclude>This is the CSS used by the AZ010D Domain Apocalypse Page.</noinclude> <includeonly>{{#css: .mw-body h1.firstHeading { font-family: "Carter One", cursive; color...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | /* ------------ Theme colors and fonts ----------------- */ | |
− | + | #template-container | |
− | + | { | |
− | + | color: #f2f2f2; | |
− | + | background:#111417; | |
− | + | border:3px solid #b7b7b7 | |
− | |||
} | } | ||
− | # | + | |
− | + | /* Columns, and main content area */ | |
− | + | #template-container .content | |
+ | { | ||
+ | border: 2px solid #b7b7b7; | ||
+ | color: #f2f2f2; | ||
+ | background: rgba(3, 0, 46, 0.75); /* 03002e */ | ||
+ | |||
} | } | ||
− | # | + | |
− | + | /* Columns, and main content area */ | |
− | + | #template-container .column, | |
− | + | #template-container .mainColumn, | |
− | + | #template-container .section | |
+ | { | ||
+ | border:solid 4px #b7b7b7; | ||
+ | background:#010048; | ||
+ | color:#f2f2f2; | ||
} | } | ||
− | + | ||
− | + | /* Solid color padding blocks */ | |
− | + | #template-container .pad | |
− | + | { | |
− | + | background-color:#010048; | |
− | + | border: 2px solid #b7b7b7; | |
− | + | background-attachment: fixed; | |
− | |||
− | |||
} | } | ||
− | # | + | |
− | + | /* Main body/translucent overlay */ | |
− | + | #template-container .main | |
− | + | { | |
− | + | background: rgba(0, 0, 0, 0.25); | |
− | |||
} | } | ||
− | # | + | |
− | + | /* Wiki Table formatting */ | |
− | + | #template-container .wikitable | |
− | + | { | |
− | + | background:inherit; | |
− | + | border:2px solid #b7b7b7; | |
} | } | ||
− | # | + | |
− | + | /* Wiki Table header */ | |
− | + | #template-container .wikitable th | |
− | + | { | |
− | + | background:#302221; | |
− | + | color:#f2f2f2; | |
+ | border:2px solid #b7b7b7; | ||
} | } | ||
− | # | + | |
− | + | #template-container .wikitable td | |
− | + | { | |
+ | color:#f2f2f2; | ||
+ | background:#010048; | ||
+ | border:#b7b7b7; | ||
} | } | ||
− | # | + | |
− | + | /* Title box */ | |
+ | #template-container .headerSection | ||
+ | { | ||
+ | border:1px solid #b7b7b7; | ||
+ | background:#010048; | ||
+ | color:#f2f2f2; | ||
} | } | ||
− | # | + | |
− | + | /* Headers inside the title box */ | |
− | + | #template-container .headerSection > h1 | |
− | + | { | |
− | + | font-size:120%; | |
− | + | font-weight:bold; | |
+ | color: #f2f2f2; | ||
} | } | ||
− | # | + | |
− | + | /* Tab links */ | |
− | + | #template-container .tab | |
+ | { | ||
+ | background:rgba(1, 0, 72, 0.75); | ||
+ | color:#f2f2f2; | ||
+ | border:solid 1px #b7b7b7; | ||
+ | border-radius: 5px; | ||
} | } | ||
− | # | + | |
− | + | /* Central header box */ | |
− | + | #template-container .quote | |
− | + | { | |
− | + | background: #010048; | |
+ | border:solid 2px #b7b7b7; | ||
+ | box-shadow: 3px 3px 5px 1px #000; | ||
+ | |||
} | } | ||
− | # | + | |
− | + | /* Header colors and fonts */ | |
− | + | #template-container h1, | |
+ | #template-container h2, | ||
+ | #template-container h3 | ||
+ | { | ||
+ | color: #f2f2f2; | ||
} | } | ||
− | + | ||
− | + | /* link colors */ | |
+ | #template-container a | ||
+ | { | ||
+ | color: #aaaaaa; | ||
} | } | ||
− | # | + | |
− | + | /* Emphasized text */ | |
+ | #template-container strong, | ||
+ | #template-container b, | ||
+ | #template-container .quote | ||
+ | { | ||
+ | font-family:"Carter One", cursive; | ||
+ | font-size: 16px; | ||
+ | color: #b7b7b7; | ||
+ | font-weight:bold; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 23:12, 26 October 2020
/* ------------ Theme colors and fonts ----------------- */
- template-container
{ color: #f2f2f2; background:#111417; border:3px solid #b7b7b7 }
/* Columns, and main content area */
- template-container .content
{ border: 2px solid #b7b7b7; color: #f2f2f2; background: rgba(3, 0, 46, 0.75); /* 03002e */
}
/* Columns, and main content area */
- template-container .column,
- template-container .mainColumn,
- template-container .section
{ border:solid 4px #b7b7b7; background:#010048; color:#f2f2f2; }
/* Solid color padding blocks */
- template-container .pad
{ background-color:#010048; border: 2px solid #b7b7b7; background-attachment: fixed; }
/* Main body/translucent overlay */
- template-container .main
{ background: rgba(0, 0, 0, 0.25); }
/* Wiki Table formatting */
- template-container .wikitable
{ background:inherit;
border:2px solid #b7b7b7;
}
/* Wiki Table header */
- template-container .wikitable th
{ background:#302221; color:#f2f2f2; border:2px solid #b7b7b7; }
- template-container .wikitable td
{ color:#f2f2f2;
background:#010048;
border:#b7b7b7; }
/* Title box */
- template-container .headerSection
{ border:1px solid #b7b7b7; background:#010048; color:#f2f2f2; }
/* Headers inside the title box */
- template-container .headerSection > h1
{ font-size:120%; font-weight:bold; color: #f2f2f2; }
/* Tab links */
- template-container .tab
{ background:rgba(1, 0, 72, 0.75); color:#f2f2f2; border:solid 1px #b7b7b7; border-radius: 5px; }
/* Central header box */
- template-container .quote
{ background: #010048; border:solid 2px #b7b7b7; box-shadow: 3px 3px 5px 1px #000;
}
/* Header colors and fonts */
- template-container h1,
- template-container h2,
- template-container h3
{ color: #f2f2f2; }
/* link colors */
- template-container a
{ color: #aaaaaa; }
/* Emphasized text */
- template-container strong,
- template-container b,
- template-container .quote
{ font-family:"Carter One", cursive; font-size: 16px; color: #b7b7b7; font-weight:bold; }