mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
[CHANGE] Try to use img
tags instead of MD
This commit is contained in:
parent
f55008559e
commit
d3a3810456
@ -3,35 +3,35 @@
|
||||
To establish a unified style language throughout Alliance Auth and Community Apps,
|
||||
Alliance Auth is providing its own CSS framework with a couple of CSS classes.
|
||||
|
||||
## Cursor
|
||||
## Cursors
|
||||
|
||||
Our CSS framework provides different classes to manipulate the cursor, which are
|
||||
missing in Bootstrap.
|
||||
|
||||
```{eval-rst}
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| CSS Class | Effect | Example |
|
||||
+======================+========================================================+==================================================================================================================================================+
|
||||
| `cursor-default` | System default curser |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-pointer` | Pointer, like it looks like for links and form buttons |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-wait` | Wait animation |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-text` | Text selection cursor |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-move` | 4-arrow-shaped cursor |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-help` | Cursor with a little question mark |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-not-allowed` | Not Allowed sign |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+======================+========================================================+===========================================================================================================+
|
||||
| `cursor-default` | System default curser | <img src="/_static/images/development/aa-framework/css/cursor-default.png" alt="Cursor: Default"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `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-wait` | Wait animation | <img src="/_static/images/development/aa-framework/css/cursor-wait.png" alt="Cursor: Wait"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-text` | Text selection cursor | <img src="/_static/images/development/aa-framework/css/cursor-text.png" alt="Cursor: Text"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-move` | 4-arrow-shaped cursor | <img src="/_static/images/development/aa-framework/css/cursor-move.png" alt="Cursor: Move"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-help` | Cursor with a little question mark | <img src="/_static/images/development/aa-framework/css/cursor-help.png" alt="Cursor: Help"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-not-allowed` | Not Allowed sign | <img src="/_static/images/development/aa-framework/css/cursor-not-allowed.png" alt="Cursor: Not Allowed"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-inherit` | Inherited from its parent element | |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-zoom-in` | Zoom in symbol |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-zoom-out` | Zoom out symbol |  |
|
||||
+----------------------+--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-zoom-in` | Zoom in symbol | <img src="/_static/images/development/aa-framework/css/cursor-zoom-in.png" alt="Cursor: Zoom In"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| `cursor-zoom-out` | Zoom out symbol | <img src="/_static/images/development/aa-framework/css/cursor-zoom-out.png" alt="Cursor: Zoom Out"> |
|
||||
+----------------------+--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
```
|
||||
|
||||
## Callout-Boxes
|
||||
|
Loading…
x
Reference in New Issue
Block a user