The border isn't visible because of my black background, but should look decent.
Requested by: StookiTV
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 500
Height: 250
CSS Code:
::-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.htmWidth: 400
Height: 200
CSS Code:
#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.)