Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: smultbolle on April 30, 2015, 05:01:51 AM
-
imgur: http://imgur.com/DXakn5m
front style: Agency FB
font color: light blue
the text should be located under New Follower
example: @user@ is now a Broomie
thanks in advance
-
To get this custom font to work for you, you need to go here: Here (http://www.mediafire.com/download/ncaan2658k396wp/ufonts.com_agency-fb.ttf) Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere
If you need anything changed, let me know.
Requested by: smultbolle
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 811
Height: 500
CSS Code:
@font-face {
font-family: 'Agency';
src: url('InsertDownloadLinkHere');
}
#follow-notification {
display: none;
position: absolute;
width: 811px !important;
height: 482px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/DXakn5m.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 240px !important;
margin-left: 200px !important;
width: 400px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: Agency !important;
color: #ADD8E6 !important;
-webkit-text-fill-color: #3CB7FF;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/hvyqc/c9d224e246.jpg)
-
thank for fast reply