Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: ihasamoose on July 11, 2014, 08:47:03 AM

Title: Custom follower request
Post by: ihasamoose 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
Title: Re: Custom follower request
Post by: ExpertsOnline 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;
}