Skip to content

Commit

Permalink
Prepare docs
Browse files Browse the repository at this point in the history
- new features as of 2.0.13
  • Loading branch information
zoglo committed Mar 20, 2024
1 parent 966653d commit 2b3810c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/pages/docs/configuration/theme/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,14 @@ Verzierungen zur Auswahl:

<div class="grid" markdown>
```scss title="SCSS"
$link-font-weight
$link-color-[typ]
$link-hover-color-[typ]
$link-decoration-[typ]
$link-hover-decoration-[typ]
```
```css title="CSS"
var(--a-fw)
var(--a-clr)
var(--a-clr-hvr)
var(--a-td)
Expand Down
16 changes: 14 additions & 2 deletions docs/pages/docs/configuration/theme/miscellaneous.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ wenn <span style="background: var(--md-primary-fg-color); color: #FFF">Text auf

`$aspect-ratios`

!!! abstract "Dynamische Variable"
!!! abstract "Aspect ratios"

Hierbei handelt es sich um eine dynamische Veriable, welche verschiedene Seitenverhältnisse in den
**Bild-Einstellungen** (`Image -> Aspect-Ratio`) bereitstellt.
Expand All @@ -77,6 +77,18 @@ wenn <span style="background: var(--md-primary-fg-color); color: #FFF">Text auf
den Style-Sheet-Dateien als auch in den dynamischen Style-Manager-Optionen (templates/style-manager-tm.xml)
hinterlegt werden.

## Weitere Hintergrund-Größen

`$background-sizes`

!!! abstract "Background sizes"

Hierbei handelt es sich um eine dynamische Veriable, welche weitere Hintergrundgrößen in den
**Hintergrund-Einstellungen** (`Background -> Size`) bereitstellt.

Dynamische Einstellungen stehen erst nach `Speichern & Kompilieren` zur Verfügung, da die neuen Optionen sowohl in
den Style-Sheet-Dateien als auch in den dynamischen Style-Manager-Optionen (templates/style-manager-tm.xml)
hinterlegt werden.

[^1]: Wie der `box-shadow` eingestellt wird, kann
den [mdn web docs](https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow) entnommen werden.

11 changes: 11 additions & 0 deletions docs/pages/docs/configuration/theme/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ Folgende Einstellungen sind für die Navigationslinks verfügbar:
| `$navigation-item-font-weight` | Schriftstärke ab dem [Media-Query](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries) `$navigation-behaviour-width` |
| `$navigation-item-padding` | Padding / Polster ab dem [Media-Query](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries) `$navigation-behaviour-width` |

??? example "Verfügbare (S)CSS-Variablen"

<div class="grid" markdown>
```scss title="SCSS"
$navigation-item-font-size
```
```css title="CSS"
var(--nav-fs)
```
</div>

## Breadcrumb

Dieser Reiter befasst sich mit der Einstellung des Trennzeichens (z. B. ``) einer Brotkrümel-Navigation, sodass diese
Expand Down

0 comments on commit 2b3810c

Please sign in to comment.