Difference between revisions of "Template:Dreaming CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
.mw-body h1.firstHeading {
 
.mw-body h1.firstHeading {
 
   font-family: "Rye", cursive;
 
   font-family: "Rye", cursive;
   color: #805fa3;
+
   color: #009fd7;
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 2em;
 
   font-size: 2em;
 
}
 
}
 
#dream-container-frame {
 
#dream-container-frame {
   background-color: #f2dadd;
+
   background-color: #e2e2e2;
 
   padding: 5px;
 
   padding: 5px;
 
}
 
}
 
#dream-container {
 
#dream-container {
   background-color:#f2dadd;
+
   background-color:#e2e2e2;
 
   border-style:solid;
 
   border-style:solid;
   border-color:#D35400;
+
   border-color:#009fd7;
 
   padding: 5px;
 
   padding: 5px;
 
}
 
}
Line 23: Line 23:
 
   text-align:center;
 
   text-align:center;
 
   font-weight:bolder;
 
   font-weight:bolder;
   color:#805fa3;
+
   color:#009fd7;
 
   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: "Rye", cursive;
 
   font-family: "Rye", cursive;
   color: #805fa3;
+
   color: #009fd7;
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 1.6em;
 
   font-size: 1.6em;
Line 35: Line 35:
 
#dream-container h3, .my-h3 {
 
#dream-container h3, .my-h3 {
 
   font-family: "Rye", cursive;
 
   font-family: "Rye", cursive;
   color: #805fa3;
+
   color: #009fd7;
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 1.3em;
 
   font-size: 1.3em;
Line 64: Line 64:
 
}
 
}
 
#pc-oocvitals {
 
#pc-oocvitals {
   background-color:#C1C9D2;
+
   background-color:#b6c4c9;
 
   border-style:solid;
 
   border-style:solid;
   border-color:#805fa3;
+
   border-color:#009fd7;
 
   padding:5px;
 
   padding:5px;
 
}
 
}
Line 73: Line 73:
 
   text-align:left;
 
   text-align:left;
 
}
 
}
#dream-container a:link, #dream-container a.external:link {
+
 
  color: #A94300;
 
}
 
#dream-container a:visited, #dream-container a.external:visited {
 
  color: #c45e79;
 
}
 
#dream-container a:hover, #dream-container a.external:hover {
 
  color: #FF6F10;
 
}
 
#dream-container a:active, #dream-container a.external:active {
 
  color: #FF934C;
 
}
 
#dream-container a.new, #dream-container a.new:visited {
 
  color: #B00156;
 
}
 
 
.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.