Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Silent on August 26, 2014, 06:24:10 PM

Title: Need some help
Post by: Silent on August 26, 2014, 06:24:10 PM
Just need a Follower alert with this pic http://img4.hostingpics.net/pics/533358D3Ticker.png

I'm really really noob with the Css custom :(
Title: Re: Need some help
Post by: ExpertsOnline on August 27, 2014, 01:07:20 AM

Follows

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

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 360px !important;
height: 75px !important;
border-radius: 10px;
background-image: url('http://img4.hostingpics.net/pics/533358D3Ticker.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: -10px !important;
padding-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 350px !important;
font-size: 29px !important;
font-weight: normal !important;
font-family: Algerian !important;
color: #f5f214 !important;
-webkit-text-stroke: 0.2px;
-webkit-text-stroke-color: #000
}

Preview:
(http://puu.sh/b8O0w/326ec7065b.jpg)
Title: Re: Need some help
Post by: Silent on August 27, 2014, 06:38:09 AM
Thx you so much