Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 600
Height: 350
CSS Code:
#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.htmWidth: 600
Height: 350
CSS Code:
#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.)