Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: StookiTV on March 15, 2015, 07:30:53 PM
-
Hey guys, i need some help with the css for my custom follow & donation notification can anyone help?
Follower notification:
http://imgur.com/uTpmCKd,EJiR7l3#1
FONT: Arial Black
Donation notification:
http://imgur.com/uTpmCKd,EJiR7l3#0
FONT: Arial Black
Thank you in advance!!
-
The border isn't visible because of my black background, but should look decent.
Requested by: StookiTV
Follower:
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 250
CSS Code:
::-webkit-scrollbar {
visibility: hidden;
}
#follow-notification {
display: none;
position: absolute;
width: 350px !important;
height: 150px !important;
background-image: url('http://i.imgur.com/EJiR7l3.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: 60px !important;
margin-left: 65px !important;
width: 200px !important;
font-size: 26px !important;
font-weight: bold !important;
font-family: Arial !important;
text-shadow:none !important;
color: black !important;
-webkit-text-fill-color: black;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/gBBxT/04edaf4aa6.jpg)
Donation:
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 400
Height: 200
CSS Code:
#donor-notification {
width: 333px !important;
height: 142px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/uTpmCKd.png') !important;
background-repeat: no-repeat !important;
background-size: initial !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;
text-align: center !important;
margin-top: 35px !important;
margin-left: 90px !important;
width: 300px !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: black !important;
-webkit-text-fill-color: black;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: 35px !important;
margin-left: -30px !important;
width: 300 !important;
font-size: 24px !important;
font-weight: bold !important;
font-family: Arial !important;
color: black !important;
-webkit-text-fill-color: black;
}
#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}
Preview: (If there is a black background, it is just my background.)
(http://puu.sh/gBBwu/c7c69c8bfb.jpg)