Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Kraith88 on December 04, 2014, 07:03:45 AM

Title: Follower CSS Help
Post by: Kraith88 on December 04, 2014, 07:03:45 AM
Need help for this http://imgur.com/UjZQWZH please!
Title: Re: Follower CSS Help
Post by: emrerocky on December 04, 2014, 11:17:11 AM
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 948
Height: 461

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 948px !important;
height: 461px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/UjZQWZH.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 90px !important;
margin-left: 300px !important;
text-align: center !important;
width: 0px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Preview:
(http://puu.sh/dgeJF/18467c773c.jpg)
Title: Re: Follower CSS Help
Post by: Kraith88 on December 04, 2014, 11:04:15 PM
So I am having an issue.  I use Xsplit, not OBS because OBS refuses to install the clr browser for me anymore.  But the Xsplit version I use has CLR built in.  Now, I put the link in, overwrite the CSS but I get the xbox follow notification not mine, am I doing something wrong?

EDIT: Nevermind Got it working, thank you!
Title: Re: Follower CSS Help
Post by: emrerocky on December 04, 2014, 11:29:23 PM
Use this for XSplit:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 948px !important;
height: 461px !important;
border-radius: 00px !important;
background-image: url("https://i.imgur.com/UjZQWZH.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 90px !important;
margin-left: 300px !important;
text-align: center !important;
width: 0px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}
Title: Re: Follower CSS Help
Post by: Kraith88 on December 05, 2014, 12:22:05 AM
Thanks man, you are the best :)