-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
108 lines (89 loc) · 1.39 KB
/
style.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
96
97
98
99
100
101
102
103
104
105
106
107
108
.wcircle-menu-item{
border-radius:50%;
padding:2px;
width:65px;
height:65px;
}
.wcircle-menu-item img{
width: 100%;
height: 100%;
border-radius:50%;
}
.circleSelector {
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 69px;
height: 69px;
}
.circleText {
margin-left: -65px;
margin-top: 10px;
font-family: Arial, sans-serif;
font-weight: bold;
width: 200px;
text-align: center;
}
.phrase {
position:absolute;
margin-left: 20px;
font-family: Arial, sans-serif;
font-weight: bold;
width: 800px;
text-align: center;
}
.cyan {
color:cyan;
}
.green {
color:green;
}
.red {
color:red;
}
.yellow {
color:yellow;
}
.wcircle-icon img{
width: 100%;
height: 100%;
border-radius:50%;
}
.wcircle-icon {
border-radius:50%;
padding:2px;
width:65px;
height:65px;
}
.composer {
position: absolute;
top: 150px;
width : 850;
height: 350px;
left: 50%;
transform: translateX(-50%);
background-color: #7777AA;
}
body {
background-color: #555588;
}
.menu_qui {
left: 100px;
}
.menu_ou {
left: 275px;
}
.menu_quand {
left : 450px;
}
.iotSelectorWrapper {
position: absolute;
height: 100%;
width: 275px;
right: 0px;
background-color: #77AAAA;
}
.menu_iot {
left: 100px
}