Author Topic: Help!!  (Read 1306 times)

0 Members and 1 Guest are viewing this topic.

xxPam

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: xxPam
Help!!
« on: August 23, 2014, 07:45:28 AM »
I want to use this for my follower/donation pop up... what do i put in the clr browser?

http://imgur.com/Xtv26Qi

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Help!!
« Reply #1 on: August 23, 2014, 08:21:21 AM »
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.

Follows

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

CSS Code
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 440px !important;
height: 160px !important;
border-radius: 1px!important;
background-image: url('http://i.imgur.com/Rx73FLr.png') !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
margin-top: 30px !important;
margin-left: 0px !important;
text-align: center !important;
width: 440px !important;
font-size: 38px !important;
font-weight: normal !important;
font-family: Algerian !important;
color: #FFFFFF !important;
-webkit-text-stroke: 0.5px;
-webkit-text-stroke-color: #000
}

Preview: