Author Topic: Donation and Follower Notifications  (Read 1577 times)

0 Members and 1 Guest are viewing this topic.

nielsene90

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Nielsene90
Donation and Follower Notifications
« on: January 26, 2015, 09:26:27 AM »
Hello! So I am looking for someone to help with my donation and follower notification.  Any help will be appreciated!

I have the images

Follower:


http://i.imgur.com/7c7G0sp.png

Essentially I just want the name of the follower to show up in the box

Font Color: #8e0505

Donation:


http://i.imgur.com/FqSLD3F.png

I want it appear like the example below

Name font color: #8e0505
Donation amount font color: black

Donation Example:


Thank you!!
« Last Edit: January 26, 2015, 11:17:06 AM by nielsene90 »

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Donation and Follower Notifications
« Reply #1 on: January 26, 2015, 05:10:56 PM »
Requested by: nielsene90

Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
width: 600px !important;
height: 200px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/FqSLD3F.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
overflow: hidden !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;
margin-top: 150px !important;
margin-left: 370px !important;
font-size: 23px !important;
width: 500px !important;
font-family: Impact !important;
font-weight: normal !important;
color: black !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 105px !important;
margin-left: 330px !important;
width: 500px !important;
font-size: 26px !important;
font-family: impact !important;
font-weight: normal !important;
color: #8e0505 !important;
}
#donor-notification .title {
padding-top: 0px !important;
margin-left: 0px !important;
width: 76% !important;
float: left !important;
text-align: left !important;
}

Preview:




Follower:

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

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 200px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/7c7G0sp.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 95px !important;
margin-left: 180px !important;
width: 430px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Comic Sans MS !important;
color: #8e0505 !important;
}

Preview:

Old Name: RepentGamingTV
Twitch: Here

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