Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: Taintedh on September 24, 2014, 02:36:34 PM
-
Hello :) Could you please make this into a custom donation alert? Only needs to show Donator Name in the top portion and the amount in the bottom portion of the graphic.
http://i.imgur.com/J4AuzZN.png
Thanks a bunch :)
I'll bump this with a follower alert likely tomorrow evening.
-
Donation
Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 100
CSS Code:
#donor-notification {
width: 500px !important;
height: 100px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/J4AuzZN.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
overflow: hidden !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 {
position: absolute !important;
margin-top: 40px !important;
font-size: 23px !important;
width: 500px !important;
text-align: center !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 1px !important;
width: 500px !important;
text-align: center !important;
font-size: 26px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .title {
padding-top: 0px !important;
margin-left: 0px !important;
width: 76% !important;
float: left !important;
text-align: left !important;
}
Preview:
(http://puu.sh/bLIyn/8762bfbecd.jpg)
-
Thanks a bunch ! Works great.
New follower alert here please :)
http://imgur.com/veKUdJB
Thanks so much!
-
Follows
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 1080
Height: 275
CSS Code
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1080px !important;
height: 275px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/veKUdJB.png') !important;
background-repeat: no-repeat;
overflow: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 60px !important;
margin-left: 330px !important;
text-align: center !important;
width: 260px !important;
font-size: 26px !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:
(http://puu.sh/bORBX/3bd76e1f70.jpg)
-
Hey thanks a bunch!
Any chance you can add the words New Follower somewhere?
I forgot that in the initial image :(
Cheers,
-
for static text, its best to add it to the image itself