Author Topic: Custom Follow notification  (Read 1430 times)

0 Members and 3 Guests are viewing this topic.

obeewnn

  • Youngling
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
  • Twitch Name: obeewnn
Custom Follow notification
« on: March 19, 2015, 08:02:04 AM »
Hello I need a CSS stylesheet for my follow alert.

I would like to use http://cdn.gifbay.com/2013/05/playing_dayz-46965.gif as the GIF. And "Thanks for the follow (follower)!" on top, in blue with cyan outline.

Thanks!

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follow notification
« Reply #1 on: March 19, 2015, 10:28:08 AM »
Requested by: obeewnn

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 250

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 300px !important;
height: 183px !important;
border-radius: 00px !important;
background-image: url('http://cdn.gifbay.com/2013/05/playing_dayz-46965.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: left !important;
margin-top: 0px !important;
margin-left: 80px !important;
width: 100px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: arial bold !important;
color: blue !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: cyan;
}

.followname:before {
content: " Thanks for the follow " !important;
position: absolute !important;
text-align: left !important;
margin-top: -20px !important;
margin-left: -40px !important;
margin-right: 0px !important;
width: 300px !important;
font-size: 22px !important;
font-weight: bold !important;
font-family: arial bold !important;
color: blue !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: cyan;
}

Preview: (If there is a black background, it is just my background.)

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport