Created
December 12, 2016 04:04
-
-
Save AuroraNemoia/123029400dc9430ed04cea6e2602d068 to your computer and use it in GitHub Desktop.
Various tweaks done to the user popout header
This file contains hidden or 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
.user-popout{box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5)!important;} | |
.user-popout .avatar-wrapper .avatar-popout{ | |
z-index:8!important; | |
border:none!important; | |
} | |
.avatar-popout .status{ | |
z-index:-1!important; | |
border-radius:0px!important; | |
width:250px!important; | |
height:430px!important; | |
top:-22px!important; | |
border:none!important; | |
left:-80px!important; | |
-webkit-filter:brightness(80%)!important; | |
} | |
.activity{ | |
visibility:hidden; | |
padding-left:12px; | |
padding-right:12px; | |
letter-spacing:-8px; | |
} | |
.activity strong{ | |
visibility:visible!important; | |
-webkit-filter:brightness(700%)!important; | |
width:220px!important; | |
letter-spacing:0px!important; | |
} | |
/* Change the playing prefix here. */ | |
.activity strong:before{content:"🎮 "!important;} | |
.user-popout .username-wrapper .activity, .username, .discriminator{color:white!important;} | |
.nickname{font-size:20px!important;} | |
.live-on-twitch{ | |
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); | |
border:none!important; | |
z-index:10; | |
margin-bottom:-2.4px!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment