summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
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.pngbin0 -> 8612 bytes
-rw-r--r--docs/_static/apple-touch-icon.pngbin0 -> 10775 bytes
-rw-r--r--docs/_static/custom.css66
-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.icobin15086 -> 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, 67 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
new file mode 100644
index 000000000..fe256a64a
--- /dev/null
+++ 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..46c961617
--- /dev/null
+++ b/docs/_static/custom.css
@@ -0,0 +1,66 @@
+/* Changing the color of top navbar in piccolo */
+div#top_nav nav {
+ background-color: #16326c;
+ padding:0.5rem;
+}
+
+/* Changing the size of the logo in the top navbar in piccolo */
+div#top_nav nav h1 img {
+ height: 2rem;
+}
+
+/* Changing the margin of the main text in piccolo */
+div.document {
+ margin-left: 10rem;
+ margin-right: 20rem;
+}
+
+/* Changing link color in piccolo */
+a {
+ color: #007574ff;
+}
+
+/* Changing link color in the left sidebar in piccolo */
+div.sphinxsidebar ul li a.current {
+ color: #007574ff;
+}
+
+/* Changing the hover color in the left sidebar in piccolo */
+div.sphinxsidebar ul li a:hover {
+ color: #007574ff;
+}
+
+/* Changing the hover color in the right sidebar in piccolo */
+div#right_sidebar ul li a:hover {
+ color: #007574ff;
+}
+
+/* Changing the color of the > icon next to Page contents */
+div#right_sidebar p span.icon {
+ color: #007574ff;
+}
+
+/* Changing the color of the Page contents title */
+div#right_sidebar p span {
+ color: #007574ff;
+}
+
+/* Changing the color of the search button */
+div.document form input[type=submit], div.document form button {
+ background-color: #16326c;
+}
+
+/* Changing the color of the Search text in the Search button */
+div#searchbox form.search input[type="submit"] {
+ color: #16326c;
+}
+
+/* Changing the color of the > icon next to the collapsed Page contents */
+div#show_right_sidebar p span.icon {
+ color: rgba(0, 0, 0, 0.6);
+}
+
+/* Removing option to switch to dark mode */
+div#top_nav nav a#mode_toggle, div#top_nav nav a#source_link {
+ 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 bbe55ab40..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