1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

docs - Initial theme layout

This commit is contained in:
silversword411 2022-01-27 10:23:03 -05:00
parent 3ad3a6e02f
commit d95330dd19
No known key found for this signature in database
GPG key ID: 6F4BD176F56B50CA
6 changed files with 117 additions and 10 deletions

BIN
docs/docs/images/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View file

@ -1,10 +0,0 @@
site_name: "MeshCentral2 Documentation"
nav:
- Home: index.md
site_description: "A remote monitoring and management tool"
site_author: " Ylianst"
site_url: "https://git.meshcentral.com/"
# Repository
repo_name: "Ylianst/MeshCentral"
repo_url: "https://github.com/Ylianst/MeshCentral"

View file

@ -0,0 +1,63 @@
.md-header {
background-color: #0b3e81 !important;
color: white !important;
}
.md-search__input {
background-color: white !important;
}
.md-search__icon[for=__search]{
color: initial;
}
.md-container {
background-color: #0b3e81;
}
.md-footer-meta__inner {
background-color: #0b3e81;
}
.md-grid {
}
.md-nav__item .md-nav__link--active {
color: white;
}
.md-nav__link {
color: white;
}
.md-nav__link[data-md-state=blur] {
color: white;
}
.md-typeset a {
color: whitesmoke;
text-decoration: underline;
text-shadow: 4px 4px 8px black;
}
.md-typeset h1 {
color: white;
text-shadow: 4px 4px 8px black;
}
.md-typeset h2 {
color: white;
text-shadow: 4px 4px 8px black;
}
.md-typeset h3 {
color: white;
text-shadow: 4px 4px 8px black;
}
.md-typeset h4 {
color: white;
text-shadow: 4px 4px 8px black;
}
.md-typeset h5 {
color: white;
text-shadow: 4px 4px 8px black;
}
.md-main {
color: white !important;
background-color: #113962;
background: linear-gradient(to bottom, #104893 0%,#113962 100%);
}
a:link {
color: #c8c8c8;
}
.html {
background-color: #0b3e81;
}