diff --git a/docs/css/extra.css b/docs/css/extra.css index 99bdf0a..fa44f14 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -2,12 +2,43 @@ code, .rst-content tt,.rst-content code { white-space:pre-wrap; } -.md-nav__title { +/*.md-nav__title { visibility: hidden; } -.md-nav__title:after { +.md-nav__title::after { visibility: visible; content: 'juhan9000'; display: block; -} \ No newline at end of file +}*/ + +/* + +.md-nav__title::before { + visibility: visible; + width: 100px; + display: block; + position: absolute; + color: red; + height: 100px; + background: url(/images/juku3000_2.svg) no-repeat; + content: ""; + background-color: black; + z-index: 10000; + top: -10px; +} + +.md-nav__title::after { + visibility: visible; + width: 100px; + display: initial; + position: absolute; + color: red; + height: 100px; + background: url(/images/juku3000_2.svg) no-repeat; + background-color: rgba(0, 0, 0, 0); + content: ""; + background-color: black; + z-index: 10000; + top: -10px; +}*/ \ No newline at end of file diff --git a/docs/overrides/partials/nav.html b/docs/overrides/partials/nav.html new file mode 100644 index 0000000..db163f3 --- /dev/null +++ b/docs/overrides/partials/nav.html @@ -0,0 +1,69 @@ + + +{% import "partials/nav-item.html" as item with context %} + + +{% set class = "md-nav md-nav--primary" %} +{% if "navigation.tabs" in features %} + {% set class = class ~ " md-nav--lifted" %} +{% endif %} +{% if "toc.integrate" in features %} + {% set class = class ~ " md-nav--integrated" %} +{% endif %} + + +