Requested by: Spektral50
Host:Link:
http://deepbot.tv/notifications/hostnotification.htmWidth: 900
Height: 1100
CSS Code:
body {
background-color: transparent;
color: white;
}
#host-notification {
top: 0px;
left: 0px;
width: 800px !important;
height: 1000px !important;
border-radius: 10px;
background-image: url('http://i.imgur.com/vsAaej9.png') !important;
background-repeat: no-repeat;
overflow: hidden;
}
#host-notification .hostname {
margin-top: 10px !important;
margin-left: 200px !important;
text-align: center;
width: 500px !important;
font-size: 40px !important;
font-family: Verdana;
text-shadow: 2px 2px 1px #000;
color: #ffffff;
}
.hostdiv {
visibility: hidden !important;
}
.hostnumber {
visibility: hidden !important;
}
#host-notification .header {
text-align: center;
width: 500;
vertical-align: top;
font-size: 26px;
line-height: 26px;
font-family: Algerian;
text-shadow: 1px 1px 1px #97A02A;
text-decoration: underline;
color: red;
visibility: hidden;
padding-top: -50px;
}
.hostname:after {
content: ' is now hosting the Stream!' !important;
}
.hostnum:after {
content: '' !important;
}
Preview: (If there is a black background, it is just my background.)
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 800
Height: 800
CSS Code:
#follow-notification {
display: none;
position: absolute;
width: 800px !important;
height: 800px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/U4Clp6k.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 0px !important;
margin-left: 240px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: Impact !important;
color: #ffffff !important;
text-transform: capitalize;
-webkit-text-fill-color: White;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}
.followname:after {
content: ' is now following!'
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 860
Height: 1000
CSS Code:
#donor-notification {
position: absolute;
left: 0px !important;
width: 853px !important;
height: 1000px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.imgur.com/u8XOa5G.png') !important;
overflow: hidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .date {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
position: absolute !important;
margin-top: 80px !important;
margin-left: 50px !important;
width: 700px !important;
font-size: 28px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: #C0C0C0 !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
}
#donor-notification .amount {
position: absolute !important;
margin-top: -10px !important;
margin-left: -170px !important;
width: 300px !important;
font-size: 36px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
}
#donor-notification .donor {
position: absolute !important;
margin-top: -10px !important;
margin-left: -130px !important;
width: 300px !important;
font-size: 36px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 0px;
-webkit-text-fill-color: white;
}
Preview: (If there is a black background, it is just my background.)