From beb219f8bb8b1176a210cc46091ed43fee76ba98 Mon Sep 17 00:00:00 2001 From: ToLive Date: Thu, 27 Feb 2020 15:51:19 +0200 Subject: [PATCH] Compatibility with AlertBox plugin --- css/plugins/alertbox.less | 53 +++++++++++++++++++-------------------- style.ini | 1 + 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/css/plugins/alertbox.less b/css/plugins/alertbox.less index f918abf..3ed0047 100644 --- a/css/plugins/alertbox.less +++ b/css/plugins/alertbox.less @@ -4,35 +4,34 @@ /* + + + + + global + + + + + */ #dokuwiki__content { - .alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; - } + .alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; + } - .alert-success { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; - } + .alert-success { + color: #3c763d; + background-color: #dff0d8; + border-color: #d6e9c6; + } - .alert-info { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; - } + .alert-info { + color: #31708f; + background-color: #d9edf7; + border-color: #bce8f1; + } - .alert-warning { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; - } - - .alert-danger { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; - } + .alert-warning { + color: #8a6d3b; + background-color: #fcf8e3; + border-color: #faebcc; + } + .alert-danger { + color: #a94442; + background-color: #f2dede; + border-color: #ebccd1; + } } \ No newline at end of file diff --git a/style.ini b/style.ini index fc2cc16..ce39d9a 100755 --- a/style.ini +++ b/style.ini @@ -116,6 +116,7 @@ css/plugins/quicksubscribe.less = all css/plugins/sitemapnavi.less = all css/plugins/data.less = all css/plugins/fastwiki.less = all +css/plugins/alertbox.less = all ; _____________ print styles _____________