This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css?family=Baloo'); | |
* { | |
line-height: 120%; | |
font-family: 'Baloo', cursive; | |
} | |
.inner * { | |
text-shadow: 0px 1px 1px #DDDDEE, 0px 2px 2px #7788AA; | |
} | |
.inner { | |
background: none; | |
box-shadow: inset 0 0 1000px rgba(0,0,0,0.3); | |
} | |
span[name="gd_track_artwork_url"] { | |
width: 150px; | |
} | |
span[name="gd_track_artwork_url"] img { | |
box-shadow: 0px 1px 1px #DDDDEE, 0px 2px 2px #7788AA; | |
} | |
.inner::before { | |
position: fixed; | |
content: ""; | |
top: 0; | |
bottom: 0; | |
right: 0; | |
left: 0; | |
background: #CCC; | |
box-shadow: none; | |
pointer-events: none; | |
z-index:-1 | |
} | |
.section { | |
background: none; | |
border: none; | |
box-shadow: none; | |
mix-blend-mode: normal; | |
} | |
.section a { | |
color: #fff; | |
text-decoration: none; | |
} | |
.section a:hover { | |
background: #CCC; | |
} | |
.section a.handle { | |
color: #7788AA; | |
font-family: 'Baloo', cursive; | |
text-shadow: 0px 1px 1px #DDDDEE, 0px 2px 2px #7788AA; | |
} | |
.eq .band::after { | |
content: ""; | |
position: absolute; | |
top: -30px; | |
left: 0; | |
background: #7788AA; | |
height: 50px; | |
width: 100%; | |
border-radius: 50%; | |
box-shadow: 0 0 15px black; | |
z-index: 1; | |
} | |
.eq .band { | |
background: #CCC; | |
box-shadow: 0 0 15px black; | |
} | |
.eq { | |
mix-blend-mode: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment