123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683 |
- @import 'animate.css';
- /* noto-serif-regular - latin */
- @font-face {
- font-family: 'Noto Serif';
- font-style: normal;
- font-weight: 400;
- src: url('/css/fonts/noto-serif-v21-latin-regular.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('/css/fonts/noto-serif-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/css/fonts/noto-serif-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/css/fonts/noto-serif-v21-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
- }
- /* noto-serif-italic - latin */
- @font-face {
- font-family: 'Noto Serif';
- font-style: italic;
- font-weight: 400;
- src: url('/css/fonts/noto-serif-v21-latin-italic.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('/css/fonts/noto-serif-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/css/fonts/noto-serif-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/css/fonts/noto-serif-v21-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
- }
- /* noto-serif-700 - latin */
- @font-face {
- font-family: 'Noto Serif';
- font-style: normal;
- font-weight: 700;
- src: url('/css/fonts/noto-serif-v21-latin-700.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('/css/fonts/noto-serif-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/css/fonts/noto-serif-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-700.woff') format('woff'), /* Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/css/fonts/noto-serif-v21-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
- }
- /* noto-serif-700italic - latin */
- @font-face {
- font-family: 'Noto Serif';
- font-style: italic;
- font-weight: 700;
- src: url('/css/fonts/noto-serif-v21-latin-700italic.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('/css/fonts/noto-serif-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('/css/fonts/noto-serif-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
- url('/css/fonts/noto-serif-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('/css/fonts/noto-serif-v21-latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
- }
- .noto {
- font-family: 'Noto Serif', serif;
- }
- .modal-header {
- border-bottom: none !important;
- }
- .nav-item a.active {
- font-weight: bold;
- }
- div#amplitude-player {
- background: #FFFFFF;
- box-shadow: 0 2px 12px 8px rgba(0, 0, 0, 0.1);
- margin: auto;
- margin-top: 20px;
- margin-bottom: 20px;
- display: flex;
- max-width: 900px; }
- /* Small only */
- @media screen and (max-width: 39.9375em) {
- div#amplitude-player {
- flex-direction: column; } }
- /* Medium only */
- @media screen and (min-width: 40em) and (max-width: 63.9375em) {
- div#amplitude-player {
- max-height: 715px; } }
- /* Large and up */
- @media screen and (min-width: 64em) {
- div#amplitude-player {
- max-height: 715px; } }
- div#amplitude-left {
- padding: 0px;
- border-right: 1px solid #CFD8DC;
- width: 50%;
- display: flex;
- flex-direction: column; }
- div#amplitude-left img.album-art {
- width: 100%; }
- div#amplitude-left div#player-left-bottom {
- flex: 1;
- background-color: #F1F1F1;
- padding: 20px 10px; }
- div#amplitude-left div#player-left-bottom div#volume-container:after {
- content: "";
- display: table;
- clear: both; }
- /* Small only */
- @media screen and (max-width: 39.9375em) {
- div#amplitude-player div#amplitude-left {
- width: 100%; }
- div#amplitude-player div#amplitude-left img[amplitude-song-info="cover_art_url"] {
- width: auto;
- height: auto; } }
- div#amplitude-right {
- padding: 0px;
- overflow-y: scroll;
- width: 50%;
- display: flex;
- flex-direction: column; }
- div#amplitude-right div.song {
- cursor: pointer;
- padding: 10px; }
- div#amplitude-right div.song div.song-now-playing-icon-container {
- float: left;
- width: 20px;
- height: 20px;
- margin-right: 10px; }
- div#amplitude-right div.song div.song-now-playing-icon-container img.now-playing {
- display: none;
- margin-top: 15px; }
- div#amplitude-right div.song div.play-button-container {
- display: none;
- background: url("/img/audio/list-play-light.png") no-repeat;
- width: 22px;
- height: 22px;
- margin-top: 10px; }
- div#amplitude-right div.song div.play-button-container:hover {
- background: url("/img/audio/list-play-hover.png") no-repeat; }
- div#amplitude-right div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
- display: block; }
- div#amplitude-right div.song.amplitude-active-song-container:hover div.play-button-container {
- display: none; }
- div#amplitude-right div.song div.song-meta-data {
- float: left;
- width: calc( 100% - 110px ); }
- div#amplitude-right div.song div.song-meta-data span.song-title {
- color: #272726;
- font-size: 16px;
- display: block;
- font-weight: 600;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; }
- div#amplitude-right div.song div.song-meta-data span.song-artist {
- color: #767676;
- font-size: 14px;
- font-weight: bold;
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; }
- div#amplitude-right div.song span.song-duration {
- float: left;
- width: 55px;
- text-align: center;
- line-height: 45px;
- color: #6b6b6b;
- font-size: 16px;
- font-weight: 500; }
- div#amplitude-right div.song:after {
- content: "";
- display: table;
- clear: both; }
- /* Small only */
- @media screen and (max-width: 39.9375em) {
- div#amplitude-player div#amplitude-right {
- width: 100%; } }
- div#progress-container {
- width: 70%;
- float: left;
- position: relative;
- height: 20px;
- cursor: pointer;
- /*
- IE 11
- */ }
- div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
- display: block; }
- div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
- visibility: visible; }
- div#progress-container progress#song-played-progress {
- width: 100%;
- position: absolute;
- left: 0;
- top: 8px;
- right: 0;
- width: 100%;
- z-index: 60;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- height: 4px;
- border-radius: 5px;
- background: transparent;
- border: none;
- /* Needed for Firefox */ }
- @media all and (-ms-high-contrast: none) {
- div#progress-container *::-ms-backdrop, div#progress-container progress#song-played-progress {
- color: #4e4e4e;
- border: none;
- background-color: #CFD8DC; } }
- @supports (-ms-ime-align: auto) {
- div#progress-container progress#song-played-progress {
- color: #4e4e4e;
- border: none; } }
- div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
- background: none;
- border-radius: 5px; }
- div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
- background-color: #4e4e4e;
- border-radius: 5px; }
- div#progress-container progress#song-played-progress::-moz-progress-bar {
- background: none;
- border-radius: 5px;
- background-color: #4e4e4e;
- height: 5px;
- margin-top: -2px; }
- div#progress-container progress#song-buffered-progress {
- position: absolute;
- left: 0;
- top: 8px;
- right: 0;
- width: 100%;
- z-index: 10;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- height: 4px;
- border-radius: 5px;
- background: transparent;
- border: none;
- background-color: #D7DEE3; }
- div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
- background-color: #CFD8DC;
- border-radius: 5px; }
- div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
- background-color: #999999;
- border-radius: 5px;
- transition: width .1s ease; }
- div#progress-container progress#song-buffered-progress::-moz-progress-bar {
- background: none;
- border-radius: 5px;
- background-color: #999999;
- height: 5px;
- margin-top: -2px; }
- div#progress-container progress::-ms-fill {
- border: none; }
- @-moz-document url-prefix() {
- div#progress-container progress#song-buffered-progress {
- top: 9px;
- border: none; } }
- @media all and (-ms-high-contrast: none) {
- div#progress-container *::-ms-backdrop, div#progress-container progress#song-buffered-progress {
- color: #696969;
- border: none; } }
- @supports (-ms-ime-align: auto) {
- div#progress-container progress#song-buffered-progress {
- color: #6c6c6c;
- border: none; } }
- div#progress-container input[type=range] {
- -webkit-appearance: none;
- width: 100%;
- margin: 7.5px 0;
- position: absolute;
- z-index: 61;
- top: -7px;
- height: 20px;
- cursor: pointer;
- background-color: inherit; }
- div#progress-container input[type=range]:focus {
- outline: none; }
- div#progress-container input[type=range]::-webkit-slider-runnable-track {
- width: 100%;
- height: 0px;
- cursor: pointer;
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
- background: #505050;
- border-radius: 0px;
- border: 0px solid #010101; }
- div#progress-container input[type=range]::-webkit-slider-thumb {
- box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
- border: 1px solid #4e4e4e;
- height: 15px;
- width: 15px;
- border-radius: 16px;
- background: #4e4e4e;
- cursor: pointer;
- -webkit-appearance: none;
- margin-top: -7.5px; }
- div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
- background: #5d5d5d; }
- div#progress-container input[type=range]::-moz-range-track {
- width: 100%;
- height: 0px;
- cursor: pointer;
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
- background: #585858;
- border-radius: 0px;
- border: 0px solid #010101; }
- div#progress-container input[type=range]::-moz-range-thumb {
- box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
- border: 1px solid #4e4e4e;
- height: 15px;
- width: 15px;
- border-radius: 16px;
- background: #4e4e4e;
- cursor: pointer; }
- div#progress-container input[type=range]::-ms-track {
- width: 100%;
- height: 0px;
- cursor: pointer;
- background: transparent;
- border-color: transparent;
- color: transparent; }
- div#progress-container input[type=range]::-ms-fill-lower {
- background: #686868;
- border: 0px solid #010101;
- border-radius: 0px;
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
- div#progress-container input[type=range]::-ms-fill-upper {
- background: #686868;
- border: 0px solid #010101;
- border-radius: 0px;
- box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }
- div#progress-container input[type=range]::-ms-thumb {
- box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
- border: 1px solid #4e4e4e;
- height: 15px;
- width: 15px;
- border-radius: 16px;
- background: #4e4e4e;
- cursor: pointer;
- height: 0px;
- display: block; }
- @media all and (-ms-high-contrast: none) {
- div#progress-container *::-ms-backdrop, div#progress-container input[type="range"].amplitude-song-slider {
- padding: 0px; }
- div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
- height: 15px;
- width: 15px;
- border-radius: 10px;
- cursor: pointer;
- margin-top: -8px; }
- div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-track {
- border-width: 15px 0;
- border-color: transparent; }
- div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
- background: #CFD8DC;
- border-radius: 10px; }
- div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
- background: #CFD8DC;
- border-radius: 10px; } }
- @supports (-ms-ime-align: auto) {
- div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
- height: 15px;
- width: 15px;
- margin-top: 3px; } }
- div#progress-container input[type=range]:focus::-ms-fill-lower {
- background: #8e8e8e; }
- div#progress-container input[type=range]:focus::-ms-fill-upper {
- background: #6c6c6c; }
- div#control-container {
- margin-top: 50px; }
- div#control-container div#repeat-container {
- width: 25%;
- float: left;
- padding-top: 20px; }
- div#control-container div#repeat-container div#repeat {
- width: 24px;
- height: 19px;
- cursor: pointer; }
- div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
- background: url("/img/audio/repeat-off.svg"); }
- div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
- background: url("/img/audio/repeat-on.svg"); }
- div#control-container div#repeat-container div#shuffle {
- width: 23px;
- height: 19px;
- cursor: pointer;
- float: right; }
- div#control-container div#repeat-container div#shuffle.amplitude-shuffle-off {
- background: url("/img/audio/shuffle-off.svg"); }
- div#control-container div#repeat-container div#shuffle.amplitude-shuffle-on {
- background: url("/img/audio/shuffle-on.svg"); }
- @media all and (-ms-high-contrast: none) {
- div#control-container *::-ms-backdrop, div#control-container div#control-container {
- margin-top: 40px;
- float: none; } }
- div#control-container div#central-control-container {
- width: 50%;
- float: left; }
- div#control-container div#central-control-container div#central-controls {
- width: 130px;
- margin: auto; }
- div#control-container div#central-control-container div#central-controls div#previous {
- display: inline-block;
- width: 40px;
- height: 40px;
- cursor: pointer;
- background: url("/img/audio/prev.svg");
- background-repeat: no-repeat;
- float: left;
- margin-top: 10px;
- margin-right: -5px; }
- div#control-container div#central-control-container div#central-controls div#play-pause {
- display: inline-block;
- width: 60px;
- height: 60px;
- cursor: pointer;
- float: left; }
- div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-paused {
- background: url("/img/audio/play.svg"); }
- div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-playing {
- background: url("/img/audio/pause.svg"); }
- div#control-container div#central-control-container div#central-controls div#next {
- display: inline-block;
- width: 40px;
- height: 40px;
- cursor: pointer;
- background: url("/img/audio/next.svg");
- background-repeat: no-repeat;
- float: left;
- margin-top: 10px;
- margin-left: -5px; }
- div#control-container div#volume-container {
- width: 25%;
- float: left;
- padding-top: 20px; }
- div#control-container div#volume-container div#shuffle-right {
- width: 23px;
- height: 19px;
- cursor: pointer;
- margin: auto; }
- div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-off {
- background: url("/img/audio/shuffle-off.svg"); }
- div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-on {
- background: url("/img/audio/shuffle-on.svg"); }
- div#control-container div.amplitude-mute {
- cursor: pointer;
- width: 25px;
- height: 19px;
- float: left; }
- div#control-container div.amplitude-mute.amplitude-not-muted {
- background: url("/img/audio/volume.svg");
- background-repeat: no-repeat; }
- div#control-container div.amplitude-mute.amplitude-muted {
- background: url("/img/audio/mute.svg");
- background-repeat: no-repeat; }
- div#control-container:after {
- content: "";
- display: table;
- clear: both; }
- /* Small only */
- @media screen and (max-width: 39.9375em) {
- div#amplitude-player div#repeat-container div#repeat {
- margin-left: auto;
- margin-right: auto;
- float: none; }
- div#amplitude-player div#repeat-container div#shuffle {
- display: none; }
- div#amplitude-player div#volume-container div.volume-controls {
- display: none; }
- div#amplitude-player div#volume-container div#shuffle-right {
- display: block; } }
- /* Medium only */
- @media screen and (min-width: 40em) and (max-width: 63.9375em) {
- div#amplitude-player div#repeat-container div#repeat {
- margin-left: auto;
- margin-right: auto;
- float: none; }
- div#amplitude-player div#repeat-container div#shuffle {
- display: none; }
- div#amplitude-player div#volume-container div.volume-controls {
- display: none; }
- div#amplitude-player div#volume-container div#shuffle-right {
- display: block; } }
- /* Large and up */
- @media screen and (min-width: 64em) {
- div#amplitude-player div#repeat-container div#repeat {
- margin-left: 10px;
- margin-right: 20px;
- float: left; }
- div#amplitude-player div#volume-container div#shuffle-right {
- display: none; } }
- input[type=range].amplitude-volume-slider {
- -webkit-appearance: none;
- width: calc( 100% - 33px);
- float: left;
- margin-top: 10px;
- margin-left: 5px; }
- @-moz-document url-prefix() {
- input[type=range].amplitude-volume-slider {
- margin-top: 0px; } }
- @supports (-ms-ime-align: auto) {
- input[type=range].amplitude-volume-slider {
- margin-top: 3px;
- height: 12px;
- background-color: rgba(255, 255, 255, 0) !important;
- z-index: 999;
- position: relative; }
- div.ms-range-fix {
- height: 1px;
- background-color: #A9A9A9;
- width: 67%;
- float: right;
- margin-top: -6px;
- z-index: 9;
- position: relative; } }
- @media all and (-ms-high-contrast: none) {
- *::-ms-backdrop, input[type=range].amplitude-volume-slider {
- margin-top: -24px;
- background-color: rgba(255, 255, 255, 0) !important; } }
- input[type=range].amplitude-volume-slider:focus {
- outline: none; }
- input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track {
- width: 75%;
- height: 1px;
- cursor: pointer;
- animate: 0.2s;
- background: #CFD8DC; }
- input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
- height: 10px;
- width: 10px;
- border-radius: 10px;
- background: #4e4e4e;
- cursor: pointer;
- margin-top: -4px;
- -webkit-appearance: none; }
- input[type=range].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
- background: #CFD8DC; }
- input[type=range].amplitude-volume-slider::-moz-range-track {
- width: 100%;
- height: 1px;
- cursor: pointer;
- animate: 0.2s;
- background: #CFD8DC; }
- input[type=range].amplitude-volume-slider::-moz-range-thumb {
- height: 10px;
- width: 10px;
- border-radius: 10px;
- background: #4e4e4e;
- cursor: pointer;
- margin-top: -4px; }
- input[type=range].amplitude-volume-slider::-ms-track {
- width: 100%;
- height: 1px;
- cursor: pointer;
- animate: 0.2s;
- background: transparent;
- /*leave room for the larger thumb to overflow with a transparent border */
- border-color: transparent;
- border-width: 15px 0;
- /*remove default tick marks*/
- color: transparent; }
- input[type=range].amplitude-volume-slider::-ms-fill-lower {
- background: #CFD8DC;
- border-radius: 10px; }
- input[type=range].amplitude-volume-slider::-ms-fill-upper {
- background: #CFD8DC;
- border-radius: 10px; }
- input[type=range].amplitude-volume-slider::-ms-thumb {
- height: 10px;
- width: 10px;
- border-radius: 10px;
- background: #4e4e4e;
- cursor: pointer;
- margin-top: 2px; }
- input[type=range].amplitude-volume-slider:focus::-ms-fill-lower {
- background: #CFD8DC; }
- input[type=range].amplitude-volume-slider:focus::-ms-fill-upper {
- background: #CFD8DC; }
- input[type=range].amplitude-volume-slider::-ms-tooltip {
- display: none; }
- div#time-container {
- padding-top:15px
- }
- div#time-container span.current-time {
- color: #607D8B;
- font-size: 14px;
- font-weight: 700;
- float: left;
- width: 15%;
- text-align: center; }
- div#time-container span.duration {
- color: #607D8B;
- font-size: 14px;
- font-weight: 700;
- float: left;
- width: 15%;
- text-align: center; }
- div#time-container:after {
- content: "";
- display: table;
- clear: both; }
- div#meta-container {
- text-align: center;
- margin-top: 5px; }
- div#meta-container span.song-name {
- display: block;
- color: #272726;
- font-size: 20px;
- font-family: 'Open Sans', sans-serif;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; }
- div#meta-container div.song-artist-album {
- color: #636363;
- font-size: 14px;
- font-weight: 700;
- font-family: 'Open Sans', sans-serif;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis; }
- div#meta-container div.song-artist-album span {
- display: block; }
- /*
- 3. Layout
- */
- body {
- background-image: -webkit-linear-gradient(316deg, #3d3d3d 0%, #e9e9e9 100%);
- background-image: linear-gradient(-226deg, #757575 0%, #cbcbcb 100%);
- height: 100vh;
- -webkit-font-smoothing: antialiased;
- font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
- line-height: 1.5;
- }
- div.amplitude-wave-form{
- margin-top: -65px;
- }
-
- div.amplitude-wave-form svg{
- stroke: #5f5f5f;
- height: 150px;
- width: 100%;
- stroke-width: .5px;
- }
- div.amplitude-wave-form svg g{
- stroke: #6a6a6a;
- height: 50px;
- width: 100%;
- }
- div.amplitude-wave-form svg g path{
- stroke: #5c5c5c;
- height: 50px;
- width: 100%;
- }
- div#large-visualization{
- width: 100%;
- background-color: black;
- visibility: hidden;
- }
|