diff --git a/doc/de_DE/individuel-category.markdown b/doc/de_DE/custom-css.markdown similarity index 61% rename from doc/de_DE/individuel-category.markdown rename to doc/de_DE/custom-css.markdown index 95d6600b6..b58a073fd 100644 --- a/doc/de_DE/individuel-category.markdown +++ b/doc/de_DE/custom-css.markdown @@ -1,14 +1,13 @@ +Custom CSS +========== + +Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet + Inviduelle Kategorien Darstellung -================================= +--------------------------------- +Für den Kategorien-Container allgemeine Darstellung: - -Setup ------ - -1: Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet - -Für den Kategorien-Container allgemeine Darstellung ```css .task-board-category-container-color span { border: solid 0.5px grey; @@ -16,7 +15,8 @@ Für den Kategorien-Container allgemeine Darstellung } ``` -Für den Text-Inhalt +Für den Text-Inhalt: + ```css [class*="category-Patchkanditat"] { background-color: rgba(255, 0, 0, 0.50); @@ -28,4 +28,3 @@ Für den Text-Inhalt font-size:11px; } ``` -![CAT](./screenshots/kanboard_patch_category.PNG) diff --git a/doc/de_DE/screenshots/kanboard_patch_category.PNG b/doc/de_DE/screenshots/kanboard_patch_category.PNG deleted file mode 100644 index 975f66f7f..000000000 Binary files a/doc/de_DE/screenshots/kanboard_patch_category.PNG and /dev/null differ diff --git a/doc/en_US/individuel-category.markdown b/doc/en_US/custom-css.markdown similarity index 72% rename from doc/en_US/individuel-category.markdown rename to doc/en_US/custom-css.markdown index fe029e6cb..32f641051 100644 --- a/doc/en_US/individuel-category.markdown +++ b/doc/en_US/custom-css.markdown @@ -1,21 +1,21 @@ -Individual category markup -=========================== +Custom CSS +========== +Go to Settings > Application settings > Custom Stylesheet -Setup ------ - -1: Settings > Application settings > Custom Stylesheet +Example to change color of category labels +------------------------------------------ For the category container: + ```css .task-board-category-container-color span { border: solid 0.5px grey; color: black; } - ``` Custom css values for one category - this is an example for displaying the text: + ```css [class*="category-Patchkanditat"] { background-color: rgba(255, 0, 0, 0.50); @@ -27,4 +27,3 @@ Custom css values for one category - this is an example for displaying the text: font-size:11px; } ``` -![CAT](../de_DE/screenshots/kanboard_patch_category.PNG) diff --git a/doc/en_US/index.markdown b/doc/en_US/index.markdown index 09b39d9fc..e4375e855 100644 --- a/doc/en_US/index.markdown +++ b/doc/en_US/index.markdown @@ -83,6 +83,7 @@ Using Kanboard - [Command line interface](cli.markdown) - [Syntax guide](syntax-guide.markdown) - [Brute force protection](bruteforce-protection.markdown) +- [Custom CSS](custom-css.markdown) - [Frequently asked questions](faq.markdown) ### Troubleshooting