Difference between revisions of "Template:US2002021967 CSS"
Jump to navigation
Jump to search
Line 376: | Line 376: | ||
.rq#Red, .timeline-toggle#Red, .oocvitals#Red, .Dbg#Red, .DICbg#Red { | .rq#Red, .timeline-toggle#Red, .oocvitals#Red, .Dbg#Red, .DICbg#Red { | ||
background: {{{Primary}}}; | background: {{{Primary}}}; | ||
− | color: | + | color: {{{Caption Text}}}; |
} | } | ||
.rq#Orange, .timeline-toggle#Orange, .oocvitals#Orange, .Dbg#Orange, .DICbg#Orange { | .rq#Orange, .timeline-toggle#Orange, .oocvitals#Orange, .Dbg#Orange, .DICbg#Orange { | ||
background: {{{Primary}}}; | background: {{{Primary}}}; | ||
− | color: | + | color: {{{Caption Text}}}; |
} | } | ||
.rq#Yellow, .timeline-toggle#Yellow, .oocvitals#Yellow, .Dbg#Yellow, .DICbg#Yellow { | .rq#Yellow, .timeline-toggle#Yellow, .oocvitals#Yellow, .Dbg#Yellow, .DICbg#Yellow { | ||
background: {{{Primary}}}; | background: {{{Primary}}}; | ||
− | color: | + | color: {{{Caption Text}}}; |
} | } | ||
.rq#Green, .timeline-toggle#Green, .oocvitals#Green, .Dbg#Green, .DICbg#Green { | .rq#Green, .timeline-toggle#Green, .oocvitals#Green, .Dbg#Green, .DICbg#Green { | ||
background: {{{Primary}}}; | background: {{{Primary}}}; | ||
− | color: | + | color: {{{Caption Text}}}; |
} | } | ||
.rq#Blue, .timeline-toggle#Blue, .oocvitals#Blue, .Dbg#Blue, .DICbg#Blue { | .rq#Blue, .timeline-toggle#Blue, .oocvitals#Blue, .Dbg#Blue, .DICbg#Blue { | ||
background: {{{Primary}}}; | background: {{{Primary}}}; | ||
− | color: | + | color: {{{Caption Text}}}; |
} | } | ||
.rq#Purple, .timeline-toggle#Purple, .oocvitals#Purple, .Dbg#Purple, .DICbg#Purple { | .rq#Purple, .timeline-toggle#Purple, .oocvitals#Purple, .Dbg#Purple, .DICbg#Purple { | ||
background: {{{Primary}}}; | background: {{{Primary}}}; | ||
− | color: | + | color: {{{Caption Text}}}; |
} | } | ||
Line 407: | Line 407: | ||
.timeline.Red { | .timeline.Red { | ||
background: {{{Accent}}}; | background: {{{Accent}}}; | ||
− | color: | + | color: {{{Accent Text}}}; |
} | } | ||
.timeline.Orange { | .timeline.Orange { | ||
background: {{{Accent}}}; | background: {{{Accent}}}; | ||
− | color: | + | color: {{{Accent Text}}}; |
} | } | ||
.timeline.Yellow { | .timeline.Yellow { | ||
background: {{{Accent}}}; | background: {{{Accent}}}; | ||
− | color: | + | color: {{{Accent Text}}}; |
} | } | ||
.timeline.Green { | .timeline.Green { | ||
background: {{{Accent}}}; | background: {{{Accent}}}; | ||
− | color: | + | color: {{{Accent Text}}}; |
} | } | ||
.timeline.Blue { | .timeline.Blue { | ||
background: {{{Accent}}}; | background: {{{Accent}}}; | ||
+ | color: {{{Accent Text}}}; | ||
} | } | ||
.timeline.Purple { | .timeline.Purple { | ||
background: {{{Accent}}}; | background: {{{Accent}}}; | ||
+ | color: {{{Accent Text}}}; | ||
} | } | ||
}}</includeonly> | }}</includeonly> |