Difference between revisions of "Template:Dreaming CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>This is the CSS used by many Dreaming-related pages.</noinclude> <includeonly>{{#css: .mw-body h1.firstHeading { font-family: "Carter One", cursive; color: #a18...")
 
Line 3: Line 3:
 
.mw-body h1.firstHeading {
 
.mw-body h1.firstHeading {
 
   font-family: "Carter One", cursive;
 
   font-family: "Carter One", cursive;
   color: #a18f2b;
+
   color: #D35400;
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 22px;
 
   font-size: 22px;
 
}
 
}
 
#dream-container-frame {
 
#dream-container-frame {
   background-color: #000;
+
   background-color: #0154B0;
 
   padding: 5px;
 
   padding: 5px;
 
}
 
}
 
#dream-container {
 
#dream-container {
   background-color:#000;
+
   background-color:#0154B0;
 
   border-style:solid;
 
   border-style:solid;
   border-color:#a18f2b;
+
   border-color:#D35400;
 
   padding: 5px;
 
   padding: 5px;
 
}
 
}
Line 23: Line 23:
 
   text-align:center;
 
   text-align:center;
 
   font-weight:bolder;
 
   font-weight:bolder;
   color:#a18f2b;
+
   color:#D35400;
 
   margin:20px;
 
   margin:20px;
 
   vertical-align:middle;
 
   vertical-align:middle;
Line 29: Line 29:
 
#dream-container h2, .my-h2 {
 
#dream-container h2, .my-h2 {
 
   font-family: "Carter One", cursive;
 
   font-family: "Carter One", cursive;
   color: #a18f2b;
+
   color: #D35400;
 
   font-weight: bold;
 
   font-weight: bold;
 
   size: 18px;
 
   size: 18px;
Line 35: Line 35:
 
#dream-container h3, .my-h3 {
 
#dream-container h3, .my-h3 {
 
   font-family: "Carter One", cursive;
 
   font-family: "Carter One", cursive;
   color: #a18f2b;
+
   color: #D35400;
 
   font-weight: bold;
 
   font-weight: bold;
 
   size: 16px
 
   size: 16px
Line 67: Line 67:
 
   background-color:#222;
 
   background-color:#222;
 
   border-style:solid;
 
   border-style:solid;
   border-color:#a18f2b;
+
   border-color:#D35400;
 
   padding:5px;
 
   padding:5px;
 
}
 
}
Line 78: Line 78:
 
}
 
}
 
#dream-container a:visited, #dream-container a.external:visited {
 
#dream-container a:visited, #dream-container a.external:visited {
   color: #a18f2b;
+
   color: #D35400;
 
}
 
}
 
#dream-container a:hover, #dream-container a.external:hover {
 
#dream-container a:hover, #dream-container a.external:hover {

Revision as of 21:03, 22 October 2020

This is the CSS used by many Dreaming-related pages.