Difference between revisions of "Template 2"
Line 1: | Line 1: | ||
− | + | .mw-body h1.firstHeading { | |
− | + | font-family: "Special Elite"; | |
− | + | color: #800e0e; | |
− | + | font-weight: bold; | |
− | + | font-size: 22px; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | #template-container | |
+ | { | ||
+ | background-color:#ddd; | ||
+ | border-style:solid; | ||
+ | border-color:#800e0e; | ||
+ | border-width:thin; | ||
− | + | } | |
− | ''' | + | p, td, th, li { |
+ | font-size: 16px; | ||
+ | font-family: 'Candara', 'Segoe UI', sans-serif; | ||
+ | vertical-align:top; | ||
+ | text-align:left; | ||
+ | } | ||
− | + | /* ------------ Main Content Sections ----------------- */ | |
+ | /* Main body */ | ||
+ | /*#template-container .main | ||
+ | { | ||
+ | background: rgba(81, 107, 105, 0.75); | ||
− | + | }*/ | |
+ | |||
+ | /* Container for content sections */ | ||
+ | #template-container .content | ||
+ | { | ||
+ | background-color:#bbb; | ||
+ | border-style:solid; | ||
+ | border-color:#800e0e; | ||
+ | padding:5px; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | + | /* ------------ Title Box (for templates with header boxes) ----------------- */ | |
− | + | /* Title box */ | |
− | + | #template-container .headerSection | |
− | + | { | |
− | + | font-family: "Special Elite", serif; | |
− | + | vertical-align:middle; | |
+ | font-size:2.6em; | ||
+ | line-height:120px; | ||
+ | text-align:center; | ||
+ | font-weight:bolder; | ||
+ | color:#800e0e; | ||
+ | margin:20px; | ||
+ | |||
+ | } | ||
− | + | /* Headers inside the title box */ | |
− | + | #template-container .headerSection > h1 | |
− | + | { | |
− | + | ||
− | + | } | |
− | + | /* ------------ Misc Formatting ----------------- */ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /* ------------ Default text colors ----------------- */ | |
+ | /* ---- Applied at the end, so they only overwrite each other */ | ||
− | + | h1, | |
+ | h2, | ||
+ | h3 | ||
+ | { | ||
+ | margin: 0px 0; | ||
+ | border:none; | ||
+ | } | ||
− | + | a:link, a.external:link { | |
+ | color: #a00; | ||
+ | } | ||
+ | a:visited, a.external:visited { | ||
+ | color: #800e0e; | ||
+ | } | ||
+ | a:hover, a.external:hover { | ||
+ | color: #c00; | ||
+ | } | ||
+ | a:active, a.external:active { | ||
+ | color: #f00; | ||
+ | } | ||
+ | a.new, a.new:visited { | ||
+ | color: #B93; | ||
+ | } | ||
− | + | /* ------------------- Text for content ------------------ */ | |
+ | #template-container .contentText | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | } | ||
− | + | /* Header colors and fonts */ | |
− | + | #template-container .contentText h1, | |
− | + | #template-container .contentText h2, | |
+ | #template-container .contentText h3 | ||
+ | { | ||
+ | color: #E8DABE; | ||
+ | border: none; | ||
+ | } | ||
− | + | /* link colors */ | |
− | + | #template-container .contentText a | |
− | |||
− | |||
− | |||
− | #template-container . | ||
{ | { | ||
− | + | color: #E8DABE; | |
} | } | ||
− | + | #template-container .contentText strong, | |
− | #template-container . | + | #template-container .contentText b |
{ | { | ||
− | + | color: #E8DABE; | |
− | |||
− | |||
− | |||
} | } | ||
− | /* | + | /* ------------------- Text for section ------------------ */ |
− | #template-container . | + | /*#template-container .sectionText |
+ | { | ||
+ | color:#000; | ||
+ | }*/ | ||
+ | |||
+ | #template-container .sectionText h1, | ||
+ | #template-container .sectionText h2, | ||
+ | #template-container .sectionText h3 | ||
{ | { | ||
− | + | font-family: "Special Elite"; | |
− | + | color: #800e0e; | |
+ | font-weight: bold; | ||
} | } | ||
− | + | #template-container .sectionText h2 | |
− | #template-container | ||
{ | { | ||
− | + | size: 18px; | |
} | } | ||
− | #template-container | + | |
+ | #template-container .sectionText h3 | ||
{ | { | ||
− | + | size: 16px | |
− | |||
} | } | ||
− |
Revision as of 16:09, 18 August 2020
.mw-body h1.firstHeading {
font-family: "Special Elite"; color: #800e0e; font-weight: bold; font-size: 22px;
}
- template-container
{
background-color:#ddd; border-style:solid; border-color:#800e0e; border-width:thin;
}
p, td, th, li {
font-size: 16px; font-family: 'Candara', 'Segoe UI', sans-serif; vertical-align:top; text-align:left;
}
/* ------------ Main Content Sections ----------------- */ /* Main body */ /*#template-container .main { background: rgba(81, 107, 105, 0.75);
}*/
/* Container for content sections */
- template-container .content
{ background-color:#bbb; border-style:solid; border-color:#800e0e; padding:5px; }
/* ------------ Title Box (for templates with header boxes) ----------------- */
/* Title box */
- template-container .headerSection
{ font-family: "Special Elite", serif; vertical-align:middle; font-size:2.6em; line-height:120px; text-align:center; font-weight:bolder; color:#800e0e; margin:20px;
}
/* Headers inside the title box */
- template-container .headerSection > h1
{
}
/* ------------ Misc Formatting ----------------- */
/* ------------ Default text colors ----------------- */ /* ---- Applied at the end, so they only overwrite each other */
h1, h2, h3 { margin: 0px 0; border:none; }
a:link, a.external:link {
color: #a00;
} a:visited, a.external:visited {
color: #800e0e;
} a:hover, a.external:hover {
color: #c00;
} a:active, a.external:active {
color: #f00;
} a.new, a.new:visited {
color: #B93;
}
/* ------------------- Text for content ------------------ */
- template-container .contentText
{ color: #E8DABE; }
/* Header colors and fonts */
- template-container .contentText h1,
- template-container .contentText h2,
- template-container .contentText h3
{ color: #E8DABE; border: none; }
/* link colors */
- template-container .contentText a
{ color: #E8DABE; }
- template-container .contentText strong,
- template-container .contentText b
{ color: #E8DABE; }
/* ------------------- Text for section ------------------ */ /*#template-container .sectionText { color:#000; }*/
- template-container .sectionText h1,
- template-container .sectionText h2,
- template-container .sectionText h3
{ font-family: "Special Elite"; color: #800e0e; font-weight: bold; }
- template-container .sectionText h2
{ size: 18px; }
- template-container .sectionText h3
{ size: 16px }