Difference between revisions of "Template:US2002021967 CSS"

From Modern Enigma Society 2020 Wiki
Jump to navigation Jump to search
Line 296: Line 296:
  
 
.Page#Red {
 
.Page#Red {
   background: #6b3037;
+
   background: {{{Primary}}};
   border-color: #2e060b;
+
   border-color: {{{Secondary}}};
 
   color: #ccb0b0;
 
   color: #ccb0b0;
 
}
 
}
  
 
.Page#Orange{  
 
.Page#Orange{  
   background: #5a2600;
+
   background: {{{Primary}}};
   border-color: #8b5114;
+
   border-color: {{{Secondary}}};
 
   color: #ccbdb0;
 
   color: #ccbdb0;
 
}
 
}
  
 
.Page#Yellow {  
 
.Page#Yellow {  
    background: #fff9df;
+
  background: {{{Primary}}};
    border-color: #d2dbec;
+
  border-color: {{{Secondary}}};
 
     color: #ccc9b0;
 
     color: #ccc9b0;
 
}
 
}
  
 
.Page#Green {  
 
.Page#Green {  
   background: #062e0d;
+
   background: {{{Primary}}};
   border-color: #236516;
+
   border-color: {{{Secondary}}};
 
   color: #b0ccb2;
 
   color: #b0ccb2;
 
}
 
}
  
 
.Page#Blue {  
 
.Page#Blue {  
   background: #06092e;
+
   background: {{{Primary}}};
   border-color: #353967;
+
   border-color: {{{Secondary}}};
 
   color: #b0b2cc;
 
   color: #b0b2cc;
 
}
 
}
  
 
.Page#Purple {  
 
.Page#Purple {  
   background: #1f062e;
+
   background: {{{Primary}}};
   border-color: #644378;
+
   border-color: {{{Secondary}}};
 
   color: #f6e0ff;
 
   color: #f6e0ff;
 
}
 
}
Line 381: Line 381:
  
 
.rq#Orange, .timeline-toggle#Orange, .oocvitals#Orange, .Dbg#Orange, .DICbg#Orange {  
 
.rq#Orange, .timeline-toggle#Orange, .oocvitals#Orange, .Dbg#Orange, .DICbg#Orange {  
   background: #8b5114;
+
   background: {{{Primary}}};
 
   color: #ccbdb0;
 
   color: #ccbdb0;
 
}
 
}
  
 
.rq#Yellow, .timeline-toggle#Yellow, .oocvitals#Yellow, .Dbg#Yellow, .DICbg#Yellow {  
 
.rq#Yellow, .timeline-toggle#Yellow, .oocvitals#Yellow, .Dbg#Yellow, .DICbg#Yellow {  
     background: #ffe8f3;
+
     background: {{{Primary}}};
 
     color: #3f405f;
 
     color: #3f405f;
 
}
 
}
  
 
.rq#Green, .timeline-toggle#Green, .oocvitals#Green, .Dbg#Green, .DICbg#Green {  
 
.rq#Green, .timeline-toggle#Green, .oocvitals#Green, .Dbg#Green, .DICbg#Green {  
   background: #2b7137;
+
   background: {{{Primary}}};
 
   color: #b0ccb2;
 
   color: #b0ccb2;
 
}
 
}
  
 
.rq#Blue, .timeline-toggle#Blue, .oocvitals#Blue, .Dbg#Blue, .DICbg#Blue {  
 
.rq#Blue, .timeline-toggle#Blue, .oocvitals#Blue, .Dbg#Blue, .DICbg#Blue {  
   background: #353967;
+
   background: {{{Primary}}};
 
   color: #b0b2cc;
 
   color: #b0b2cc;
 
}
 
}
  
 
.rq#Purple, .timeline-toggle#Purple, .oocvitals#Purple, .Dbg#Purple, .DICbg#Purple {  
 
.rq#Purple, .timeline-toggle#Purple, .oocvitals#Purple, .Dbg#Purple, .DICbg#Purple {  
   background: #644378;
+
   background: {{{Primary}}};
 
   color: #c4b0cc;
 
   color: #c4b0cc;
 
}
 
}
Line 407: Line 407:
  
 
.timeline.Red {
 
.timeline.Red {
   background: #a25f67;
+
   background: {{{Accent}}};
 
   color: #000000;
 
   color: #000000;
 
}
 
}
  
 
.timeline.Orange {
 
.timeline.Orange {
   background: #bc8451;
+
   background: {{{Accent}}};
 
   color: #2b1e12;
 
   color: #2b1e12;
 
}
 
}
  
 
.timeline.Yellow {
 
.timeline.Yellow {
   background: #e7efff;
+
   background: {{{Accent}}};
 
   color: #3f405f;
 
   color: #3f405f;
 
}
 
}
  
 
.timeline.Green {
 
.timeline.Green {
   background: #5ba261;
+
   background: {{{Accent}}};
 
   color: #0c150c;
 
   color: #0c150c;
 
}
 
}
  
 
.timeline.Blue {
 
.timeline.Blue {
   background: #565a8f;
+
   background: {{{Accent}}};
 
}
 
}
  
 
.timeline.Purple {
 
.timeline.Purple {
   background: #785d89;
+
   background: {{{Accent}}};
 
}
 
}
  
  
 
}}</includeonly>
 
}}</includeonly>

Revision as of 06:12, 27 February 2021