Template:SillyTavernLogs/JiSi/Styles.css

From Foo "Raspberry" Barz
Revision as of 01:36, 9 August 2024 by Foo (talk | contribs) (Created page with ".jisi-container { display: flex; flex-direction: column; min-height: 10vh; margin: 0; padding: 0; } .jisi-messages { display: flex; flex-direction: column; order: 2; background: #e8e8e8; border: 3px solid #e0e0e0; color: black; padding: 0; box-sizing: border-box; position: relative; background-image: url(https://wiki.barz.foo/w/images/4/4d/SillyTavern-JiSi-Background.png); background-size: contain; back...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.jisi-container {
    display: flex;
    flex-direction: column;
    min-height: 10vh;
    margin: 0;
    padding: 0;
}

.jisi-messages {
    display: flex;
    flex-direction: column;
    order: 2;
    background: #e8e8e8;
    border: 3px solid #e0e0e0;
    color: black;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    background-image: url(https://wiki.barz.foo/w/images/4/4d/SillyTavern-JiSi-Background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.jisi-speech {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    max-width: 80%;
    color: black;
    font-size: 18px;
    font-family: Microsoft YaHei;
    min-height: 70px;
    align-items: flex-start;
}

.jisi-thought {
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    max-width: 80%;
    color: rgba(250, 250, 250, 0.5);
    font-size: 18px;
    font-family: Microsoft YaHei;
    min-height: 70px;
    align-items: flex-start;
}

.jisi-avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 0;
}

.jisi-avatar>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}