> For the complete documentation index, see [llms.txt](https://cider.gitbook.io/welcome-to-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cider.gitbook.io/welcome-to-gitbook/docs/3.legacy-docs/4.themes/available-attributes.md).

# Available Attributes

Attributes are applied to elements to expose app state information to CSS

| Attribute Pattern     | Values                                                                                     | Description               |
| --------------------- | ------------------------------------------------------------------------------------------ | ------------------------- |
| body\[video-playing]  |                                                                                            | Is a music video playing? |
| body\[focus-state]    | <ul><li><code>focused</code></li><li><code>blurred</code></li></ul>                        | Focus state of the window |
| body\[playback-state] | <ul><li><code>playing</code></li><li><code>paused</code></li></ul>                         | Current playback state    |
| #app\[window-style]   | <ul><li><code>default</code> - Cupertino</li><li><code>twopanel</code> - Redmond</li></ul> | Window Layout Style       |
