-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
116 lines (97 loc) · 1.53 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
109
110
111
112
113
114
115
116
* {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 25px;
letter-spacing: -0.8px;
word-spacing: -1px;
color: #000000;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
color: white;
text-align: center;
}
.mainframe {
position: fixed;
background-color: rgba( 0, 0, 0, 0.25 );
left: 10%;
top: 10%;
width: 80%;
height: 80%;
}
.vl {
position: relative;
height: auto;
width: 1px;
margin-left: 2%;
top: 0%;
background-color: ghostwhite;
}
.ldoub{
flex-direction: column;
width: 100%;
margin-left: 1%;
margin-right: -1%;
}
.innerp {
display: flex;
flex-direction: column;
width: 25%;
margin-left: 1%;
margin-right: -1%;
}
.inneru {
display: flex;
flex-direction: column;
width: 50%;
margin-left: 1%;
margin-right: -1%;
}
.label{
float: left;
}
.labelr{
float: right;
margin-left: 5%;
}
.labelt{
float: left;
margin-left: 5%;
}
.personselector{
color: black;
float: right;
width: 50%;
height: auto;
}
.slider{
margin: 5% 0 0 15%;
width: 75%;
}
.imagecanvas {
margin-left: 2.5%;
width: auto;
}
.verticalstack{
margin-left: 1.5%;
}
.flexboxer {
display: flex;
}
.cbox{
margin-top: 2%;
border: 1px solid;
width: 5vh;
height: 5vh;
}
.sstack{
display: flex;
flex-direction: row;
}
.nselect{
width: 25%;
color: black;
}
input[type=checkbox] {
transform: scale(2.5);
}