Deployed 3a7e142 with MkDocs version: 1.3.0
BIN
_logo/Logo Export PNG Trans/1024T.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
_logo/Logo Export PNG Trans/16.png
Normal file
After Width: | Height: | Size: 579 B |
BIN
_logo/Logo Export PNG Trans/24.png
Normal file
After Width: | Height: | Size: 829 B |
BIN
_logo/Logo Export PNG Trans/256.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
_logo/Logo Export PNG Trans/32.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
_logo/Logo Export PNG Trans/512.png
Normal file
After Width: | Height: | Size: 19 KiB |
1743
_logo/LogoTransparentBackground.ai
Normal file
14
_static/custom.css
Normal file
@ -0,0 +1,14 @@
|
||||
:root {
|
||||
--md-primary-fg-color: #000000;
|
||||
--md-primary-fg-color--light: #000000;
|
||||
--md-primary-fg-color--dark: #000000;
|
||||
--md-footer-bg-color--dark: #000000;
|
||||
}
|
||||
|
||||
.md-content {
|
||||
--md-typeset-a-color: var(--md-accent-fg-color);
|
||||
}
|
||||
|
||||
.md-content a {
|
||||
text-decoration: underline;
|
||||
}
|
144
_static/form.css
Normal file
@ -0,0 +1,144 @@
|
||||
.form {
|
||||
background-color: #15172b;
|
||||
border-radius: 20px;
|
||||
box-sizing: border-box;
|
||||
height: 420px;
|
||||
padding: 20px;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.form-form-title {
|
||||
color: #eee;
|
||||
font-family: sans-serif;
|
||||
font-size: 36px;
|
||||
font-weight: 600;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
color: #eee;
|
||||
font-family: sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.input-container {
|
||||
height: 50px;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ic1 {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.ic2 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.input {
|
||||
background-color: #303245;
|
||||
border-radius: 12px;
|
||||
border: 0;
|
||||
box-sizing: border-box;
|
||||
color: #eee;
|
||||
font-size: 18px;
|
||||
height: 100%;
|
||||
outline: 0;
|
||||
padding: 4px 20px 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cut {
|
||||
background-color: #15172b;
|
||||
border-radius: 10px;
|
||||
height: 20px;
|
||||
left: 20px;
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
transform: translateY(0);
|
||||
transition: transform 200ms;
|
||||
width: 115px;
|
||||
}
|
||||
|
||||
.cut-short-name {
|
||||
width: 52px;
|
||||
}
|
||||
.cut-short-app {
|
||||
width: 41px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1600px) {
|
||||
.cut {
|
||||
width: 124px;
|
||||
}
|
||||
.cut-short-app {
|
||||
width: 44px;
|
||||
}
|
||||
.cut-short-name {
|
||||
width: 54px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2000px) {
|
||||
.cut {
|
||||
width: 136px;
|
||||
}
|
||||
.cut-short-app {
|
||||
width: 46px;
|
||||
}
|
||||
.cut-short-name {
|
||||
width: 58px;
|
||||
}
|
||||
}
|
||||
|
||||
.input:focus ~ .cut,
|
||||
.input:not(:placeholder-shown) ~ .cut {
|
||||
transform: translateY(8px);
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
color: #65657b;
|
||||
font-family: sans-serif;
|
||||
left: 20px;
|
||||
line-height: 14px;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
transform-origin: 0 50%;
|
||||
transition: transform 200ms, color 200ms;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.input:focus ~ .placeholder,
|
||||
.input:not(:placeholder-shown) ~ .placeholder {
|
||||
transform: translateY(-30px) translateX(10px) scale(0.75);
|
||||
}
|
||||
|
||||
.input:not(:placeholder-shown) ~ .placeholder {
|
||||
color: #808097;
|
||||
}
|
||||
|
||||
.input:focus ~ .placeholder {
|
||||
color: #dc2f55;
|
||||
}
|
||||
|
||||
.submit {
|
||||
background-color: #08d;
|
||||
border-radius: 12px;
|
||||
border: 0;
|
||||
box-sizing: border-box;
|
||||
color: #eee;
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
height: 50px;
|
||||
margin-top: 38px;
|
||||
/* outline: 0; */
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.submit:active {
|
||||
background-color: #06b;
|
||||
}
|
BIN
_static/img/LE/LE1.png
Normal file
After Width: | Height: | Size: 180 KiB |
BIN
_static/img/LE/LE2.png
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
_static/img/LE/LE3.png
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
_static/img/LE/LE4.PNG
Normal file
After Width: | Height: | Size: 173 KiB |
BIN
_static/img/LE/LE5.PNG
Normal file
After Width: | Height: | Size: 196 KiB |
BIN
_static/img/LE/LE6.PNG
Normal file
After Width: | Height: | Size: 170 KiB |
BIN
_static/img/appicons/adguard-home.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
_static/img/appicons/airdcpp-webclient.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
_static/img/appicons/airsonic-advanced.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
_static/img/appicons/airsonic.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
_static/img/appicons/alist.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
_static/img/appicons/amcrest2mqtt.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
_static/img/appicons/anonaddy.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
_static/img/appicons/apache-musicindex.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
_static/img/appicons/appdaemon.png
Normal file
After Width: | Height: | Size: 562 B |
BIN
_static/img/appicons/appsmith.png
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
_static/img/appicons/aria2.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
_static/img/appicons/ariang.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
_static/img/appicons/audacity.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
_static/img/appicons/audiobookshelf.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
_static/img/appicons/authelia.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
_static/img/appicons/authentik.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
_static/img/appicons/automatic-music-downloader.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
_static/img/appicons/avidemux.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
_static/img/appicons/awesome-ttrss.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
_static/img/appicons/babybuddy.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
_static/img/appicons/baserow.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
_static/img/appicons/bazarr.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
_static/img/appicons/beets.png
Normal file
After Width: | Height: | Size: 139 KiB |
BIN
_static/img/appicons/blog.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
_static/img/appicons/boinc.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
_static/img/appicons/booksonic-air.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
_static/img/appicons/bookstack.png
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
_static/img/appicons/browserless-chrome.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
_static/img/appicons/budge.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
_static/img/appicons/calibre-web.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
_static/img/appicons/calibre.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
_static/img/appicons/chevereto.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
_static/img/appicons/clamav.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
_static/img/appicons/clarkson.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
_static/img/appicons/clickhouse.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
_static/img/appicons/cloud9.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
_static/img/appicons/cloudflared.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
_static/img/appicons/cloudflareddns.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
_static/img/appicons/codeserver.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
_static/img/appicons/collabora.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
_static/img/appicons/commento-plusplus.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
_static/img/appicons/couchpotato.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
_static/img/appicons/cryptofolio.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
_static/img/appicons/cups-server.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
_static/img/appicons/custom-app.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
_static/img/appicons/cyberchef.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
_static/img/appicons/czkawka.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
_static/img/appicons/darktable.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
_static/img/appicons/dashdot.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
_static/img/appicons/davos.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
_static/img/appicons/ddclient.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
_static/img/appicons/ddns-go.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
_static/img/appicons/ddns-updater.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
_static/img/appicons/deconz.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
_static/img/appicons/deemix.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
_static/img/appicons/deepstack-cpu.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
_static/img/appicons/deepstack-gpu.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
_static/img/appicons/deepstack.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
_static/img/appicons/deluge.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
_static/img/appicons/digikam.png
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
_static/img/appicons/dillinger.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
_static/img/appicons/dizquetv.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
_static/img/appicons/docker-compose.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
_static/img/appicons/dokuwiki.png
Normal file
After Width: | Height: | Size: 68 KiB |
BIN
_static/img/appicons/domoticz.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
_static/img/appicons/doplarr.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
_static/img/appicons/double-take.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
_static/img/appicons/doublecommander.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
_static/img/appicons/drawio.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
_static/img/appicons/dsmr-reader.png
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
_static/img/appicons/duckdns.png
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
_static/img/appicons/dupeguru.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
_static/img/appicons/duplicati.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
_static/img/appicons/emby.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
_static/img/appicons/embystat.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
_static/img/appicons/emulatorjs.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
_static/img/appicons/endlessh.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
_static/img/appicons/esphome.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
_static/img/appicons/etesync.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
_static/img/appicons/etherpad.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
_static/img/appicons/external-service.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
_static/img/appicons/fancyindex.png
Normal file
After Width: | Height: | Size: 7.5 KiB |