Author Topic: Need help making a custom notification!  (Read 1263 times)

0 Members and 1 Guest are viewing this topic.

MakeUmSayOuch

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Makeumsayouch
Need help making a custom notification!
« on: November 20, 2014, 06:26:09 AM »
I was hoping to get a notification image made. Got the image but not sure how to insert in this message so I'll post a link to my Twitter with the image. I would like the image to just be the circle with no square background or anything and also display the twitch name of the individual that followed. Any help would be appreciated! Thx!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Need help making a custom notification!
« Reply #1 on: November 20, 2014, 11:32:59 AM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 701
Height: 692

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 701px !important;
height: 692px !important;
border-radius: 0px !important;
background-image: url('https://i.imgur.com/Qu7W7Fl.jpg') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 130px !important;
margin-left: 50px !important;
text-align: center !important;
width: 600px !important;
font-size: 100px !important;
font-weight: normal !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFFFFF;
    -webkit-text-fill-color: #000000;
}

Preview: