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 */
|
||||
float: right;
|
||||
width: 100%;
|
||||
max-width: 18rem;
|
||||
max-width: 19rem;
|
||||
margin-top: 2px; /* Bring it as close to H1 as possible. */
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
@ -92,9 +92,9 @@
|
|||
.callout[data-callout="infobox"] .callout-content h2 {
|
||||
font-size: 1.1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
justify-content: center; Center as Flex
|
||||
text-align: center;
|
||||
padding-left: 15px;
|
||||
justify-content: center; /*Center as Flex*/
|
||||
|
||||
/* background: var(--primary-infobox-accent); */
|
||||
/* border-radius: 2px; */
|
||||
width: 100%;
|
||||
|
|
|
@ -18,6 +18,7 @@ likes:
|
|||
- La Bière
|
||||
hates:
|
||||
- La Cité Franche
|
||||
organisations: ["[La Tridentine](../Factions/La%20Tridentine.md)"]
|
||||
|
||||
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: []
|
||||
banner:
|
||||
encoutered: false
|
||||
|
||||
race: Elenion
|
||||
class: Pègre
|
||||
ethnicity: Ellerìnien
|
||||
short-desc: "Un jeune élénion tres ambitieux, à la tête de [Aïpio](../Factions/Aïpio.md)"
|
||||
image: "../Illustrations/Portraits/Erulissen.png"
|
||||
short-desc: Un jeune élénion tres ambitieux, à la tête de [Aïpio](../Factions/Aïpio.md)
|
||||
image: ../Illustrations/Portraits/Erulissen.png
|
||||
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: []
|
||||
hates: []
|
||||
|
||||
status: TODO
|
||||
|
||||
organisations:
|
||||
- "[Aïpio](../Factions/Aïpio.md)"
|
||||
---
|
||||
> [!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>"`
|
||||
|
@ -30,7 +33,7 @@ status: TODO
|
|||
> | --- | --- |
|
||||
> |**Peuple** | `=this.race` |
|
||||
> | **Ethnie**| `=this.ethnicity`
|
||||
> | **Organisations**| `todo` |
|
||||
> | **Organisations**| `=this.organisations` |
|
||||
> | **Relations**| `todo` |
|
||||
> ## Goûts
|
||||
> | | |
|
||||
|
|
Loading…
Reference in a new issue