Author Topic: custom css  (Read 1764 times)

0 Members and 1 Guest are viewing this topic.

sayh3ll0

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: sayh3ll0
custom css
« on: November 10, 2014, 11:39:05 PM »
could i get some css for this http://i.imgur.com/IaZcPLD.png

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: custom css
« Reply #1 on: November 12, 2014, 12:10:03 PM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 180

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 450px !important;
height: 170px !important;
border-radius: 10px;
background-image: url('https://i.imgur.com/IaZcPLD.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 40px !important;
margin-left: 25px !important;
text-align: center !important;
width: 310px !important;
font-size: 50px !important;
font-weight: bold !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.3px;
-webkit-text-stroke-color: #000
}

Preview:

sayh3ll0

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: sayh3ll0
Re: custom css
« Reply #2 on: November 14, 2014, 04:07:31 PM »
ty