Author Topic: Custom Donation Graphic  (Read 2146 times)

0 Members and 1 Guest are viewing this topic.

Bigdaddyden

  • Padawan
  • **
  • Posts: 51
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bigdaddyden76
Custom Donation Graphic
« on: October 28, 2014, 07:48:42 PM »
Hey experts id like to use http://imgur.com/OxG4qZS for my donation graphic for halloween, just need amount and person info on graphic at the bottom cheers!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Donation Graphic
« Reply #1 on: October 29, 2014, 09:10:11 AM »
Tell me how what you think!

Donations

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 430
Height: 220

CSS Code:
Code: [Select]
#donor-notification {
width: 376px !important;
height: 200px !important;
background-color: transparent !important;
background-image:url('https://i.imgur.com/OxG4qZS.gif') !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;
margin-top: 0px !important;
}
#donor-notification .amount {
font-size: 36px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 36px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 5px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}

Preview:

Bigdaddyden

  • Padawan
  • **
  • Posts: 51
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bigdaddyden76
Re: Custom Donation Graphic
« Reply #2 on: October 29, 2014, 08:05:01 PM »
awesome tyvm!