Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: ScavengerHD on May 26, 2017, 07:18:17 PM

Title: PUBG - New follower and Donation Notifications
Post by: ScavengerHD on May 26, 2017, 07:18:17 PM
Can you guys please put this new pictures in notifications? :)

http://imgur.com/a/zovDP

Both are in this link
Title: Re: PUBG - New follower and Donation Notifications
Post by: TheNumbLock on June 01, 2017, 09:01:13 AM
Requested by: ScavengerHD

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 250

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px !important;
left: 0px !important;
width: 310px !important;
height: 226px !important;
border-radius: 00px !important;
background-size: contain !important;
background-image: url(http://i.imgur.com/8uD5yNd.png) !important;
background-repeat: no-repeat;
}

#follow-notification .header {
visibility: hidden !important;
}

#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 60px !important;
margin-left: 10px !important;
width: 300px !important;
font-size: 38px !important;
font-weight: normal !important;
font-family: Impact !important;
color: gold !important;
text-transform: capitalize;
-webkit-text-stroke-color: #b80000;
-webkit-text-stroke-width: 0px;
}

.followname:before {
content: '' !important;
}

.followname:after {
content: '' !important;
}

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

(http://i.imgur.com/XJHriXe.png)


Donation:

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

CSS Code:
Code: [Select]
body {
    background-color: transparent;
    color: white;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

#donor-notification {
    position: absolute;
    top: 0px;
    left: 0px !important;
    width: 297px !important;
    height: 340px !important;
    background-image: url(http://i.imgur.com/zHXId5z.png) !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}
#donor-notification .header {
visibility: hidden !important;
}
#donor-notification .streamname {
    float: left;
    visibility: hidden;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute;
margin-top: 150px !important;
margin-left: -290px !important;
width: 300px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 34px !important;
font-family: Impact !important;
color: gold !important;
text-transform: capitalize !important;
background: ;
-webkit-text-stroke-color: #b80000 !important;
-webkit-text-stroke-width: 0px;
text-shadow: none !important;
}
#donor-notification .donor {
position: absolute;
margin-top: 105px !important;
margin-left: -70px !important;
width: 400px !important;
text-align: center !important;
font-weight: normal !important;
font-size: 34px !important;
font-family: Impact !important;
color: gold !important;
text-transform: capitalize !important;
-webkit-text-stroke-color: #b80000;
-webkit-text-stroke-width: 0px;
text-shadow: none !important;
}
#donor-notification .title {
    padding-top: 30px;
    width: 100%;
    float: left;
    text-align: center;
}
#donor-notification .messagebox {
    width: 100%;
    text-align: center;
}

.donor:after {
content: ' ';
}

.amount:after {
content: '';
}

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

(http://i.imgur.com/cZnh3A1.png)
Title: Re: PUBG - New follower and Donation Notifications
Post by: ScavengerHD on June 02, 2017, 12:39:19 AM
The following alert, the follower is right on top of the thanks for following
Title: Re: PUBG - New follower and Donation Notifications
Post by: TheNumbLock on June 02, 2017, 12:41:07 AM
The following alert, the follower is right on top of the thanks for following

What URL are you using for the notification?

Also, what streaming software are you using?
Title: Re: PUBG - New follower and Donation Notifications
Post by: ScavengerHD on June 02, 2017, 02:39:11 AM
I am using OBS, and used this url http://deepbot.tv/notifications/follownotification1.htm
Title: Re: PUBG - New follower and Donation Notifications
Post by: TheNumbLock on June 02, 2017, 03:49:10 AM
I am using OBS, and used this url http://deepbot.tv/notifications/follownotification1.htm

Studio or Classic, I think the CSS changes a bit between the two.
Title: Re: PUBG - New follower and Donation Notifications
Post by: ScavengerHD on June 02, 2017, 03:30:32 PM
I am using studio's. The donation button is perfect tho
Title: Re: PUBG - New follower and Donation Notifications
Post by: TheNumbLock on June 02, 2017, 09:16:52 PM
Okay, will check to see how it looks in studio. I usually use classic to create the notifications. So that may be why.
Title: Re: PUBG - New follower and Donation Notifications
Post by: ScavengerHD on June 03, 2017, 01:18:40 AM
Thanks alot!
Title: Re: PUBG - New follower and Donation Notifications
Post by: TheNumbLock on June 04, 2017, 10:53:30 AM
Thanks alot!

I have no idea why it is strange for you, because it works fine for me on studio:

(http://i.imgur.com/hZc8nTK.png)
Title: Re: PUBG - New follower and Donation Notifications
Post by: ScavengerHD on June 05, 2017, 09:20:16 PM
Thanks, it worked out! Think I did something wrong