Author Topic: Custom Followers  (Read 2966 times)

0 Members and 2 Guests are viewing this topic.

xvvhitecloud

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xvvhitecloud
Custom Followers
« on: October 26, 2015, 02:08:13 AM »
I read some of the things you have done on here expertonline, i used this topic

http://deepbot.deep.sg/forums/index.php?topic=840.0

for a template on trying to do it myself, i got it to work finally but now i have scroll bars on it and cant figure out for the life of me to remove them

http://puu.sh/kXeAq/dcde134e08.png

what i am trying to achieve is what you did for this guy in the forum topic above..

anyone help?

Code: [Select]
#follow-notification .header {
padding-top: 5px !important;
visibility: visible !important;
width: 670px !important;
font-size: 32px !important;
}
#follow-notification .followname {
  padding-top: 5px !important;
  font-family: Algerian !important;
  width: 2560px !important;
  color: #37b2e5 !important;
  font-size: 50px !important;
  margin-left: 0px !important;
}
#follow-notification {
 background-image: url('http://i.imgur.com/N6Yiwj5.png?1') !important;
 width: 670px !important;
 height: 53px !important;
}

« Last Edit: October 26, 2015, 02:23:21 AM by xvvhitecloud »

xvvhitecloud

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xvvhitecloud
Re: Custom Followers
« Reply #1 on: October 26, 2015, 02:30:54 AM »
i figured out the scrolling bar problem finally ^_^ now i just have to figure out how to change the The Follower color from red

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Followers
« Reply #2 on: October 26, 2015, 02:35:51 AM »
You mean the follow name?

You can change it under .followname: color: #37b2e5 !important;
Old Name: RepentGamingTV
Twitch: Here

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

xvvhitecloud

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xvvhitecloud
Re: Custom Followers
« Reply #3 on: October 26, 2015, 02:43:06 AM »
I mean the Red "New Follower" I changed the color of the person that follow but searching and googling how to change the New Follower color

example

http://puu.sh/kXgXt/9f1b64caec.png

xvvhitecloud

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xvvhitecloud
Re: Custom Followers
« Reply #4 on: October 26, 2015, 02:50:35 AM »
figured it out, the wiki is an amazing thing :P

am i able to use negative values for pixel like

padding -100px?
« Last Edit: October 26, 2015, 02:56:42 AM by xvvhitecloud »

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Followers
« Reply #5 on: October 26, 2015, 03:41:22 AM »
Yes, you can use negative numbers.
Old Name: RepentGamingTV
Twitch: Here

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

xvvhitecloud

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xvvhitecloud
Re: Custom Followers
« Reply #6 on: October 26, 2015, 03:48:58 AM »
I can't seem to get the followers name to move up closer to the border

http://puu.sh/kXgXt/9f1b64caec.png

any suggestions?

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Followers
« Reply #7 on: October 26, 2015, 06:54:26 AM »
Give me your current CSS. I can take a look.
Old Name: RepentGamingTV
Twitch: Here

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

xvvhitecloud

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xvvhitecloud
Re: Custom Followers
« Reply #8 on: October 29, 2015, 07:39:31 AM »
Thank RepentGaming, I just figured out how to just move the whole thing right under the "The Follower" I appreciate you replying to my post..