Author Topic: Custom follower request  (Read 2018 times)

0 Members and 1 Guest are viewing this topic.

ihasamoose

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: ihasamoose
Custom follower request
« on: July 11, 2014, 08:47:03 AM »
Picture here
i.imgur.com/tmK0Pgu.png

Maybe implement a way for us to do it ourselves?

Regards,
Moose

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom follower request
« Reply #1 on: July 12, 2014, 08:49:25 AM »
You can do it yourself. However, you do need to know a bit of CSS.

Link: http://deepbot.tv/notifications/follownotification1.htm?dur=10000

Code: [Select]
#follow-notification {
  width: 580px !important;
  height: 110px !important;
  background-image: url('i.imgur.com/tmK0Pgu.png') !important;
  border-radius: 0px !important;
}
#follow-notification .followname {
  margin-top: 25px !important;
  margin-left: 0px !important;
  width: 580px !important;
  font-size: 36px !important;
  text-shadow: 2px 2px 1px #000 !important;
}