diff --git a/docs/_static/images/development/css-framework/callout-boxes.png b/docs/_static/images/development/aa-framework/css/callout-boxes.png similarity index 100% rename from docs/_static/images/development/css-framework/callout-boxes.png rename to docs/_static/images/development/aa-framework/css/callout-boxes.png diff --git a/docs/_static/images/development/aa-framework/css/cursor-default.png b/docs/_static/images/development/aa-framework/css/cursor-default.png new file mode 100644 index 00000000..37927e8b Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-default.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-help.png b/docs/_static/images/development/aa-framework/css/cursor-help.png new file mode 100644 index 00000000..9925ec56 Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-help.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-move.png b/docs/_static/images/development/aa-framework/css/cursor-move.png new file mode 100644 index 00000000..1fde4390 Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-move.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-not-allowed.png b/docs/_static/images/development/aa-framework/css/cursor-not-allowed.png new file mode 100644 index 00000000..63e5ec47 Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-not-allowed.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-pointer.png b/docs/_static/images/development/aa-framework/css/cursor-pointer.png new file mode 100644 index 00000000..68b0c179 Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-pointer.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-text.png b/docs/_static/images/development/aa-framework/css/cursor-text.png new file mode 100644 index 00000000..10de6e23 Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-text.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-wait.png b/docs/_static/images/development/aa-framework/css/cursor-wait.png new file mode 100644 index 00000000..5f926d66 Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-wait.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-zoom-in.png b/docs/_static/images/development/aa-framework/css/cursor-zoom-in.png new file mode 100644 index 00000000..d12cc98d Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-zoom-in.png differ diff --git a/docs/_static/images/development/aa-framework/css/cursor-zoom-out.png b/docs/_static/images/development/aa-framework/css/cursor-zoom-out.png new file mode 100644 index 00000000..3d89db5b Binary files /dev/null and b/docs/_static/images/development/aa-framework/css/cursor-zoom-out.png differ diff --git a/docs/development/custom/aa-framework.md b/docs/development/custom/aa-framework.md new file mode 100644 index 00000000..924026fe --- /dev/null +++ b/docs/development/custom/aa-framework.md @@ -0,0 +1,11 @@ +# AA Framework + +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. + +```eval_rst +.. toctree:: + :maxdepth: 1 + + framework/css +``` diff --git a/docs/development/custom/css-framework.md b/docs/development/custom/css-framework.md deleted file mode 100644 index 74327d36..00000000 --- a/docs/development/custom/css-framework.md +++ /dev/null @@ -1,42 +0,0 @@ -# CSS Framework - -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. - -## Callout-Boxes - -These are similar to the Bootstrap alert/notification boxes, but not as "loud". - -Callout-boxes need a base-class (`.aa-callout`) and a modifier-class (e.g.: -`.aa-callout-info` for an info-box). Modifier classes are available for the usual -Bootstrap alert levels "Success", "Info", "Warning" and "Danger". - - - -### HTML - -```html -
- This is a success callout-box. -
-- This is an info callout-box. -
-- This is a warning callout-box. -
-- This is a danger callout-box. -
-+ This is a success callout-box. +
++ This is an info callout-box. +
++ This is a warning callout-box. +
++ This is a danger callout-box. +
+