diff options
author | KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com> | 2022-11-16 00:55:22 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 12:55:22 +0100 |
commit | a14dec79ebc85fae807684fa027d8098a16a4d34 (patch) | |
tree | f05562ce671f452f6d29a90219cced0b37c1aae4 /docs/static | |
parent | 853f4bb3c695d9f5183ef5064ec4cf9cdd8b5300 (diff) | |
download | yosys-a14dec79ebc85fae807684fa027d8098a16a4d34.tar.gz yosys-a14dec79ebc85fae807684fa027d8098a16a4d34.tar.bz2 yosys-a14dec79ebc85fae807684fa027d8098a16a4d34.zip |
Rst docs conversion (#3496)
Rst docs conversion
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/custom.css | 1 | ||||
-rw-r--r-- | docs/static/favico.png | bin | 0 -> 33435 bytes | |||
-rw-r--r-- | docs/static/logo.png | bin | 0 -> 15938 bytes | |||
-rw-r--r-- | docs/static/yosyshq.css | 78 |
4 files changed, 79 insertions, 0 deletions
diff --git a/docs/static/custom.css b/docs/static/custom.css new file mode 100644 index 000000000..40a8c178f --- /dev/null +++ b/docs/static/custom.css @@ -0,0 +1 @@ +/* empty */ diff --git a/docs/static/favico.png b/docs/static/favico.png Binary files differnew file mode 100644 index 000000000..3f5afba76 --- /dev/null +++ b/docs/static/favico.png diff --git a/docs/static/logo.png b/docs/static/logo.png Binary files differnew file mode 100644 index 000000000..8e5a507c6 --- /dev/null +++ b/docs/static/logo.png diff --git a/docs/static/yosyshq.css b/docs/static/yosyshq.css new file mode 100644 index 000000000..0be7f7728 --- /dev/null +++ b/docs/static/yosyshq.css @@ -0,0 +1,78 @@ +h1, h3, p.topic-title, .content li.toctree-l1 > a { + color: #d6368f !important; +} + +h2, p.admonition-title, dt, .content li.toctree-l2 > a { + color: #4b72b8; +} + +a { + color: #8857a3; +} + +a.current, a:hover, a.external { + color: #d6368f !important; +} + +a.external:hover { + text-decoration: underline; +} + +p { + text-align: justify; +} + +.vp-sidebar a { + color: #d6368f; +} + +.vp-sidebar li li a { + color: #4b72b8; +} + +.vp-sidebar li li li a { + color: #2c3e50; + font-weight: 400; +} + +.vp-sidebar h3 { + padding-left: 1.5rem !important; +} + +.vp-sidebar ul a { + padding-left: 1.5rem !important; +} + +.vp-sidebar ul ul a { + padding-left: 3rem !important; +} + +.vp-sidebar ul ul ul a { + padding-left: 4.5rem !important; +} + +.vp-sidebar .toctree-l1.current a { + border-left: 0.5rem solid #6ecbd7; +} + +.vp-sidebar .toctree-l1 a.current { + border-left: 0.5rem solid #8857a3; +} + +.injected .rst-current-version, .injected dt { + color: #6ecbd7 !important; +} + +.cmdref .highlight-yoscrypt .highlight pre { + padding: 0%; + margin: 0%; +} + +.cmdref .highlight-none .highlight pre { + padding-top: 0%; + margin-top: 0%; +} + +.width-helper { + max-width: 100%; +} |