summaryrefslogtreecommitdiffstats
path: root/docs/_static
diff options
context:
space:
mode:
authorxudan16 <xudan16@huawei.com>2023-02-13 15:36:55 +0800
committerDan Xu <xudan16@huawei.com>2023-02-27 09:04:25 +0000
commit486015325b01283f31595abd8fbdbf93530f6a5a (patch)
tree353127b4a598959027a963336ef1b69dbbd9db42 /docs/_static
parentfa45466bd639ff1e01c4af798cd44e346c5614a9 (diff)
Applying Piccolo themeHEADmaster
Signed-off-by: xudan16 <xudan16@huawei.com> Change-Id: If169f3250aaa8ba326919c98fb36170eb8402232 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/73866 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Gergely Csatari <gergely.csatari@nokia.com>
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/anuket-logo.pngbin0 -> 8612 bytes
-rw-r--r--docs/_static/custom.css66
-rw-r--r--docs/_static/favicon.icobin0 -> 15406 bytes
3 files changed, 66 insertions, 0 deletions
diff --git a/docs/_static/anuket-logo.png b/docs/_static/anuket-logo.png
new file mode 100644
index 0000000..fe256a6
--- /dev/null
+++ b/docs/_static/anuket-logo.png
Binary files differ
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
new file mode 100644
index 0000000..46c9616
--- /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.ico b/docs/_static/favicon.ico
new file mode 100644
index 0000000..3d410f6
--- /dev/null
+++ b/docs/_static/favicon.ico
Binary files differ