diff --git a/docs/_static/espressif-logo.svg b/docs/_static/espressif-logo.svg new file mode 100644 index 000000000..210ae205e --- /dev/null +++ b/docs/_static/espressif-logo.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + ESPRESSIF LOGOPantone No. 3556 CCMYK 0/83/96/0RGB 255/48/52# FF3034 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_static/theme_overrides.css b/docs/_static/theme_overrides.css index 63ee6cc74..df1cdd442 100644 --- a/docs/_static/theme_overrides.css +++ b/docs/_static/theme_overrides.css @@ -1,13 +1,42 @@ /* override table width restrictions */ @media screen and (min-width: 767px) { - .wy-table-responsive table td { - /* !important prevents the common CSS stylesheets from overriding - this as on RTD they are loaded after this stylesheet */ - white-space: normal !important; - } + .wy-table-responsive table td { + /* !important prevents the common CSS stylesheets from overriding + this as on RTD they are loaded after this stylesheet */ + white-space: normal !important; + } - .wy-table-responsive { - overflow: visible !important; - } + .wy-table-responsive { + overflow: visible !important; + } +} + +.wy-side-nav-search { + background-color: #e3e3e3 !important; +} + +.wy-side-nav-search input[type=text] { + border-radius: 0px !important; + border-color: #333333 !important; +} + +.icon-home { + color: #333333 !important; +} + +.icon-home:hover { + background-color: #d6d6d6 !important; +} + +.version { + color: #000000 !important; +} + +a:hover { + color: #bd2c2a !important; +} + +.logo { + width: 240px !important; } diff --git a/docs/conf_common.py b/docs/conf_common.py index 474653235..560e4e639 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -186,7 +186,7 @@ html_theme = 'default' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "../_static/espressif-logo.svg" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32