Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: xvvhitecloud on October 26, 2015, 02:08:13 AM

Title: Custom Followers
Post by: xvvhitecloud 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;
}

Title: Re: Custom Followers
Post by: xvvhitecloud 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
Title: Re: Custom Followers
Post by: TheNumbLock on October 26, 2015, 02:35:51 AM
You mean the follow name?

You can change it under .followname: color: #37b2e5 !important;
Title: Re: Custom Followers
Post by: xvvhitecloud 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
Title: Re: Custom Followers
Post by: xvvhitecloud 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?
Title: Re: Custom Followers
Post by: TheNumbLock on October 26, 2015, 03:41:22 AM
Yes, you can use negative numbers.
Title: Re: Custom Followers
Post by: xvvhitecloud 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?
Title: Re: Custom Followers
Post by: TheNumbLock on October 26, 2015, 06:54:26 AM
Give me your current CSS. I can take a look.
Title: Re: Custom Followers
Post by: xvvhitecloud 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..