Requested by: sYpro0
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 500
Height: 200
CSS Code:
#follow-notification {
display: none;
position: absolute;
left: 0px !important;
width: 500px !important;
height: 150px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/ktFwGti.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 50px !important;
margin-left: 100px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: bold !important;
font-family: Comic Sans MS !important;
color: green !important;
text-transform: capitalize;
-webkit-text-fill-color: #B95F00;
-webkit-text-stroke-color: green;
-webkit-text-stroke-width: 0px;
text-shadow: 10px white !important;
}
.followname:before {
content: '' !important;
}
.followname:after {
content: '' !important;
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 500
Height: 200
CSS Code:
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 500px !important;
height: 150px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/oG61BKG.png') !important;
overflow: ahidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .date {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 40px !important;
margin-left: -150px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 26px !important;
font-family: Comic Sans MS !important;
color: #B95F00 !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 40px !important;
margin-left: -230px !important;
width: 500px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 26px !important;
font-family: Comic Sans MS !important;
color: #B95F00 !important;
text-transform: capitalize;
-webkit-text-stroke-color: grey;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
Preview: (If there is a black background, it is just my background.)