Author Topic: Follow & donation notification  (Read 1292 times)

0 Members and 1 Guest are viewing this topic.

Benjiii66

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Benjiii66uk
Follow & donation notification
« on: November 30, 2014, 06:10:50 PM »
Hi there used the bot for a while and am absolutely in love with it!

I was wondering if you would be able to help me out with a custom donation and follower alert?

http://imgur.com/YrC0zqZ

http://imgur.com/afsSyub&WLo9Trq#1

Many Thanks!


emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follow & donation notification
« Reply #1 on: December 04, 2014, 10:56:01 AM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 200

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 478px !important;
height: 200px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/WLo9Trq.png?1') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 110px !important;
margin-left: 60px !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:


Donations

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 240

CSS Code:
Code: [Select]
#donor-notification {
width: 478px !important;
height: 200px !important;
background-color: transparent !important;
background-image:url('https://i.imgur.com/YrC0zqZ.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: 140px !important;
margin-left: -60px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}

Preview: