Sub
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
overflow: hidden;
}
#sub-notification {
width: 300px !important;
height: 190px !important;
background-color: transparent !important;
background-image:url("http://i.imgur.com/AV30KnD.png") !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#sub-notification .subname {
position: absolute !important;
margin-top: -145px !important;
margin-left: 0px !important;
text-align: center;
line-height: 80px;
width: 300px !important;
font-size: 32px !important;
text-transform: capitalize;
font-weight: normal !important;
font-family: impact !important;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
tip
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
overflow: hidden;
}
#donor-notification {
position: absolute;
left: 0px !important;
width: 380px !important;
height: 210px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('https://i.imgur.com/OxG4qZS.gif') !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 {
visibility: hidden !important
}
#donor-notification .amount {
position: absolute !important;
left: 0px !important;
margin-top: 130px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}
#donor-notification .donor {
position: absolute !important;
left: 0px !important;
margin-top: -32px !important;
margin-left: 0px !important;
width: 380px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: Impact !important;
text-transform: capitalize;
color: white !important;
text-shadow: 2px 2px 1px #000;
-webkit-text-fill-color: black;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: teal;
}