Author Topic: Custom Donation  (Read 1708 times)

0 Members and 2 Guests are viewing this topic.

Grischabock

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Grischabock
Custom Donation
« on: February 08, 2016, 06:50:26 PM »
Hello I can not make the custom donation set. have here my png, one can help me? Font: impact / font color white. with a black border around the white writing around

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

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Custom Donation
« Reply #1 on: February 08, 2016, 11:51:32 PM »


URL:
http://deepbot.tv/notifications/donationnotification2.htm

Dimensions:
W: 650
H: 175

CSS:
Code: [Select]
#donor-notification {
width: 650px !important;
height: 175px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/x405e1R.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
overflow: hidden;
}


#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: -19px !important;
margin-left: 450px !important;
width: 800px;
font-size: 40px !important;
font-family: impact !important;
font-weight: normal !important;
color: #fff !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: -21px !important;
margin-left: 100px !important;
font-size: 40px !important;
width: 450px;
font-family: impact  !important;
font-weight: normal !important;
color: #fff !important;
}

#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}
:)