Skip to content

SimpleMMO Chat Tweaks by lonewolfht

Imported and mirrored from https://github.com/LoneWolfHT/simplemmo-chat-tweaks/raw/master/simplemmo-chat-tweaks.user.css

Screenshot of SimpleMMO Chat Tweaks

Details

Authorlonewolfht

LicenseCC-BY 4.0

Categoryunset

Created

Updated

Size820 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Chat tweaks to suit my personal taste, and maybe yours too

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           SimpleMMO Chat Tweaks
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Chat tweaks to suit my personal taste, and maybe yours too
@homepageURL    https://github.com/LoneWolfHT/simplemmo-chat-tweaks/
@author         LandarVargan/LoneWolfHT
@license        CC-BY 4.0
@preprocessor   default

@var color lv-border-color "Personal Message Border Color" #45e545

==/UserStyle== */

@-moz-document domain("web.simple-mmo.com") {
    #chat-container > div > div > div.flex.flex-col.space-y-2.text-xs.max-w-xs.ml-2.order-2.items-start.w-full > div > div[class*="nightwind-prevent"] {
        border-color: var(--lv-border-color);
        border-width: 2px;
        border-style: dotted;
        background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
    }
}

Reviews

No reviews yet.