Skip to content

coding by MartinAlexeevich

Details

AuthorMartinAlexeevich

LicenseNo License

Categorytavern

Created

Updated

Size733 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           coding
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("http://127.0.0.1:8000/") {

    #sheld {
        max-width: 820px;
        left: -100px;
    }
    .mes_text {
    max-width: 820px;
    }
    code {
        font-size: 14px;
    padding: 5px;
    font-family: Consolas, monospace;
    color: var(--white50a);
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid var(--white30a);
    border-radius: 5px;
    background-color: var(--black70a);
    display: inline-block;
    ```min-width: 700px;
    max-width: 900px;
}
    
body {
    font-size: 18px;
}
}

Reviews

No reviews yet.