Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: ItsRicn on October 31, 2014, 05:25:11 AM

Title: donations & followers notifications
Post by: ItsRicn on October 31, 2014, 05:25:11 AM
i would like to use this image for Donations http://i.imgur.com/ulzTZmD.png Name and money goes on the black square & this one for Followers http://i.imgur.com/69xgKcU.png  anyone else if you like them feel free to use them as i made them myself
Title: Re: donations & followers notifications
Post by: emrerocky on October 31, 2014, 09:47:32 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: 1px!important;
background-image: url('https://i.imgur.com/69xgKcU.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 10px !important;
margin-left: 70px !important;
text-align: center !important;
width: 440px !important;
font-size: 45px !important;
font-weight: normal !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}

Preview:
(http://puu.sh/cx4xQ/d6c2394987.PNG)

Donations

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 600
Height: 140

CSS Code:
Code: [Select]
#donor-notification {
width: 580px !important;
height: 110px !important;
background-color: transparent !important;
background-image:url('https://i.imgur.com/ulzTZmD.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}


#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
font-size: 35px !important;
font-family: Algerian !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 35px !important;
font-family: Algerian !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 40px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}

Preview:
(http://puu.sh/cx4Ft/673a27d14b.PNG)