Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: StookiTV on July 13, 2015, 09:13:40 AM

Title: Custom Notification follow & donator <3
Post by: StookiTV on July 13, 2015, 09:13:40 AM
Any font can be used, well what you think looks best is best for me <3

Donation notification:

http://i.imgur.com/XHKk5j7.png
or
(http://i.imgur.com/XHKk5j7.png)

Follower notification:

http://i.imgur.com/CttLaL9.png
or
(http://i.imgur.com/CttLaL9.png)

Thank you already <3
Title: Re: Custom Notification follow & donator <3
Post by: TheNumbLock on July 13, 2015, 10:39:31 AM
Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 600
Height: 350

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
width: 570px !important;
height: 334px !important;
background-image: url('http://i.imgur.com/CttLaL9.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 170px !important;
margin-left: 180px !important;
width: 100px !important;
font-size: 36px !important;
font-weight: bold !important;
font-family: Impact !important;
color: blue !important;
-webkit-text-fill-color: red;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}

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

(http://puu.sh/iX7Fg/1770653ee1.jpg)


Donation:

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

CSS Code:
Code: [Select]
#donor-notification {
width: 570px !important;
height: 334px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/XHKk5j7.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
 
#donor-notification .header {
visibility: hidden !important;
}
 
#donor-notification .streamname {
visibility: hidden !important;
}
 
#donor-notification .message {
position: absolute !important;
margin-top: 180px !important;
margin-left: 130px !important;
width: 350px !important;
font-size: 20px !important;
font-weight: normal !important;
font-family: impact !important;
color: blue !important;
-webkit-text-fill-color: white;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 100px !important;
margin-left: -40px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: impact !important;
color: blue !important;
-webkit-text-fill-color: gold;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 100px !important;
margin-left: -50px !important;
width: 300px !important;
font-size: 30px !important;
font-weight: normal !important;
font-family: impact !important;
color: blue !important;
text-transform: capitalize;
-webkit-text-fill-color: gold;
-webkit-text-stroke-color: black;
-webkit-text-stroke-width: 1px;
}

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

(http://puu.sh/iX7EE/63834efe6e.jpg)