Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Tayron on April 25, 2015, 10:56:30 AM

Title: Custom Donation Notification
Post by: Tayron on April 25, 2015, 10:56:30 AM
I need help making a custom donation pls :)

Donation Alert

Image Link: http://abload.de/img/hiiqfwj3zss4.png
Font Style/Link: Arial
Font Color: White
Currency Type: €
Text:        "expertsonline Spendet €10.00"
              Hello im am expertsonline nice job !


thanks
Title: Re: Custom Donation Notification
Post by: TheNumbLock on April 25, 2015, 12:01:25 PM
If you need anything adjusted, let me know.

Requested by: Tayron


Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?ccy=€
Width: 2560
Height: 1440

CSS Code:
Code: [Select]
#donor-notification {
position: center !important;
width: 2560px !important;
height: 1440px !important;
background-color: transparent !important;
background-image: url('http://abload.de/img/hiiqfwj3zss4.png') !important;
background-size: auto !important;
background-repeat: no-repeat !important;
}


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

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

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

#donor-notification .message {
position: absolute !important;
margin-top: 50px !important;
margin-left: 930px !important;
width: 700px !important;
font-size: 22px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white;
}

#donor-notification .amount {
position: absolute !important;
margin-top: -20px !important;
margin-left: -100px !important;
width: 300px !important;
font-size: 26px !important;
font-weight: bold !important;
font-family: Arial !important;
color: white;
}

#donor-notification .donor {
position: absolute !important;
margin-top: -20px !important;
margin-left: -110px !important;
width: 400px !important;
font-size: 26px !important;
text-transform: uppercase;
font-weight: bold !important;
font-family: Arial !important;
color: white;
}

.donor:after {
content: ' Spendet' !important;
}

Preview: (If there is a black background, it is just my background.)

(http://puu.sh/hpUZb/93f5af76c5.jpg)