From f1996001486d98f7160b1db380e02b664d9c030b Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 27 Feb 2018 15:57:30 -0800 Subject: Improve documentation about custom CSS --- doc/de_DE/custom-css.markdown | 30 +++++++++++++++++++++ doc/de_DE/individuel-category.markdown | 31 ---------------------- doc/de_DE/screenshots/kanboard_patch_category.PNG | Bin 754 -> 0 bytes 3 files changed, 30 insertions(+), 31 deletions(-) create mode 100644 doc/de_DE/custom-css.markdown delete mode 100644 doc/de_DE/individuel-category.markdown delete mode 100644 doc/de_DE/screenshots/kanboard_patch_category.PNG (limited to 'doc/de_DE') diff --git a/doc/de_DE/custom-css.markdown b/doc/de_DE/custom-css.markdown new file mode 100644 index 00000000..b58a073f --- /dev/null +++ b/doc/de_DE/custom-css.markdown @@ -0,0 +1,30 @@ +Custom CSS +========== + +Einstellung > Anwendungskonfiguration > benutzerdefiniertes Stylesheet + +Inviduelle Kategorien Darstellung +--------------------------------- + +Für den Kategorien-Container allgemeine Darstellung: + +```css +.task-board-category-container-color span { + border: solid 0.5px grey; + color: black; +} +``` + +Für den Text-Inhalt: + +```css +[class*="category-Patchkanditat"] { + background-color: rgba(255, 0, 0, 0.50); + border: none!important; + font-weight: bold; + font-style: italic; + box-shadow: 0 1px 1px rgba(186, 186, 186, 0.55); + color: white!important; + font-size:11px; +} +``` diff --git a/doc/de_DE/individuel-category.markdown b/doc/de_DE/individuel-category.markdown deleted file mode 100644 index 95d6600b..00000000 --- a/doc/de_DE/individuel-category.markdown +++ /dev/null @@ -1,31 +0,0 @@ -Inviduelle Kategorien 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; - color: black; -} -``` - -Für den Text-Inhalt -```css -[class*="category-Patchkanditat"] { - background-color: rgba(255, 0, 0, 0.50); - border: none!important; - font-weight: bold; - font-style: italic; - box-shadow: 0 1px 1px rgba(186, 186, 186, 0.55); - color: white!important; - 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 975f66f7..00000000 Binary files a/doc/de_DE/screenshots/kanboard_patch_category.PNG and /dev/null differ -- cgit v1.2.3