Path: blob/main/projects/chill-radio/css/main.css
2278 views
@import url(https://fonts.googleapis.com/css?family=Lato:400, 700&display=swap);1* {2box-sizing: border-box;3font-family: "Lato", Arial;4}5body {6background-color: #1b1b32;7background-position: 50%;8background-size: cover;9color: #fff;10font-family: "Open Sans", sans-serif;11margin: 0;12overflow: hidden;13padding: 0;14}15#root,16body,17html,18main {19height: 100%;20}21a {22text-decoration: none;23}24h1,25h2,26p {27margin: 0;28}29.App {30height: 100%;31}32.animation {33display: none;34}35@media only screen and (min-width: 768px) {36.animation {37background-image: url("/projects/chill-radio/img/vapor.gif");38background-position: left bottom;39background-repeat: no-repeat;40display: block;41height: 100%;42margin-top: 88px;43position: relative;44width: 100%;45}46}47.site-title {48font-size: 30px;49}50@media only screen and (min-width: 768px) {51.site-title {52font-size: 18px;53}54}55.site-description {56font-size: 18px;57margin-top: 18px;58}59@media only screen and (min-width: 768px) {60.site-description {61margin-left: 10px;62margin-top: 0;63}64}65.under-header-content {66background-color: #0a0a23;67display: -webkit-flex;68display: flex;69-webkit-flex-direction: column;70flex-direction: column;71height: 200px;72-webkit-justify-content: center;73justify-content: center;74padding: 0 20px;75position: absolute;76text-align: center;77top: 38px;78width: 100%;79}80@media only screen and (min-width: 768px) {81.under-header-content {82-webkit-align-items: center;83align-items: center;84-webkit-flex-direction: row;85flex-direction: row;86height: 50px;87z-index: 1;88}89}90.slider-container {91height: 100%;92padding: 22px 20px 22px 15px;93width: 140px;94}95.slider {96-webkit-appearance: none;97background: #dfdfe2;98height: 6px;99width: 100%;100}101.slider::-webkit-slider-thumb {102-webkit-appearance: none;103appearance: none;104background: #fff;105cursor: pointer;106height: 15px;107width: 15px;108}109.slider::-moz-range-thumb {110background: #fff;111cursor: pointer;112height: 15px;113width: 15px;114}115[data-meta="title"] {116font-size: 18px;117}118[data-meta="artist"] {119font-size: 14px;120}121[data-meta="album"] {122font-size: 12px;123}124[data-meta="listeners"] {125bottom: 20px;126font-size: 20px;127font-weight: 900;128left: 10px;129position: absolute;130}131@media only screen and (min-width: 768px) {132[data-meta="listeners"] {133bottom: auto;134left: auto;135top: 2px;136right: 10px;137}138}139[data-meta="picture"] {140bottom: 212px;141height: 200px;142left: 50%;143margin-left: -100px;144position: absolute;145width: 200px;146}147@media only screen and (min-width: 768px) {148[data-meta="picture"] {149bottom: auto;150height: 70px;151left: auto;152margin-left: 0;153width: 70px;154}155}156@media (max-height: 600px) {157[data-meta="picture"] {158display: none;159}160}161.now-playing {162-webkit-align-content: center;163align-content: center;164background-color: #1b1b32;165bottom: 70px;166display: -webkit-flex;167display: flex;168-webkit-flex-direction: column;169flex-direction: column;170height: 120px;171left: 0;172padding: 10px;173position: absolute;174width: 100vw;175}176@media only screen and (min-width: 768px) {177.now-playing {178background-color: #0a0a23;179bottom: auto;180height: 100%;181left: 70px;182padding-bottom: 2px;183padding-top: 2px;184position: relative;185width: calc(100% - 70px);186}187}188.progress-container {189border-radius: 4px;190bottom: 10px;191height: 4px;192left: 10px;193overflow: hidden;194position: absolute;195right: 10px;196}197@media only screen and (min-width: 768px) {198.progress-container {199bottom: 5px;200}201}202.now-playing progress {203-webkit-appearance: none;204appearance: none;205background-color: #3b3b4f;206height: 4px;207left: 0;208position: absolute;209top: 0;210width: 100%;211border: none;212}213.now-playing progress::-webkit-progress-bar {214background-color: #3b3b4f;215}216.now-playing progress::-webkit-progress-value {217background-color: #fff;218}219.meta-display {220opacity: 0;221transition: opacity 0.5s ease-out;222width: calc(100% - 210px);223}224.meta-display-visible {225opacity: 1;226}227.visualizer {228background-color: #002ead;229height: 100%;230pointer-events: none;231position: absolute;232top: 238px;233width: 100%;234z-index: 5;235}236@media only screen and (min-width: 768px) {237.visualizer {238background-color: transparent;239top: 88px;240}241}242.visualizer canvas {243height: 100%;244width: 100%;245}246.recent-song-history {247background-color: transparent;248border: 0;249cursor: pointer;250height: 100%;251padding: 0;252text-align: center;253width: 70px;254z-index: 10;255}256.recent-song-history:active,257.recent-song-history:hover {258background-color: #1b1b32;259}260.recent-song-history .recently-played-icon {261color: #fff;262height: 60%;263width: 60%;264}265.recent-song-list {266background-color: #1b1b32;267bottom: 70px;268color: #fff;269cursor: default;270left: 0;271position: absolute;272width: 100%;273}274@media only screen and (min-width: 768px) {275.recent-song-list {276bottom: 73px;277width: 350px;278}279}280.recently-played-icon {281font-weight: 700;282-webkit-justify-content: center;283justify-content: center;284}285.recent-song-info {286border-bottom: 1px solid #3b3b4f;287display: -webkit-flex;288display: flex;289-webkit-justify-content: flex-start;290justify-content: flex-start;291padding: 10px;292}293.recent-song-meta {294font-size: 16px;295margin-left: 10px;296overflow: hidden;297text-align: left;298}299.recent-song-meta p {300overflow: hidden;301text-overflow: ellipsis;302white-space: nowrap;303}304.recent-song-meta p:first-child {305font-weight: 700;306}307.recent-song-info:nth-child(5) {308border-bottom: none;309}310.recent-song-info img {311float: left;312height: 50px;313width: 50px;314}315details {316display: none;317}318@media only screen and (min-width: 768px) {319details {320background-color: rgba(10, 10, 35, 0.6);321bottom: 100px;322color: #fff;323display: block;324opacity: 0.1;325padding: 15px;326position: absolute;327right: 50px;328transition: opacity 0.25s ease-out;329}330}331details:hover,332details[open] {333opacity: 1;334}335dl {336margin-bottom: 0;337}338dt {339margin-top: 10px;340}341dd {342font-style: italic;343margin-left: 10px;344}345[data-meta="stream-select"] {346-webkit-appearance: none;347appearance: none;348background-color: #fff;349background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");350background-position: right 0.7em top 50%, 0 0;351background-repeat: no-repeat;352background-size: 0.65em auto, 100%;353border-radius: 0;354border: none;355bottom: 25px;356font-size: 12px;357padding: 2px 20px 2px 2px;358position: absolute;359right: 10px;360}361@media only screen and (min-width: 768px) {362[data-meta="stream-select"] {363bottom: 16px;364}365}366footer {367background-color: #0a0a23;368bottom: 0;369display: -webkit-flex;370display: flex;371height: 70px;372position: absolute;373width: 100%;374z-index: 10;375}376@media only screen and (min-width: 768px) {377footer {378border-top: 3px solid #fff;379box-sizing: content-box;380}381}382.play-container {383background-color: transparent;384border: 0;385color: #fff;386cursor: pointer;387height: 100%;388left: 50%;389margin-left: -35px;390padding: 15px;391position: absolute;392width: 70px;393}394.play-container:active,395.play-container:hover {396background-color: #1b1b32;397}398@media only screen and (min-width: 768px) {399.play-container {400left: auto;401margin-left: 0;402position: relative;403}404}405.play-container:before {406background-color: #1b1b32;407background-image: url(https://cdn-media-1.freecodecamp.org/code-radio/cta.png);408background-position: 150px;409background-repeat: no-repeat;410border-radius: 5px;411box-sizing: border-box;412content: "Push Play or Space Bar to Start Music!";413display: none;414font-size: 21px;415font-weight: 700;416height: 100px;417left: -170px;418opacity: 0;419padding: 10px 100px 10px 20px;420pointer-events: none;421position: absolute;422top: -110px;423transition: opacity 0.5s ease-out;424width: 250px;425}426@media only screen and (min-width: 768px) {427.play-container:before {428display: block;429}430}431.play-container-cta:before {432opacity: 1;433}434.play-container-cta:hover {435background: #2a2a40;436}437.site-nav {438-webkit-align-items: flex-start;439align-items: flex-start;440background: #0a0a23;441font-family: "Lato", sans-serif;442font-size: 18px;443height: 38px;444-webkit-justify-content: space-between;445justify-content: space-between;446padding: 0 15px;447position: fixed;448top: 0;449width: 100%;450z-index: 1000;451}452.site-nav,453.site-nav-middle {454display: -webkit-flex;455display: flex;456overflow-y: hidden;457}458.site-nav-middle {459-ms-overflow-scrolling: touch;460-webkit-overflow-scrolling: touch;461-webkit-align-items: center;462align-items: center;463letter-spacing: 0.4px;464margin-right: 0;465overflow-x: auto;466white-space: nowrap;467}468@media only screen and (min-width: 768px) {469.site-nav-middle {470-webkit-flex: 1 0 30%;471flex: 1 0 30%;472margin-right: 0;473}474}475.site-nav-left {476display: none;477}478@media only screen and (min-width: 768px) {479.site-nav-left {480display: -webkit-flex;481display: flex;482-webkit-flex: 1 0 30%;483flex: 1 0 30%;484margin-left: 0;485}486}487.site-nav-logo {488color: #fff;489display: block;490-webkit-flex-shrink: 0;491flex-shrink: 0;492font-size: 1.7rem;493font-weight: 700;494letter-spacing: -0.5px;495line-height: 1em;496margin: 0 5px;497}498@media only screen and (min-width: 768px) {499.site-nav-logo {500margin-left: auto;501margin-right: auto;502}503}504.site-nav-logo:hover {505text-decoration: none;506}507.site-nav-logo img {508display: block;509height: 25px;510margin-top: 7px;511width: auto;512}513.site-nav-right {514-webkit-align-items: center;515align-items: center;516display: -webkit-flex;517display: flex;518-webkit-flex-shrink: 0;519flex-shrink: 0;520height: 38px;521}522@media only screen and (min-width: 768px) {523.site-nav-right {524-webkit-flex: 1 0 30%;525flex: 1 0 30%;526}527}528@media only screen and (min-width: 768px) {529.main-nav-group,530.site-nav-right {531margin-left: auto;532}533}534.nav {535background-color: #0a0a23;536display: none;537left: 15px;538list-style: none;539margin: 0 0 0 -12px;540padding: 0;541position: absolute;542top: 38px;543}544@media only screen and (min-width: 768px) {545.nav {546display: -webkit-flex;547display: flex;548left: auto;549position: relative;550top: 0;551}552}553.nav {554height: 38px;555}556.nav li {557padding: 0;558}559.nav li,560.nav li a {561display: block;562margin: 0;563}564.nav li a {565color: #fff;566opacity: 1;567padding: 8px 15px;568white-space: nowrap;569}570.nav li:hover {571background: #fff;572}573.nav li a:hover {574color: #0a0a23;575text-decoration: none;576}577.toggle-button-nav {578background-color: #0a0a23;579border: 1px solid #fff;580color: #fff;581cursor: pointer;582display: -webkit-flex;583display: flex;584font-family: "lato", sans-serif;585font-size: 18px;586height: auto;587margin-right: 5px;588margin-top: 4px;589outline: 0;590padding: 2px 14px 3px;591}592@media only screen and (min-width: 768px) {593.toggle-button-nav {594display: none;595}596}597.show-main-nav-items {598display: -webkit-flex;599display: flex;600}601@media only screen and (min-width: 768px) {602.show-main-nav-items {603display: none;604}605}606.expand-nav {607min-height: 78px;608}609.reverse-toggle-color {610background-color: #fff;611color: #0a0a23;612}613/*# sourceMappingURL=main.75b93fcc.chunk.css.map */614615