Author Topic: Custom Donation Alert  (Read 1365 times)

0 Members and 2 Guests are viewing this topic.

mnbbfan1984

  • Youngling
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
  • Twitch Name: mnbbfan1984
Custom Donation Alert
« on: December 24, 2014, 11:41:18 PM »
Could you PLEASE make this into a Donate Alert for me

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom Donation Alert
« Reply #1 on: December 25, 2014, 03:02:36 AM »
Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 580
Height: 100

Code:
Code: [Select]
#donor-notification {
width: 600px !important;
height: 220px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/npto07C.png') !important;
background-repeat: no-repeat !important;
background-size: initial !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 {
font-size: 32px !important;
font-family: Corbel !important;
color: #FFF !important;
font-weight: bold !important;
-webkit-text-stroke-width: 1.0px;
-webkit-text-stroke-color: #F00;
text-shadow:3px 3px 5px #000;
}
#donor-notification .donor {
font-size: 32px !important;
font-family: Corbel !important;
font-weight: bold !important;
color: #FFF !important;
-webkit-text-stroke-width: 1.0px;
-webkit-text-stroke-color: #F00;
text-shadow:3px 3px 5px #000;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 44px !important;
padding-left: 00px !important;
width: 580px !important;
float: left !important;
text-align: center !important;
}

Preview: