This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ratp.colors.css
95 lines (80 loc) · 1.62 KB
/
ratp.colors.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.line_9 {
fill: rgb(205,200,63);
stroke: rgb(205,200,63);
background-color: rgb(205,200,63);
}
.line_2 {
fill: rgb(33,110,180);
stroke: rgb(33,110,180);
background-color: rgb(33,110,180);
}
.line_1 {
fill: rgb(242,201,49);
stroke: rgb(242,201,49);
background-color: rgb(242,201,49);
}
.line_14 {
fill: rgb(103,50,142);
stroke: rgb(103,50,142);
background-color: rgb(103,50,142);
}
.line_8 {
fill: rgb(197,163,202);
stroke: rgb(197,163,202);
background-color: rgb(197,163,202);
}
.line_11 {
fill: rgb(142,101,56);
stroke: rgb(142,101,56);
background-color: rgb(142,101,56);
}
.line_6 {
fill: rgb(121,187,146);
stroke: rgb(121,187,146);
background-color: rgb(121,187,146);
}
.line_7bis {
fill: rgb(121,187,146);
stroke: rgb(121,187,146);
background-color: rgb(121,187,146);
}
.line_10 {
fill: rgb(223,176,57);
stroke: rgb(223,176,57);
background-color: rgb(223,176,57);
}
.line_3 {
fill: rgb(154,153,64);
stroke: rgb(154,153,64);
background-color: rgb(154,153,64);
}
.line_5 {
fill: rgb(222,139,83);
stroke: rgb(222,139,83);
background-color: rgb(222,139,83);
}
.line_4 {
fill: rgb(187,77,152);
stroke: rgb(187,77,152);
background-color: rgb(187,77,152);
}
.line_3bis {
fill: rgb(137,199,214);
stroke: rgb(137,199,214);
background-color: rgb(137,199,214);
}
.line_13 {
fill: rgb(137,199,214);
stroke: rgb(137,199,214);
background-color: rgb(137,199,214);
}
.line_7 {
fill: rgb(223,154,177);
stroke: rgb(223,154,177);
background-color: rgb(223,154,177);
}
.line_12 {
fill: rgb(50,142,91);
stroke: rgb(50,142,91);
background-color: rgb(50,142,91);
}