Author Topic: Follower CSS  (Read 2113 times)

0 Members and 1 Guest are viewing this topic.

MurtherX

  • Youngling
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
  • Twitch Name: MurtherX
Follower CSS
« on: April 15, 2015, 06:12:10 AM »
I tried doing it by myself but some reason the picture never seems to show up when I upload it, so I think I screwed it up lol.

But would like to have the text in the center also!

(picture - http://i.imgur.com/kovOnz8.png )

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follower CSS
« Reply #1 on: April 15, 2015, 06:18:35 AM »
Requested by:

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 800
Height: 600

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 800px !important;
height: 600px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/kovOnz8.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 200px !important;
margin-left: 250px !important;
margin-right: 100px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: bold !important;
  font-family: Comic Sans !important;
color: white !important;
}

Preview: (If there is a black background, it is just my background.)

Old Name: RepentGamingTV
Twitch: Here

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

MurtherX

  • Youngling
  • *
  • Posts: 21
  • Karma: +0/-0
    • View Profile
  • Twitch Name: MurtherX
Re: Follower CSS
« Reply #2 on: April 15, 2015, 06:23:17 AM »
Thanks man! Super fast!

Is there a list of available fonts I can change the text too from Comic Sans?

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follower CSS
« Reply #3 on: April 15, 2015, 06:33:11 AM »
Thanks man! Super fast!

Is there a list of available fonts I can change the text too from Comic Sans?

Not really. I mean you can use any standard font you find on windows. If you wanna use a custom font, I can add that.
Old Name: RepentGamingTV
Twitch: Here

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