Requested by:
Host Alert:Link:
http://deepbot.tv/notifications/hostnotification.htmWidth: 600
Height: 150
CSS Code:
body {
background-color: transparent;
color: white;
}
#host-notification {
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
border-radius: 10px;
background-image: url('http://www11.pic-upload.de/26.07.15/2io4a29vthc5.png') !important;
background-repeat: no-repeat;
overflow: hidden;
}
#host-notification .hostname {
margin-top: 10px !important;
margin-left: 150px !important;
text-align: center;
width: 313px;
font-size: 26px;
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: '' !important;
}
.hostnum:after {
content: '';
}
Preview: (If there is a black background, it is just my background.)
You will have to go in the CSS, to very bottom > Edit the InsertNameHere Part
Donation Tracker:Link:
http://deepbot.tv/widgets/donationtracker.htm?mode=2Width: 640
Height: 180
CSS Code:
body {
background-color: transparent;
color: white;
}
#content {
/* width:100%; */
padding: 10px 10px;
}
#thermometer {
position: relative;
margin: 0px 10px 10px 10px;
height:100px;
background: transparent !important;
border: 3px solid transparent !important;
-webkit-border-radius: 0px !important;
-webkit-box-shadow: 0px 0px 0px transparent !important;
}
#thermometer .track {
height:50px;
top: 0px;
border: 1px solid limegreen !important;
margin: 20px 20px;
background: black !important;
}
#thermometer .progress {
height: 50px;
width:10%;
background: limegreen !important;
}
#thermometer .goal {
position:absolute;
width: 100%;
}
#thermometer .start-amount {
visibility: hidden !important;
}
#thermometer .end-amount {
position: absolute;
float: right;
display: inline-block;
padding-right: 40px;
border-top:0px solid black;
font-family: Impact !important;
font-weight: bold;
font-size: 26px !important;
top: 10px !important;
right: 20px !important;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px !important;
text-shadow:0px 0px 25px white;
}
#thermometer .progress .amount {
display: block;
position: absolute;
text-align: center;
border-top: 0px solid #060;
font-family: Impact !important;
font-size: 26px !important;
font-weight: bold;
color: white !important;
top: 32px !important;
width: 100%;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px !important;
text-shadow:0px 0px 25px white;
}
.goal:before {
content: 'InsertNameHere' !important;
position: absolute;
float: left !important;
display: inline-block;
padding-right: 40px;
border-top:0px solid black;
font-family: Impact !important;
font-weight: normal;
font-size: 26px !important;
top: 10px !important;
left: 10px !important;
color: white !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px !important;
text-shadow:0px 0px 25px white;
}
Preview: (If there is a black background, it is just my background.)