what the title says
theme recommended by mimi
Light Green and White Theme for MPG by TabKeyCat
Details
AuthorTabKeyCat
LicenseNo License
Categorywww.meowplayground.com
Created
Updated
Size4.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
report issues on my discord server --> https://discord.gg/6WRcQcPJqC
known issue is that theme applies to all sites for some reason idk how to fix
Source code
/* ==UserStyle==
@name www.meowplayground.com - Aug 2024
@version 20240807.04.08
@namespace ?
==/UserStyle== */
@-moz-document domain("www.meowplayground.com") {
body {
padding-right: 0px !important;
background: #3d48ac;
background-image: linear-gradient(0deg, #c1ceb9, #ffffff);
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;
}
body #stats-window {
border-radius: 10px;
padding: 5px 15px 0px 20px;
background-color: #c1ceb9;
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: #6d765b;
}
body .buttons-holder {
border-radius: 10px;
float: right;
width: 141px;
height: 75px;
padding-top: 4px;
background-color: #c1ceb9c7;
}
body #chat-area #chat-history-window .message-holder .icons-holder .report-message {
cursor: pointer;
color: #6d765b;
}
body #chat-area #chat-history-window .message-holder.system {
background: #8dc63f;
background-image: linear-gradient(66deg, #c1ceb9, #ffffff);
color: #6d765b;
white-space: pre-line;
}
body #chat-area #room-desc {
background: #ea8466;
background-image: linear-gradient(68deg, #c1ceb9, #ffffff);
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: #6d765b;
}
.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, #c1ceb9, #ffffff), linear-gradient(to top, #c1ceb9, #FFFFFF);
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: #6d765b;
}
.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, #c1ceb9, #ffffff), linear-gradient(to top, #c1ceb9, #FFFFFF);
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: #6d765b;
}
.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, #c1ceb9, #ffffff), linear-gradient(to top, #c1ceb9, #FFFFFF);
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: #6d765b;
padding: 0;
cursor: pointer;
}
.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, #c1ceb9, #ffffff), linear-gradient(to top, #c1ceb9, #FFFFFF);
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: #6d765b;
}
a {
color: #c1ceb9;
text-decoration: none;
background-color: transparent;
}
#catpet-playground #header {
background: #717cdf00;
height: 75px;
margin-bottom: 5px;
}
body #stats-window #username {
vertical-align: middle;
font-weight: bold;
color: #6d765b;
}
body #stats-window .level, body #stats-window .level #level {
user-select: none;
color: #6d765b;
}
}