Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: bigfatrik on November 08, 2014, 05:18:21 AM

Title: Notification alert
Post by: bigfatrik on November 08, 2014, 05:18:21 AM
https://imgur.com/Vb25Xt3
can i please get some CSS code for these? thanks in advance
also included in attachment
Title: Re: Notification alert
Post by: emrerocky on November 09, 2014, 01:48:04 PM
What type of notification would you like this to be converted to?  Follow, Donation, Sub, All?

-emrerocky
Title: Re: Notification alert
Post by: bigfatrik on November 10, 2014, 12:04:39 AM
follow please sorry
Title: Re: Notification alert
Post by: emrerocky on November 10, 2014, 06:52:05 AM
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 580
Height: 110

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
border-radius: 10px;
background-image: url('https://i.imgur.com/Vb25Xt3.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 5px !important;
margin-left: 50px !important;
text-align: center !important;
width: 480px !important;
font-size: 40px !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/cKauI/70a8b17eb4.jpg)