Author Topic: Need custom CSS for donation and followe  (Read 1458 times)

0 Members and 1 Guest are viewing this topic.

Dekkzter

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Dekkzter
Need custom CSS for donation and followe
« on: December 03, 2014, 08:36:14 AM »
Hello

Could anyone help me getting CSS for me

Its both Follower and Donation

Donation:
http://imgur.com/O2bok92

Follower
http://imgur.com/7e6BYsr

Thanks in advance

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Need custom CSS for donation and followe
« Reply #1 on: December 04, 2014, 11:09:04 AM »
Follows

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 500
Height: 136

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 455px !important;
height: 136px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/7e6BYsr.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 40px !important;
margin-left: 35px !important;
text-align: center !important;
width: 380px !important;
font-size: 45px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #FFFFFF;


}

Preview:


Donations

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 500
Height: 170

CSS Code:
Code: [Select]
#donor-notification {
width: 455px !important;
height: 136px !important;
background-color: transparent !important;
background-image:url('https://i.imgur.com/O2bok92.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 {
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: 67px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: center !important;
}

Preview: