Helios64 Hardware Detailed Info (#27)

* Add detailed hardware info for Helios64
    - Button
    - Ethernet
    - Front Panel
    - GPIO
    - I2C
    - Jumper
    - LED
    - M.2
    - PMIC
    - PWM Fan
    - RTC
    - SATA
    - SPI
    - UEXT
    - UPS
    - USB

* Cosmetic upgrade and adapt to latest mkdocs-material version

Co-authored-by: nurix <nurix@pnsnc.local>
Co-authored-by: Aditya Prayoga <aditya@kobol.io>
This commit is contained in:
Gauthier Provost 2020-04-20 16:06:24 +08:00 committed by GitHub
parent d67bc27932
commit 5ba93f2c13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
96 changed files with 1268 additions and 241 deletions

42
docs/css/extra.css Normal file
View file

@ -0,0 +1,42 @@
.md-header-nav__download {
display: block;
width: 7rem;
max-width: 7rem;
margin-left: 1rem;
}
.md-nav--primary .md-nav__item .md-nav__item--active > .md-nav__link {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-nav__item .md-nav__link--active {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-tabs__link:hover {
color: var(--md-accent-fg-color);
}
.md-tabs__link--active {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-typeset a {
color: var(--md-accent-fg-color);
}
.md-typeset a:focus, .md-typeset a:hover {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
display: block;
width: 100%;
height: 1.2rem;
fill: currentColor;
}