diff --git a/content/implementations/_index.md b/content/implementations/_index.md index 0b9812b..bdd761b 100644 --- a/content/implementations/_index.md +++ b/content/implementations/_index.md @@ -5,19 +5,19 @@ color : blue-1 --- {{< grid >}} -{{< implementation type="server client" devs="IndieHosters" link="https://indiehosters.net/">}} +{{< implementation type="server client">}} #### Keycloak {{< /implementation >}} -{{< implementation type="server" devs="Greenhost" link="https://indiehosters.net/">}} +{{< implementation type="server" devs="Greenhost">}} #### Stackspin {{< /implementation >}} -{{< implementation type="client" devs="IndieHosters" link="https://indiehosters.net/">}} +{{< implementation type="client" devs="IndieHosters">}} #### Element {{< /implementation >}} -{{< implementation type="client" devs="IndieHosters" link="https://indiehosters.net/">}} +{{< implementation type="client" devs="IndieHosters" link="https://scim2-cli.readthedocs.io/en/latest/#">}} #### Cli {{< /implementation >}} {{< /grid >}} \ No newline at end of file diff --git a/themes/Indiiie/layouts/shortcodes/implementation.html b/themes/Indiiie/layouts/shortcodes/implementation.html index 7bb9b63..cec1665 100644 --- a/themes/Indiiie/layouts/shortcodes/implementation.html +++ b/themes/Indiiie/layouts/shortcodes/implementation.html @@ -6,7 +6,7 @@

{{ $types := split (.Get "type") " " }} {{ range $types }} - {{ . }} + {{ . }} {{ end }}

{{ end }} @@ -19,6 +19,8 @@
{{ if .Get "link" }} specs ↗ + {{ else }} +

à venir...

{{ end }}
\ No newline at end of file diff --git a/themes/Indiiie/static/css/style.css b/themes/Indiiie/static/css/style.css index 1699255..56222d6 100644 --- a/themes/Indiiie/static/css/style.css +++ b/themes/Indiiie/static/css/style.css @@ -135,6 +135,10 @@ mark{ color: inherit; } +.marked-color{ + color: var(--marked-color); +} + mark strong{ font-weight: 1000; color: var(--marked-color); @@ -563,6 +567,10 @@ g.word{ top: 1em; } +.implementation .draft{ + margin-left: -1em; +} + /* ACTIVABLE TRIGGERS */ /* Switch-boxes */ #switch-box-trigger{ @@ -591,19 +599,16 @@ g.word{ font-size: .75em; } .server{ - color: var(--blue-2); --marked-color: var(--blue-2); --marked-color-dark:var(--blue-2-dark); } .client{ - color: var(--yellow); --marked-color: var(--yellow); --marked-color-dark:var(--yellow-dark); } .server.client{ - color: var(--blue-1); --marked-color: var(--blue-1); --marked-color-dark:var(--blue-1-dark); }