Author Topic: Sub Notification Image  (Read 3226 times)

0 Members and 1 Guest are viewing this topic.

Ramez05

  • Youngling
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ramez05
Sub Notification Image
« on: January 30, 2015, 09:42:10 AM »
http://imgur.com/vsJwJAF

just that image in there centered.  i think i can put the text in there myself using obs.  post if someone needs more details.  i dont know css code :(

Ramez05

  • Youngling
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ramez05
Re: Sub Notification Image
« Reply #1 on: February 02, 2015, 07:57:45 PM »
bump

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Sub Notification Image
« Reply #2 on: February 03, 2015, 03:26:10 AM »
What font do you want to be used? Color/Border/Shadow for text effects?
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

Ramez05

  • Youngling
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ramez05
Re: Sub Notification Image
« Reply #3 on: February 03, 2015, 07:26:43 AM »
i dont know the exact font size as the current notifier i use auto fonts it and i adjust image to fit the screen.  normal fade in and fade out is fine.  if you want can you just hop on my twitch channel and i can show you?  its easier if you see it.  my current notifier isnt working right which is why im trying to set it up this way.

white ariel bold i guess

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Sub Notification Image
« Reply #4 on: February 03, 2015, 09:11:39 AM »
Requested by: Ramez05

Subscriber:

Link: http://deepbot.tv/notifications/subnotification1.htm
Width: 580
Height: 120

CSS Code:
Code: [Select]
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 580px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/vsJwJAF.png') !important;
  background-position-y: 0px;
}
#sub-notification .subname {
  margin-left: 210px !important;
  padding-top: 45px !important;
  width: 300px !important;
  text-align: center !important;
  line-height: 14px !important;
  font-size: 30px !important;
  font-family: Arial Bold !important;
  text-shadow: 1px 1px 1px #000 !important;
  color: #d7d7d7 !important;
}

Preview: (If there is a black background, it is just my background.)

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

Ramez05

  • Youngling
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ramez05
Re: Sub Notification Image
« Reply #5 on: February 03, 2015, 10:04:19 AM »
cool thanks.  ill drop a message if i have any issues :)