-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
110 lines (98 loc) · 2.09 KB
/
Copy pathstylesheet.css
File metadata and controls
110 lines (98 loc) · 2.09 KB
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
body {
background-color: #ffb3ad;
margin: 0;
}
div {
display: block;
}
#toolbar{
width: 100%;
height: 80px;
background-color: lightblue;
}
#appBody {
width: 100%;
height: 500px;
/* background-color: rgb(230, 230, 230);
*/ text-align: center;
}
.statistics {
color: #111;
font-family: 'Helvetica Neue', sans-serif;
font-size: 55px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
text-align: center;
}
#toolbarDiv {
font-size: 16px;
font-family: monospace;
font-weight: bold;
margin-left: 25px;
margin-right: 15px;
display: inline-block;
color: #24221e;
}
.arrayElement {
padding-top: 25px;
font-family: sans-serif;
font-weight: 700;
background-color: #4286F4;
color: white;
display: inline-block;
/*position: absolute;
bottom: 0;*/
}
.separator {
width: 5px;
height: 30px;
background-color: rgba(0, 0, 0, 0.8);
margin-left: 15px;
margin-right: 15px;
margin-top: 20px;
display: inline-block;
}
#changeSize {
outline: none;
margin-right: 15px;
}
input[type=range] {
-webkit-appearance: none;
border: 1px solid white;
width: 100px;
}
input:not([type="image" i]) {
box-sizing: border-box;
}
input[type="range" i] {
-webkit-appearance: slider-horizontal;
color: rgb(196, 196, 196);
cursor: default;
padding: initial;
border: initial;
margin: 2px;
}
input {
-webkit-writing-mode: horizontal-tb !important;
text-rendering: auto;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
-webkit-appearance: textfield;
background-color: white;
-webkit-rtl-ordering: logical;
cursor: text;
margin: 0em;
font: 400 13.3333px Arial;
padding: 1px 0px;
border-width: 2px;
border-style: inset;
border-color: initial;
border-image: initial;
}