Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: Monstarr21 on April 09, 2015, 12:05:34 AM
-
I would like to request to a new follower notification
Follower Alert
Image Link: http://vignette4.wikia.nocookie.net/mkwikia/images/7/71/Frienship.gif/revision/latest?cb=20120626015007
Font Style/Link: http://www.dafont.com/mortal-kombat.font
Font Color: White
Any text fill/boarder?: No
Where do you want text located? (Follower Name): Center underneath
Example (If applicable):
Anything else?: Put "Has Joined The Horde" centered underneath the username
-
To get this custom font to work for you, you need to go here: http://www.mediafire.com/download/kedqnfgxd705rc6/MK4.TTF Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 200
CSS Code:
@font-face {
font-family: 'Mortal Kombat' !important;
src: url('InsertDownloadLinkHere') !important;
}
#follow-notification {
display: none;
position: absolute;
width: 251px !important;
height: 59px !important;
border-radius: 0px !important;
background-image: url('http://vignette4.wikia.nocookie.net/mkwikia/images/7/71/Frienship.gif/revision/latest?cb=20120626015007') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 50px !important;
margin-left: -30px !important;
margin-right: 100px !important;
width: 300px !important;
font-size: 34px !important;
font-weight: normal !important;
font-family: Mortal Kombat !important;
color: white !important;
}
.followname:after {
content: ' Has Joined The Horde' !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/h6daM/022d42731a.jpg)
-
I tried using that CSS in Xsplit but it just does the default. :/
-
What version of obs are you on? Are you using 64bit or 32bit? Is your CLR Browser plugin up to date?