Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: Backyardis on November 29, 2014, 08:38:31 PM
-
Hi guys,
i've been playing with the CSS for the donation and i can't quite get it to work out. hoping i can get some help
This is what i am wanting the final product to look like.
http://i.imgur.com/Ax0752C.jpg
My raw image is
https://i.imgur.com/N7yiePH.png
the sizes are
W:1127
H:364
Font: Berlin Sans FB
Font size line 1 : 67
font size line 2 and 30
Not sure if its possible but can we get the image to slide in from left to right while the notification audio plays
if so can it be a 10 second slide in(left to right), 10 second stationary and 10 second slide out (Right to left)
any help is greatly appreciated
Jim
-
Correction in the font size.
***
font size line 2 and 3: 30
-
Donations
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 1107
Height: 364
CSS Code:
#donor-notification {
width: 1107px !important;
height: 364px !important;
background-color: transparent !important;
background-image:url('https://i.imgur.com/N7yiePH.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 {
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .amount {
font-size: 40px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 40px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 60px !important;
margin-left: 100px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}
Preview:
(http://puu.sh/dgdCm/efa02015ec.jpg)