Author Topic: Follower Notification Please  (Read 1957 times)

0 Members and 1 Guest are viewing this topic.

Haxxident

  • Youngling
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Haxxident
Follower Notification Please
« 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

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follower Notification Please
« Reply #1 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.)

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

Haxxident

  • Youngling
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Haxxident
Re: Follower Notification Please
« Reply #2 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

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follower Notification Please
« Reply #3 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.
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport