0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【備忘録】CCFOLIAのルームチャットをOBSで良い感じに表示させるCSS

0
Last updated at Posted at 2026-04-13

はじめに

備忘録として書いた簡易記事です。
ある程度わかる方向けの内容になっています。

できること

チャットCSS.gif

  • チャットをフェードイン表示
  • (基本的に)長文を送りつけてもバグらない

他のCSSとの差異

  • /chatのURLを直接指定しているので、カットインなどがそもそも影響しない(CSS内での排除が不要)

本件はサポート致しません。自己責任でお願いします。
カスタムCSSが正常に動作しなかった際、CCFOLIAの運営さん・OBSの運営さんに問い合せをしないでください。

配信等で利用される際は、概要欄にURLなどを記載して頂けると励みになります!

【備忘録】CCFOLIAの秘匿タブをOBSで良い感じにフェードイン/アウトさせるCSS
https://qiita.com/aoko_2477/items/dd6373d427f942b8e30f

やること

  1. ブラウザを下記のように設定する。
    https://ccfolia.com/rooms/{ルームID}/chatを指定すること
    image.png

  2. カスタムCSSには下記のCSSを記入する

@import url("https://aoko2477.github.io/ccfolia-css/chat-main.css");
/********** パラメータ部分 **********/
:root {
    /*--background-color: rgba(#000000, 0.8);*/
    /*--background-color: rgba(170, 222, 242, 0.8);*/
    /*--text-title: none;*/
    /*--font-type: serif;*/
    /*--font-color: rgb(65, 65, 65);字の色*/
    --font-color-fail:    rgb(220, 0, 78);     /*rgb(220, 0, 78)*/
    --font-color-success: rgb(33, 150, 243); /*rgb(33, 150, 243)*/
}

色はお好みに変更ください。

(任意)フィルタを使って、イメージマスク/ブレンドでチャット欄を角丸とかに切り取る
image.png
※参考画像
チャットログ欄.png

チャットのタブを切り替えるときは不可視になるので、勘で選択してください。当たり判定はあります。

おわりに

簡易的な記事ですが、良いOBS録画画面の足しになれば幸いです!

それでは皆様、快適なTRPGライフをお過ごしください~

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?