Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: sYproO on March 02, 2016, 07:31:44 AM

Title: Custom Follower and Donator Notification
Post by: sYproO on March 02, 2016, 07:31:44 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: Red

http://imgur.com/NlIcGmU

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: Red

http://imgur.com/vrXQifM



All The Notification are in € please.
Thank You Guys. :)

Title: Re: Custom Follower and Donator Notification
Post by: TheNumbLock on March 02, 2016, 07:39:07 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/NlIcGmU.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: red;
-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.)

(http://puu.sh/nrxf0/fcd9e5959f.png)


Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?ccy=%E2%82%AC
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/vrXQifM.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: red !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: red !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.)

(http://puu.sh/nrxek/fa548b7d20.png)
Title: Re: Custom Follower and Donator Notification
Post by: sYproO on March 02, 2016, 07:43:13 AM
Hello Guys.
This is not The Panel.
My Picture´s are in Red not In Orangen :/
And I want all in € Did not $
Thank you. :)
Title: Re: Custom Follower and Donator Notification
Post by: TheNumbLock on March 02, 2016, 08:29:28 AM
Hello Guys.
This is not The Panel.
My Picture´s are in Red not In Orangen :/
And I want all in € Did not $
Thank you. :)

They are red. Just didn't update the pics. As for the Euro Sign, use the donation link I provided.

Edit: Edited the pics.