Requested by: SpryDawg
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 579
Height: 150
CSS Code:
#follow-notification {
display: none;
position: absolute;
width: 579px !important;
height: 110px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/I3rZ4ju.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 22px !important;
margin-left: 80px !important;
width: 400px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ADD8E6 !important;
-webkit-text-fill-color: White;
-webkit-text-stroke-width: 1.5px;
-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: 577
Height: 150
CSS Code:
#donor-notification {
width: 577px !important;
height: 119px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/CNhyjwx.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
text-shadow: none !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: 10px !important;
margin-left: 360px !important;
width: 100px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
color: white !important;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: Black;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 10px !important;
margin-left: 40px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: impact !important;
color: white !important;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-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.)