summaryrefslogtreecommitdiffstats
path: root/opnfv-theme/sphinx_opnfv_theme/static
diff options
context:
space:
mode:
authorSofia Wallin <sofia.wallin@ericsson.com>2018-04-23 15:18:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-23 15:18:56 +0000
commit98fa6c92ed1326896671e23dac2f470c96e471ca (patch)
tree4ed3a273d8ddc66d50fb4c39fa8fd7fdce7e957a /opnfv-theme/sphinx_opnfv_theme/static
parentf39141858f45df25e7cb77a51442135cae33c52e (diff)
parentbd331b2451a17eaf5ed8f6fc8aa89f0499031c28 (diff)
Merge "Update OPNFV Sphinx Theme"
Diffstat (limited to 'opnfv-theme/sphinx_opnfv_theme/static')
-rwxr-xr-xopnfv-theme/sphinx_opnfv_theme/static/favicon.icobin0 -> 15086 bytes
-rw-r--r--opnfv-theme/sphinx_opnfv_theme/static/logo.pngbin0 -> 2829 bytes
-rw-r--r--opnfv-theme/sphinx_opnfv_theme/static/my-styles.css33
3 files changed, 33 insertions, 0 deletions
diff --git a/opnfv-theme/sphinx_opnfv_theme/static/favicon.ico b/opnfv-theme/sphinx_opnfv_theme/static/favicon.ico
new file mode 100755
index 000000000..bbe55ab40
--- /dev/null
+++ b/opnfv-theme/sphinx_opnfv_theme/static/favicon.ico
Binary files differ
diff --git a/opnfv-theme/sphinx_opnfv_theme/static/logo.png b/opnfv-theme/sphinx_opnfv_theme/static/logo.png
new file mode 100644
index 000000000..1519503eb
--- /dev/null
+++ b/opnfv-theme/sphinx_opnfv_theme/static/logo.png
Binary files differ
diff --git a/opnfv-theme/sphinx_opnfv_theme/static/my-styles.css b/opnfv-theme/sphinx_opnfv_theme/static/my-styles.css
new file mode 100644
index 000000000..8feb45bfd
--- /dev/null
+++ b/opnfv-theme/sphinx_opnfv_theme/static/my-styles.css
@@ -0,0 +1,33 @@
+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;
+}