galaxy theme has a lot of space
theme recommended by Beagle
made by TabKeyCat because im bored
AuthorTabKeyCat
LicenseNo License
Categorywww.meowplayground.com
Created
Updated
Size4.4 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
galaxy theme has a lot of space
theme recommended by Beagle
made by TabKeyCat because im bored
idk why but the theme keeps applying to other sites
/* ==UserStyle==
@name Galaxy Theme for Meow Playground
@version 20240630.17.28
@namespace ?
==/UserStyle== */
@-moz-document domain("www.meowplayground.com") {
body {
padding-right: 0px !important;
background: #3d48ac;
background-image: url(https://www.chromethemer.com/download/hd-wallpapers/galaxy-3840x2160.jpg);
content: "";
width: 100%;
z-index: -1;
font-family: "Nunito", sans-serif;
}
body #bottom-holder {
width: 100%;
text-align: center;
margin-top: 5px;
background: #717cdf00;
padding-top: 10px;
height: 45px;
}
#catpet-playground #header {
background: #717cdf00;
height: 75px;
margin-bottom: 5px;
}
body #stats-window {
padding: 5px 15px 0px 20px;
background-color: rgb(156 0 251 / 50%);
float: right;
max-width: 416px;
height: 75px;
font-size: 12px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: -0.5px;
text-align: center;
color: #fcfcfc;
border-radius: 10px;
}
body #chat-area #chat-history-window .message-holder.system {
background: #8dc63f;
background-image: linear-gradient(180deg, #a700fd, #0c00ff);
color: #fff;
white-space: pre-line;
}
.meow-btn.green {
padding: 0;
min-width: 105px;
height: 32px;
border-radius: 16px;
border-style: solid;
border-width: 4px;
border-image-source: linear-gradient(to top, #baca43, #dce675);
border-image-slice: 0;
background-image: linear-gradient(to top, #0c00ff, #a700fd), linear-gradient(to top, #0c00ff, #a700fd);
background-origin: border-box;
background-clip: content-box, border-box;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #fff;
}
.join-game-dd button {
background: #ef8354;
top: 13px;
width: 185px;
height: 49px;
border-radius: 24.5px;
border-style: solid;
border-width: 4px;
border-image-source: linear-gradient(to top, #e47946, #fca885);
border-image-slice: 0;
background-image: linear-gradient(to top, #0c00ff, #a700fd), linear-gradient(to top, #0c00ff, #a700fd);
background-origin: border-box;
background-clip: content-box, border-box;
position: absolute;
left: 0;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: -0.6px;
text-align: center;
color: #fcfcfc;
padding: 0;
cursor: pointer;
}
.meow-btn.blue {
min-width: 105px;
border-radius: 15px;
border-style: solid;
border-width: 4px;
border-image-source: linear-gradient(to top, #5585ed, #73a8fc);
border-image-slice: 0;
background-image: linear-gradient(to top, #0c00ff, #a700fd), linear-gradient(to top, #0c00ff, #a700fd);
background-origin: border-box;
background-clip: content-box, border-box;
font-size: 12px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #fefefe;
}
body #chat-area #room-desc {
background: #ea8466;
background-image: linear-gradient(180deg, #0c00ff, #a700fd);
border-radius: 10px 10px 0 0;
height: 25px;
padding-top: 4px;
font-size: .8rem;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #fff;
}
.meow-btn.orange {
min-width: 105px;
border-radius: 16px;
border-style: solid;
border-width: 4px;
border-image-source: linear-gradient(to top, #e47946 0%, #fca885);
border-image-slice: 0;
background-image: linear-gradient(to top, #0c00ff, #a700fd), linear-gradient(to top, #0c00ff 0%, #a700fd);
background-origin: border-box;
background-clip: content-box, border-box;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: -0.6px;
text-align: center;
color: #fcfcfc;
}
body #chat-area #chat-history-window .message-holder .icons-holder .report-message {
cursor: pointer;
color: #a700fd;
}
.btn-success {
color: #fff;
background-color: #a700fd;
border-color: #a700fd;
}
}