summaryrefslogtreecommitdiff
path: root/resources/css/_chart-timeline.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/css/_chart-timeline.css')
-rw-r--r--resources/css/_chart-timeline.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/resources/css/_chart-timeline.css b/resources/css/_chart-timeline.css
index 7f30fdf212..b24ab5edaa 100644
--- a/resources/css/_chart-timeline.css
+++ b/resources/css/_chart-timeline.css
@@ -18,3 +18,40 @@
*
* wt-chart, wt-chart-timeline
*/
+#timeline_chart {
+ position: relative;
+ top: 0;
+ left: 0;
+}
+
+.person0 {
+ background-color: #ffb3ba;
+}
+
+.person1 {
+ background-color: #ffd8ba;
+}
+
+.person2 {
+ background-color: #fff3ba;
+}
+
+.person3 {
+ background-color: #d4ffba;
+}
+
+.person4 {
+ background-color: #baffc9;
+}
+
+.person5 {
+ background-color: #bae1ff;
+}
+
+.person6 {
+ background-color: #e2baff;
+}
+
+.person7 {
+ background-color: #ffbaf3;
+}