Author Topic: I'd like to request 2 css codes for follower and donations  (Read 1453 times)

0 Members and 1 Guest are viewing this topic.

Evnuts

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: twitch.tv/evnuts
I'd like to request 2 css codes for follower and donations
« on: February 09, 2015, 06:27:29 AM »
I'd like to use this image for the follower http://imgur.com/UvJJCXm

I'd like to use this image for the donation http://imgur.com/hLUtVDA

If needed this is the link to the font http://www.dafont.com/robotech-gp.font

Thank you so much

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: I'd like to request 2 css codes for follower and donations
« Reply #1 on: February 09, 2015, 07:24:05 AM »
Any specific color you want the font to be?

Edit Here you go:

Requested by: Evnuts

Follower:

Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 532
Height: 100

CSS Code:
Code: [Select]
@font-face {
font-family: "CF Crack and Bold";
src: url("http://rgfonts.bugs3.com/Fonts/ROBOTECH%20GP.ttf");
}
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 532px !important;
height: 65px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/UvJJCXm.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
text-align: center !important;
margin-top: -10px !important;
margin-left: 110px !important;
margin-right: 100px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: CF Crack and Bold !important;
color: Gold !important;
}

Preview: (If there is a black background, it is just my background.)



Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 580
Height: 100

CSS Code:
Code: [Select]
@font-face {
font-family: "CF Crack and Bold";
src: url("http://rgfonts.bugs3.com/Fonts/ROBOTECH%20GP.ttf");
}
#donor-notification {
width: 532px !important;
height: 65px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/hLUtVDA.pngg') !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: -30px !important;
margin-left: 230px !important;
margin-right: 250px !important;
width: 300px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: CF Crack and Bold !important;
color: gold !important;
}
#donor-notification .donor {
position: absolute !important;
text-align: center !important;
margin-top: -30px !important;
margin-left: -100px !important;
margin-right: 100px !important;
width: 600px !important;
font-size: 40px !important;
font-weight: normal !important;
font-family: CF Crack and Bold !important;
color: gold !important;
}

.donor:after {
content: ' - '
}

#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.)

« Last Edit: February 09, 2015, 10:24:17 AM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport