Difference between revisions of "Template:US2002021967 CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<includeonly>{{#css:
 
<includeonly>{{#css:
  
.Description#Yellow h2 span { color: #5a4d66 !important; }
+
.Description#Yellow h2 span { color: {{{Primary|#2e060b}}} !important; }
.DIC#Yellow h2 span { color: #5a4d66 !important; }
+
.DIC#Yellow h2 span { color: {{{Primary|#2e060b}}} !important; }
 
 
 
.Description h2 span { color: #ffffff !important; }
 
.Description h2 span { color: #ffffff !important; }
 
.DIC h2 span { color: #ffffff !important; }
 
.DIC h2 span { color: #ffffff !important; }
 
+
body {background-color: {{{Primary|#2e060b}}} !important;}
<!-- Begin Sidebar -->
+
#mw-head {background-color: {{{Secondary|#6b3037}}} !important;}
body { background-color: #5a4d66 !important; }
 
#mw-head { background-color: #5a4d66 !important; }
 
 
#mw-panel .portal .body li a { color: #ffffff !important; }
 
#mw-panel .portal .body li a { color: #ffffff !important; }
 
#mw-panel .portal h3 { color: #ffffff !important; }
 
#mw-panel .portal h3 { color: #ffffff !important; }
Line 16: Line 13:
 
#right-navigation div ul li a, #right-navigation div ul li a.new { color: #ffffff; }
 
#right-navigation div ul li a, #right-navigation div ul li a.new { color: #ffffff; }
 
#left-navigation div ul li a, #left-navigation div ul li a.new { color: #ffffff; }
 
#left-navigation div ul li a, #left-navigation div ul li a.new { color: #ffffff; }
.catlinks { background-color: #5a4d66 !important; font-size: 10px !important; text-align: center !important; }
+
.catlinks {background-color: #ffffff !important;font-size: 10px !important;text-align: center !important;}
.toc { background-color: #5a4d66 !important }
+
.toc { background-color: {{{Primary|#2e060b}}} !important }
 
.toc a, .toc a:visited { color: #ffffff !important; }
 
.toc a, .toc a:visited { color: #ffffff !important; }
 
.toctogglespan { color: #ffffff !important; }
 
.toctogglespan { color: #ffffff !important; }
 
.toctogglelabel { color: #ffffff !important; }
 
.toctogglelabel { color: #ffffff !important; }
.mw-body-content h2 { color: #5a4d66 !important; }
+
.mw-body-content h2 { color: {{{Primary|#2e060b}}} !important; }
.mw-editsection a, .mw-editsection a:visited { color: #5a4d66 !important; }
+
.mw-editsection a, .mw-editsection a:visited { color: {{{Primary|#2e060b}}} !important; }
 
.mw-body-content .toc h2 { color: #ffffff !important; }
 
.mw-body-content .toc h2 { color: #ffffff !important; }
.mw-normal-catlinks a, .mw-normal-catlinks ul li a, .mw-normal-catlinks ul li a.new, .mw-normal-catlinks ul li a:visited { color: #ffffff; }
+
.mw-normal-catlinks a, .mw-normal-catlinks ul li a, .mw-normal-catlinks ul li a.new, .mw-normal-catlinks ul li a:visited {color: {{{Primary|#2e060b}}};}
  
 
.mw-body {
 
.mw-body {
Line 31: Line 28:
  
 
#mw-head-base {
 
#mw-head-base {
     background-color: #5a4d66 !important;
+
     background-color: {{{Secondary|#6b3037}}} !important;
 
}
 
}
  
Line 44: Line 41:
 
     background-repeat: no-repeat !important;
 
     background-repeat: no-repeat !important;
 
     background-size: 0px !important;
 
     background-size: 0px !important;
     background-color: #5a4d66 !important;
+
     background-color: {{{Secondary|#6b3037}}} !important;
 
}
 
}
  
Line 68: Line 65:
 
#simpleSearch input { background-color: #ffffff !important; }
 
#simpleSearch input { background-color: #ffffff !important; }
  
<!-- End Sidebar -->
 
  
  
Line 266: Line 262:
 
.timeline {
 
.timeline {
 
  border: 0;
 
  border: 0;
 +
background: {{{Accent|#a25f67}}} !important;
 
}
 
}
  
Line 296: Line 293:
 
}
 
}
  
<!-- Colors: Page -->
 
  
.Page#Red {  
+
.Page#Red {
   background: #2e060b;
+
   background: {{{Primary|#2e060b}}};
   border-color: #65163a;
+
   border-color: {{{Secondary|#6b3037}}};
 
   color: #ccb0b0;
 
   color: #ccb0b0;
 
}
 
}
Line 334: Line 330:
 
}
 
}
  
<!-- Colors: Details, Description, OOC Vitals Timeline Toggles, Rumors & Quotes -->
 
  
 
.ICL#Red { color: #ffffff;
 
.ICL#Red { color: #ffffff;
Line 379: Line 374:
 
.Roster_Purple p, .Roster_Purple a, .Roster_Purple a:visited, .Roster_Purple a.external, .Roster_Purple a.external:visited  { color: #ffffff !important; }
 
.Roster_Purple p, .Roster_Purple a, .Roster_Purple a:visited, .Roster_Purple a.external, .Roster_Purple a.external:visited  { color: #ffffff !important; }
  
.rq#Red, .timeline-toggle#Red, .oocvitals#Red, .Dbg#Red, .DICbg#Red {  
+
.rq#Red, .timeline-toggle#Red, .oocvitals#Red, .Dbg#Red, .DICbg#Red {
   background: #6b3037;
+
   background: {{{Secondary|#6b3037}}};
 
   color: #ccb0b0;
 
   color: #ccb0b0;
 
}
 
}
Line 409: Line 404:
 
}
 
}
  
<!-- Colors: Timeline -->
 
  
 
.timeline.Red {
 
.timeline.Red {
   background: #a25f67;
+
   background: {{{Accent|#a25f67}}};
 
   color: #000000;
 
   color: #000000;
 
}
 
}

Revision as of 03:45, 27 February 2021