1
Custom Notifications / Re: Custom follower overlay
« on: December 25, 2014, 10:19:39 AM »
Thank you
sorry to make you do this so close to holidays!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 220px !important;
border-radius: 0px!important;
background-image: url('http://i.imgur.com/nptvq2W.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 25px !important;
margin-left: 000px !important;
text-align: center !important;
width: 420px !important;
font-size: 52px !important;
font-family: Corbel !important;
font-weight: bold !important;
color: #FFF !important;
-webkit-text-stroke-width: 2.0px;
-webkit-text-stroke-color: #000;
text-shadow:3px 3px 5px #000;
}
#follow-notification .header {
visibility: hidden !important;
}