Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: syndrome208 on July 22, 2014, 03:08:11 AM

Title: Donation Notification
Post by: syndrome208 on July 22, 2014, 03:08:11 AM
I am trying to get a custom donation notification goin and want to use it in the CLR browser.  I have attached the Image and the audio. I would like the txt to be neon green if possible here is its code #3FFA00

Thanks in advance
Title: Re: Donation Notification
Post by: ExpertsOnline on July 22, 2014, 12:20:56 PM
Your image is too small to fit the name, the amount, the message etc.

Do you just want the name and not the amount/message?

For sound, you need to convert it to a .wav file (you can use a website like http://media.io/) and place it in the installation directory. Then simply type the file name in the donation notification settings box.
Title: Re: Donation Notification
Post by: syndrome208 on July 22, 2014, 05:54:43 PM
I"ll modify the image a little bit and upload it but will be roughly same size for where I would like the name and amount.   I'll upload the image and a mock up image of kinda what I would like it to look like, I'll have it uploaded later this afternoon
Title: Re: Donation Notification
Post by: ExpertsOnline on July 22, 2014, 06:21:34 PM
Link : http://deepbot.tv/notifications/donationnotification2.htm

CLR width 680
CLR height 100

OBS CSS Code
Code: [Select]
#donor-notification {
 width: 580px !important;
 height: 51px !important;
 background-color: transparent !important;
 background-image:url('http://i.imgur.com/wsHepx0.png') !important;
}

#donor-notification .title {
 padding-top: 0px !important;
}
#donor-notification .message {
  visibility: hidden !important;
}
#donor-notification .amount {
font-family: Algerian;
color: #3FFA00 !important;
font-size: 18px !important;
}
#donor-notification .donor {
font-family: Algerian;
color: #3FFA00 !important;
font-size: 18px !important;
}
#donor-notification .header {
color: #3FFA00 !important;
font-size: 16px !important;
font-family: Algerian !important;
}
#donor-notification .title {
margin-top: 12px !important;
}
Title: Re: Donation Notification
Post by: syndrome208 on July 23, 2014, 05:55:18 AM
Thats PERFECT, thanks so much