-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
69 lines (57 loc) · 1.02 KB
/
styles.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
body{
background-color:lightcyan;
}
#sketch-holder{
text-align: center;
}
#sliderbox{
width:310px; /* sample value - set it as you like*/
margin-top: -6px;
margin-left: 20px;
}
#title{
font-family: 'Megrim';
font-size: 45px;
}
#control-frame{
width: 800px;
height: 34px;
}
#pause-play{
width:72px;
}
#gradient-switch{
width: 98px;
}
#customize-info{
width: 340px;
height: 34px;
}
.sliderbox-col{
padding-left: 0px;
padding-right: 0px;
margin-left: 5px;
margin-right: 5px;
}
.sliderbox-row{
height: 20px;
}
.btn{
box-shadow: none !important;
}
.dropdown-menu{
width: 113px !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
background-color: #8064A2 !important;
}
.btn-outline-primary, .btn-outline-danger, .btn-outline-dark{
background-color: white;
}
.replay-options{
padding-top: 6px;
padding-bottom: 3px;
}
.form-range::-webkit-slider-runnable-track {
background-color: #fff;
}