Requested by: Sengira_nanaki
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 600
Height: 150
CSS Code:
#follow-notification {
display: none;
position: absolute;
top: 0px !important;
left: 0px !important;
width: 580px !important;
height: 110px !important;
border-radius: 00px !important;
background-size: contain !important;
background-image: url('http://i.imgur.com/CVYzsO7.png') !important;
background-repeat: no-repeat;
}
#follow-notification .header {
visibility: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 30px !important;
margin-left: 40px !important;
width: 500px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: #00aced;
-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: 600
Height: 150
CSS Code:
#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 580px !important;
height: 110px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/IC3KQ7o.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: 30px !important;
margin-left: -130px !important;
width: 300px !important;
padding-top: 0px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: limegreen;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 30px !important;
margin-left: -170px !important;
width: 400px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 30px !important;
font-family: Impact !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: limegreen;
-webkit-text-stroke-width: 0px;
text-shadow: 3px !important;
}
.donor:after {
content: '' !important;
}
.donor:before {
content: '' !important;
}
.amount:after {
content: '' !important;
}
Preview: (If there is a black background, it is just my background.)
GameWisp Sub:Link:
http://deepbot.tv/notifications/gwnotification.htmWidth: 600
Height: 150
CSS Code:
body {
background-color: transparent;
color: black;
}
#sub-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
background-repeat: no-repeat;
background-position-y: 0px;
background-image: url(http://i.imgur.com/tLMQpbt.png) !important;
}
#sub-notification .subname {
margin-left: 60px !important;
margin-top: 40px !important;
padding-top: 30px;
width: 455px;
text-align: center;
line-height: 14px;
font-size: 30px !important;
font-family: Impact !important;
text-shadow: none !important;
text-transform: uppercase;
color: white !important;
}
#sub-notification .subtier {
visibility: hidden !important;
}
#sub-notification .submonths {
visibility: hidden !important;
}
#sub-notification .newsubmsg {
visibility: hidden !important;
}
#sub-notification .submonths::after {
content: ' Months!';
}
#sub-notification .newsubmsg::after {
content: 'New Sub!';
}
#sub-notification .subamount {
visibility: hidden !important;
}
Preview: (If there is a black background, it is just my background.)