Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Haxxident on March 10, 2017, 07:02:37 AM

Title: Follower Notification Please
Post by: Haxxident on March 10, 2017, 07:02:37 AM
Follower Alert

Image Link: http://imgur.com/a/eNi56
Font Style/Link: http://www.flamingtext.com/logo/Design-Surfboard?fontname=ethnocentric
Font Color: Black Outline, white centre
Any text fill/boarder?:
Where do you want text located? (Follower Name): In the middle of the image bar
Example (If applicable):
Anything else?:

appreciate it, thanks
Title: Re: Follower Notification Please
Post by: TheNumbLock on March 10, 2017, 08:11:15 AM
Requested by: Haxxident

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 120

CSS Code:
Code: [Select]
::-webkit-scrollbar {
    display: none;
}

#follow-notification {
display: none;
position: absolute;
top: 0px !important;
left: 0px !important;
width: 417px !important;
height: 95px !important;
border-radius: 00px !important;
background-size: contain !important;
background-image: url(http://i.imgur.com/N7VQlXD.png) !important;
background-repeat: no-repeat;
}

#follow-notification .header {
visibility: hidden !important;
}

#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 5px !important;
margin-left: 0px !important;
width: 500px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: Ethnocentric !important;
color: white !important;
text-transform: capitalize;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}

.followname:before {
content: '' !important;
}

.followname:after {
content: '' !important;
}

Preview: (If there is a black background, it is just my background.)

(http://i.imgur.com/IfjXuWi.png)
Title: Re: Follower Notification Please
Post by: Haxxident on March 10, 2017, 08:43:51 AM
Excellent thank you,

in OBS studio the font is not the same, it goes back to default on OBS, how would I fix this? thanks again

Also is there a way for it to slide in from the right and back out to the right rather than fade in? or is this something I can do in OBS settings? thanks again
Title: Re: Follower Notification Please
Post by: TheNumbLock on March 10, 2017, 09:33:12 AM
Excellent thank you,

in OBS studio the font is not the same, it goes back to default on OBS, how would I fix this? thanks again

Also is there a way for it to slide in from the right and back out to the right rather than fade in? or is this something I can do in OBS settings? thanks again

You need to install the font: http://www.dafont.com/ethnocentric.font

Well it is possible with CSS, however, I don't do animations. Not sure if studio is able to do that tho.