Difference between revisions of "Template:Dreaming CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
 
(29 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: "Carter One", cursive;
+
   font-family: "Rye", cursive;
   color: #D35400;
+
   color: #009fd7;
 
   font-weight: bold;
 
   font-weight: bold;
   font-size: 22px;
+
   font-size: 2em;
 
}
 
}
 
#dream-container-frame {
 
#dream-container-frame {
   background-color: #0154B0;
+
   background-color: #e2e2e2;
 
   padding: 5px;
 
   padding: 5px;
 
}
 
}
 
#dream-container {
 
#dream-container {
   background-color:#0154B0;
+
   background-color:#e2e2e2;
 
   border-style:solid;
 
   border-style:solid;
   border-color:#D35400;
+
   border-color:#009fd7;
 
   padding: 5px;
 
   padding: 5px;
 
}
 
}
 
#dream-title {
 
#dream-title {
   font-family: "Trade Winds", cursive;
+
   font-family: "MedievalSharp", cursive;
   font-size:2.6em;
+
   font-size:4em;
 
   line-height:120px;
 
   line-height:120px;
 
   text-align:center;
 
   text-align:center;
 
   font-weight:bolder;
 
   font-weight:bolder;
   color:#D35400;
+
   color:#009fd7;
 
   margin:20px;
 
   margin:20px;
 
   vertical-align:middle;
 
   vertical-align:middle;
 
}
 
}
 
#dream-container h2, .my-h2 {
 
#dream-container h2, .my-h2 {
   font-family: "Carter One", cursive;
+
   font-family: "Rye", cursive;
   color: #D35400;
+
   color: #009fd7;
 
   font-weight: bold;
 
   font-weight: bold;
   size: 18px;
+
   font-size: 1.6em;
 
}
 
}
 
#dream-container h3, .my-h3 {
 
#dream-container h3, .my-h3 {
   font-family: "Carter One", cursive;
+
   font-family: "Rye", cursive;
   color: #D35400;
+
   color: #009fd7;
 
   font-weight: bold;
 
   font-weight: bold;
   size: 16px
+
   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: 16px;
+
   font-size: 14px;
 
   font-family: 'Arial', sans-serif;
 
   font-family: 'Arial', sans-serif;
  color: #D7DBDD;
 
 
   vertical-align:top;
 
   vertical-align:top;
 
   text-align:left;
 
   text-align:left;
Line 65: Line 64:
 
}
 
}
 
#pc-oocvitals {
 
#pc-oocvitals {
   background-color:#222;
+
   background-color:#b6c4c9;
 
   border-style:solid;
 
   border-style:solid;
   border-color:#D35400;
+
   border-color:#009fd7;
 
   padding:5px;
 
   padding:5px;
 
}
 
}
Line 74: Line 73:
 
   text-align:left;
 
   text-align:left;
 
}
 
}
#dream-container a:link, #dream-container a.external:link {
+
 
  color: #817222;
 
}
 
#dream-container a:visited, #dream-container a.external:visited {
 
  color: #D35400;
 
}
 
#dream-container a:hover, #dream-container a.external:hover {
 
  color: #cbb63e;
 
}
 
#dream-container a:active, #dream-container a.external:active {
 
  color: #d8c86e;
 
}
 
#dream-container a.new, #dream-container a.new:visited {
 
  color: #8d2ba1;
 
}
 
 
.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.