-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyStyle.css
More file actions
44 lines (39 loc) · 881 Bytes
/
Copy pathmyStyle.css
File metadata and controls
44 lines (39 loc) · 881 Bytes
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
body {
background: #dddddd;
}
#myCanvas {
z-index: 1;
background: #ffffff;
border: thin inset #aaaaaa;
}
#uiContainer{
position: absolute;
top: 10px;
left: 1130px;
display: flex;
flex-direction: column;
color: black;
z-index: 3;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 16px;
background-color: rgba(220, 212, 212, 0.201);
}
.container { /*to manage text on canvas and webgl */
position: relative;
}
#visuale{
color: darkblue;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font: Calibri;
}
#bottoni{
padding-top: 10px;
padding-left: 10px;
}
#text { /*to manage text on canvas and webgl */
background-color: transparent; /* needed because we setcanvas bg color to white */
position: absolute;
z-index: 1;
left: 0px;
top: 0px;
}