Author Topic: Custom Donation Alert  (Read 4822 times)

0 Members and 1 Guest are viewing this topic.

Taintedh

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Taintedh
Custom Donation Alert
« on: September 24, 2014, 02:36:34 PM »
Hello :) Could you please make this into a custom donation alert? Only needs to show Donator Name in the top portion and the amount in the bottom portion of the graphic.

http://i.imgur.com/J4AuzZN.png

Thanks a bunch :)

I'll bump this with a follower alert likely tomorrow evening.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom Donation Alert
« Reply #1 on: September 24, 2014, 03:08:03 PM »
Donation

Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 100

CSS Code:
Code: [Select]
#donor-notification {
width: 500px !important;
height: 100px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/J4AuzZN.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
overflow: hidden !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 {
position: absolute !important;
margin-top: 40px !important;
font-size: 23px !important;
width: 500px !important;
text-align: center !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 1px !important;
width: 500px !important;
text-align: center !important;
font-size: 26px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .title {
padding-top: 0px !important;
margin-left: 0px !important;
width: 76% !important;
float: left !important;
text-align: left !important;
}

Preview:


Taintedh

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Taintedh
Re: Custom Donation Alert
« Reply #2 on: September 26, 2014, 11:18:58 AM »
Thanks a bunch ! Works great.

New follower alert here please :)

http://imgur.com/veKUdJB

Thanks so much!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom Donation Alert
« Reply #3 on: September 27, 2014, 02:46:51 AM »
Follows

Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 1080
Height: 275

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1080px !important;
height: 275px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/veKUdJB.png') !important;
background-repeat: no-repeat;
overflow: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 60px !important;
margin-left: 330px !important;
text-align: center !important;
width: 260px !important;
font-size: 26px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Preview:

Taintedh

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Taintedh
Re: Custom Donation Alert
« Reply #4 on: September 27, 2014, 09:42:03 AM »
Hey thanks a bunch!

Any chance you can add the words New Follower somewhere?

I forgot that in the initial image :(

Cheers,

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom Donation Alert
« Reply #5 on: September 28, 2014, 09:16:40 AM »
for static text, its best to add it to the image itself