Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Bigdaddyden on November 17, 2014, 06:21:43 AM

Title: Custom Sub graphic
Post by: Bigdaddyden on November 17, 2014, 06:21:43 AM
id like to use http://imgur.com/LEkb8rZ

Txt in middle, pref yellow with a red outline

Thankyou!

Tony x
Title: Re: Custom Sub graphic
Post by: emrerocky on November 17, 2014, 07:51:05 AM
Subscriptions

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 760
Height: 200

CSS Code:
Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 760px !important;
  height: 200px !important;
  background-repeat: no-repeat;
  background-image: url('https://i.imgur.com/LEkb8rZ.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 120px !important;
  padding-top: 85px !important;
  width: 300px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 90px !important;
  font-family: Impact !important;
  notext-shadow: 1px 1px 1px #000 !important;
  color: #FFFF00 !important;
-webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #FF0000;
    -webkit-text-fill-color: #FFFF00;

}

Preview:
(http://puu.sh/cTOct/a786ce82c0.png)
Title: Re: Custom Sub graphic
Post by: Bigdaddyden on November 17, 2014, 08:30:50 AM
awesome tyvm xx