Skip to content

Dark Mode for Meow Playground by TabKeyCat

Screenshot of Dark Mode for Meow Playground

Details

AuthorTabKeyCat

LicenseNo License

Categorymeowplayground.com/game

Created

Updated

Code size4.4 kB

Code checksumacd4a4ad

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for meow playground by TabKeyCat

Notes

Source code

/* ==UserStyle==
@name           www.meowplayground.com/game - Apr 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.meowplayground.com/game") {
    /* Insert code here... */
}
body {
    padding-right: 0px !important;
    background: #3d48ac00;
    background-image: url(https://wallpaperaccess.com/full/38130.jpg);
    content: "";
    background-repeat: no-repeat;
    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 #bottom-holder a {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(252, 252, 252);
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
#catpet-playground #header {
    background: #717cdf00;
    height: 75px;
    margin-bottom: 5px;
}
body #stats-window {
    padding: 5px 15px 0px 20px;
    background-color: rgba(61, 72, 172, 0);
    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;
}
body #chat-area #chat-history-window .message-holder.system {
    background: #8dc63f;
    background-image: linear-gradient(66deg, #000000, #565656);
    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, #000000, #565657),linear-gradient(to top, #000000, #565656);
    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, #000000, #565656),linear-gradient(to top, #000000, #565656);
    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;
}
body #chat-area #room-desc {
    background: #ea8466;
    background-image: linear-gradient(68deg, #000000, #565656);
    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;
}
#friends-list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 125px;
    border-bottom: 1px solid #000;
    background-image: linear-gradient(68deg, #000000, #565656);
    display: none;
    text-align: center;
}
#friends-list .friend .name {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
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-image: linear-gradient(68deg, #000000, #565656);
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(39 42 63 / 70%);
}
body #chat-area #chat-history-window .message-holder.blue {
    color: #ffffff;
}
body #chat-area #chat-history-window .message-holder.black {
    color: #fff;
}
body #chat-area #chat-history-window .side-content {
    background-color: black;
    overflow-y: scroll;
    overflow-x: hidden;
    height: inherit;
    padding: 0px 5px 5px 5px;
}

Reviews

No reviews yet.