2023-08-16 12:57:14 +00:00
|
|
|
.sidebar-brand {
|
|
|
|
background-color: #f8f9fb;
|
|
|
|
border-radius: .25em;
|
|
|
|
margin: var(--sidebar-item-spacing-vertical)
|
|
|
|
calc(var(--sidebar-item-spacing-horizontal)/2)
|
|
|
|
0
|
|
|
|
calc(var(--sidebar-item-spacing-horizontal)/2);
|
|
|
|
padding: 0;
|
2023-08-21 18:55:11 +00:00
|
|
|
width: 11em;
|
|
|
|
margin-left: 2.25em;
|
2023-08-16 12:57:14 +00:00
|
|
|
}
|
|
|
|
.sidebar-brand::before {
|
|
|
|
content: "";
|
2023-08-21 18:55:11 +00:00
|
|
|
display: block;
|
|
|
|
height: 4.5em;
|
|
|
|
background-size: auto 5.625em;
|
2023-08-16 12:57:14 +00:00
|
|
|
background-image: url(HDL_logo.svg);
|
2023-08-21 18:55:11 +00:00
|
|
|
background-position: -10em -.5em;
|
2023-08-16 12:57:14 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
.sidebar-brand-text {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
body[data-theme="dark"] .sidebar-brand {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
@media (min-width: 56em){
|
|
|
|
.content {
|
|
|
|
width: 52em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
figure > object {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
img {
|
|
|
|
background: #fff;
|
|
|
|
border-radius: .25em;
|
|
|
|
padding: .5em 0;
|
|
|
|
}
|
|
|
|
iframe {
|
|
|
|
width: calc(50.625rem - 1rem);
|
|
|
|
height: calc(28.47rem - 0.5625rem);
|
|
|
|
margin-left: -1rem;
|
|
|
|
}
|
|
|
|
@media (max-width:50.625rem) {
|
|
|
|
iframe {
|
|
|
|
width: calc(100vw - 1rem);
|
|
|
|
height: calc(56.25vw - 1rem);
|
|
|
|
margin-left: -1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.WaveDrom {
|
|
|
|
background: #fff;
|
|
|
|
border-radius: .25em;
|
|
|
|
padding: .5em 0;
|
|
|
|
}
|
|
|
|
table.regmap {
|
2023-08-07 19:31:41 +00:00
|
|
|
font-size: .9em;
|
2023-08-16 12:57:14 +00:00
|
|
|
}
|
|
|
|
table.regmap .caption-text{
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
2023-10-06 12:23:50 +00:00
|
|
|
th, td.type, td.default {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
td.description {
|
2023-08-07 19:31:41 +00:00
|
|
|
width: 45%;
|
|
|
|
font-size:.8em;
|
|
|
|
}
|
2023-08-21 18:55:11 +00:00
|
|
|
#signal-and-interface-pins h3 {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.table-wrapper {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2023-08-07 19:31:41 +00:00
|
|
|
.collapsible {
|
|
|
|
border: 1px solid var(--color-table-border);
|
|
|
|
border-radius: .25em;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
.collapsible_input {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.collapsible_content {
|
|
|
|
border-top: 1px solid var(--color-table-border);
|
|
|
|
overflow: hidden;
|
|
|
|
height: 0;
|
2023-08-21 18:55:11 +00:00
|
|
|
padding: 0 .75em !important;
|
2023-08-07 19:31:41 +00:00
|
|
|
transition: ease opacity .25s;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
.collapsible label {
|
|
|
|
width: 100%;
|
2023-08-21 18:55:11 +00:00
|
|
|
padding: 0.75em 1em 0.75em .75em;
|
2023-08-07 19:31:41 +00:00
|
|
|
user-select: none;
|
2023-08-21 18:55:11 +00:00
|
|
|
box-sizing: border-box;
|
2023-08-07 19:31:41 +00:00
|
|
|
cursor: pointer;
|
2023-08-21 18:55:11 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-weight: bold;
|
|
|
|
color: var(--color-toc-item-text);
|
2023-08-07 19:31:41 +00:00
|
|
|
}
|
|
|
|
.collapsible label .icon {
|
2023-08-21 18:55:11 +00:00
|
|
|
border: solid var(--color-toc-item-text);
|
|
|
|
border-width: 0 2px 2px 0;
|
|
|
|
display: block;
|
|
|
|
transition: transform ease .125s, margin-top ease .125s;
|
|
|
|
width: .6em;
|
|
|
|
height: .6em;
|
|
|
|
transform: rotate(-45deg);
|
2023-08-07 19:31:41 +00:00
|
|
|
}
|
|
|
|
.collapsible label p {
|
|
|
|
display: inline-block;
|
2023-08-21 18:55:11 +00:00
|
|
|
margin: 0;
|
2023-08-07 19:31:41 +00:00
|
|
|
}
|
2023-08-21 18:55:11 +00:00
|
|
|
.collapsible label, .collapsible div {
|
|
|
|
transition: box-shadow ease .25s;
|
|
|
|
}
|
|
|
|
.collapsible label:hover ~ div, .collapsible label:hover {
|
|
|
|
box-shadow: 0 .2rem .5rem rgba(0,0,0,.05),0 0 .0625rem rgba(0,0,0,.1);
|
2023-08-07 19:31:41 +00:00
|
|
|
}
|
2023-08-21 18:55:11 +00:00
|
|
|
.collapsible_input:checked ~ label .icon {
|
|
|
|
transform: rotate(45deg);
|
|
|
|
margin-top: -.5em;
|
2023-08-07 19:31:41 +00:00
|
|
|
}
|
|
|
|
.collapsible_input:checked ~ .collapsible_content {
|
|
|
|
height: 100%;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.default {
|
|
|
|
min-width: 7em;
|
|
|
|
line-break: anywhere;
|
|
|
|
}
|