Author Topic: Follower CSS Help  (Read 1991 times)

0 Members and 1 Guest are viewing this topic.

Kraith88

  • Youngling
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Kraith88
Follower CSS Help
« on: December 04, 2014, 07:03:45 AM »
Need help for this http://imgur.com/UjZQWZH please!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower CSS Help
« Reply #1 on: December 04, 2014, 11:17:11 AM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 948
Height: 461

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 948px !important;
height: 461px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/UjZQWZH.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 90px !important;
margin-left: 300px !important;
text-align: center !important;
width: 0px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Preview:

Kraith88

  • Youngling
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Kraith88
Re: Follower CSS Help
« Reply #2 on: December 04, 2014, 11:04:15 PM »
So I am having an issue.  I use Xsplit, not OBS because OBS refuses to install the clr browser for me anymore.  But the Xsplit version I use has CLR built in.  Now, I put the link in, overwrite the CSS but I get the xbox follow notification not mine, am I doing something wrong?

EDIT: Nevermind Got it working, thank you!
« Last Edit: December 05, 2014, 12:21:21 AM by Kraith88 »

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower CSS Help
« Reply #3 on: December 04, 2014, 11:29:23 PM »
Use this for XSplit:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 948px !important;
height: 461px !important;
border-radius: 00px !important;
background-image: url("https://i.imgur.com/UjZQWZH.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 90px !important;
margin-left: 300px !important;
text-align: center !important;
width: 0px !important;
font-size: 60px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Kraith88

  • Youngling
  • *
  • Posts: 42
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Kraith88
Re: Follower CSS Help
« Reply #4 on: December 05, 2014, 12:22:05 AM »
Thanks man, you are the best :)