Author Topic: Custom Notification follow & donator <3  (Read 1739 times)

0 Members and 1 Guest are viewing this topic.

StookiTV

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: StookiTV
Custom Notification follow & donator <3
« on: July 13, 2015, 09:13:40 AM »
Any font can be used, well what you think looks best is best for me <3

Donation notification:

http://i.imgur.com/XHKk5j7.png
or


Follower notification:

http://i.imgur.com/CttLaL9.png
or


Thank you already <3

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification follow & donator <3
« Reply #1 on: July 13, 2015, 10:39:31 AM »
Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 350

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 570px !important;
height: 334px !important;
background-image: url('http://i.imgur.com/CttLaL9.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 170px !important;
margin-left: 180px !important;
width: 100px !important;
font-size: 36px !important;
font-weight: bold !important;
font-family: Impact !important;
color: blue !important;
-webkit-text-fill-color: red;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}

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




Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 600
Height: 350

CSS Code:
Code: [Select]
#donor-notification {
width: 570px !important;
height: 334px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/XHKk5j7.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 180px !important;
margin-left: 130px !important;
width: 350px !important;
font-size: 20px !important;
font-weight: normal !important;
font-family: impact !important;
color: blue !important;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 100px !important;
margin-left: -40px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: impact !important;
color: blue !important;
-webkit-text-fill-color: gold;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 100px !important;
margin-left: -50px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: impact !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-fill-color: gold;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}

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