Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: Psychosis306 on March 16, 2015, 02:09:40 PM
-
I need help making a custom donation/follow notifications.
This is the image i want for follow
http://imgur.com/coH4KG9
Standard text is fine, Bold please. Centered under the Red text.
This is the gif i would like to use for donator
http://imgur.com/V50K2uP
Text i would like centered below the stream.
Default font in bold is fine.
Thank you
-Psychosis306
-
If you need anything adjusted, let me know. Hopefully this is what you wanted.
Requested by: Psychosis306
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 120
CSS Code:
::-webkit-scrollbar {
visibility: hidden;
}
#follow-notification {
display: none;
position: absolute;
width: 453px !important;
height: 99px !important;
background-image: url('http://i.imgur.com/coH4KG9.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 25px !important;
margin-left: 160px !important;
width: 200px !important;
font-size: 28px !important;
font-weight: bold !important;
font-family: Arial !important;
text-shadow:none !important;
color: white !important;
-webkit-text-fill-color: white;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/gCs26/c8a1ab1d72.jpg)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 400
CSS Code:
#donor-notification {
width: 377px !important;
height: 260px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/V50K2uP.gif') !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 {
position: absolute !important;
text-align: center !important;
margin-top: 270px !important;
margin-left: 0px !important;
width: 400px !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
-webkit-text-fill-color: white;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 150px !important;
margin-left: 120px !important;
width: 300px !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
-webkit-text-fill-color: white;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 150px !important;
margin-left: 0px !important;
width: 300 !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white !important;
-webkit-text-fill-color: white;
}
.donor:after {
content: " - " !important;
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/hratk/c53fa9b1da.jpg)
-
Very nice my friend.
Thank you so much.
-Psychosis306
-
Can any one modify The donor notification to include the donation message below the image? Please and Thank you!!
-
Can any one modify The donor notification to include the donation message below the image? Please and Thank you!!
Below it, as in beneath the image?
-
Yes please. Beneath the image. Currently there is no donor message. I think half the fun is having your message on screen ;)
-
Bump
-
Bump
My apologies, totally spaced it out. I updated the post above with it. You may have to adjust the dimensions on general properties tab of the CLR Browser to fit longer messages. I put my recommend dimensions as well.
-
Thanks a bunch!!