Difference between revisions of "Template:Dreaming CSS"
Jump to navigation
Jump to search
(25 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<includeonly>{{#css: | <includeonly>{{#css: | ||
.mw-body h1.firstHeading { | .mw-body h1.firstHeading { | ||
− | font-family: " | + | font-family: "Rye", cursive; |
− | color: # | + | color: #009fd7; |
font-weight: bold; | font-weight: bold; | ||
− | font-size: | + | font-size: 2em; |
} | } | ||
#dream-container-frame { | #dream-container-frame { | ||
− | background-color: # | + | background-color: #e2e2e2; |
padding: 5px; | padding: 5px; | ||
} | } | ||
#dream-container { | #dream-container { | ||
− | background-color:# | + | background-color:#e2e2e2; |
border-style:solid; | border-style:solid; | ||
− | border-color:# | + | border-color:#009fd7; |
padding: 5px; | padding: 5px; | ||
} | } | ||
#dream-title { | #dream-title { | ||
− | font-family: " | + | font-family: "MedievalSharp", cursive; |
− | font-size: | + | font-size:4em; |
line-height:120px; | line-height:120px; | ||
text-align:center; | text-align:center; | ||
font-weight:bolder; | font-weight:bolder; | ||
− | color:# | + | color:#009fd7; |
margin:20px; | margin:20px; | ||
vertical-align:middle; | vertical-align:middle; | ||
} | } | ||
#dream-container h2, .my-h2 { | #dream-container h2, .my-h2 { | ||
− | font-family: " | + | font-family: "Rye", cursive; |
− | color: # | + | color: #009fd7; |
font-weight: bold; | font-weight: bold; | ||
− | size: | + | font-size: 1.6em; |
} | } | ||
#dream-container h3, .my-h3 { | #dream-container h3, .my-h3 { | ||
− | font-family: " | + | font-family: "Rye", cursive; |
− | color: # | + | color: #009fd7; |
font-weight: bold; | font-weight: bold; | ||
− | size: | + | font-size: 1.3em; |
} | } | ||
#dream-container p, #dream-container td, #dream-container th, #dream-container li { | #dream-container p, #dream-container td, #dream-container th, #dream-container li { | ||
− | font-size: | + | font-size: 14px; |
font-family: 'Arial', sans-serif; | font-family: 'Arial', sans-serif; | ||
− | |||
vertical-align:top; | vertical-align:top; | ||
text-align:left; | text-align:left; | ||
Line 65: | Line 64: | ||
} | } | ||
#pc-oocvitals { | #pc-oocvitals { | ||
− | background-color:# | + | background-color:#b6c4c9; |
border-style:solid; | border-style:solid; | ||
− | border-color:# | + | border-color:#009fd7; |
padding:5px; | padding:5px; | ||
} | } | ||
Line 74: | Line 73: | ||
text-align:left; | text-align:left; | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.clearfix::after { | .clearfix::after { | ||
content: ""; | content: ""; |
Latest revision as of 01:49, 1 October 2022
This is the CSS used by many Dreaming-related pages.