-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (54 loc) · 775 Bytes
/
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
body {
font-size: 17px;
font-family: sans-serif;
background: #3f4b58;
line-height: 1.5em;
margin: 0;
color:#f0ffff;
}
label{
float: left;
font-size: 1.5em;
clear: left;
padding-top: 15px;
width: 150px;
text-align: right;
}
input {
font-size: 1.5em;
width: 350px;
margin: 10px 0;
background-color: #f0ffff;
float: left;
}
#sounds{
float: left;
width: 125px;
border-radius: 20px;
}
.submit_settings{
float: right;
}
h1{
font-size: 3em;
line-height: 1em;
}
#settings{
text-align: right;
padding: 20px 50px;
float: right;
}
#presets{
float: right;
padding: 20px 50px;
text-align: right;
position: relative;
}
#info{
float: left;
padding: 20px 50px;
}
a{
text-decoration: none;
color:aqua;
}