Author Topic: new custom follower alerts  (Read 3032 times)

0 Members and 1 Guest are viewing this topic.

red78phoenix

  • Youngling
  • *
  • Posts: 6
  • Karma: +1/-0
    • View Profile
  • Twitch Name: RED78PHOENIX
new custom follower alerts
« on: September 28, 2014, 07:50:54 PM »
Good day Expertsonline

This is the custom follower alert  i would like to use http://imgur.com/OCAhhgO

This is the custom donation alert i would like to use http://imgur.com/5xb4L0P

Any help you may be able to provide with this would be greatly appreciated.

Thanks  ;D


ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: new custom follower alerts
« Reply #1 on: September 28, 2014, 10:25:39 PM »
Follow

Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 510
Height: 160

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px !important;
height: 160px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/OCAhhgO.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 55px !important;
margin-left: 0px !important;
text-align: center !important;
width: 500px !important;
font-size: 32px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Preview:



Donation

Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 510
Height: 160

CSS Code:
Code: [Select]
#donor-notification {
width: 500px !important;
height: 160px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/5xb4L0P.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}


#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 32px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 75px !important;
margin-left: 00px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}



Preview: