Author Topic: Donation Notification  (Read 3536 times)

0 Members and 1 Guest are viewing this topic.

syndrome208

  • Padawan
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
  • Twitch Name: syndrome208
Donation Notification
« 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

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Donation Notification
« Reply #1 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.

syndrome208

  • Padawan
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
  • Twitch Name: syndrome208
Re: Donation Notification
« Reply #2 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
« Last Edit: July 22, 2014, 06:06:03 PM by syndrome208 »

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Donation Notification
« Reply #3 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;
}

syndrome208

  • Padawan
  • **
  • Posts: 78
  • Karma: +0/-0
    • View Profile
  • Twitch Name: syndrome208
Re: Donation Notification
« Reply #4 on: July 23, 2014, 05:55:18 AM »
Thats PERFECT, thanks so much