Any specific color you want the font to be?
Edit Here you go:
Requested by: Evnuts
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 532
Height: 100
CSS Code:
@font-face {
font-family: "CF Crack and Bold";
src: url("http://rgfonts.bugs3.com/Fonts/ROBOTECH%20GP.ttf");
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 532px !important;
height: 65px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/UvJJCXm.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: -10px !important;
margin-left: 110px !important;
margin-right: 100px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: CF Crack and Bold !important;
color: Gold !important;
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 580
Height: 100
CSS Code:
@font-face {
font-family: "CF Crack and Bold";
src: url("http://rgfonts.bugs3.com/Fonts/ROBOTECH%20GP.ttf");
}
#donor-notification {
width: 532px !important;
height: 65px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/hLUtVDA.pngg') !important;
background-repeat: no-repeat !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 {
position: absolute !important;
text-align: center !important;
margin-top: -30px !important;
margin-left: 230px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: CF Crack and Bold !important;
color: gold !important;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: -30px !important;
margin-left: -100px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: CF Crack and Bold !important;
color: gold !important;
}
.donor:after {
content: ' - '
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}
Preview: (If there is a black background, it is just my background.)