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