Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .media-page-chat-aside-chat-wrapper-fixed{
- position:fixed !important;
- display:block !important;
- top:0px !important;
- left:0px !important;
- margin:0px !important;
- width:100vw !important;
- overflow:hidden !important;
- }
- .container{
- background-color: #4D2B12; /* Use a source key to remove this background color; */
- }
- #chat-history-list{
- overflow:hidden !important;
- }
- .chat {
- position:fixed; !important;
- display:block !important;
- top:0px !important;
- left:0px !important;
- z-index: 900;
- font-size: 28px;
- margin:0px !important;
- overflow:hidden !important;
- }
- .chat-history--row {
- width:700px !important;
- background: rgb(255,255,255);
- background: linear-gradient(180deg, rgba(247,161,0,1) 0%, rgba(247,161,0,1) 35%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
- padding:8px;
- border-radius: 10px;
- }
- [data-theme=dark] .chat--subscribe-badge-example-ui-demo, [data-theme=dark] .chat-history--subscribed { background-image: linear-gradient(180deg, rgba(247,161,0,1) 0%, rgba(247,161,0,1) 35%, rgba(0,0,0,1) 77%, rgba(0,0,0,1) 100%);
- }
- .chat-history--user-avatar{
- width:60px;
- height:60px;
- border-radius:100;
- }
- .chat-history--username {
- color: #000000; /* Username Color */
- font-weight:800;
- padding:1px;
- overflow:hidden;
- }
- .chat-history--badges-wrapper .chat-history--user-badge{
- width:30px;
- height:30px;
- }
- .chat-history--message-wrapper .chat-history--emote{
- width:48px;
- height:48px;
- }
- i.user-image--letter{
- width:60px;
- height:60px;
- }
- .chat-history--message{
- color: #ffffff; /* Message Text Color */
- display:block;
- overflow:hidden;
- font-weight:600;
- }
- #chat-message-form {
- display: none;
- }
- /* Rumble Rants */
- #chat-sticky-rants{
- z-index:1000;
- background: #061726;
- padding:10px 0px;
- position: fixed;
- top: 0px;
- left: 700px;
- min-width: 1000px;
- max-width: 1000px;
- font-size: 28px;
- }
- .chat--history-list-shadow{
- display:none;
- }
- main{
- margin:0px !important;
- }
- .nonconstrained{
- }
- .header{
- display:none !important;
- }
- .main-content{
- margin:0px !important;
- display:none !important;
- }
- .page__footer{
- display:none !important;
- }
- #main-menu{
- display:none !important;
- }
- .media-page-chat-aside-chat-wrapper-fixed{
- }
- .chat--header{
- display:none !important;
- }
- .chat-form-overflow-wrapper{
- display:none !important;
- }
- .media-page-chat-container-toggle-btn{
- display:none !important;
- }
- .chat--signin-container{
- display:none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement