Author Topic: Donation Alert  (Read 1590 times)

0 Members and 2 Guests are viewing this topic.

HAVOK

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: HAVOK
Donation Alert
« on: July 03, 2015, 03:27:57 AM »
Any help with the CSS would be great.

Image: http://i.imgur.com/rPJN3Hf.gifv
Font: Badaboom - http://www.dafont.com/badaboom-bb.font

Centered below the image: Name has donated $x ammount
Line below that: Message

All white text should be fine.

Thanks!

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Donation Alert
« Reply #1 on: July 03, 2015, 07:12:12 AM »
Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 550
Height: 400

CSS Code:
Code: [Select]
@font-face {
font-family: 'Highland';
src: url('http://download1220.mediafire.com/z88y94gf6nxg/52xr72p8j4b4osu/BADABB__.TTF');
}
 
#donor-notification {
width: 280px !important;
height: 175px !important;
left: 140px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/rPJN3Hf.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 210px !important;
margin-left: -50px !important;
width: 350px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Highland !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: white;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 150px !important;
margin-left: -30px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Highland !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: white;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 150px !important;
margin-left: -130px !important;
width: 400px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Highland !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-stroke-color: white;
}

.donor:after {
content: ' has donated ';
}

Preview: (If there is a black background, it is just my background.)

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport