From ed201f05042e990240b85da74e07686f6c13e39d Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 5 Aug 2022 11:04:42 +0200 Subject: Consistent use of material theme across specs and impl project docs This applies the same material theme and build dependencies to the implementation project documentation as used by the specs. It thereby creates a consistens look-and-feel across both set of docs. Signed-off-by: Georg Kunz Change-Id: I16f8bf2b500260549bab8b21d1ab58d76cb103c6 --- docs/_static/android-chrome-192x192.png | Bin 0 -> 12272 bytes docs/_static/android-chrome-512x512.png | Bin 0 -> 54593 bytes docs/_static/anuket-logo.png | Bin 8991 -> 8612 bytes docs/_static/apple-touch-icon.png | Bin 0 -> 10775 bytes docs/_static/custom.css | 29 +++++++++++++++++++++++ docs/_static/favicon-16x16.png | Bin 0 -> 425 bytes docs/_static/favicon-32x32.png | Bin 0 -> 1003 bytes docs/_static/favicon.ico | Bin docs/_static/images/OPNFV_testing_group.png | Bin 87295 -> 0 bytes docs/_static/images/opnfvplatformgraphic.png | Bin 136767 -> 0 bytes docs/_static/my-styles.css | 33 --------------------------- docs/_static/site.webmanifest | 1 + 12 files changed, 30 insertions(+), 33 deletions(-) create mode 100644 docs/_static/android-chrome-192x192.png create mode 100644 docs/_static/android-chrome-512x512.png create mode 100644 docs/_static/apple-touch-icon.png create mode 100644 docs/_static/custom.css create mode 100644 docs/_static/favicon-16x16.png create mode 100644 docs/_static/favicon-32x32.png mode change 100755 => 100644 docs/_static/favicon.ico delete mode 100644 docs/_static/images/OPNFV_testing_group.png delete mode 100644 docs/_static/images/opnfvplatformgraphic.png delete mode 100644 docs/_static/my-styles.css create mode 100644 docs/_static/site.webmanifest (limited to 'docs/_static') diff --git a/docs/_static/android-chrome-192x192.png b/docs/_static/android-chrome-192x192.png new file mode 100644 index 000000000..74c81a35d Binary files /dev/null and b/docs/_static/android-chrome-192x192.png differ diff --git a/docs/_static/android-chrome-512x512.png b/docs/_static/android-chrome-512x512.png new file mode 100644 index 000000000..d6b7457ba Binary files /dev/null and b/docs/_static/android-chrome-512x512.png differ diff --git a/docs/_static/anuket-logo.png b/docs/_static/anuket-logo.png index 0320800f6..fe256a64a 100644 Binary files a/docs/_static/anuket-logo.png and b/docs/_static/anuket-logo.png differ diff --git a/docs/_static/apple-touch-icon.png b/docs/_static/apple-touch-icon.png new file mode 100644 index 000000000..9cfaf49e0 Binary files /dev/null and b/docs/_static/apple-touch-icon.png differ diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 000000000..9e2fb989c --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,29 @@ +/* Color of the top header */ +.md-header { + background-color: #16326c; +} + +/* Color of the bottom header */ +.md-tabs { + background-color: #16326c; +} + +/* Color of links */ +.md-typeset a { + color: #16326c; +} + +.md-typeset h1 { + font-size: 1.8rem; + color: rgba(0,0,0,.87); +} + +/* Hiding the content from left side navbar */ +.md-nav__title { + display: none; +} + +/* Hiding the content from the top navbar */ +.md-tabs__list { + display: none; +} \ No newline at end of file diff --git a/docs/_static/favicon-16x16.png b/docs/_static/favicon-16x16.png new file mode 100644 index 000000000..fa55f39ca Binary files /dev/null and b/docs/_static/favicon-16x16.png differ diff --git a/docs/_static/favicon-32x32.png b/docs/_static/favicon-32x32.png new file mode 100644 index 000000000..e2cccffa3 Binary files /dev/null and b/docs/_static/favicon-32x32.png differ diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico old mode 100755 new mode 100644 diff --git a/docs/_static/images/OPNFV_testing_group.png b/docs/_static/images/OPNFV_testing_group.png deleted file mode 100644 index 4b8c2c053..000000000 Binary files a/docs/_static/images/OPNFV_testing_group.png and /dev/null differ diff --git a/docs/_static/images/opnfvplatformgraphic.png b/docs/_static/images/opnfvplatformgraphic.png deleted file mode 100644 index 9d6074f02..000000000 Binary files a/docs/_static/images/opnfvplatformgraphic.png and /dev/null differ diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css deleted file mode 100644 index 8feb45bfd..000000000 --- a/docs/_static/my-styles.css +++ /dev/null @@ -1,33 +0,0 @@ -body { - font-family: Helvetica, sans-serif; - font-size: 16px; -} - -body a { - color: #27CCC0; -} - -body a:hover { - color: #676767; -} - -.navbar-brand img { - height: 200%; - margin-top: -5%; -} - -.navbar, h1, h2, h3, h4, h5, h6 { - font-family: Helvetica, sans-serif; -} - -.navbar-text{ - color: #676767; -} - -.navbar-form.navbar-right{ - padding: 0; -} - -.navbar-form .form-control{ - width: 150px; -} diff --git a/docs/_static/site.webmanifest b/docs/_static/site.webmanifest new file mode 100644 index 000000000..45dc8a206 --- /dev/null +++ b/docs/_static/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file -- cgit 1.2.3-korg