Author Topic: Need some help  (Read 1649 times)

0 Members and 1 Guest are viewing this topic.

Silent

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Silent2337
Need some help
« on: August 26, 2014, 06:24:10 PM »
Just need a Follower alert with this pic http://img4.hostingpics.net/pics/533358D3Ticker.png

I'm really really noob with the Css custom :(

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Need some help
« Reply #1 on: August 27, 2014, 01:07:20 AM »

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 600
Height: 145

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 360px !important;
height: 75px !important;
border-radius: 10px;
background-image: url('http://img4.hostingpics.net/pics/533358D3Ticker.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: -10px !important;
padding-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 350px !important;
font-size: 29px !important;
font-weight: normal !important;
font-family: Algerian !important;
color: #f5f214 !important;
-webkit-text-stroke: 0.2px;
-webkit-text-stroke-color: #000
}

Preview:

Silent

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Silent2337
Re: Need some help
« Reply #2 on: August 27, 2014, 06:38:09 AM »
Thx you so much