Skip to content

Galaxy Space Chat redisign by rockshowgamer2

Details

Authorrockshowgamer2

LicenseNo License

Categorygalaxycafe.space/chat/

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This a theme to completely change the css of this chat

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Galaxy Space Chat redisign
@version      20241006.00.47
@namespace    https://userstyles.world/user/rockshowgamer2
@description  This a theme to completely change the css of this chat
@author       rockshowgamer2
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://galaxycafe.space/chat/") {
body {
  background-image: url(https://i.imgur.com/RbXdpcx.gif);
  background-color: transparent !important;
  object-fit: contain !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}



ul[id^="chat_logs_container"] {
  backdrop-filter: blur(5px) brightness(0.9);
  transform: translate3d(0, 0, 0);    
}

#chat_head,
#panel_head,
#chat_right,
#main_input,
.bfoot,
#chat_left,
div[id*='_menu'],
#private_center, 
#small_modal_in,
.back_modal,
.back_box
{    
      transform: translate3d(0, 0, 0);
      backdrop-filter: blur(10px) brightness(0.5);
}

#content, #message_content {
    width: 100%;
    height: 85%;
    margin: 3px 0px 0px 0px;
    padding: 0 12px;
    float: left;
    font-size: 16px;
    border-radius: 100px;
}

.back_menu,
#small_modal_in,
.back_modal, 
.back_box { 
   background-color: rgba(0,0,0,0.2);
}
#my_menu {
    background-color: rgba(0, 0, 0, 0.75) 
}

#main_input, #disabled_content, #main_load_content {
  height: 5vh;
}

#container_input, #main_disabled, #main_load {
 padding: 0px 0px 0px 0px;
}

input, textarea, .post_input_container {
      transform: translate3d(0, 0, 0);
      background: transparent;
      /*backdrop-filter: blur(10px) brightness(2);*/
}

input {
      border: 1px solid #fff !important;
}

.bselected {
   background-color: #070707c4;
}

.input_item,
input,
cdate sub_chat,
.sub_chat, .sub_priv,
.menui {
      color: white;
}

p.list_mood {
   color: rgb(230, 230, 230);
}
 

.back_input {
      border-top: 0px;
}

::-webkit-scrollbar {
      width: 0px;
}

.back_chat,
.back_panel,
.back_input,
 #chat_head,.bhead,
.backglob,
.bfoot,
button, 
div[id*='_menu'],
#private_center, .back_ptop, .back_priv {
  color: white;
  background: transparent;
}
}

Reviews

No reviews yet.