Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: syndrome208 on August 26, 2014, 05:31:18 AM
-
New Sub Alert and Updated Donation Alert.
For the Donation just need to show: Name - Amount
Sub just needs to show: Name
Is there a way to customize the font in clr browser. My graphics guy sent me the font he uses and I'll attach it here, but I'm sure its just something I adjust in the clr browser.
Also Can we have the donation alert not do the scroll thing just to be stationary.
I also attached my overlay so you can see where I place everthing. The overlay is in 720p though and I run 1080p but you can see that the alerts to over the top center where it says syndrome
-
Sub
Link : http://deepbot.tv/notifications/subnotification1.htm
#sub-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 110px !important;
background-repeat: no-repeat;
background-image: url('http://i.imgur.com/CgQ0CMd.png') !important;
background-position-y: 0px;
}
#sub-notification .subname {
margin-left: 00px !important;
margin-top: 41px !important;
padding-top: 0px !important;
width: 595px !important;
text-align: center !important;
line-height: 14px !important;
font-size: 30px !important;
font-weight: bold !important;
font-family: troglodyte !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #8a0823;
}
Preview:
(http://puu.sh/b8P1f/fe886e5fae.jpg)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm?top=1&ccy=$
Code:
#donor-notification {
width: 633px !important;
height: 75px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/agCJa30.png') !important;
}
#donor-notification .title {
padding-top: 0px !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
font-family: troglodyte !important;
font-size: 26px !important;
font-family: troglodyte !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000;
}
#donor-notification .donor {
font-size: 28px !important;
font-weight: bold !important;
font-family: troglodyte !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000;
}
#donor-notification .header {
color: #3FFA00 !important;
font-size: 1px !important;
visibility: hidden !important;
}
#donor-notification .title {
margin-top: 35px !important;
padding-left: 10px !important;
width: 610px !important;
}
Preview:
(http://puu.sh/b8PSD/e3a1cad9fd.jpg)
-
Thanks Experts they look awsome!!!
Keep up the good work!
-
Hi, can you help me too?
I want same like syndrome, but with this image - https://dl.dropboxusercontent.com/u/57089466/NECHAT%21%21/donate.png
font - Segoe UI
text - "Pan/paní" is name of donator
"Dne" is date
"prispel/a" is amount
and "zprava" is message
I need the image to appear from the top.
Thank you so much!!
-
Apologies - I have been away travelling, hence the delayed response.
Link : http://deepbot.tv/notifications/donationnotification.htm
CSS Code:
#donor-notification {
display: none;
position: absolute !important;
width: 1920px !important;
height: 748px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/Ij7AMXm.png') !important;
}
#donor-notification .date {
position: absolute !important;
margin-top: 135px !important;
margin-left: 890px !important;
padding-top: 43px !important;
width: 350px !important;
text-align: center !important;
line-height: 20px !important;
vertical-align: top !important;
font-size: 28px !important;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #000 !important;
color: white !important;
}
#donor-notification .streamname {
position: absolute !important;
display: none !important;
margin-left: 34px !important;
padding-top: 28px !important;
text-align: left !important;
line-height: 26px !important;
vertical-align: top !important;
font-size: 24px !important;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #FFF !important;
color: black !important;
}
#donor-notification .message {
position: absolute !important;
margin-left: 548px !important;
margin-top: 258px !important;
float: left !important;
padding-top: 9px !important;
width: 840px !important;
line-height: 95px !important;
text-align: left !important;
vertical-align: top !important;
font-size: 32px !important;
font-family: Segoe UI !important;
color: white !important;
}
#donor-notification .amount {
position: absolute !important;
float: right !important;
margin-left: 1335px !important;
margin-top: 153px !important;
width: 160px !important;
padding-top: 15px !important;
text-align: center !important;
line-height: 26px !important;
vertical-align: top !important;
font-size: 48px !important;
font-family: Algerian !important;
text-shadow: 2px 2px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
margin-left: 430px !important;
padding-top: 165px !important;
width: 450px !important;
text-align: left !important;
line-height: 28px !important;
vertical-align: middle !important;
font-size: 38px !important;
font-family: Segoe UI !important;
text-shadow: 2px 2px 1px #000 !important;
color: white !important;
}
Preview:
(http://puu.sh/bx6P6/28d98eade8.jpg)
-
Thank you so much. But I need so that the image pulled from the top. Can you do that? Like image for Syndrom. Thank you again.
-
Simply change the link to : http://deepbot.tv/notifications/donationnotification.htm?top=1
-
You are best :-) thank you.