Author Topic: Follow Notification  (Read 1591 times)

0 Members and 1 Guest are viewing this topic.

CRUMTASTIC

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: CRUMTASTIC
Follow Notification
« on: November 01, 2014, 10:14:09 AM »
Hello, I'd like to use the following picture as a new follower notification.



Could you help me set something up with a white or dark blue text for the name?

Thanks, I appreciate the help.

-Alex

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follow Notification
« Reply #1 on: November 01, 2014, 12:39:39 PM »
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 750
Height: 180

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 640px !important;
height: 160px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/0iyUdaa.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 55px !important;
margin-left: 100px !important;
text-align: center !important;
width: 650px !important;
font-size: 50px !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:

CRUMTASTIC

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: CRUMTASTIC
Re: Follow Notification
« Reply #2 on: November 01, 2014, 03:55:01 PM »
Thanks!