[ADD] report_carbone, jsonifier, export_json : carbone is an alternative to Py3o

This commit is contained in:
2026-04-21 14:59:24 +02:00
parent ae3c34257f
commit c2061984d1
216 changed files with 29344 additions and 0 deletions

View File

@@ -0,0 +1,187 @@
/* =========================
GLOBAL
========================= */
body {
font-family: "Inter", sans-serif;
line-height: 1.7;
color: #001e2b;
background-color: #ffffff;
}
a {
color: #01ffcc;
}
.container {
font-family: "Inter", sans-serif;
line-height: 1.7;
color: #001e2b;
background-color: #ffffff;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
/* =========================
HEADER
========================= */
.header {
background-color: #001e2b;
color: #f5f3ed;
padding: 80px 60px;
margin-bottom: 60px;
text-align: center;
}
.header-title-table {
width: 100%;
margin-bottom: 20px;
}
.header-title-left {
text-align: right;
vertical-align: middle;
padding-right: 40px;
}
.header-title-right {
text-align: left;
vertical-align: middle;
}
.header-title {
color: #01ffcc;
font-size: 3em;
font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
}
.header-logo {
width: 300px;
max-width: 100%;
object-fit: contain;
}
/* =========================
BADGES
========================= */
.header-badge {
display: inline-block;
border: 1px solid rgba(245, 243, 237, 0.3);
padding: 10px 24px;
margin: 10px 8px;
font-size: 0.85em;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #f5f3ed;
}
/* =========================
SECTIONS
========================= */
.section {
margin-bottom: 80px;
}
/* =========================
SECTION TITLES PATTERN B
========================= */
.section-title-wrapper {
margin-bottom: 40px;
}
.section-title-line {
background-color: #01ffcc;
height: 16px;
width: 310px;
margin-bottom: 12px;
}
.section-title {
color: #001e2b;
font-size: 2.2em;
font-weight: 700;
letter-spacing: -0.01em;
margin: 0;
border-bottom: 1px solid #001e2b;
padding-bottom: 15px;
}
.section-title-dot {
display: block;
margin-top: 8px;
}
/* =========================
TEXT
========================= */
.section-text {
font-size: 1.1em;
line-height: 1.8;
}
/* =========================
SCREENSHOT
========================= */
.screenshot-wrapper {
text-align: center;
margin: 30px 0;
}
.screenshot-image {
width: 100%;
max-width: 100%;
object-fit: contain;
}
/* =========================
SUBTITLES
========================= */
.section h3 {
color: #001e2b;
font-size: 1.4em;
margin-top: 40px;
margin-bottom: 20px;
font-weight: 500;
}
/* =========================
TECH SPECS
========================= */
.tech-specs {
background-color: #ffffff;
padding: 30px;
margin-top: 30px;
border: 1px solid #e8e6df;
}
.tech-specs table {
width: 100%;
border-collapse: collapse;
}
.tech-specs td {
padding: 15px 0;
border-bottom: 1px solid #e8e6df;
font-size: 0.95em;
}
.tech-specs td:first-child {
font-weight: 500;
color: #001e2b;
width: 240px;
}
.tech-specs td:last-child {
color: #5a5a5a;
}