Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Dulayne on November 03, 2014, 10:48:29 PM

Title: Follower Notification
Post by: Dulayne on November 03, 2014, 10:48:29 PM
Hey there, could I please get some css for this image please?

http://imgur.com/nCZdAfk

Directly underneath the white bar :) Thank you!
Title: Re: Follower Notification
Post by: emrerocky on November 04, 2014, 11:02:42 AM
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 120

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 120px !important;
border-radius: 00px !important;
background-image: url("https://i.imgur.com/nCZdAfk.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 35px !important;
margin-left: 155px !important;
text-align: center !important;
width: 380px !important;
font-size: 40px !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/cCtY1/488cfd128f.jpg)