Author Topic: A new Custom Follower notification!  (Read 1515 times)

0 Members and 1 Guest are viewing this topic.

dominerar

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Dominerar
A new Custom Follower notification!
« on: September 24, 2014, 11:40:40 PM »
Hey again I could use your expertise once again,

I would like to have this as a follower notification http://imgur.com/5L3gkpu

With the followers name beneath the text "new follower" its a .png so it can be transparent in the stream!

Would really appreciate it man! (Y) Thumbs up for super awesome bot and support!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: A new Custom Follower notification!
« Reply #1 on: September 25, 2014, 06:21:42 AM »
Follows

Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 220

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 220px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/5L3gkpu.png') !important;
background-repeat: no-repeat !important;
overflow: hidden !important;
}
#follow-notification .followname {
margin-top: 42px !important;
margin-left: 200px !important;
text-align: center !important;
width: 400px !important;
font-size: 48px !important;
font-weight: bold !important;
font-family: Impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;
}

Preview: