mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
parent
853f4bb3c6
commit
a14dec79eb
57 changed files with 7792 additions and 2 deletions
78
docs/static/yosyshq.css
vendored
Normal file
78
docs/static/yosyshq.css
vendored
Normal file
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue