Author Topic: 2 Donation Notifications.  (Read 2035 times)

0 Members and 1 Guest are viewing this topic.

invictius

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: invictigaming
2 Donation Notifications.
« on: January 31, 2015, 01:13:07 AM »
http://imgur.com/HhT8Gsx               

White text with Red outline. Donation amount middle, in GBP. donators name bottom Right middle. no donation message.

http://imgur.com/ToesqHp          >>>>  http://imgur.com/1UCStYA  <<<< PREVIEW IMAGE

Red Text with Black outline. Donation amount Middle Left, Just under Moon, not on Face.. in GBP, Donators name Bottom Right. no Donation Message.

Thank you! :)

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: 2 Donation Notifications.
« Reply #1 on: February 01, 2015, 03:10:47 PM »
What font do you want me to use?
Old Name: RepentGamingTV
Twitch: Here

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

invictius

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: invictigaming
Re: 2 Donation Notifications.
« Reply #2 on: February 02, 2015, 01:54:51 AM »
sorry forgot about The font...

can u use this one?

http://www.dafont.com/sandoval.font

is Called Sandoval regular.

Thanks.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: 2 Donation Notifications.
« Reply #3 on: February 02, 2015, 02:31:40 AM »
Requested by: invictius

If you don't want the shadows just remove: text-shadow: 4px 5px 2px #000 !important;

Donation 1:

Link: http://deepbot.tv/notifications/donationnotification2.htm?top=1&ccy=£
Width: 300
Height: 150

CSS Code:
Code: [Select]
@font-face {
font-family: "Sandoval";
src: url("http://download1517.mediafire.com/868bi68h0zfg/ea1gzyu5aqemhck/sandoval.ttf");
}
#donor-notification {
width: 300px !important;
height: 127px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/HhT8Gsx.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;
}
#donor-notification .amount {
position: absolute !important;
text-align: center !important;
margin-top: 0px !important;
margin-left: 10px !important;
margin-right: 20px !important;
width: 200px !important;
font-size: 28px !important;
font-weight: normal !important;
font-family: Sandoval !important;
color: white !important;
text-shadow: 4px 5px 2px #000 !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF0000 ;
    -webkit-text-fill-color: #ffffff;
}
#donor-notification .donor {
position: absolute !important;
text-align: right !important;
margin-top: 50px !important;
margin-left: 70px !important;
margin-right: 50px !important;
width: 200px !important;
font-size: 28px !important;
font-weight: normal !important;
font-family: Sandoval !important;
color: white !important;
text-shadow: 4px 5px 2px #000 !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FF0000 ;
    -webkit-text-fill-color: #ffffff;
}

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

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



Donation 2:

Link: http://deepbot.tv/notifications/donationnotification2.htm?top=1&ccy=£
Width: 400
Height: 150

CSS Code:
Code: [Select]
@font-face {
font-family: "Sandoval";
src: url("http://download1517.mediafire.com/868bi68h0zfg/ea1gzyu5aqemhck/sandoval.ttf");
}
#donor-notification {
width: 400px !important;
height: 127px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/ToesqHp.jpg') !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 {
position: absolute !important;
text-align: center !important;
margin-top: 0px !important;
margin-left: 100px !important;
margin-right: 100px !important;
width: 200px !important;
font-size: 34px !important;
font-weight: normal !important;
font-family: Sandoval !important;
color: white !important;
text-shadow: 4px 5px 2px #000 !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000 ;
    -webkit-text-fill-color: #ff0000;
}
#donor-notification .donor {
position: absolute !important;
text-align: right !important;
margin-top: 40px !important;
margin-left: 180px !important;
margin-right: 180px !important;
width: 200px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Sandoval !important;
color: white !important;
text-shadow: 4px 5px 2px #000 !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000 ;
    -webkit-text-fill-color: #ff0000;
}

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

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