426e9eeabd
Voice Workbench / headless workbench (mocked backends) (push) Has been cancelled
Voice Workbench / real acoustic lane (nightly, provisioned only) (push) Has been cancelled
ci / test (push) Has been cancelled
ci / lint-and-format (push) Has been cancelled
ci / build (push) Has been cancelled
ci / dev-startup (push) Has been cancelled
gitleaks / gitleaks (push) Has been cancelled
Markdown Links / Relative Markdown Links (push) Has been cancelled
Quality (Extended) / Homepage Build (PR smoke) (push) Has been cancelled
Quality (Extended) / Comment-only diff guard (push) Has been cancelled
Quality (Extended) / Format + Type Safety Ratchet (push) Has been cancelled
Quality (Extended) / Develop Gate (secret scan + UI determinism) (push) Has been cancelled
Quality (Extended) / Develop Gate (lint) (push) Has been cancelled
Chat shell gestures / Chat shell gesture + parity e2e (push) Has been cancelled
Cloud Gateway Discord / Test (push) Has been cancelled
Benchmark Bridge Tests / benchmark (bunx @biomejs/biome check packages/lifeops-bench/src, benchmark-lint) (push) Has been cancelled
Benchmark Bridge Tests / benchmark (bunx vitest run --config packages/lifeops-bench/vitest.config.ts --root packages/lifeops-bench --passWithNoTests, benchmark-tests) (push) Has been cancelled
Build Agent Image / build-and-push (push) Has been cancelled
Dev Smoke / bun run dev onboarding chat (push) Has been cancelled
Dev Smoke / Vite HMR dependency-level smoke (push) Has been cancelled
Electrobun Submodule Guard / electrobun gitlink is fetchable (push) Has been cancelled
Publish @elizaos/example-code / check_npm (push) Has been cancelled
Publish @elizaos/example-code / publish_npm (push) Has been cancelled
Publish @elizaos/plugin-elizacloud / verify_version (push) Has been cancelled
Publish @elizaos/plugin-elizacloud / publish_npm (push) Has been cancelled
Sandbox Live Smoke / Sandbox live smoke (push) Has been cancelled
Snap Build & Test / Build Snap (amd64) (push) Has been cancelled
Snap Build & Test / Build Snap (arm64) (push) Has been cancelled
Test Packaging / elizaos CLI global-install smoke (node + bun) (push) Has been cancelled
Cloud Gateway Webhook / Test (push) Has been cancelled
Cloud Tests / lint-and-types (push) Has been cancelled
Cloud Tests / unit-tests (push) Has been cancelled
Cloud Tests / integration-tests (push) Has been cancelled
Cloud Tests / e2e-tests (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Apps Worker (Product 2) / Determine environment (push) Has been cancelled
Deploy Apps Worker (Product 2) / Deploy apps worker to apps-control host (${{ needs.determine-env.outputs.environment }}) (push) Has been cancelled
Deploy Eliza Provisioning Worker / Determine environment (push) Has been cancelled
Deploy Eliza Provisioning Worker / Deploy worker to Hetzner host (${{ needs.determine-env.outputs.environment }} @ ${{ needs.determine-env.outputs.deployment_sha }}) (push) Has been cancelled
Dev Smoke / Classify changed paths (push) Has been cancelled
supply-chain / sbom (push) Has been cancelled
supply-chain / vulnerability-scan (push) Has been cancelled
Build, Push & Deploy to Phala Cloud / build-and-push (push) Has been cancelled
Test Packaging / Validate Packaging Configs (push) Has been cancelled
Test Packaging / Build & Test PyPI Package (push) Has been cancelled
Test Packaging / PyPI on Python ${{ matrix.python }} (push) Has been cancelled
Test Packaging / Pack & Test JS Tarballs (push) Has been cancelled
UI Fixture E2E / ui-fixture-e2e (push) Has been cancelled
UI Fixture E2E / fixture-e2e (push) Has been cancelled
UI Story Gate / story-gate (push) Has been cancelled
vault-ci / test (macos-latest) (push) Has been cancelled
vault-ci / test (ubuntu-latest) (push) Has been cancelled
vault-ci / test (windows-latest) (push) Has been cancelled
vault-ci / app-core wiring tests (push) Has been cancelled
verify-patches / verify patches/CHECKSUMS.sha256 (push) Has been cancelled
Voice Benchmark Smoke / voice-emotion fixture smoke (push) Has been cancelled
Voice Benchmark Smoke / voiceagentbench fixture smoke (push) Has been cancelled
Voice Benchmark Smoke / voicebench-quality unit smoke (push) Has been cancelled
Voice Benchmark Smoke / voicebench TypeScript unit (no audio) (push) Has been cancelled
Voice Benchmark Smoke / voice bench smoke summary (push) Has been cancelled
Windows CI / windows ([bun run --cwd packages/app-core test bun run --cwd packages/elizaos test bun run --cwd packages/cloud/shared test], app-and-cli) (push) Has been cancelled
Windows CI / windows ([bun run --cwd packages/scenario-runner test bun run --cwd packages/vault test bun run --cwd packages/security test bun run --cwd plugins/plugin-coding-tools test], framework-packages) (push) Has been cancelled
Windows CI / windows ([bun run --cwd plugins/plugin-elizacloud test bun run --cwd plugins/plugin-discord test bun run --cwd plugins/plugin-anthropic test bun run --cwd plugins/plugin-openai test bun run --cwd plugins/plugin-app-control test bun run --cwd plugins/pl… (push) Has been cancelled
Windows CI / windows ([node packages/scripts/run-turbo.mjs run build --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/agent --concurrency=4 node packages/scripts/run-bash-linux-only.mjs scripts/verify-riscv64-buildpaths.sh node packages/scripts/run… (push) Has been cancelled
Windows CI / windows ([node packages/scripts/run-turbo.mjs run typecheck --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/cloud-shared --concurrency=4 bun run --cwd packages/core test bun run --cwd packages/shared test], core-runtime, 75) (push) Has been cancelled
311 lines
6.0 KiB
CSS
311 lines
6.0 KiB
CSS
/* Brand tokens — standalone Mintlify stylesheet, kept in sync with packages/ui/src/styles/base.css */
|
|
:root {
|
|
--brand-blue: #0b35f1;
|
|
--brand-orange: #ff5800;
|
|
--brand-white: #ffffff;
|
|
--brand-black: #000000;
|
|
--brand-gray: #d1d0d4;
|
|
}
|
|
|
|
#sidebar * {
|
|
font-size: 12px;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
#sidebar .sidebar-title,
|
|
#sidebar a,
|
|
#sidebar-content a,
|
|
.sidebar-title {
|
|
padding-top: 0.125rem;
|
|
padding-bottom: 0.125rem;
|
|
}
|
|
|
|
#sidebar .sidebar-group-header,
|
|
.sidebar-group-header {
|
|
padding-top: 0.3rem;
|
|
padding-bottom: 0.1rem;
|
|
}
|
|
|
|
#sidebar .mb-3\.5 {
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
#sidebar [class*="mb-2.5"] {
|
|
margin-bottom: 0.1rem;
|
|
}
|
|
|
|
#sidebar,
|
|
#sidebar-content {
|
|
line-height: 1.3;
|
|
padding-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
#sidebar .mt-6,
|
|
#sidebar > div > div.mt-6,
|
|
#sidebar-content > div > div.mt-6 {
|
|
margin-top: 0.75rem;
|
|
}
|
|
|
|
#sidebar [class~="lg:mt-8"] {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
#sidebar > *:first-child,
|
|
#sidebar-content > *:first-child,
|
|
#sidebar nav,
|
|
#sidebar div,
|
|
#sidebar ul,
|
|
#sidebar li:first-child {
|
|
margin-top: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
#sidebar ul li a.group {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1;
|
|
padding-top: 0.125rem;
|
|
padding-bottom: 0.125rem;
|
|
}
|
|
|
|
#sidebar a.group > div.flex-1 {
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 1;
|
|
}
|
|
|
|
#sidebar [class*="bg-primary"] {
|
|
align-items: center;
|
|
line-height: 1;
|
|
}
|
|
|
|
#sidebar .method-nav-pill {
|
|
margin-right: 0.5rem;
|
|
min-width: 2.5rem;
|
|
}
|
|
|
|
#sidebar .method-nav-pill span[class*="px-1"] {
|
|
height: 1.25rem;
|
|
line-height: 1.25rem;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#sidebar div.group.flex.items-center {
|
|
padding-top: 0.125rem;
|
|
padding-bottom: 0.125rem;
|
|
}
|
|
|
|
div.mr-4.p-1,
|
|
a[href*="llms-full.txt"] div.rounded-md.p-1 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
a[href*="llms-full.txt"] svg[style*="robot.svg"] {
|
|
-webkit-mask-position: center center;
|
|
mask-position: center center;
|
|
transform: translateY(1px);
|
|
}
|
|
|
|
[data-component-part="card-title"] [data-rmiz] {
|
|
margin-right: 12px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 48px;
|
|
height: 48px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
[data-component-part="card-title"] [data-rmiz] img {
|
|
width: 48px;
|
|
height: 48px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
[data-component-part="card-title"] > span[style*="display: flex"] {
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
}
|
|
|
|
[data-component-part="card-title"] {
|
|
font-size: 14px;
|
|
}
|
|
|
|
[data-component-part="card-content"] {
|
|
font-size: 13px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.agent-plugin-pill {
|
|
display: inline-block;
|
|
padding: 3px 10px;
|
|
background: transparent;
|
|
border: 1px solid rgba(156, 163, 175, 0.3);
|
|
border-radius: 14px;
|
|
font-size: 11px;
|
|
color: #6b7280;
|
|
margin-left: 8px;
|
|
vertical-align: middle;
|
|
height: 24px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
width: auto;
|
|
min-width: fit-content;
|
|
}
|
|
|
|
.agent-plugin-stack {
|
|
display: inline-block;
|
|
position: relative;
|
|
margin-left: 12px;
|
|
width: 43px;
|
|
height: 24px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.agent-plugin-circle {
|
|
position: absolute;
|
|
width: 24px;
|
|
height: 24px;
|
|
border: none;
|
|
border-radius: 50%;
|
|
background: transparent;
|
|
font-size: 10px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #6b7280;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.agent-plugin-circle:nth-child(1) {
|
|
z-index: 3;
|
|
left: -4px;
|
|
}
|
|
|
|
.agent-plugin-circle:nth-child(2),
|
|
.agent-plugin-circle:nth-child(3) {
|
|
display: none;
|
|
}
|
|
|
|
.agent-plugin-stack::before {
|
|
content: "";
|
|
position: absolute;
|
|
width: 50px;
|
|
height: 24px;
|
|
left: -7px;
|
|
top: 0;
|
|
background-image: url("data:image/svg+xml,%3Csvg width='50' height='24' viewBox='0 0 50 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CclipPath id='clip'%3E%3Crect x='0' y='0' width='50' height='24'/%3E%3C/clipPath%3E%3Cmask id='mask'%3E%3Crect x='0' y='0' width='50' height='24' fill='white'/%3E%3Ccircle cx='15' cy='12' r='10.5' fill='black'/%3E%3Ccircle cx='18.5' cy='12' r='10.5' fill='black'/%3E%3C/mask%3E%3C/defs%3E%3Cg fill='none' stroke='%239CA3AF' stroke-width='1' opacity='0.5'%3E%3Ccircle cx='15' cy='12' r='11'/%3E%3Ccircle cx='18.5' cy='12' r='11' mask='url(%23mask)'/%3E%3Ccircle cx='22' cy='12' r='11' mask='url(%23mask)'/%3E%3C/g%3E%3C/svg%3E");
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
|
|
a[href*="discord.gg"]:hover {
|
|
color: var(--brand-blue);
|
|
}
|
|
|
|
a[href*="discord.gg"]:hover * {
|
|
color: var(--brand-blue);
|
|
background-color: currentColor;
|
|
}
|
|
|
|
/* ===== elizaOS brand theme — Poppins, sharp corners, bold black ===== */
|
|
|
|
body,
|
|
html,
|
|
button,
|
|
input,
|
|
select,
|
|
textarea,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p,
|
|
li,
|
|
a,
|
|
span,
|
|
div {
|
|
font-family:
|
|
"Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
|
|
sans-serif !important;
|
|
}
|
|
|
|
code,
|
|
pre,
|
|
kbd,
|
|
samp,
|
|
.font-mono,
|
|
[class*="font-mono"] {
|
|
font-family:
|
|
"Poppins", ui-monospace, SFMono-Regular, Menlo, monospace !important;
|
|
}
|
|
|
|
/* Sharp corners across cards, buttons, callouts, code blocks */
|
|
button,
|
|
.btn,
|
|
[class*="rounded"],
|
|
[data-component-part="card"],
|
|
[data-component-part^="card-"],
|
|
[class*="Card"],
|
|
[class*="callout"],
|
|
pre,
|
|
code,
|
|
.cta-button,
|
|
[role="button"] {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
/* Code block: solid black bg, white text */
|
|
pre,
|
|
pre code,
|
|
pre[class*="language-"],
|
|
code[class*="language-"],
|
|
.prose pre,
|
|
[class*="code-block"] pre,
|
|
div[class*="codeblock"] pre {
|
|
background: var(--brand-black) !important;
|
|
color: var(--brand-white) !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
pre .token,
|
|
pre code .token {
|
|
color: inherit;
|
|
}
|
|
|
|
/* Inline code keeps subtle contrast but no rounding */
|
|
:not(pre) > code {
|
|
background: rgba(11, 53, 241, 0.08);
|
|
color: inherit;
|
|
border-radius: 0 !important;
|
|
padding: 0.1em 0.35em;
|
|
}
|
|
|
|
/* Blockquote: orange left bar */
|
|
blockquote,
|
|
.prose blockquote {
|
|
border-left: 4px solid var(--brand-orange) !important;
|
|
border-radius: 0 !important;
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
/* Mintlify callouts: sharp + orange accent on Tip/Info */
|
|
[data-callout],
|
|
.callout,
|
|
[class*="Callout"],
|
|
div[role="note"] {
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
[data-callout="tip"],
|
|
[data-callout="info"] {
|
|
border-left: 4px solid var(--brand-orange) !important;
|
|
}
|