add live audio
This commit is contained in:
parent
c79dc6b95f
commit
8c89d5abc2
8 changed files with 721 additions and 0 deletions
|
@ -926,3 +926,18 @@ h4{
|
|||
|
||||
|
||||
/* ABOUT END */
|
||||
.audioWrapper {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
z-index: 42000;
|
||||
background-color: rgba(255,125,125,0.5);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
.audioWrapper canvas.visualizer {
|
||||
border-top: 1px solid black;
|
||||
border-bottom: 1px solid black;
|
||||
margin-bottom: -3px;
|
||||
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.7), 0 3px 4px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue