update
This commit is contained in:
24
.obsidian/snippets/breadcrumbs.css
vendored
24
.obsidian/snippets/breadcrumbs.css
vendored
@@ -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;*/
|
||||
/*}*/
|
||||
|
||||
|
||||
|
41
.obsidian/snippets/custom_callouts.css
vendored
41
.obsidian/snippets/custom_callouts.css
vendored
@@ -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;*/
|
||||
}
|
||||
|
Reference in New Issue
Block a user