Author Topic: Custom notifications  (Read 2606 times)

0 Members and 1 Guest are viewing this topic.

RorakLive

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: RorakLive
Custom notifications
« on: October 22, 2016, 10:32:56 AM »
Hey there wanting to get the CSS made for the notifications if possible.

Thanks

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom notifications
« Reply #1 on: October 22, 2016, 01:54:54 PM »
Requested by: RorakLive

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 450
Height: 110

CSS Code:
Code: [Select]
body {
background-color: transparent;
color: white;
}

#follow-notification {
display: none;
position: absolute !important;
top: 0px !important;
left: 0px !important;
width: 400px !important;
height: 110px !important;
background-image: url(http://i.imgur.com/L03q8mK.png) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

#follow-notification .followname {
  margin-left: -20px !important;
  margin-top: 55px !important;
  width: 455px;
  text-align: center;
  line-height: 36px !important;
  font-size: 32px !important;
  font-family: Impact !important;
  font-weight: normal !important;
  text-shadow: 2px 2px 1px #000 !important;
  text-transform: capitalize !important;
  color: white !important;
  -webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}

#follow-notification .header {
display: none !important;
}

#follow-notification .followname:after {
content: '' !important;
}

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



Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 450
Height: 110

CSS Code:
Code: [Select]
body {
    background-color: transparent;
    color: white;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

#donor-notification {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 400px !important;
height: 110px !important;
background-repeat: no-repeat;
background-size: contain !important;
background-image: url(http://i.imgur.com/uCkVY6E.png) !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: 30px !important;
margin-left: -120px !important;
width: 200px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 24px !important;
font-family: Impact !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: 30px !important;
margin-left: -210px !important;
width: 500px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 24px !important;
font-family: Impact !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.)



Gamewisp Sub:

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

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

body {
  background-color: transparent;
  color: black;
}
 
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px !important;
  width: 400px !important;
  height: 110px !important;
  background-repeat: no-repeat;
  background-position-y: 0px;
  background-image: url(http://i.imgur.com/VFtMHMz.png) !important;
}
 
#sub-notification .subname {
  margin-left: 0px !important;
  padding-top: 55px !important;
  width: 400px !important;
  text-align: center;
  line-height: 36px !important;
  font-size: 24px !important;
  font-family: Impact !important;
  font-weight: normal !important;
  text-shadow: 2px 2px 1px #000 !important;
  text-transform: capitalize !important;
  color: white !important;
  -webkit-text-stroke-color: black;
-webkit-text-stroke-width: 0px;
}
 
#sub-notification .subtier {
visibility: hidden !important;
}
 
#sub-notification .submonths {
visibility: hidden !important;
}
 
#sub-notification .newsubmsg {
visibility: hidden !important;
}
 
#sub-notification .submonths::after {
  content: ' months ';
}
 
#sub-notification .newsubmsg::after {
  content: '' !important;
}

#sub-notification .submonths::before{
  content: '';
}

#sub-notification .subname::after {
  content: '' !important;
}

#sub-notification .subtier::before {
  content: '' !important;
}

#sub-notification .subtier::after {
  content: '' !important;
}
 
#sub-notification .subamount {
visibility: hidden !important;
}

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

« Last Edit: October 23, 2016, 04:48:45 AM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

RorakLive

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: RorakLive
Re: Custom notifications
« Reply #2 on: October 22, 2016, 04:43:31 PM »
thank you very much :)

RorakLive

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: RorakLive
Re: Custom notifications
« Reply #3 on: October 22, 2016, 05:23:04 PM »
Just put them on my obs and my follower 1 is showing the xbox 360 thing for some reason when i preview and the follower and donation 1 is showing the scroll bars.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom notifications
« Reply #4 on: October 22, 2016, 06:40:13 PM »
Just put them on my obs and my follower 1 is showing the xbox 360 thing for some reason when i preview and the follower and donation 1 is showing the scroll bars.

Which URL are you using for the follower notification? As for the donation notification, increase the dimensions, try 450x150?
Old Name: RepentGamingTV
Twitch: Here

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

RorakLive

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: RorakLive
Re: Custom notifications
« Reply #5 on: October 23, 2016, 03:37:08 AM »
I'm using the follower link you provided,ookay I'll give that resolution a try also the donation 1 has follower link so I just changed follower to donation hope that's correct

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom notifications
« Reply #6 on: October 23, 2016, 04:49:07 AM »
My apologies, fixed the link. But use this link for donations: http://deepbot.tv/notifications/donationnotification2.htm
Old Name: RepentGamingTV
Twitch: Here

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

RorakLive

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: RorakLive
Re: Custom notifications
« Reply #7 on: October 23, 2016, 06:28:16 AM »
no worries all good now thank you very much :D