[CHANGE] Wrapping table in {eval-rst}

This commit is contained in:
Peter Pfeufer 2023-12-17 23:52:00 +01:00
parent dbc19c76c5
commit f55008559e
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -8,18 +8,31 @@ Alliance Auth is providing its own CSS framework with a couple of CSS classes.
Our CSS framework provides different classes to manipulate the cursor, which are Our CSS framework provides different classes to manipulate the cursor, which are
missing in Bootstrap. missing in Bootstrap.
```{eval-rst}
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| CSS Class | Effect | Example | | CSS Class | Effect | Example |
|----------------------|--------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------| +======================+========================================================+==================================================================================================================================================+
| `cursor-default` | System default curser | ![Cursor: Default](/_static/images/development/aa-framework/css/cursor-default.png "Cursor: Default") | | `cursor-default` | System default curser | ![Cursor: Default](/_static/images/development/aa-framework/css/cursor-default.png "Cursor: Default") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-pointer` | Pointer, like it looks like for links and form buttons | ![Cursor: Pointer](/_static/images/development/aa-framework/css/cursor-pointer.png "Cursor: Pointer") | | `cursor-pointer` | Pointer, like it looks like for links and form buttons | ![Cursor: Pointer](/_static/images/development/aa-framework/css/cursor-pointer.png "Cursor: Pointer") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-wait` | Wait animation | ![Cursor: Wait](/_static/images/development/aa-framework/css/cursor-wait.png "Cursor: Wait") | | `cursor-wait` | Wait animation | ![Cursor: Wait](/_static/images/development/aa-framework/css/cursor-wait.png "Cursor: Wait") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-text` | Text selection cursor | ![Cursor: Text](/_static/images/development/aa-framework/css/cursor-text.png "Cursor: Text") | | `cursor-text` | Text selection cursor | ![Cursor: Text](/_static/images/development/aa-framework/css/cursor-text.png "Cursor: Text") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-move` | 4-arrow-shaped cursor | ![Cursor: Move](/_static/images/development/aa-framework/css/cursor-move.png "Cursor: Move") | | `cursor-move` | 4-arrow-shaped cursor | ![Cursor: Move](/_static/images/development/aa-framework/css/cursor-move.png "Cursor: Move") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-help` | Cursor with a little question mark | ![Cursor: Help](/_static/images/development/aa-framework/css/cursor-help.png "Cursor: Help") | | `cursor-help` | Cursor with a little question mark | ![Cursor: Help](/_static/images/development/aa-framework/css/cursor-help.png "Cursor: Help") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-not-allowed` | Not Allowed sign | ![Cursor: Not Allowed](/_static/images/development/aa-framework/css/cursor-not-allowed.png "Cursor: Not Allowed") | | `cursor-not-allowed` | Not Allowed sign | ![Cursor: Not Allowed](/_static/images/development/aa-framework/css/cursor-not-allowed.png "Cursor: Not Allowed") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-inherit` | Inherited from its parent element | | | `cursor-inherit` | Inherited from its parent element | |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-zoom-in` | Zoom in symbol | ![Cursor: Zoom In](/_static/images/development/aa-framework/css/cursor-zoom-in.png "Cursor: Zoom In") | | `cursor-zoom-in` | Zoom in symbol | ![Cursor: Zoom In](/_static/images/development/aa-framework/css/cursor-zoom-in.png "Cursor: Zoom In") |
| `cursor-zoom-out` | Zoom out symbol | ![Alliance Auth Framework: Callout Boxes](/_static/images/development/aa-framework/css/cursor-zoom-out "Alliance Auth Framework: Callout Boxes") | +----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| `cursor-zoom-out` | Zoom out symbol | ![Cursor: Zoom Out](/_static/images/development/aa-framework/css/cursor-zoom-out "Cursor: Zoom Out") |
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
```
## Callout-Boxes ## Callout-Boxes