Author Topic: Custom Follower and Donator Notification  (Read 1388 times)

0 Members and 1 Guest are viewing this topic.

sYproO

  • Guest
Custom Follower and Donator Notification
« on: January 31, 2016, 12:26:58 AM »
Hello Guys. :)

Can I have a custom notification for my Followers?
This is a png Data for the Follow
Font Style/Link: Comic Sans MS
Font Color: Orange

http://imgur.com/ktFwGti

Can I have a custom notification for my Donaters?
This is a png Data for the Doanter
Font Style/Link: Comic Sans MS
Font Color: Orange

http://imgur.com/oG61BKG

Thank You Guys. :)

« Last Edit: January 31, 2016, 01:08:38 AM by sYproO »

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower and Donator Notification
« Reply #1 on: January 31, 2016, 02:58:32 AM »
Requested by: sYpro0

Follower:

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

CSS Code:
Code: [Select]

#follow-notification {
display: none;
position: absolute;
left: 0px !important;
width: 500px !important;
height: 150px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/ktFwGti.png') !important;
background-repeat: no-repeat;

}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 50px !important;
margin-left: 100px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: bold !important;
font-family: Comic Sans MS !important;
color: green !important;
text-transform: capitalize;
-webkit-text-fill-color: #B95F00;
-webkit-text-stroke-color: green;
-webkit-text-stroke-width: 0px;
text-shadow: 10px white !important;
}
 
.followname:before {
content: '' !important;
}

.followname:after {
content: '' !important;
}

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




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 200

CSS Code:
Code: [Select]
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 500px !important;
height: 150px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/oG61BKG.png') !important;
overflow: ahidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}

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

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

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 40px !important;
margin-left: -150px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 26px !important;
font-family: Comic Sans MS !important;
color: #B95F00 !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 40px !important;
margin-left: -230px !important;
width: 500px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 26px !important;
font-family: Comic Sans MS !important;
color: #B95F00 !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}

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