backup
This commit is contained in:
parent
3880c2f140
commit
e31fb1f407
3 changed files with 16 additions and 12 deletions
8
.obsidian/snippets/_infobox-callout.css
vendored
8
.obsidian/snippets/_infobox-callout.css
vendored
|
@ -23,7 +23,7 @@
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* shadow for cards */
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* shadow for cards */
|
||||||
float: right;
|
float: right;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 18rem;
|
max-width: 19rem;
|
||||||
margin-top: 2px; /* Bring it as close to H1 as possible. */
|
margin-top: 2px; /* Bring it as close to H1 as possible. */
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
@ -92,9 +92,9 @@
|
||||||
.callout[data-callout="infobox"] .callout-content h2 {
|
.callout[data-callout="infobox"] .callout-content h2 {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding-left: 15px;
|
||||||
justify-content: center; Center as Flex
|
justify-content: center; /*Center as Flex*/
|
||||||
text-align: center;
|
|
||||||
/* background: var(--primary-infobox-accent); */
|
/* background: var(--primary-infobox-accent); */
|
||||||
/* border-radius: 2px; */
|
/* border-radius: 2px; */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -18,6 +18,7 @@ likes:
|
||||||
- La Bière
|
- La Bière
|
||||||
hates:
|
hates:
|
||||||
- La Cité Franche
|
- La Cité Franche
|
||||||
|
organisations: ["[La Tridentine](../Factions/La%20Tridentine.md)"]
|
||||||
|
|
||||||
status: DONE
|
status: DONE
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,21 +1,24 @@
|
||||||
---
|
---
|
||||||
alias: ["Erulissen de la Maison Étoilée","Erulissen Arinwe"]
|
alias:
|
||||||
|
- Erulissen de la Maison Étoilée
|
||||||
|
- Erulissen Arinwe
|
||||||
tags: []
|
tags: []
|
||||||
banner:
|
banner:
|
||||||
encoutered: false
|
encoutered: false
|
||||||
|
|
||||||
race: Elenion
|
race: Elenion
|
||||||
class: Pègre
|
class: Pègre
|
||||||
ethnicity: Ellerìnien
|
ethnicity: Ellerìnien
|
||||||
short-desc: "Un jeune élénion tres ambitieux, à la tête de [Aïpio](../Factions/Aïpio.md)"
|
short-desc: Un jeune élénion tres ambitieux, à la tête de [Aïpio](../Factions/Aïpio.md)
|
||||||
image: "../Illustrations/Portraits/Erulissen.png"
|
image: ../Illustrations/Portraits/Erulissen.png
|
||||||
source: Studio Agate, Créatures vol.1
|
source: Studio Agate, Créatures vol.1
|
||||||
goals: ["Étendre l'influence de [Aïpio](../Factions/Aïpio.md)","Surpasser son père"]
|
goals:
|
||||||
|
- Étendre l'influence de [Aïpio](../Factions/Aïpio.md)
|
||||||
|
- Surpasser son père
|
||||||
likes: []
|
likes: []
|
||||||
hates: []
|
hates: []
|
||||||
|
|
||||||
status: TODO
|
status: TODO
|
||||||
|
organisations:
|
||||||
|
- "[Aïpio](../Factions/Aïpio.md)"
|
||||||
---
|
---
|
||||||
> [!infobox]+ `= this.file.name`
|
> [!infobox]+ `= this.file.name`
|
||||||
> `$= "<a class='internal-link' data-href=" + dv.current().image + "><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + dv.current().image + "'> </img></a>"`
|
> `$= "<a class='internal-link' data-href=" + dv.current().image + "><img src='app://local/" + this.app.vault.adapter.basePath + "/" + this.app.vault.config.attachmentFolderPath + "/" + dv.current().image + "'> </img></a>"`
|
||||||
|
@ -30,7 +33,7 @@ status: TODO
|
||||||
> | --- | --- |
|
> | --- | --- |
|
||||||
> |**Peuple** | `=this.race` |
|
> |**Peuple** | `=this.race` |
|
||||||
> | **Ethnie**| `=this.ethnicity`
|
> | **Ethnie**| `=this.ethnicity`
|
||||||
> | **Organisations**| `todo` |
|
> | **Organisations**| `=this.organisations` |
|
||||||
> | **Relations**| `todo` |
|
> | **Relations**| `todo` |
|
||||||
> ## Goûts
|
> ## Goûts
|
||||||
> | | |
|
> | | |
|
||||||
|
|
Loading…
Reference in a new issue