Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Bigdaddyden on October 31, 2014, 07:50:33 PM

Title: Custom Sub graphic
Post by: Bigdaddyden 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!
Title: Re: Custom Sub graphic
Post by: emrerocky 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:
(http://puu.sh/cytIA/83b64f9176.jpg)