Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: sayh3ll0 on November 10, 2014, 11:39:05 PM

Title: custom css
Post by: sayh3ll0 on November 10, 2014, 11:39:05 PM
could i get some css for this http://i.imgur.com/IaZcPLD.png
Title: Re: custom css
Post by: emrerocky on November 12, 2014, 12:10:03 PM
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 180

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 450px !important;
height: 170px !important;
border-radius: 10px;
background-image: url('https://i.imgur.com/IaZcPLD.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 40px !important;
margin-left: 25px !important;
text-align: center !important;
width: 310px !important;
font-size: 50px !important;
font-weight: bold !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.3px;
-webkit-text-stroke-color: #000
}

Preview:
(http://puu.sh/cNkJf/140979142d.jpg)
Title: Re: custom css
Post by: sayh3ll0 on November 14, 2014, 04:07:31 PM
ty