device-52.home 2026-3-21:18:15:57
This commit is contained in:
16
.obsidian/snippets/custom_callouts.css
vendored
16
.obsidian/snippets/custom_callouts.css
vendored
@@ -140,10 +140,24 @@
|
||||
}
|
||||
|
||||
.callout[data-callout="démonstration"], .callout[data-callout="Démonstration"]{
|
||||
/* démonstrations (expecially in maths) */
|
||||
/* démonstrations (specifically in maths) */
|
||||
--callout-color: 252, 213, 0;
|
||||
--callout-icon: square;
|
||||
}
|
||||
.callout[data-callout="démonstration"]:not(.is-collapsed)::after, .callout[data-callout="Démonstration"]::after {
|
||||
/* add the end of proof symbol */
|
||||
content: ""; /*alternative symbols : ∎□*/
|
||||
text-align: right;
|
||||
float: right;
|
||||
margin-bottom: 5pt;
|
||||
/* draw the square */
|
||||
width: 11pt;
|
||||
height: 11pt;
|
||||
border: 2px solid;
|
||||
border-radius: 2pt;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.callout[data-callout="proposition"], .callout[data-callout="Proposition"] {
|
||||
/* propositions mathématiques */
|
||||
|
||||
Reference in New Issue
Block a user