Skip to content

ghotic by yuinnls

Screenshot of ghotic

Details

Authoryuinnls

LicenseNo License

Categoryhttps://janitorai.com/profiles/30cdbaf6-77ac-4aba-b299-daffbda3afae_profile-of-herbodycorpse

Created

Updated

Size1.7 kB

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           janitorai.com/login
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("https://janitorai.com/login?code=5501b0e1-dfbc-4965-8f1f-03f173c5af71") {
    /* Insert code here... */
}
style > /* --- General Styles --- */
body {
    background-color: #0a0a0a;
    /* Deep black background */
    color: #b22222;
    /* Dark red text */
    font-family: "Garamond",
    serif;
}

/* --- Scrollbar Styling --- */
::-webkit-scrollbar {
    width: 8px;
    background-color: #111;
}

::-webkit-scrollbar-thumb {
    background-color: #8b0000;
    /* Deep red scrollbar */
    border-radius: 10px;
}

/* --- Chat Window --- */
.chat-container {
    background-color: #111;
    /* Dark background */
    border: 2px solid #600000;
    /* Deep red border */
    box-shadow: 0px 0px 10px #8b0000;
}

/* --- Chat Bubbles --- */
.user-message {
    background-color: #8b0000;
    /* Dark red user messages */
    color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.bot-message {
    background-color: #1a1a1a;
    /* Dark gray bot messages */
    color: #b22222;
    border-left: 3px solid #600000;
}

/* --- Input Box --- */
.chat-input {
    background-color: #111;
    color: #b22222;
    border: 2px solid #600000;
    outline: none;
}

/* --- Buttons --- */
button {
    background-color: #600000;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

button:hover {
    background-color: #8b0000;
}

/* --- Links & Headers --- */
a {
    color: #b22222;
    text-decoration: none;
}

a:hover {
    color: #ff4444;
}

h1,
h2,
h3 {
    color: #8b0000;
}

Reviews

No reviews yet.