Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: JerickoP87 on November 25, 2014, 09:24:51 AM

Title: Follower Notification
Post by: JerickoP87 on November 25, 2014, 09:24:51 AM
can i get a css for this please!

http://imgur.com/SO2xhyQ
Title: Re: Follower Notification
Post by: emrerocky on November 26, 2014, 10:19:47 AM
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 320
Height: 60

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

Preview:
(http://puu.sh/d5JH7/fd699c93cb.jpg)