-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgasemi.css
71 lines (64 loc) · 980 Bytes
/
gasemi.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
/*section pour demo*/
body {
font-family: trebuchet, sans-serif;
font-size: 90%;
color: #888;
line-height: 180%;
margin: 0;
padding: 0;
text-align: left;
}
titre {
color:#144eab;
font-weight : bold;
}
val {
color:#98bbf3;
}
a:link {
COLOR: #444444;
}
a:visited {
COLOR: #444444;
}
a:hover {
COLOR: #444444;
}
a:active {
COLOR: #444444;
}
#legend {
position:absolute;
right:80px;
bottom: 110px;
z-index:999;
/*width:150px; height:150px;*/
}
.red_circle {
fill: #CD5555;
stroke: black;
stroke-width: 1px;
}
.orange_circle {
fill: #FFC125;
stroke: black;
stroke-width: 1px;
}
.yellow_circle {
fill: #FFFF66;
stroke: black;
stroke-width: 1px;
}
.green_circle {
fill: #CCFF99;
stroke: black;
stroke-width: 1px;
}
/*
circle {
fill: orange;
stroke: black;
stroke-width: 1px;
opacity: 0.8;
}*/
/*section pour wax*/