Author Topic: Custom Sub graphic  (Read 1367 times)

0 Members and 1 Guest are viewing this topic.

Bigdaddyden

  • Padawan
  • **
  • Posts: 51
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bigdaddyden76
Custom Sub graphic
« on: October 31, 2014, 07:50:33 PM »
Id like to use http://imgur.com/QVWyIuS for my sub popup

Text in red in the middle please!

tyvm!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Sub graphic
« Reply #1 on: November 01, 2014, 12:32:47 PM »
Subs

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 310
Height: 183

CSS Code:
Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px !important;
  height: 183px !important;
  background-repeat: no-repeat;
  background-image: url('https://i.imgur.com/QVWyIuS.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 00px !important;
  margin-top: 60px !important;
  padding-top: 0px !important;
  width: 310px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 40px !important;
  font-weight: bold !important;
  font-family: troglodyte !important;
  color: red !important;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #8a0823;
}

Preview: