Merge pull request #169 from nubenetes/develop

Develop
This commit is contained in:
Inaki
2026-05-22 11:53:23 +02:00
committed by GitHub
3 changed files with 52 additions and 21 deletions

View File

@@ -179,20 +179,31 @@ a {
}
/* ---------------------------------------------------- */
/* MINIMALIST INLINE SUMMARIES */
/* MINIMALIST INLINE SUMMARIES (REFINED) */
/* ---------------------------------------------------- */
.v2-inline-summary {
display: inline-block;
vertical-align: middle;
margin-left: 4px;
display: inline;
position: relative;
}
.v2-inline-summary summary {
display: inline-block;
list-style: none;
outline: none;
cursor: pointer;
transition: transform 0.2s ease;
vertical-align: middle;
padding: 0.15rem 0.4rem;
font-size: 0.6rem;
font-weight: 800;
border-radius: 4px;
background-color: rgba(14, 165, 233, 0.1);
color: #0284c7;
border: 1px solid rgba(14, 165, 233, 0.2);
text-transform: uppercase;
transition: all 0.2s ease;
margin-left: 6px;
user-select: none;
}
.v2-inline-summary summary::-webkit-details-marker {
@@ -200,34 +211,54 @@ a {
}
.v2-inline-summary summary:hover {
transform: scale(1.05);
background-color: rgba(14, 165, 233, 0.2);
transform: translateY(-1px);
box-shadow: 0 2px 8px rgba(14, 165, 233, 0.2);
}
/* When open, force the content to a new line and style as a card */
.v2-inline-summary[open] {
display: block;
margin-top: 12px;
margin-bottom: 18px;
width: 100%;
margin-top: 10px;
margin-bottom: 15px;
}
.v2-inline-summary[open] summary {
margin-bottom: 10px;
background-color: var(--md-accent-fg-color);
color: #ffffff;
margin-bottom: 8px;
margin-left: 0;
}
.v2-summary-wrapper {
background: var(--md-accent-fg-color--transparent);
border-left: 3px solid var(--md-accent-fg-color);
padding: 14px 18px;
border-radius: 0 8px 8px 0;
font-size: 0.8rem;
line-height: 1.65;
background: var(--md-primary-bg-color--light);
border-left: 4px solid var(--md-accent-fg-color);
padding: 16px 20px;
border-radius: 0 12px 12px 0;
font-size: 0.85rem;
line-height: 1.7;
color: var(--md-primary-fg-color);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
}
[data-md-color-scheme="slate"] .v2-inline-summary summary {
background-color: rgba(34, 211, 238, 0.1);
color: #22d3ee;
border: 1px solid rgba(34, 211, 238, 0.3);
}
[data-md-color-scheme="slate"] .v2-inline-summary[open] summary {
background-color: #22d3ee;
color: #000000;
}
[data-md-color-scheme="slate"] .v2-summary-wrapper {
background: rgba(34, 211, 238, 0.05);
border-left: 3px solid #22d3ee;
background: rgba(15, 23, 42, 0.4);
border-left: 4px solid #22d3ee;
color: #e2e8f0;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

View File

@@ -63,7 +63,7 @@ Execution utilized a multi-agent Analyst-Auditor workflow for maximum robustness
**Detailed Architectural Audit and Decision Matrix follow in comments.**
## 🛡️ Platinum Safety & Mandate Audit: ❌ FAILED
*Audit executed on 2026-05-22 09:39:04*
*Audit executed on 2026-05-22 09:51:07*
### 🔍 High-Value Pending Reviews
> ⚠️ The following resources have been preserved in V1 but hidden from V2 for manual audit.

View File

@@ -1,6 +1,6 @@
## 🛡️ Platinum Safety & Mandate Audit: ❌ FAILED
*Audit executed on 2026-05-22 09:39:04*
*Audit executed on 2026-05-22 09:51:07*
### 🔍 High-Value Pending Reviews
> ⚠️ The following resources have been preserved in V1 but hidden from V2 for manual audit.