From 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 6 Apr 2018 10:54:58 -0700 Subject: Move documentation to https://docs.kanboard.org/ --- doc/de_DE/custom-css.markdown | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 doc/de_DE/custom-css.markdown (limited to 'doc/de_DE') diff --git a/doc/de_DE/custom-css.markdown b/doc/de_DE/custom-css.markdown deleted file mode 100644 index b58a073f..00000000 --- a/doc/de_DE/custom-css.markdown +++ /dev/null @@ -1,30 +0,0 @@ -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; -} -``` -- cgit v1.2.3