Last active
August 29, 2015 14:13
-
-
Save Epictek/68ebed4445b6c974a3ba to your computer and use it in GitHub Desktop.
Hummingbird MLG userstyle
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
@-moz-document url-prefix("https://hummingbird.me") { | |
* { | |
font-family:'Comic Sans MS'; | |
} | |
h1, h2, h3 { | |
font-family:'Comic Sans MS' !important; | |
} | |
.overlay-panel{ | |
background: url("http://i.imgur.com/J6mPoju.png") !important; | |
background-size: cover !important; | |
} | |
.series-thumb:after{ | |
content: url("http://i.imgur.com/KKLdJGo.gif") !important; | |
position: absolute; | |
right: 30px; | |
} | |
.user-image a:before, .user-avatar a:before{ | |
position: absolute; | |
margin-top: -30px; | |
content: url("http://i.imgur.com/BcE7Xeb.png") !important; | |
} | |
.mini-badge:before, .profile-badge:before{ | |
content:"MLG"; | |
} | |
.username:before, .story-title:before{ | |
content: "xXx"; | |
} | |
.username:after, .story-title:after{ | |
content: "xXx"; | |
} | |
.large-avatar:before{ | |
position: absolute; | |
margin-top: -60px; | |
content: url("http://i.imgur.com/y8aZyJh.png") !important; | |
} | |
.footer-shadow{ | |
background-image: url("http://i.imgur.com/ObH4BoB.jpg") !important; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-attachment: fixed; | |
} | |
.quick-update{ | |
background-image:url("http://i.imgur.com/Iyw6ef0.jpg"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment