summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorGeorg Kunz <georg.kunz@ericsson.com>2022-08-05 11:04:42 +0200
committerGeorg Kunz <georg.kunz@ericsson.com>2022-08-08 00:04:51 +0200
commited201f05042e990240b85da74e07686f6c13e39d (patch)
tree5a16d697e862f7ae44ec88dcc6d5efa1c3a4f4e3 /docs/_static
parent474ea7ed2bf044798bf05654e757fef090e8aed8 (diff)
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 <georg.kunz@ericsson.com> Change-Id: I16f8bf2b500260549bab8b21d1ab58d76cb103c6
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/android-chrome-192x192.pngbin0 -> 12272 bytes
-rw-r--r--docs/_static/android-chrome-512x512.pngbin0 -> 54593 bytes
-rw-r--r--docs/_static/anuket-logo.pngbin8991 -> 8612 bytes
-rw-r--r--docs/_static/apple-touch-icon.pngbin0 -> 10775 bytes
-rw-r--r--docs/_static/custom.css29
-rw-r--r--docs/_static/favicon-16x16.pngbin0 -> 425 bytes
-rw-r--r--docs/_static/favicon-32x32.pngbin0 -> 1003 bytes
-rw-r--r--[-rwxr-xr-x]docs/_static/favicon.icobin15406 -> 15406 bytes
-rw-r--r--docs/_static/images/OPNFV_testing_group.pngbin87295 -> 0 bytes
-rw-r--r--docs/_static/images/opnfvplatformgraphic.pngbin136767 -> 0 bytes
-rw-r--r--docs/_static/my-styles.css33
-rw-r--r--docs/_static/site.webmanifest1
12 files changed, 30 insertions, 33 deletions
diff --git a/docs/_static/android-chrome-192x192.png b/docs/_static/android-chrome-192x192.png
new file mode 100644
index 000000000..74c81a35d
--- /dev/null
+++ b/docs/_static/android-chrome-192x192.png
Binary files differ
diff --git a/docs/_static/android-chrome-512x512.png b/docs/_static/android-chrome-512x512.png
new file mode 100644
index 000000000..d6b7457ba
--- /dev/null
+++ b/docs/_static/android-chrome-512x512.png
Binary files differ
diff --git a/docs/_static/anuket-logo.png b/docs/_static/anuket-logo.png
index 0320800f6..fe256a64a 100644
--- a/docs/_static/anuket-logo.png
+++ b/docs/_static/anuket-logo.png
Binary files differ
diff --git a/docs/_static/apple-touch-icon.png b/docs/_static/apple-touch-icon.png
new file mode 100644
index 000000000..9cfaf49e0
--- /dev/null
+++ b/docs/_static/apple-touch-icon.png
Binary files 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
--- /dev/null
+++ b/docs/_static/favicon-16x16.png
Binary files differ
diff --git a/docs/_static/favicon-32x32.png b/docs/_static/favicon-32x32.png
new file mode 100644
index 000000000..e2cccffa3
--- /dev/null
+++ b/docs/_static/favicon-32x32.png
Binary files differ
diff --git a/docs/_static/favicon.ico b/docs/_static/favicon.ico
index 3d410f6e9..3d410f6e9 100755..100644
--- a/docs/_static/favicon.ico
+++ b/docs/_static/favicon.ico
Binary files differ
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
--- a/docs/_static/images/OPNFV_testing_group.png
+++ /dev/null
Binary files differ
diff --git a/docs/_static/images/opnfvplatformgraphic.png b/docs/_static/images/opnfvplatformgraphic.png
deleted file mode 100644
index 9d6074f02..000000000
--- a/docs/_static/images/opnfvplatformgraphic.png
+++ /dev/null
Binary files 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