Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Gibbs on December 07, 2014, 06:28:42 AM

Title: Custom Sun Notification Help
Post by: Gibbs on December 07, 2014, 06:28:42 AM
Here is the picture link: http://imgur.com/DxgEL0Y

I was wanting the sub's name on the sword blade if possible. Thanks!  ;D
Title: Re: Custom Sun Notification Help
Post by: ExpertsOnline on December 13, 2014, 03:42:57 PM
Sorry for the delay.

Link : http://deepbot.tv/notifications/subnotification1.htm
Width: 640
Height: 110

Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/DxgEL0Y.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 180px !important;
  margin-top: 48px !important;
  padding-top: 0px !important;
  width: 395px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 38px !important;
  font-weight: bold !important;
  font-family: troglodyte !important;
  color: #FFFFFF !important;
  -webkit-text-stroke: 0.5px;
  -webkit-text-stroke-color: #000;
}

You may need to download the font "troglodyte", or replace that with another font of your choice.

Preview:
(http://puu.sh/dsEM4/b9789e2508.jpg)