Author Topic: Donation CSS  (Read 1748 times)

0 Members and 1 Guest are viewing this topic.

Backyardis

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Backyardis
Donation CSS
« 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

Backyardis

  • Youngling
  • *
  • Posts: 25
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Backyardis
Re: Donation CSS
« Reply #1 on: December 01, 2014, 06:29:03 AM »
Correction in the font size.

***
font size line 2 and 3:  30

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Donation CSS
« Reply #2 on: December 04, 2014, 11:01:40 AM »
Donations

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 1107
Height: 364

CSS Code:
Code: [Select]
#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: