Skip to content

트위치 채팅창 by taehyeon1222

Details

Authortaehyeon1222

LicenseNo License

Categoryx

Created

Updated

Code size3.0 kB

Code checksume75ba82b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

`트위치 채팅창'

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           트위치 채팅창
@namespace      USO Archive
@author         꼬르륵
@description    `트위치 채팅창'
@version        1.0.0
@preprocessor   uso

==/UserStyle== */


@-moz-document domain("twitch.tv") {
    
@font-face {
    font-family: 'EASTARJET-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/EASTARJET-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

.stream-chat-header{
    background-image: url('https://user-images.githubusercontent.com/129807676/283992341-15615c6a-a3d2-434c-b852-9fb505ba625c.JPG');
    background-repeat: no-repeat;
    background-size: 100% auto; /* 가로 크기를 요소에 맞추고, 세로 크기는 자동 조정 */
    background-position: center;
}


    /*전체 배경
    .Layout-sc-1xcs6mc-0 {
       background-color: #fffcfc;
    }
*/
    .tw-root--theme-dark .chat-room {
    font-family: 'EASTARJET-Medium';
    background-color: #fffcfc;
    }
    /*작성시간*/
    .tw-root--theme-dark .chat-line__timestamp{
        color: #000;
        border-right: 1px solid black; /* 1픽셀 굵기의 실선 테두리를 검은색으로 설정 */
         padding: 10px;
    }
/*닉네임*/
    .chat-author__display-name{
          color: #000 !important;
    }

    /* 채팅색*/
    .Layout-sc-1xcs6mc-0{
        color: #000;
    }
    
.chat-author__display-name{
    color: rgb(9, 9, 9);
}
/*구독자 버튼*/
.Layout-sc-1xcs6mc-0.DGdsv{

    display: none;

}
    

.Layout-sc-1xcs6mc-0.DGdsv{

    display: none;

}

.Layout-sc-1xcs6mc-0.jQPqnv{

    display: none;

}

.Layout-sc-1xcs6mc-0.pMQwv{

    display: none;

}

.Layout-sc-1xcs6mc-0.jWHzQH{

    display: none;

}

.Layout-sc-1xcs6mc-0.hsXgFK{

    display: none;

}
/*구독자 버튼*/
    
    
    
/*생방송 어쩌구*/
.CoreText-sc-1txzju1-0.bzuOqI{

    display: none;

}
    
    /*트위치 아이디 비활성화*/
    .chat-author__intl-login{
        display: none;
    }
    
    
    
.kBzdhm {
    display: flex !important;
    flex-direction: column !important;
}

span[aria-hidden="true"] {
    display: none;
}


    /* 채팅창*/
    .chat-wysiwyg-input__editor{
    background: white;
}
        .chat-wysiwyg-input__editor:focus-within {
    background: white;
            border-color:white;
            box-shadow: none;
}
    .chat-wysiwyg-input__editor:hover{
         background: white;
    }

    /*포인트 버튼*/
    .ScFigure-sc-wkgzod-0.hZiShc.tw-svg{
        display: none;
    }
    /*포인트*/
    .ScAnimatedNumber-sc-1iib0w9-0{
        display: none;
    }
    /*톱니바퀴 및 이모티콘*/
    .ScCoreButton-sc-ocjdkq-0.bTXTVH.ScButtonIcon-sc-9yap0r-0.eSFFfM{
        display: none;
    }
    
 
    /*채팅뱃지*/
    .chat-badge{
        display: none;
    }
    


/*시청자 버튼*/
.Layout-sc-1xcs6mc-0.dpXUHc{display: none;}
    
.Layout-sc-1xcs6mc-0.jOVwMQ{display: none;}}

Reviews

No reviews yet.