-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema.css
83 lines (63 loc) · 886 Bytes
/
schema.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
path {
transition: 250ms ;
}
#croute-oceanique {
fill:#0f00b2;
}
#croute-oceanique:hover {
fill:#4f43ce;
}
#croute-continentale {
fill:#e4677c;
}
#croute-continentale:hover {
fill:#eb9aa6;
}
#manteau-sup-litho {
fill:#a6a6a6;
}
#manteau-sup-litho:hover {
fill:#bbbbbb;
}
#manteau-sup-astheno {
fill:#737373;
}
#manteau-sup-astheno:hover {
fill:#929292;
}
#manteau-inferieur {
fill:#404040;
}
#manteau-inferieur:hover {
fill:#4e4e4e;
}
#noyau-externe {
fill: #ff884c;
}
#noyau-externe:hover {
fill: #ffac83;
}
#noyau-interne {
fill: #ebec92ff;
}
#noyau-interne:hover {
fill: #fbfcc6;
}
#moho {
stroke: #4d004aff;
}
#moho:hover {
stroke: #9c1898;
}
#gutenberg {
stroke: #4d0000;
}
#gutenberg:hover {
stroke: #9b2222;
}
#lehmann {
stroke: #000861;
}
#lehmann:hover {
stroke: #2b35aa;
}