Author Topic: Donation/Follower notification  (Read 1551 times)

0 Members and 1 Guest are viewing this topic.

djdouge

  • Youngling
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/djdouge
Donation/Follower notification
« on: January 17, 2015, 09:39:42 AM »
I would like to request 2 coding notifications.

 I would like to use this as my donation notification http://imgur.com/RBd1INz

 I would like to use this as my follower notification http://imgur.com/1xlY6G2





TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Donation/Follower notification
« Reply #1 on: January 26, 2015, 07:40:17 PM »
Requested by: djdouge

Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm?top=1
Width: 460
Height: 180

CSS Code:
Code: [Select]
#donor-notification {
width: 400px !important;
height: 120px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/RBd1INz.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: 50px !important;
margin-left: 10px !important;
float: left !important;
}

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



Follower:

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

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 400px !important;
height: 120px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/1xlY6G2.png') !important;
background-repeat: no-repeat !important;
overflow: hidden !important;
}
#follow-notification .followname {
margin-top: 30px !important;
margin-left: 20px !important;
text-align: center !important;
width: 400px !important;
font-size: 36px !important;
font-weight: bold !important;
font-family: Impact !important;
color: white !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