Requested by: Stingray060
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 640
Height: 282
CSS Code:
#follow-notification {
display: none;
position: absolute;
width: 640px !important;
height: 282px !important;
background-image: url('http://i.imgur.com/oSENnzb.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 100px !important;
margin-left: 150px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: Impact !important;
color: blue !important;
-webkit-text-fill-color: grey;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 640
Height: 282
CSS Code:
#donor-notification {
width: 640px !important;
height: 282px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/6Aq04A2.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 {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 140px !important;
margin-left: -150px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: grey;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 100px !important;
margin-left: 0px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: grey;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
.donor:after {
content: ' donated' ;
}
Preview: (If there is a black background, it is just my background.)
It will be $ by default, if you need a different currency symbol, let me know. I just left the currency symbol because of other notifications I do.