Author Topic: Need help adding chat to a scene  (Read 2724 times)

0 Members and 1 Guest are viewing this topic.

WaKe_BiGReD

  • Youngling
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Wake_BiGReD
Need help adding chat to a scene
« on: October 28, 2015, 01:38:55 PM »
for so reason i cant figure out how to add my chat to a scene in obs? if anyone can help that would be awesome

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Need help adding chat to a scene
« Reply #1 on: October 28, 2015, 01:56:28 PM »
:)

WaKe_BiGReD

  • Youngling
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Wake_BiGReD
Re: Need help adding chat to a scene
« Reply #2 on: October 29, 2015, 07:30:49 AM »
ok so i did that make me a custom css
are u good a photo shop to hit me up

WaKe_BiGReD

  • Youngling
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Wake_BiGReD
Re: Need help adding chat to a scene
« Reply #3 on: November 01, 2015, 09:33:37 AM »
can i get a css for my chat in red and black

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Need help adding chat to a scene
« Reply #4 on: November 01, 2015, 12:15:58 PM »
Red username?
Black messages?
Bold / font / size?
:)

WaKe_BiGReD

  • Youngling
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Wake_BiGReD
Re: Need help adding chat to a scene
« Reply #5 on: November 02, 2015, 12:20:50 PM »
White usernames
Red text
Bold/georgia/what u think is a good size 16/18

WaKe_BiGReD

  • Youngling
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Wake_BiGReD
Re: Need help adding chat to a scene
« Reply #6 on: November 02, 2015, 12:21:57 PM »
i have a black background

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Need help adding chat to a scene
« Reply #7 on: November 02, 2015, 11:53:08 PM »
LINK:

 http://deepbot.tv/notifications/OBSChatv8.htm

-------------------------------------------------------------------------------------------------------

CSS:

Code: [Select]
::-webkit-scrollbar {
visibility: hidden;
}
html {
height: 95%;
width: 95%;
}
BODY {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: normal;
color: #FFF;
height: 95%;
width: 95%;
}
.nick {
font-weight: bold;
text-transform: capitalize;
text-shadow: 1px 1px 0 #000;
}
.tag {
display: inline-block;
text-indent: 21px;
background-position: 0 center;
background-repeat: no-repeat;
display: inline-block;
vertical-align: bottom;
height: 18px;
min-width: 18px;
width: expression((document.body.clientWidth < $width) ? '18px;:'auto');
padding: 0;
margin-right: 3px;
margin-bottom: -1px;
text-indent: -9999px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
overflow: hidden;
}

.turbo {
background-color: #6441a5;
background-image: url(http://chat-badges.s3.amazonaws.com/turbo.png);
}

.moderator {
background-color: #009900;
background-image: url(http://chat-badges.s3.amazonaws.com/mod.png);
}

.broadcaster {
background-color: #000000;
background-image: url(http://chat-badges.s3.amazonaws.com/broadcaster.png);
}

.staff {

background-image: url(http://chat-badges.s3.amazonaws.com/staff.png);
}

.admin {

background-image: url(http://chat-badges.s3.amazonaws.com/admin.png);
}
.creator {

background-image: url(http://deepbot.deep.sg/images/obschat/creator.png);
}
.vipbronze {

background-image: url(http://deepbot.deep.sg/images/obschat/vipbronze.png);
}
.vipsilver {

background-image: url(http://deepbot.deep.sg/images/obschat/vipsilver.png);
}
.vipgold {

background-image: url(http://deepbot.deep.sg/images/obschat/vipgold.png);
}
.chat_line {
padding-left: 5px;
padding-right: 5px;
margin-right: -10px;
padding-top: 2px;
padding-bottom: 3px;
line-height: 16px;
word-wrap: break-word;
color: #FFF;
}
.chat_line .message {
  color: #ff0000;
  font-weight: bold;
  font-size: 19px;
  font-family: georgia !important;
}
.chat_line .nick {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 19px !important;
  font-family: georgia !important;
}
#chat_box {

}
#chat_container {
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.6);
padding: 10px;
height: 95%;
width: 95%;
}
:)

Mitch

  • Master
  • ****
  • Posts: 401
  • Karma: +24/-1
  • Took me 20 minutes to change this...
    • View Profile
  • Twitch Name: Mitch619911
Re: Need help adding chat to a scene
« Reply #8 on: November 04, 2015, 11:05:39 AM »
Looks good?
:)

WaKe_BiGReD

  • Youngling
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Wake_BiGReD
Re: Need help adding chat to a scene
« Reply #9 on: November 05, 2015, 11:47:39 AM »
it looks good but my chat wont show on steam
any clue why its doing that clr broswer right