This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

View File

@@ -13,20 +13,20 @@
/* content: "\a"; */
/* } */
/* BreadCrumbs down pane (nested list of subconcepts) */
.BC-downs {
font-size: calc(max(55%, 0.8vw));
}
/*/* BreadCrumbs down pane (nested list of subconcepts) */*/
/*.BC-downs {*/
/* font-size: calc(max(55%, 0.8vw));*/
/*}*/
.BC-Matrix {
font-size: 70% !important;
/* overflow: scroll; */
/* height:min-content; */
}
/*.BC-Matrix {*/
/* font-size: 70% !important;*/
/* /* overflow: scroll; */*/
/* /* height:min-content; */*/
/*}*/
.BC-Matrix {
padding-bottom: 100pt !important;
}
/*.BC-Matrix {*/
/* padding-bottom: 100pt !important;*/
/*}*/

View File

@@ -13,6 +13,13 @@
margin-bottom: 0px;
}
/*┏┓ ┏━╸╺┳╸╺┳╸┏━╸┏━┓ ╻┏━╸┏━┓┏┓╻ ┏━┓╻╺━┓┏━╸*/
/*┣┻┓┣╸ ┃ ┃ ┣╸ ┣┳┛ ┃┃ ┃ ┃┃┗┫ ┗━┓┃┏━┛┣╸ */
/*┗━┛┗━╸ ╹ ╹ ┗━╸╹┗╸ ╹┗━╸┗━┛╹ ╹ ┗━┛╹┗━╸┗━╸*/
.callout {
--icon-size: 22px;
}
/* ┏━╸╻ ╻╻┏━┓╺┳╸╻┏┓╻┏━╸ ┏━╸┏━┓╻ ╻ ┏━┓╻ ╻╺┳╸┏━┓ */
/* ┣╸ ┏╋┛┃┗━┓ ┃ ┃┃┗┫┃╺┓ ┃ ┣━┫┃ ┃ ┃ ┃┃ ┃ ┃ ┗━┓ */
@@ -85,12 +92,6 @@
}
.callout[data-callout="definition"], .callout[data-callout="définition"]{
/* definitions (expecially in maths) */
--callout-color: 77, 149, 247;
--callout-icon: feather;
}
.callout[data-callout="date"] {
--callout-color: 240, 90, 80;
@@ -120,3 +121,31 @@
}
/* ⡷⢾ ⣎⣱ ⢹⠁ ⣇⣸ ⣏⡉ ⡷⢾ ⣎⣱ ⢹⠁ ⡇ ⡎⢱ ⡇⢸ ⣏⡉ ⢎⡑ */
/* ⠇⠸ ⠇⠸ ⠸ ⠇⠸ ⠧⠤ ⠇⠸ ⠇⠸ ⠸ ⠇ ⠣⠪ ⠣⠜ ⠧⠤ ⠢⠜ */
.callout[data-callout="definition"], .callout[data-callout="définition"]{
/* definitions (expecially in maths) */
--callout-color: 77, 149, 247;
--callout-icon: feather;
}
.callout[data-callout="démonstration"], .callout[data-callout="Démonstration"]{
/* démonstrations (expecially in maths) */
--callout-color: 252, 213, 0;
--callout-icon: square;
}
.callout[data-callout="proposition"], .callout[data-callout="Proposition"] {
/* propositions mathématiques */
--callout-color: 29, 180, 30;
--callout-icon: book-open-check;
/*--callout-icon: corner-down-right;*/
}
.callout[data-callout="corollaire"], .callout[data-callout="Corollaire"] {
/* corollaires à des propositions */
--callout-color: 29, 180, 30;
--callout-icon: chevrons-right;
/*--callout-icon: corner-down-right;*/
}