forked from blacker/jazz-drum-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (57 loc) · 920 Bytes
/
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
@font-face {
font-family: folio;
src: url('Folio_Bold_Condensed.ttf');
}
@font-face {
font-family:trade_gothic;
src: url('Trade_Gothic_Bold_Condensed_No_20.ttf');
}
/*p {
font-family: folio;
font-size: 20px;
margin: 0 auto 0 auto;
}
*/#info {
/* font-family: folio;*/
/* font-size: 20px;*/
width: 60%;
margin: 20 auto 20 auto;
}
div.buttons {
width: 50%;
margin: 0 auto 0 auto;
}
#allsliders {
margin: 0 auto 0 auto;
width: 50%;
}
button {
font-family: folio;
font-size: 20px;
width: 60px;
height: 40px;
}
#select-track {
margin-top:20px;
margin-bottom:20px;
}
.sel {
width:260px;
}
.container {
width: 50%;
margin: auto;
}
.hera-unit {
width: 80%;
padding: 20px;
margin-bottom: 20px;
font-size: 28px;
font-weight: 200;
line-height: 20px;
color: inherit;
background-color: #eeeeee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}