Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: CRUMTASTIC on November 01, 2014, 10:14:09 AM

Title: Follow Notification
Post by: CRUMTASTIC on November 01, 2014, 10:14:09 AM
Hello, I'd like to use the following picture as a new follower notification.

(http://i.imgur.com/0iyUdaa.png?1)

Could you help me set something up with a white or dark blue text for the name?

Thanks, I appreciate the help.

-Alex
Title: Re: Follow Notification
Post by: emrerocky on November 01, 2014, 12:39:39 PM
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 750
Height: 180

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 640px !important;
height: 160px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/0iyUdaa.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 55px !important;
margin-left: 100px !important;
text-align: center !important;
width: 650px !important;
font-size: 50px !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/cyu0c/40f31a7992.jpg)
Title: Re: Follow Notification
Post by: CRUMTASTIC on November 01, 2014, 03:55:01 PM
Thanks!