Now that I finally have a custom animation for my follower notification, I want to move it over to Deep Bot, but after trying to use the same info from my donation notifications, I can't get it to work. Any help would be greatly appreciated.
Here is what my current one looks like on Twitch Alerts:
http://i.imgur.com/zWWkKK9.jpgHere is the link for my animation:
http://i.imgur.com/mjSZPKo.gifAnd below is my CSS for my donation notification..
Also, I was wondering if there is a way to switch both my notification to a font I have on my computer....not one that's on google fonts?
This is the font I use for my whole channel...including my overlays:
http://www.dafont.com/ethnocentric.font#donor-notification {
width: 600px !important;
height: 500px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/jo9NKPy.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
background-position-x: center !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
font-size: 20px !important;
font-family: Orbitron !important;
color: #ffffff !important;
max-width: 600px !important;
text-shadow: 3px 3px 1px #000 !important;
margin-left: auto !important;
margin-right: auto !important;
}
#donor-notification .amount {
font-size: 26px !important;
font-family: Orbitron !important;
font-weight: normal !important;
text-shadow: 3px 3px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 26px !important;
font-family: Orbitron !important;
font-weight: normal !important;
text-shadow: 3px 3px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' donated ';
}
#donor-notification .title {
padding-top: 314px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}