Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: nielsene90 on January 26, 2015, 09:26:27 AM
-
Hello! So I am looking for someone to help with my donation and follower notification. Any help will be appreciated!
I have the images
Follower:
(http://i.imgur.com/7c7G0sp.png)
http://i.imgur.com/7c7G0sp.png
Essentially I just want the name of the follower to show up in the box
Font Color: #8e0505
Donation:
(http://i.imgur.com/FqSLD3F.png)
http://i.imgur.com/FqSLD3F.png
I want it appear like the example below
Name font color: #8e0505
Donation amount font color: black
Donation Example:
(http://i.imgur.com/yGGV4hR.png)
Thank you!!
-
Requested by: nielsene90
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm?top=1
Width: 600
Height: 200
CSS Code:
#donor-notification {
width: 600px !important;
height: 200px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/FqSLD3F.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
overflow: hidden !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
position: absolute !important;
margin-top: 150px !important;
margin-left: 370px !important;
font-size: 23px !important;
width: 500px !important;
font-family: Impact !important;
font-weight: normal !important;
color: black !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 105px !important;
margin-left: 330px !important;
width: 500px !important;
font-size: 26px !important;
font-family: impact !important;
font-weight: normal !important;
color: #8e0505 !important;
}
#donor-notification .title {
padding-top: 0px !important;
margin-left: 0px !important;
width: 76% !important;
float: left !important;
text-align: left !important;
}
Preview:
(http://puu.sh/f2Ss9/70abe95a4a.jpg)
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 620
Height: 220
CSS Code:
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 600px !important;
height: 200px !important;
border-radius: 0px !important;
background-image: url('http://i.imgur.com/7c7G0sp.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 95px !important;
margin-left: 180px !important;
width: 430px !important;
font-size: 32px !important;
font-weight: normal !important;
font-family: Comic Sans MS !important;
color: #8e0505 !important;
}
Preview:
(http://puu.sh/f2SYn/d34bc9a17b.jpg)