Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Shad0w1988 on December 16, 2014, 05:43:16 AM

Title: Follow and Donation
Post by: Shad0w1988 on December 16, 2014, 05:43:16 AM
could you pls make a custom follow and donation notification for me and is it possible to make donation in € and not in $

(http://www.fotos-hochladen.net/uploads/donationkopiey8kmzogpie.png)

(http://img5.fotos-hochladen.net/uploads/followkopieqm8ogvl3h7.png)

thanks alot
Title: Re: Follow and Donation
Post by: ExpertsOnline on December 19, 2014, 08:55:48 PM
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 1000
Height: 370

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1000px !important;
height: 370px !important;
border-radius: 0px!important;
background-image: url('http://i.imgur.com/QCITRmU.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 192px !important;
margin-left: 240px !important;
text-align: center !important;
width: 750px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: Algerian !important;
color: #CCC !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}
#follow-notification .header {
visibility: hidden !important;
}

Preview:
(http://puu.sh/dAZ6s/862bc946b1.jpg)


Link : http://deepbot.tv/notifications/donationnotification2.htm?ccy=%E2%82%AC
Width: 1000
Height: 370

Code:
Code: [Select]
#donor-notification {
width: 1000px !important;
height: 380px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/uvqvUDp.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: 50px !important;
font-family: Algerian !important;
color: #DDD !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}
#donor-notification .donor {
font-size: 50px !important;
font-family: Algerian !important;
color: #DDD !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000

}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 225px !important;
padding-left: 245px !important;
width: 730px !important;
float: left !important;
text-align: center !important;
}

Preview:
(http://puu.sh/dAZqZ/27db289436.jpg)