Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: MurtherX on April 15, 2015, 06:12:10 AM

Title: Follower CSS
Post by: MurtherX 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 )
Title: Re: Follower CSS
Post by: TheNumbLock 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.)

(http://puu.sh/heaUZ/150400d848.jpg)
Title: Re: Follower CSS
Post by: MurtherX 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?
Title: Re: Follower CSS
Post by: TheNumbLock 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.