add marpx lib contents to themes
Build marp presentation / build marp presentation (push) Successful in 46s

This commit is contained in:
Romane
2026-05-06 14:26:19 +02:00
parent 39b55af4da
commit d47026bdc6
25 changed files with 4602 additions and 3 deletions
+105
View File
@@ -0,0 +1,105 @@
/* @theme socrates */
@import "marpx";
:root {
/*------------ Overall theme parameters ---------------------------------*/
--marpx-theme-font-family: "Fira Sans", Faustina, Bookerly, sans-serif;
--marpx-theme-figure-captiontext: "Fig. ";
--marpx-theme-table-captiontext: "Table ";
--marpx-theme-brandlogo: " ";
--marpx-theme-color: #006a85;
--marpx-theme-chapter-background-color: #5a79a1;
--marpx-theme-background-color: #ffffff;
--marpx-theme-font-color: #000000;
--marpx-theme-bold-color: #f8150d;
--marpx-theme-subtitle-color: #5d616d;
--marpx-theme-h1-bold-color: #ff3c00;
--marpx-theme-h2-color: #4d7099;
--marpx-theme-marker-color: rgb(0, 102, 255);
--marpx-theme-toc-color: #fc2003;
--marpx-theme-footnote-mark-color: #ff0000;
--marpx-theme-code-color: rgb(233, 233, 233);
--marpx-theme-highlight-color: #b9e4f1;
/* ------------------- TITLE SLIDE -----------------------------*/
/* fonts sizes */
--marpx-title_academic-title-size: 140%;
--marpx-title_academic-subtitle-size: 90%;
--marpx-title_academic-author-size: 95%;
--marpx-title_academic-date-size: 90%;
--marpx-title_academic-institute-size: 90%;
/* inter character space */
--marpx-title_academic-letter-spacing: 0.125px;
/* font weights */
--marpx-title_academic-title-font-weight: bold;
--marpx-title_academic-subtitle-font-weight: bold;
/* colors in style */
--marpx-title_academic-title-color: #002b36;
--marpx-title_academic-title-color: #003c4b;
--marpx-title_academic-subtitle-color: #cacaca;
--marpx-title_academic-author-color: #f8150d;
--marpx-title_academic-font-color: #242d31;
--marpx-title_academic-background-color: #faf7f7;
--marpx-title_academic-border-color: #ff9b04;
/*------------ Parameters used in `REFERENCES` ---------------------------------*/
--marpx-references-bold-color: #3e6ceb;
--marpx-references-background-color: #eff4fa;
--marpx-references-header-color: #539dd3;
/*------------ Parameters used in `QUOTE` ---------------------------------*/
--marpx-quote-background-color: #ece8e8;
--marpx-quote-paragraph-background-color: #f8f8f8;
--marpx-quote-bold-color: #6462f1;
--marpx-quote-font-family: Faustina, Times, serif;
/*- quote dark -*/
--marpx-quote_dark-color-background: #46b1e2;
--marpx-quote_dark-color-paragraph-background: #5ec1e9;
--marpx-quote_dark-bold-color: #f8f8f7;
--marpx-quote_dark-font: Faustina, Bookerly, Times, serif;
/*------------ Parameters used in `TABLE` ---------------------------------*/
--marpx-table-header-background-color: rgb(0, 0, 0);
--marpx-table-header-color-color: white;
/* --marpx-table-border-top-color: ; */
--marpx-table-border-bottom-color: rgba(202, 201, 197, 0.973);
--marpx-table-nth-child-color-color: #f5f5f5;
--marpx-table-hover-color: rgb(71, 70, 25);
--marpx-table-hover-background-color: rgb(234, 247, 121);
--marpx-table-font-size: 22px;
--marpx-table-font-family: ;
/*------------ Parameters used in `TOC` ---------------------------------*/
--marpx-color-toc-marker: rgb(175, 69, 27);
}
section {
line-height: 1.3em;
}
section code {
border: 2px solid #222;
border-radius: 12px;
padding: 2px 8px;
/* background: initial; */
background: #fffbe7;
/* color: #222222; */
font-size: 1em;
display: inline-block;
}