device-52.home 2026-3-21:18:15:57

This commit is contained in:
oskar
2026-03-21 18:15:57 +01:00
parent 40c2e3f382
commit 3a94d69d4e
16 changed files with 236 additions and 14 deletions

View File

@@ -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 */