Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started 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
-
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.
-
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
-
Link : http://deepbot.tv/notifications/donationnotification2.htm
CLR width 680
CLR height 100
OBS CSS Code
#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;
}
-
Thats PERFECT, thanks so much