Author Topic: follower popup  (Read 1706 times)

0 Members and 1 Guest are viewing this topic.

smultbolle

  • Youngling
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
  • Twitch Name: smultbolle
follower popup
« on: April 30, 2015, 05:01:51 AM »
imgur: http://imgur.com/DXakn5m
front style: Agency FB
font color: light blue
the text should be located under New Follower
example: @user@ is now a Broomie

thanks in advance

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: follower popup
« Reply #1 on: April 30, 2015, 05:22:40 AM »
To get this custom font to work for you, you need to go here: Here Don't download but right click the download button and hit copy link. Then you will insert into the CSS where I put InsertDownloadLinkHere

If you need anything changed, let me know.

Requested by: smultbolle

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 811
Height: 500

CSS Code:
Code: [Select]
@font-face {
font-family: 'Agency';
src: url('InsertDownloadLinkHere');
}

#follow-notification {
display: none;
position: absolute;
width: 811px !important;
height: 482px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/DXakn5m.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 240px !important;
margin-left: 200px !important;
width: 400px !important;
font-size: 60px !important;
        font-weight: bold !important;
font-family: Agency !important;
color: #ADD8E6 !important;
  -webkit-text-fill-color: #3CB7FF;
}

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

smultbolle

  • Youngling
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
  • Twitch Name: smultbolle
Re: follower popup
« Reply #2 on: April 30, 2015, 05:31:55 AM »
thank for fast reply