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!

Template:AIBanner/styles.css: Difference between revisions

Template page
Initial
 
Added .ai-banner-title
Line 12: Line 12:
     font-size: 0.88em;
     font-size: 0.88em;
     line-height: 1.5;
     line-height: 1.5;
}
.ai-banner-title {
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--wiki-primary, #6464ff);
    margin-right: 8px;
    opacity: 0.9;
}
}



Revision as of 11:50, 23 March 2026

/* 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-title {
    font-size: 0.75em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--wiki-primary, #6464ff);
    margin-right: 8px;
    opacity: 0.9;
}

.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;
}