> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/styling/elemente/paginierung.md).

# Paginierung

### Farben

Die Paginierung des Listings hat neben den üblichen Farben auch Farben für die verschiedenen Status: :hover, :active und :disabled.

{% hint style="info" %}
**Tipp:** Die Werte der Felder können SCSS-Funktionen sein:

`hsl(hue($sw-border-color), saturation($sw-border-color), 89%)`

Hier wird die Farbe per hsl-Format definiert. Der Farbwinkel und Sättigung der Rahmenfarbe werden mit einer Helligkeit von 89% kombiniert.
{% endhint %}

![](/files/3O4TWpV7r0L6kBaCKAGu)

### Grundeinstellungen

<figure><img src="/files/AfTFoAG5GPoC7JOsBsZx" alt=""><figcaption></figcaption></figure>

Das **Aussehen (1)** der Paginierung ist als `Pills` und `Standard` darstellbar. Elemente, die als `Pills` definiert sind, haben einen Abstand zueinander.

Die Option **Disabled-Buttons ausblenden (3)** blendet die überflüssigen Button aus, da diese ohnehin nicht klickbar sind. Befindet man sich beispielsweise auf Seite 1, sind die Buttons für "erste Seite" und "Seite vor" überflüssig.

Beispiele:

![Pills rund](/files/thtxP4wGq0ZxIcz8asWD)

![Standard](/files/emmD4vQXxiE3q3SvxG5I)

![Pills eckig](/files/J1ke7ieryd4J7IzdYiyr)

<figure><img src="/files/uTaxI8CEEE45h64HFMax" alt=""><figcaption><p>Disabled-Button ausgeblendet</p></figcaption></figure>

{% hint style="info" %}
Die Abrundungen der Pills ergeben sich aus dem eingestellten Button-Radius aus dem Tab der Allgemein-Einstellungen. Für runde Pill müssen Buttons `rund` eingestellt sein.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://themedocs.zenit.design/styling/elemente/paginierung.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
