This commit is contained in:
Oscar Plaisant
2024-11-01 11:45:32 +01:00
parent 5b65eb2b2a
commit c891129430
288 changed files with 4504 additions and 3520 deletions

View File

@@ -3,8 +3,8 @@
/* ┣┻┓┣╸ ┃ ┃ ┣╸ ┣┳┛ ┃┃┃┣━┫┣┳┛┃╺┓┃┃┗┫┗━┓ */
/* ┗━┛┗━╸ ╹ ╹ ┗━╸╹┗╸ ╹ ╹╹ ╹╹┗╸┗━┛╹╹ ╹┗━┛ */
.callout {
/* padding: 5px; */
--callout-padding: var(--size-4-1) var(--size-4-3) var(--size-4-1) var(--size-4-1);
/* top right bottom left */
--callout-padding: var(--size-4-1) var(--size-4-3) var(--size-4-1) var(--size-4-3);
}
.callout-content > p,
@@ -126,7 +126,8 @@
.callout[data-callout="definition"], .callout[data-callout="définition"]{
/* definitions (expecially in maths) */
--callout-color: 77, 149, 247;
/*--callout-color: 77, 149, 247;*/
--callout-color: 54, 140, 243; /* same blue as h1 headings */
--callout-icon: feather;
}
@@ -138,8 +139,13 @@
.callout[data-callout="proposition"], .callout[data-callout="Proposition"] {
/* propositions mathématiques */
--callout-color: 29, 180, 30;
--callout-color: 29, 180, 30; /* green */
/*--callout-color: 41, 103, 179; /* definition's blue */
--callout-icon: book-open-check;
background-color: transparent;
border: 2pt solid;
border-color: rgba(var(--callout-color), 1);
border-radius: 5pt;
/*--callout-icon: corner-down-right;*/
}

View File

@@ -9,8 +9,8 @@
border-right-color: transparent;
/* border-left: var(--embed-border-left); */
border-top-left-radius: 4pt;
border-bottom-left-radius: 4pt;
border-top-left-radius: 5pt;
border-bottom-left-radius: 5pt;
padding: 0ex 0 1ex 1ex;

View File

@@ -1,4 +1,4 @@
* {
body {
/* font SIZES */
/*--font-ui-normal: ...*/
@@ -7,6 +7,7 @@
--font-ui-smaller: 15px;
/* dataview */
--table-background: inherit;
/* --table-row-alt-background: #1A1A1A; */
@@ -14,7 +15,6 @@
/* tags */
body:not(.minimal-unstyled-tags) a.tag,
a.tag {
@@ -23,11 +23,11 @@ a.tag {
/* horizontal rulers */
.markdown-rendered hr {
border-color: var(--text-normal);
border-color: var(--tx2);
}
.is-live-preview .markdown-rendered hr {
margin-bottom: 2rem;
margin-top: 2rem;
margin-bottom: 1rem;
margin-top: 1rem;
}
/* ⡇ ⡇ ⢎⡑ ⢹⠁ ⢎⡑ */