Hi,
I have a the below CSS code for a donation alert. This donation alert only seems to work sometimes (normally after a reset it in OBS). If possible could you please tell me what I have done wrong?
http://deepbot.tv/notifications/donationnotification2.htm#donor-notification {
width: 1920px !important;
height: 120px !important;
background-color: transparent !important;
background-image:url('
http://i.imgur.com/SORFGy8.png') !important;
background-size: initial !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 32px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 55px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}
Thanks,
Jay