Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: gh0sthound on August 21, 2014, 07:38:41 AM
-
I could use a little help getting deepbot setup to notify me on OBS. I use the CLR browser with nightdev for the notification but i have no idea how to link it with deepbot :X
It's also be awesome to have this image in CSS format if possible
http://i.imgur.com/fPkqo5Q.png
-
To use these, install the CLR Browser plugin for OBS. Then add CLR Browser source with the below link and dimensions. There should be a tab called CSS in which you past the CSS customisation script.
Follows
Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 950
Height: 270
CSS Code
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 950px !important;
height: 265px !important;
border-radius: 10px;
background-image: url('http://i.imgur.com/fPkqo5Q.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 88px !important;
margin-left: 180px !important;
text-align: center !important;
width: 600px !important;
font-size: 52px !important;
font-weight: normal !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: #000000;
-webkit-text-fill-color: #00fdbd;
}
Preview:
(http://puu.sh/b1XAc/d40a0069c3.jpg)