Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
   
       🚧 True to our name, this project is still not quite finished. 🚧
   
   You’re welcome to explore, but account registration is currently invite-only as we finalize the setup. 
   Join our forum or follow Mastodon for updates. 
   Wiki registration will be available soon!
Revision as of 11:37, 23 March 2026 by Anthony (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Template:AIBanner/styles.css */
.ai-banner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: var(--color-surface-1);
    border: 1px solid var(--border-color-base);
    border-left: 3px solid var(--wiki-primary, #6464ff);
    border-radius: 4px;
    padding: 9px 14px;
    margin: 10px 0;
    font-size: 0.88em;
    line-height: 1.5;
}

.ai-banner-icon {
    flex-shrink: 0;
    font-size: 1em;
    color: var(--wiki-primary, #6464ff);
    opacity: 0.85;
    margin-top: 1px;
    user-select: none;
}

.ai-banner-body {
    flex: 1;
    color: var(--color-base);
    min-width: 0;
}

.ai-banner-label {
    font-weight: 700;
    color: var(--color-base);
}

.ai-banner-sep {
    color: var(--color-base--subtle);
    font-weight: 400;
}

.ai-banner-details {
    color: var(--color-base--subtle);
    font-weight: 400;
}