Author Topic: Follower Notification  (Read 1347 times)

0 Members and 3 Guests are viewing this topic.

JerickoP87

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: JerickoP87
Follower Notification
« on: November 25, 2014, 09:24:51 AM »
can i get a css for this please!

http://imgur.com/SO2xhyQ

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower Notification
« Reply #1 on: November 26, 2014, 10:19:47 AM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 320
Height: 60

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 320px !important;
height: 60px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/SO2xhyQ.png') !important;
background-repeat: no-repeat !important;
overflow: hidden !important;
}
#follow-notification .followname {
margin-top: -5px !important;
margin-left: 0px !important;
text-align: center !important;
width: 400px !important;
font-size: 30px !important;
font-weight: bold !important;
font-family: Impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;
}

Preview: