Author Topic: New Follower Code  (Read 3340 times)

0 Members and 1 Guest are viewing this topic.

andshelikedit

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: andshelikedit
New Follower Code
« on: September 12, 2014, 12:35:38 PM »
Can someone help me convert this into CLR Browser. I am a dink when it comes to this stuff lol.

www.imgur.com/IdnOn9x

I will be getting my donation graphic soon so I will need a code for that.

Thanks for your help!!!!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New Follower Code
« Reply #1 on: September 13, 2014, 07:28:28 PM »
To use these, install the CLR Browser plugin for OBS. Then add CLR Browser source with the below link and dimensions. There should be a tab called CSS in which you past the CSS customisation script.

Also the image quality is quite bad...would ask your designer to work on corners and shadows.

Follows

Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 480
Height: 270

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 480px !important;
height: 265px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/IdnOn9x.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 88px !important;
margin-left: 35px !important;
text-align: center !important;
width: 400px !important;
font-size: 52px !important;
font-weight: normal !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #fdbb30;


}

Preview:


HayZ

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: iHayZ
Re: New Follower Code
« Reply #2 on: September 14, 2014, 09:15:58 PM »
Hi!

I'm trying to get this to work but I keep getting a scroll bar on the bottom and top of the popup.

All I need is this with the 'Calibri' font for the follower's name :)
http://i.imgur.com/7XcUztQ.png

I would be truly grateful,
Thanks in advance! <3

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New Follower Code
« Reply #3 on: September 15, 2014, 02:40:25 AM »
Link : http://deepbot.tv/notifications/follownotification1.htm?dur=10000
Width: 600
Height: 120


CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 590px !important;
height: 115px !important;
border-radius: 00px !important;
background-image: url('http://i.imgur.com/7XcUztQ.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 13px !important;
margin-left: 0px !important;
text-align: center !important;
width: 590px !important;
font-size: 42px !important;
font-weight: bold !important;
font-family: Calibri !important;
color: #00cebb !important;
-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    -webkit-text-fill-color: #d6d6d6;


}

Preview:

andshelikedit

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: andshelikedit
Re: New Follower Code
« Reply #4 on: September 23, 2014, 11:49:23 PM »
Ok so I finally got that donation image that I want. Here are the links.

Test pic: http://imgur.com/gz6ckms,iUbIR8I#1
this is what it should look like if possible

actual pic: http://imgur.com/gz6ckms,iUbIR8I#0

Thank You so much for everything

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: New Follower Code
« Reply #5 on: September 24, 2014, 12:26:27 AM »

Donation

Link : http://deepbot.tv/notifications/donationnotification2.htm
Width: 720
Height: 520

CSS Code:
Code: [Select]
#donor-notification {
width: 710px !important;
height: 510px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/gz6ckms.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;
margin-top: 180px !important;
margin-left: 510px !important;
font-size: 48px !important;
font-family: You Are Loved !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
position: absolute !important;
margin-top: 290px !important;
margin-left: 200px !important;
font-size: 62px !important;
width: 450px;
text-align: left;
font-family: You Are Loved !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}

#donor-notification .title {
padding-top: 44px !important;
margin-left: 0px !important;
width: 100% !important;
float: left !important;
text-align: left !important;
}


Preview:


andshelikedit

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: andshelikedit
Re: New Follower Code
« Reply #6 on: September 24, 2014, 12:33:14 AM »
AMAZING. Thank you my friend and let me know if you need anything