Author Topic: New follower and donation popup  (Read 2966 times)

0 Members and 1 Guest are viewing this topic.

bluemurdergaming

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: BlueMurderGaming
New follower and donation popup
« on: September 19, 2014, 09:52:15 PM »
Hey,

I'd like the follower notification changed to this: http://i.imgur.com/5iDt0tK.png
And the donation to this: http://i.imgur.com/veSHUKP.png

The donation only needs to show Donator - Amount

Thanks in advance!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New follower and donation popup
« Reply #1 on: September 20, 2014, 05:05:18 AM »

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 1920
Height: 120

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 1920px !important;
height: 120px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/5iDt0tK.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 18px !important;
margin-left: 820px !important;
text-align: center !important;
width: 350px !important;
font-size: 32px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Preview:



Donation

Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 1920
Height: 120

CSS Code:
Code: [Select]
#donor-notification {
width: 1920px !important;
height: 120px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/veSHUKP.png') !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 {
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 32px !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: 44px !important;
margin-left: 55px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}


Preview:


bluemurdergaming

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: BlueMurderGaming
Re: New follower and donation popup
« Reply #2 on: September 20, 2014, 09:04:20 PM »
Works perfectly, thanks man!

mrrugerb

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: mrrugerb
Re: New follower and donation popup
« Reply #3 on: September 23, 2014, 02:28:10 PM »
wanted to see if i could get a new follower popup for this pic http://i.imgur.com/z5tGMuA.png

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New follower and donation popup
« Reply #4 on: September 23, 2014, 05:04:55 PM »

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 460
Height: 240

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 460px !important;
height: 240px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/z5tGMuA.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 88px !important;
margin-left: 35px !important;
text-align: center !important;
width: 380px !important;
font-size: 44px !important;
font-weight: normal !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #fdbb30;


}

Preview: