If you need any adjustments, let me know. :3
Requested by: RussianJ
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 600
Height: 150
CSS Code:
#follow-notification {
display: none;
position: absolute;
width: 580px !important;
height: 110px !important;
border-radius: 10px;
background-image: url('http://i.imgur.com/PWpmjoi.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 15px !important;
margin-left: 150px !important;
text-align: center !important;
width: 300px !important;
font-size: 38px !important;
font-weight: bold !important;
font-family: impact !important;
color: gold !important;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: #000
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 600
Height: 200
CSS Code:
#donor-notification {
position: absolute;
left: 0px !important;
width: 580px !important;
height: 110px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/ELHn2ua.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: 20px !important;
margin-left: -120px !important;
width: 150px !important;
text-align: center !important;
line-height: 26px !important;
font-size: 32px !important;
font-family: impact !important;
color: gold !important;
-webkit-text-stroke: 2px;
-webkit-text-stroke-color: #000
}
#donor-notification .donor {
position: absolute;
margin-left: -60px !important;
margin-top: 15px !important;
width: 250px !important;
text-align: center !important;
vertical-align: initial !important;
font-size: 32px !important;
font-family: impact !important;
color: gold !important;
-webkit-text-stroke: 2px;
-webkit-text-stroke-color: #000
}
.amount:before {
content: ' - ' !important;
width: 10px !important;
margin-left: -20px !important;
margin-top: 500px !important;
}
Preview: (If there is a black background, it is just my background.)