Author Topic: Follower Notification  (Read 2552 times)

0 Members and 1 Guest are viewing this topic.

Grimfyre

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/grimfyre
Follower Notification
« on: November 10, 2014, 09:09:18 AM »
Could i get this in coded format for my follower notification please? :)

http://imgur.com/6jXBX6s

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower Notification
« Reply #1 on: November 12, 2014, 12:06:10 PM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 580
Height: 110

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
border-radius: 10px;
background-image: url('https://i.imgur.com/6jXBX6s.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 5px !important;
margin-left: 50px !important;
text-align: center !important;
width: 450px !important;
font-size: 50px !important;
font-weight: bold !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.3px;
-webkit-text-stroke-color: #000
}

Preview:

NuKeLivestream

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: NuKeLivestream
Re: Follower Notification
« Reply #2 on: November 12, 2014, 12:23:27 PM »
I would like to ask this image Followers for my stream :) -> http://prntscr.com/55j995  :)

Insanetv

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
    • Insane Empire
  • Twitch Name: Insanetv
Re: Follower Notification
« Reply #3 on: November 12, 2014, 05:00:51 PM »
Try to edit this line:
   background-image: url('https://i.imgur.com/6jXBX6s.png') !important;

In css section of your obs clr browser option

You should use full url with a image file extention like http://host/image.png. And you should edit width and height in css section above and in clr browser option.

zordbasecommander

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: zordbasecommander
Re: Follower Notification
« Reply #4 on: November 15, 2014, 08:10:58 AM »
Hey could some one please convert this to css code

http://imgur.com/8InZIzQ

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower Notification
« Reply #5 on: November 15, 2014, 03:08:10 PM »
Hey could some one please convert this to css code

http://imgur.com/8InZIzQ

What type of notification would you like this for? Follow, sub, donation, all, etc.?