Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: coomrad on April 15, 2015, 04:52:24 AM
-
For Follower im looking to use this image with the name of follower underneath: http://i.imgur.com/StYr8pJ.gif
For Donation looking to use this image with the donator and amount underneath as well: http://i.imgur.com/Ir905bR.gif
Comic Sans font preferred for both with the text being white and the donor / follower name being red.
I hope this is enough information :)
-
If you need anything changed, let me know.
Requested by: coomrad
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 400
CSS Code:
#follow-notification {
display: none;
position: absolute;
width: 498px !important;
height: 264px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/StYr8pJ.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 250px !important;
margin-left: 90px !important;
margin-right: 100px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Comic Sans !important;
color: red !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/heaxn/8cf117df18.jpg)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 470
Height: 750
CSS Code:
#donor-notification {
width: 460px !important;
height: 600px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/Ir905bR.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 {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 600px !important;
margin-left: 80px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Comic Sans !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 550px !important;
margin-left: 30px !important;
width: 400px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Comic Sans !important;
color: red!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/heaJz/3372831d5a.jpg)