A pink pastel theme for meow playground
Pastel theme for meow playground by Hello
Details
AuthorHello
LicenseNo License
Categoryhttps://www.meowplayground.com/game
Created
Updated
Size5.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pastel theme for meow playground
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A pink pastel theme
@author Hello
==/UserStyle== */
@-moz-document url("https://www.meowplayground.com/game") {}
body {
padding-right: 0px !important;
background: #f5d7d9;
content: "";
width: 100%;
z-index: -1;
font-family: "Comfortaa", Fantasy;
font-optical-sizing: auto;
font-weight: normal;
font-style: normal;
}
body #bottom-holder {
width: 100%;
border-radius: 10px 10px 0 0;
text-align: center;
margin-top: 5px;
background: #ffc0d3;
padding-top: 5px;
font-size: .8rem;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #000;
height: 45px;
}
#catpet-playground #header {
background: #717cdf00;
height: 75px;
margin-bottom: 5px;
}
body #stats-window {
padding: 5px 15px 0px 20px;
background-color: #f5d7d9;
border-radius: 10px 10px 0 0;
float: right;
max-width: 410px;
height: 70px;
font-size: 12px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: -0.5px;
text-align: center;
color: rgba(0, 0, 0, .9);
}
body #chat-area #chat-history-window .message-holder.blue {
color: #ffc0d3;
}
body #chat-area #chat-history-window .message-holder {
margin-top: 4px;
border-radius: 10px;
padding: 10px;
word-break: break-all;
word-break: break-word;
background: #ffe2ec;
font-size: .9rem;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: rgba(0, 0, 0, .56);
}
body #chat-area #room-desc {
background: #fff;
background-image: linear-gradient(90deg, #ffe2ec, #ffa9c3);
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;
}
body #chat-area #chat-history-window .message-holder.system {
background: #8dc63f;
background-image: linear-gradient(66deg, #ff8bae, #ff8bae);
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, #ffe2ec, #ff8bae),linear-gradient(to top, #ffe2ec, #ff8bae);
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, #ffe2ec, #ff8bae);
border-image-slice: 0;
background-image: linear-gradient(to top, #ffe2ec, #ff8bae),linear-gradient(to top, #ffe2ec, #ff8bae);
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.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, #ff8bae, #ff8bae),linear-gradient(to top, #ff8bae 0%, #ff8bae);
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;
}
.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, #ff8bae, #ff8bae),linear-gradient(to top, #ff8bae, #ff8bae);
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;
}
.btn-success {
color: #fff;
background-color: #ffa9c3;
border-color: #ff8bae;
}