Author Topic: custom Follower Notification/donation gfx  (Read 1566 times)

0 Members and 1 Guest are viewing this topic.

invictius

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: invictigaming
custom Follower Notification/donation gfx
« on: December 10, 2014, 09:15:33 PM »
http://imgur.com/0a5a7gB      << follower Gfx

White text with a blue outline, centered in image.

Thank you :)

http://imgur.com/U5UFdwm    << donation gfx

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

Thanks again :) x

« Last Edit: December 10, 2014, 09:37:01 PM by invictius »

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: custom Follower Notification/donation gfx
« Reply #1 on: December 13, 2014, 04:17:33 PM »
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 100

Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px !important;
height: 100px !important;
border-radius: 5px!important;
background-image: url('http://i.imgur.com/0a5a7gB.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 00px !important;
margin-left: 0px !important;
text-align: center !important;
width: 500px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Verdana !important;
color: #FFF !important;
-webkit-text-stroke: 2.5px;
-webkit-text-stroke-color: #0000DD
}

Preview:



Donation

Link : http://deepbot.tv/notifications/donationnotification2.htm?ccy=%C2%A3
Width: 500
Height: 300

Code: [Select]
#donor-notification {
 position: absolute !important;
 width: 500px !important;
 height: 300px !important;
 background-color: transparent !important;
 background-image:url('http://i.imgur.com/U5UFdwm.png') !important;
}

#donor-notification .title {
 position: absolute !important;
 padding-top: 0px !important;
}
#donor-notification .message {
  margin-top: 0px !important;
margin-left: 0px !important;
color: #FFF !important;
font-size: 21px !important;
width: 300px !important;
text-align: left !important;
visibility: hidden !important;
}
#donor-notification .amount {
float: left !important;
margin-top: -90px !important;
width: 100% !important;
font-family: Verdana !important;
font-weight: bold !important;
color: #FFF !important;
font-size: 38px !important;
-webkit-text-stroke: 2.5px;
-webkit-text-stroke-color: #0000DD
}
#donor-notification .donor {
float: left !important;
margin-top: 140px !important;
width: 100% !important;
text-align: center;
font-family: Verdana !important;
font-weight: bold !important;
color: #FFF !important;
font-size: 38px !important;
-webkit-text-stroke: 2.5px;
-webkit-text-stroke-color: #0000DD
}
#donor-notification .header {
float: left !important;
position: absolute !important;
color: #FFF !important;
font-size: 1px !important;
font-family: Algerian !important;
visibility: hidden !important;
}
#donor-notification .title {
float: left !important;
position: absolute !important;
margin-top: 0px !important;
margin-left: 0px !important;
padding-left: 0px !important;
}

Preview:

invictius

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: invictigaming
Re: custom Follower Notification/donation gfx
« Reply #2 on: December 13, 2014, 06:44:42 PM »
Thank you! :) x