Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/soundboard/css/styles.css
1834 views
1
body {
2
font-size: 12px;
3
background: #fff !important;
4
border-style: none;
5
font-family: helvetica, arial, sans-serif;
6
}
7
.sound {
8
border-style: outset;
9
width: 100px;
10
height: 170px;
11
}
12
.download {
13
cursor: pointer
14
}
15
.name {
16
text-align: center;
17
font-size: 15px;
18
}
19
#instants_container {
20
margin: 30px auto 0;
21
text-align: center;
22
border-style: none;
23
}
24
.instant {
25
position: relative;
26
vertical-align: top;
27
width: 94px;
28
border-style: none;
29
text-align: center;
30
display: inline-block;
31
margin-bottom: 30px;
32
margin-right: 5px;
33
margin-left: 5px;
34
word-wrap: break-word;
35
}
36
.small-button {
37
width: 94px;
38
height: 89px;
39
margin-bottom: 0px;
40
margin-right: 0px;
41
margin-left: 3px;
42
margin-top: 0px;
43
border-style: none;
44
position: absolute;
45
background: url(/projects/soundboard/img/button.png) no-repeat;
46
cursor: pointer
47
}
48
.small-button:active {
49
background: url(/projects/soundboard/img/button-pressed.png) no-repeat;
50
cursor: progress
51
}
52
.small-button-background {
53
width: 86px;
54
height: 84px;
55
margin-top: 3px;
56
margin-left: 6px;
57
position: absolute;
58
}
59
.small-button-shadow {
60
width: 94px;
61
height: 89px;
62
margin-bottom: 5px;
63
background: url(/projects/soundboard/img/button-shadow.png) no-repeat;
64
}
65
.circle {
66
border-radius: 50%;
67
}
68
.flex-container {
69
display: flex;
70
flex-wrap: wrap;
71
background-color: white;
72
}
73
.flex-container > div {
74
padding: 5px;
75
}
76
div.control {
77
position: fixed;
78
bottom: 0;
79
left: 0;
80
width: auto;
81
padding: 3px;
82
border: 3px solid #000;
83
background: #ffffff;
84
}
85
.woah {
86
cursor: pointer
87
}
88