Requested by: djdouge
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htm?top=1Width: 460
Height: 180
CSS Code:
#donor-notification {
width: 400px !important;
height: 120px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/RBd1INz.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 {
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 32px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 50px !important;
margin-left: 10px !important;
float: left !important;
}
Preview: (If there is a black background, it is just my background.)
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htm?dur=10000Width: 460
Height: 180
CSS Code:
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 400px !important;
height: 120px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/1xlY6G2.png') !important;
background-repeat: no-repeat !important;
overflow: hidden !important;
}
#follow-notification .followname {
margin-top: 30px !important;
margin-left: 20px !important;
text-align: center !important;
width: 400px !important;
font-size: 36px !important;
font-weight: bold !important;
font-family: Impact !important;
color: white !important;
}
Preview: (If there is a black background, it is just my background.)