Author Topic: Custom Sun Notification Help  (Read 2041 times)

0 Members and 1 Guest are viewing this topic.

Gibbs

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: LoLGibbs
Custom Sun Notification Help
« 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
« Last Edit: December 07, 2014, 09:07:31 AM by emrerocky »

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom Sun Notification Help
« Reply #1 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: