Difference between revisions of "Template:US2002021967 CSS"
Jump to navigation
Jump to search
Line 296: | Line 296: | ||
.Page#Red { | .Page#Red { | ||
− | background: | + | background: {{{Primary}}}; |
− | border-color: | + | border-color: {{{Secondary}}}; |
color: #ccb0b0; | color: #ccb0b0; | ||
} | } | ||
.Page#Orange{ | .Page#Orange{ | ||
− | background: | + | background: {{{Primary}}}; |
− | border-color: | + | border-color: {{{Secondary}}}; |
color: #ccbdb0; | color: #ccbdb0; | ||
} | } | ||
.Page#Yellow { | .Page#Yellow { | ||
− | + | background: {{{Primary}}}; | |
− | + | border-color: {{{Secondary}}}; | |
color: #ccc9b0; | color: #ccc9b0; | ||
} | } | ||
.Page#Green { | .Page#Green { | ||
− | background: | + | background: {{{Primary}}}; |
− | border-color: | + | border-color: {{{Secondary}}}; |
color: #b0ccb2; | color: #b0ccb2; | ||
} | } | ||
.Page#Blue { | .Page#Blue { | ||
− | background: | + | background: {{{Primary}}}; |
− | border-color: | + | border-color: {{{Secondary}}}; |
color: #b0b2cc; | color: #b0b2cc; | ||
} | } | ||
.Page#Purple { | .Page#Purple { | ||
− | background: | + | background: {{{Primary}}}; |
− | border-color: | + | 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: | + | 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: | + | 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: | + | 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: | + | 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: | + | background: {{{Primary}}}; |
color: #c4b0cc; | color: #c4b0cc; | ||
} | } | ||
Line 407: | Line 407: | ||
.timeline.Red { | .timeline.Red { | ||
− | background: | + | background: {{{Accent}}}; |
color: #000000; | color: #000000; | ||
} | } | ||
.timeline.Orange { | .timeline.Orange { | ||
− | background: | + | background: {{{Accent}}}; |
color: #2b1e12; | color: #2b1e12; | ||
} | } | ||
.timeline.Yellow { | .timeline.Yellow { | ||
− | background: | + | background: {{{Accent}}}; |
color: #3f405f; | color: #3f405f; | ||
} | } | ||
.timeline.Green { | .timeline.Green { | ||
− | background: | + | background: {{{Accent}}}; |
color: #0c150c; | color: #0c150c; | ||
} | } | ||
.timeline.Blue { | .timeline.Blue { | ||
− | background: | + | background: {{{Accent}}}; |
} | } | ||
.timeline.Purple { | .timeline.Purple { | ||
− | background: | + | background: {{{Accent}}}; |
} | } | ||
}}</includeonly> | }}</includeonly> |