Requested by: NiceBoyTV
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 500
Height: 300
CSS Code:
#follow-notification {
display: none;
position: absolute;
width: 500px !important;
height: 281px !important;
border-radius: 00px !important;
background-image: url('https://media.giphy.com/media/5bXy1SA6zp4SQ/giphy.gif') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 180px !important;
margin-left: 150px !important;
width: 200px !important;
font-size: 26px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
-webkit-text-fill-color: ffffff;
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 500
Height: 500
CSS Code:
#donor-notification {
width: 256px !important;
height: 147px !important;
top: 80px !important;
left: 100px !important;
background-color: transparent !important;
background-image:url('https://media.giphy.com/media/QLvRBqfLXCphu/giphy.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .date {
visibility: hidden !important;
}
#donor-notification .message {
position: absolute !important;
margin-top: 150px !important;
margin-left: -100px !important;
width: 450px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
}
#donor-notification .amount {
position: absolute !important;
margin-top: -130px !important;
margin-left: -70px !important;
width: 200px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
}
#donor-notification .donor {
position: absolute !important;
margin-top: -80px !important;
margin-left: -150px !important;
width: 200px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
}
Preview: (If there is a black background, it is just my background.)