Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: AFS_Smokes on September 12, 2014, 03:03:01 AM

Title: how to use your new follower image
Post by: AFS_Smokes on September 12, 2014, 03:03:01 AM
i got a new image from a graphics diviner for my follower notification how do i go about using it tried putting it on photo bucket and it just stays up please help
Title: Re: how to use your new follower image
Post by: AFS_Smokes on September 12, 2014, 05:03:13 AM
the new notification graphic for follower is
http://i1143.photobucket.com/albums/n631/MGC_Smokes/14_zps9f48d697.png
Title: Re: how to use your new follower image
Post by: ExpertsOnline on September 13, 2014, 07:41:07 PM
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.

Also the image quality is quite bad...would ask your designer to work on corners and shadows.

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 500
Height: 100

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px !important;
height: 100px !important;
border-radius: 0px !important;
background-image: url('http://i1143.photobucket.com/albums/n631/MGC_Smokes/14_zps9f48d697.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 10px !important;
margin-left: 15px !important;
text-align: center !important;
width: 430px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Comic Sans MS !important;
color: white !important;
}

Preview:
(http://puu.sh/bx83q/458a0f55df.jpg)