Author Topic: Custom Notification WorkShop  (Read 226982 times)

0 Members and 1 Guest are viewing this topic.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #345 on: August 24, 2016, 11:55:07 AM »
Requested by: skunkodor

GameWisp Sub:

Link: http://deepbot.tv/notifications/gwnotification.htm
Width: 650
Height: 400

CSS Code:
Code: [Select]
::-webkit-scrollbar {
    visibility: hidden;
}

body {
  background-color: transparent;
  color: black;
}
 
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 150px !important;
  width: 500px !important;
  height: 450px !important;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: url(https://media.giphy.com/media/mFmuXkziY2RsQ/giphy.gif) !important;
  background-size: 350px 220px !important;
}
 
#sub-notification .subname {
  margin-left: -60px !important;
  padding-top: 230px !important;
  width: 455px;
  text-align: center;
  line-height: 36px !important;
  font-size: 32px !important;
  font-family: Arial !important;
  font-weight: bold !important;
  text-shadow: none !important;
  text-transform: capitalize !important;
  color: white !important;
  -webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
 
#sub-notification .subtier {
visibility: hidden !important;
}
 
#sub-notification .submonths {
  position: absolute;
  top: 260px !important;
  margin-left: -60px !important;
  width: 455px;
  text-align: center;
  line-height: 36px !important;
  font-size: 32px !important;
  font-family: Arial !important;
  font-weight: bold !important;
  text-shadow: none !important;
  text-transform: capitalize !important;
  color: white !important;
  -webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
 
#sub-notification .newsubmsg {
  position: absolute;
  top: 280px;
  margin-left: -60px;
  width: 455px;
  text-align: center;
  line-height: 14px;
  font-size: 32px !important;
  font-family: Arial !important;
  font-weight: bold !important;
  text-shadow: none !important;
  color: white !important;
  -webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1.5px;
}
 
#sub-notification .submonths::after {
  content: ' months!';
}
 
#sub-notification .newsubmsg::after {
  content: 'New Subscriber' !important;
}

#sub-notification .submonths::before{
  content: '';
}
 
#sub-notification .subamount {
visibility: hidden !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

skunkodor

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Skunkodor
Re: Custom Notification WorkShop
« Reply #346 on: September 03, 2016, 10:22:54 AM »
Donation Alert

Image Link:http://i.makeagif.com/media/9-03-2016/_548Tn.gif
Font Style/Link:Generic Arial
Font Color:White
Any text fill/boarder?:
Currency Type:Tips $
What do you want the alert to say?(Text Options: Donator Name, Donation Amount):
Example (If applicable): http://deepbot.tv/notifications/donationnotification2.htm for the font similarity
Anything else?:

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #347 on: September 03, 2016, 11:36:40 AM »
Donation Alert

Image Link:http://i.makeagif.com/media/9-03-2016/_548Tn.gif
Font Style/Link:Generic Arial
Font Color:White
Any text fill/boarder?:
Currency Type:Tips $
What do you want the alert to say?(Text Options: Donator Name, Donation Amount):
Example (If applicable): http://deepbot.tv/notifications/donationnotification2.htm for the font similarity
Anything else?:

What do you want on the notification? Like Donor's Name? Amount? Donation Message?
Old Name: RepentGamingTV
Twitch: Here

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

skunkodor

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Skunkodor
Re: Custom Notification WorkShop
« Reply #348 on: September 03, 2016, 01:09:01 PM »
I'm sorry I thought I corrected it. I want just the name and amount. I have text to speech set up for the message portion.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #349 on: September 03, 2016, 01:17:35 PM »
Requested by: skunkodor

Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 600
Height: 500

CSS Code:
Code: [Select]
#donor-notification {
position: absolute;
top: 0px !important;
left: 60px !important;
width: 320px !important;
height: 240px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url('http://i.makeagif.com/media/9-03-2016/_548Tn.gif') !important;
overflow: ahidden !important;
}
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .date {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 260px !important;
margin-left: -350px !important;
width: 500px !important;
text-align: center !important;
font-weight: bold !important;
font-size: 30px !important;
font-family: Arial !important;
color: white !important;
text-transform: capitalize !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
text-shadow: none !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 220px !important;
margin-left: -160px !important;
width: 500px !important;
text-align: center !important;
font-weight: bold !important;
font-size: 30px !important;
font-family: Arial !important;
color: white !important;
text-transform: capitalize !important;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
text-shadow: none !important;
}

.donor:before {
content: '';
}
 
.donor:after {
content: '';
}

.amount:after{
content: '';
}
#donor-notification .messagebox {
    width: 100%;
    text-align: center;
}

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

« Last Edit: September 03, 2016, 01:25:19 PM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

skunkodor

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Skunkodor
Re: Custom Notification WorkShop
« Reply #350 on: September 03, 2016, 01:23:13 PM »
The previous sub alert one made like this is working, but this particular one is not appearing in obs for me. I have deleted and created a new clr input.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #351 on: September 03, 2016, 01:24:53 PM »
Using OBS Classic or Studio?

Also just noticed I messed up on the post putting the wrong info for the URL. xD
Old Name: RepentGamingTV
Twitch: Here

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

skunkodor

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Skunkodor
Re: Custom Notification WorkShop
« Reply #352 on: September 03, 2016, 01:31:00 PM »
The change in url fixed it. Thanks!

FSHSchmo

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: FSHSchmo
Re: Custom Notification WorkShop
« Reply #353 on: September 05, 2016, 01:12:52 AM »
Looking for a notification for follow, donation, host, and gamewisp using the following image, thanks in advance!

http://imgur.com/a/3P9Zo

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #354 on: September 05, 2016, 02:12:18 AM »
Looking for a notification for follow, donation, host, and gamewisp using the following image, thanks in advance!

http://imgur.com/a/3P9Zo

Will work on it when I get back from work. What font do you want me to use? Any specific font color? I take it, you want all the names and things just right of the dice in the image?
Old Name: RepentGamingTV
Twitch: Here

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

FSHSchmo

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: FSHSchmo
Re: Custom Notification WorkShop
« Reply #355 on: September 05, 2016, 02:15:04 AM »
Looking for a notification for follow, donation, host, and gamewisp using the following image, thanks in advance!

http://imgur.com/a/3P9Zo

Will work on it when I get back from work. What font do you want me to use? Any specific font color? I take it, you want all the names and things just right of the dice in the image?

Chiller font, and I leave the color up to you, whichever looks best and yes, to the right of the dice.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #356 on: September 05, 2016, 11:36:54 AM »
Looking for a notification for follow, donation, host, and gamewisp using the following image, thanks in advance!

http://imgur.com/a/3P9Zo

Will work on it when I get back from work. What font do you want me to use? Any specific font color? I take it, you want all the names and things just right of the dice in the image?

Chiller font, and I leave the color up to you, whichever looks best and yes, to the right of the dice.

Do you have a link to the font?
Old Name: RepentGamingTV
Twitch: Here

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

hossagno

  • Youngling
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
  • Twitch Name: HoSsAgNo
Re: Custom Notification WorkShop
« Reply #357 on: September 29, 2016, 08:17:13 AM »
Hello, first off I'd like to say to RepentGamingTV that he's an awesome guy for doing this custom css things for people. I'm giving you a heads up i'm gonna try make my own donation and follow image in photoshop, so i would like to know what to take in mind before starting so you have an easier job coding this?

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Notification WorkShop
« Reply #358 on: September 29, 2016, 10:32:47 AM »
This is all you really should know. Dimensions do not matter, but it is whatever you want to fit your stream. I can't do animations (at least I am not good at them).

The image definitely needs to be .png if you want to avoid transparent areas going totally white if it was .jpg.

For uploading your images use Imgur.

Follower Alert:
Code: [Select]
Follower Alert

Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Where do you want text located? (Follower Name):
Example (If applicable):
Anything else?:

Donation Alert: (You do not need to include all 3 text options, Just an FYI.)
Code: [Select]
Donation Alert

Image Link:
Font Style/Link:
Font Color:
Any text fill/boarder?:
Currency Type:
What do you want the alert to say?(Text Options: Donator Name, Donation Amount, Message):
Example (If applicable):
Anything else?:
Old Name: RepentGamingTV
Twitch: Here

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

hossagno

  • Youngling
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
  • Twitch Name: HoSsAgNo
Re: Custom Notification WorkShop
« Reply #359 on: October 03, 2016, 08:28:47 PM »
Alright, had a busy weekend and will see what I can produce this week :) may I ask if you are also the guy who scripted some mini-games for the deepbot?