Curve is a bit hard, since I have to do every single letter. But if you can do it yourself in photoshop or something I can redo the CSS.
Requested by: Graffixg
Follower:Link:
http://deepbot.tv/notifications/follownotification1.htmWidth: 550
Height: 220
CSS Code:
@font-face {
font-family: "OS";
src: url("http://download1500.mediafire.com/yyy7etx789lg/9s64z90lv06b00s/Overseer.otf");
}
#follow-notification {
display: none;
position: absolute;
width: 550px !important;
height: 198px !important;
background-image: url("http://s7.postimg.org/81d24n9az/New_Follower_Alert.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 0px !important;
margin-left: 70px !important;
width: 400px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: OS !important;
color: blue !important;
-webkit-text-fill-color: red;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
.followname:before {
content: "Welcome to the Steakhouse ";
}
Preview: (If there is a black background, it is just my background.)
Donation:Link:
http://deepbot.tv/notifications/donationnotification2.htmWidth: 550
Height: 220
CSS Code:
@font-face {
font-family: "OS";
src: url("http://download1500.mediafire.com/yyy7etx789lg/9s64z90lv06b00s/Overseer.otf");
}
#donor-notification {
width: 550px !important;
height: 198px !important;
background-color: transparent !important;
background-image:url("http://s7.postimg.org/81d24n9az/New_Follower_Alert.png") !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
position: absolute !important;
margin-top: 80px !important;
margin-left: 20px !important;
width: 500px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: OS !important;
color: blue !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: red;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 0px !important;
margin-left: -80px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: OS !important;
color: blue !important;
text-shadow: 2px 2px black;
-webkit-text-fill-color: red;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 0px !important;
margin-left: -200px !important;
width: 500px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: OS !important;
color: blue !important;
text-transform: capitalize;
text-shadow: 2px 2px black;
-webkit-text-fill-color: red;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
Preview: (If there is a black background, it is just my background.)