diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2018-04-23 15:18:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-23 15:18:56 +0000 |
commit | 98fa6c92ed1326896671e23dac2f470c96e471ca (patch) | |
tree | 4ed3a273d8ddc66d50fb4c39fa8fd7fdce7e957a /opnfv-theme/sphinx_opnfv_theme/static | |
parent | f39141858f45df25e7cb77a51442135cae33c52e (diff) | |
parent | bd331b2451a17eaf5ed8f6fc8aa89f0499031c28 (diff) |
Merge "Update OPNFV Sphinx Theme"
Diffstat (limited to 'opnfv-theme/sphinx_opnfv_theme/static')
-rwxr-xr-x | opnfv-theme/sphinx_opnfv_theme/static/favicon.ico | bin | 0 -> 15086 bytes | |||
-rw-r--r-- | opnfv-theme/sphinx_opnfv_theme/static/logo.png | bin | 0 -> 2829 bytes | |||
-rw-r--r-- | opnfv-theme/sphinx_opnfv_theme/static/my-styles.css | 33 |
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 Binary files differnew file mode 100755 index 000000000..bbe55ab40 --- /dev/null +++ b/opnfv-theme/sphinx_opnfv_theme/static/favicon.ico diff --git a/opnfv-theme/sphinx_opnfv_theme/static/logo.png b/opnfv-theme/sphinx_opnfv_theme/static/logo.png Binary files differnew file mode 100644 index 000000000..1519503eb --- /dev/null +++ b/opnfv-theme/sphinx_opnfv_theme/static/logo.png 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; +} |