Author Topic: Follower Notification  (Read 1418 times)

0 Members and 1 Guest are viewing this topic.

Dulayne

  • Youngling
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Dulayne
Follower Notification
« on: November 03, 2014, 10:48:29 PM »
Hey there, could I please get some css for this image please?

http://imgur.com/nCZdAfk

Directly underneath the white bar :) Thank you!

emrerocky

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

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 120

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 120px !important;
border-radius: 00px !important;
background-image: url("https://i.imgur.com/nCZdAfk.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 35px !important;
margin-left: 155px !important;
text-align: center !important;
width: 380px !important;
font-size: 40px !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: