From e1b6aae2f0942a8b72d9c2f892eb3846ea66bff8 Mon Sep 17 00:00:00 2001 From: Kamforka Date: Thu, 26 Sep 2024 20:55:31 +0200 Subject: [PATCH] Deployed aecec9e with MkDocs version: 1.6.1 --- index.html | 20 ++++++++------ search/search_index.json | 2 +- styles/extra.css | 58 +++++++++++++++++++++++++--------------- 3 files changed, 50 insertions(+), 30 deletions(-) diff --git a/index.html b/index.html index a84e215..eb698de 100644 --- a/index.html +++ b/index.html @@ -322,21 +322,25 @@

-

Coming Soon!

+ TheHive4py TheHive Logo

- - - - Our bees are out buzzing to gather the docs for you! - - - + + +

+

Coming Soon! +

+

+ + + +

+

Our bees are out buzzing to gather the docs for you!

Check out the Quickstart in the meantime!

diff --git a/search/search_index.json b/search/search_index.json index 9f13830..533e73d 100644 --- a/search/search_index.json +++ b/search/search_index.json @@ -1 +1 @@ -{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Coming Soon!","text":""},{"location":"#coming-soon","title":"Coming Soon!","text":"

Our bees are out buzzing to gather the docs for you!

Check out the Quickstart in the meantime!"}]} \ No newline at end of file +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Coming Soon!","text":"

TheHive4py

Coming Soon!

Our bees are out buzzing to gather the docs for you!

Check out the Quickstart in the meantime!"}]} \ No newline at end of file diff --git a/styles/extra.css b/styles/extra.css index 3dfd517..7a77407 100644 --- a/styles/extra.css +++ b/styles/extra.css @@ -4,45 +4,61 @@ } @keyframes pulse { - 0%, 100% { - transform: scale(1); - } - 50% { - transform: scale(1.25); - } + 0%, 100% { + transform: scale(1); + } + 50% { + transform: scale(1.25); + } } .coming-soon { - color: var(--md-primary-fg-color); - font-weight: bold; - transition: 0.75s; - + color: var(--md-primary-fg-color); + font-size: 1.5rem; + font-weight: bold; + transition: 0.75s; } .coming-soon:hover{ - color: var(--md-accent-fg-color); - transition: 0.75s; + color: var(--md-accent-fg-color); + transition: 0.75s; +} + +.upleftbee { + rotate: -90deg; +} + +.upbee { + rotate: -45deg; +} + +.uprightbee{ + rotate: 0deg; +} + +.downleftbee { + rotate: 180deg; } -.leftbee { - rotate: 0deg; +.downbee { + rotate: 135deg; } -.rightbee { - rotate: -90deg; +.downrightbee{ + rotate: 90deg; } .yellowbee { - color: var(--md-accent-fg-color) + color: var(--md-accent-fg-color) } .bluebee { - color: var(--md-primary-fg-color) + color: var(--md-primary-fg-color) } .strangebee { - animation: pulse 2s infinite; - font-size: 1.2rem; - vertical-align: top !important; + animation: pulse 2s infinite; + font-size: 1.5rem; + vertical-align: top !important; }