Author Topic: New Follow & Donation Notification. Thank you  (Read 1337 times)

0 Members and 1 Guest are viewing this topic.

StookiTV

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: StookiTV
New Follow & Donation Notification. Thank you
« on: March 15, 2015, 07:30:53 PM »
Hey guys, i need some help with the css for my custom follow & donation notification can anyone help?

Follower notification:
http://imgur.com/uTpmCKd,EJiR7l3#1

FONT: Arial Black

Donation notification:
http://imgur.com/uTpmCKd,EJiR7l3#0

FONT: Arial Black

Thank you in advance!!

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: New Follow & Donation Notification. Thank you
« Reply #1 on: March 16, 2015, 03:20:36 AM »
The border isn't visible because of my black background, but should look decent.

Requested by: StookiTV

Follower:

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

CSS Code:
Code: [Select]
::-webkit-scrollbar {
  visibility: hidden;
}
#follow-notification {
display: none;
position: absolute;
width: 350px !important;
height: 150px !important;
background-image: url('http://i.imgur.com/EJiR7l3.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 60px !important;
margin-left: 65px !important;
width: 200px !important;
font-size: 26px !important;
font-weight: bold !important;
font-family: Arial !important;
text-shadow:none !important;
color: black !important;
    -webkit-text-fill-color: black;
}

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





Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 400
Height: 200

CSS Code:
Code: [Select]
#donor-notification {
width: 333px !important;
height: 142px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/uTpmCKd.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 {
position: absolute !important;
text-align: center !important;
margin-top: 35px !important;
margin-left: 90px !important;
width: 300px !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: black !important;
    -webkit-text-fill-color: black;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 35px !important;
margin-left: -30px !important;
width: 300 !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: black !important;
    -webkit-text-fill-color: black;
}

#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !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