-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
47 lines (41 loc) · 865 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
audio, video {
vertical-align: top;
width: 100%;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
input {
font-size: 2em;
margin: .2em;
width: 30%;
border-radius: 1px;
border: 1px solid #d9d9d9;
}
select {
width: 18%;
border-radius: 1px;
border: 1px solid #d9d9d9;
vertical-align: 6px;
margin-right: 0px;
height: 50px;
padding: 1.1em;
margin-left:1em;
}
.setup {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
font-size: 102%;
height: 47px;
margin-left: 0px;
margin-top: 8px;
position: absolute;
}
p { padding: 1em; }
li {
border-bottom: 1px solid rgb(189, 189, 189);
border-left: 1px solid rgb(189, 189, 189);
padding: .5em;
}