mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
[CHANGE] Trying a different syntax …
This commit is contained in:
parent
d3a3810456
commit
003a67224e
@ -9,29 +9,29 @@ Our CSS framework provides different classes to manipulate the cursor, which are
|
|||||||
missing in Bootstrap.
|
missing in Bootstrap.
|
||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| CSS Class | Effect | Example |
|
| CSS Class | Effect | Example |
|
||||||
+======================+========================================================+===========================================================================================================+
|
+======================+========================================================+================================================================================+
|
||||||
| `cursor-default` | System default curser | <img src="/_static/images/development/aa-framework/css/cursor-default.png" alt="Cursor: Default"> |
|
| `cursor-default` | System default curser | .. image:: /_static/images/development/aa-framework/css/cursor-default.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-pointer` | Pointer, like it looks like for links and form buttons | <img src="/_static/images/development/aa-framework/css/cursor-pointer.png" alt="Cursor: Pointer"> |
|
| `cursor-pointer` | Pointer, like it looks like for links and form buttons | .. image:: /_static/images/development/aa-framework/css/cursor-pointer.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-wait` | Wait animation | <img src="/_static/images/development/aa-framework/css/cursor-wait.png" alt="Cursor: Wait"> |
|
| `cursor-wait` | Wait animation | .. image:: /_static/images/development/aa-framework/css/cursor-wait.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-text` | Text selection cursor | <img src="/_static/images/development/aa-framework/css/cursor-text.png" alt="Cursor: Text"> |
|
| `cursor-text` | Text selection cursor | .. image:: /_static/images/development/aa-framework/css/cursor-text.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-move` | 4-arrow-shaped cursor | <img src="/_static/images/development/aa-framework/css/cursor-move.png" alt="Cursor: Move"> |
|
| `cursor-move` | 4-arrow-shaped cursor | .. image:: /_static/images/development/aa-framework/css/cursor-move.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-help` | Cursor with a little question mark | <img src="/_static/images/development/aa-framework/css/cursor-help.png" alt="Cursor: Help"> |
|
| `cursor-help` | Cursor with a little question mark | .. image:: /_static/images/development/aa-framework/css/cursor-help.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-not-allowed` | Not Allowed sign | <img src="/_static/images/development/aa-framework/css/cursor-not-allowed.png" alt="Cursor: Not Allowed"> |
|
| `cursor-not-allowed` | Not Allowed sign | .. image:: /_static/images/development/aa-framework/css/cursor-not-allowed.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-inherit` | Inherited from its parent element | |
|
| `cursor-inherit` | Inherited from its parent element | |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-zoom-in` | Zoom in symbol | <img src="/_static/images/development/aa-framework/css/cursor-zoom-in.png" alt="Cursor: Zoom In"> |
|
| `cursor-zoom-in` | Zoom in symbol | .. image:: /_static/images/development/aa-framework/css/cursor-zoom-in.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
| `cursor-zoom-out` | Zoom out symbol | <img src="/_static/images/development/aa-framework/css/cursor-zoom-out.png" alt="Cursor: Zoom Out"> |
|
| `cursor-zoom-out` | Zoom out symbol | .. image:: /_static/images/development/aa-framework/css/cursor-zoom-out.png |
|
||||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
## Callout-Boxes
|
## Callout-Boxes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user