Author Topic: follower notification css  (Read 1747 times)

0 Members and 1 Guest are viewing this topic.

zakira20

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: zakira20
follower notification css
« on: December 13, 2014, 04:17:26 PM »
css pls

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: follower notification css
« Reply #1 on: December 13, 2014, 04:32:18 PM »
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 200

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px !important;
height: 200px !important;
border-radius: 0px!important;
background-image: url('http://i.imgur.com/UIrDstH.jpg') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 38px !important;
margin-left: 190px !important;
text-align: center !important;
width: 260px !important;
font-size: 28px !important;
font-weight: bold !important;
font-family: Verdana !important;
color: #000 !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #f2de6b
}

Preview:

zakira20

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: zakira20
Re: follower notification css
« Reply #2 on: December 13, 2014, 04:34:09 PM »
is there any way to insert new follower and the name under it sir?

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: follower notification css
« Reply #3 on: December 13, 2014, 04:46:08 PM »
Link : http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 200

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 500px !important;
height: 200px !important;
border-radius: 0px!important;
background-image: url('http://i.imgur.com/UIrDstH.jpg') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 38px !important;
margin-left: 190px !important;
text-align: center !important;
width: 260px !important;
font-size: 28px !important;
font-weight: bold !important;
font-family: Verdana !important;
color: #000 !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #f2de6b
}
#follow-notification .header {
visibility: visible !important;
margin-top: 54px !important;
margin-left: 190px !important;
width: 260px !important;
font-size: 24px !important;
color: #000 !important;

}

Preview: