peergos-making-yourself-aud.../source/_static/verae.css
George Lambert 4fcbb9ac95
Some checks are pending
ci / markdown (push) Waiting to run
Rewrite audit-ready briefing: software is not a certificate.
Open with an executive summary that HIPAA, SOC 2, and ISO 27001
are organizational programs. Verae DataCubes supply store,
communicate, timestamp, verify, and audit tools for the technical
portion only. Chapters cover transit (HPKE, visible routing), rest
(IPFS/Peergos hash-verified restore), receipts, EU Peergos
evaluations (Cure53 2019, ROS 2024), cross-blockchain timestamping,
and write-once Iceberg archive. PDF is branded with the Verae logo
top-left and Verae Inc contact in the footer; last chapters are
sourced bios for Garfinkel (FINRA CRD 5052743), Haber, and Lambert.
2026-09-16 00:55:21 -04:00

47 lines
859 B
CSS

/* Verae branded Sphinx HTML */
body {
font-family: "Source Serif 4", "Georgia", serif;
color: #111;
}
div.document {
padding-top: 0.5em;
}
div.sphinxsidebar h3, div.sphinxsidebar h4 {
color: #5B2C8B;
}
div.body h1, div.body h2, div.body h3 {
color: #5B2C8B;
}
div.related {
background: #1A0A24;
color: #fff;
}
div.related a {
color: #e8d7f5;
}
div.footer {
background: #1A0A24;
color: #e8d7f5;
padding: 1.1em 1.5em;
margin-top: 2em;
}
div.footer a {
color: #d7b8f0;
}
.verae-page-footer {
border-top: 2px solid #5B2C8B;
margin-top: 2.5em;
padding-top: 0.8em;
font-size: 0.9em;
color: #5B2C8B;
}
div.sphinxsidebarwrapper img.logo,
img.logo {
background: #1A0A24;
padding: 8px;
border-radius: 4px;
max-width: 100%;
}
.admonition.important, .admonition.warning, .admonition.note {
border-left: 4px solid #5B2C8B;
}