Add Lotusdocs theme

This commit is contained in:
Abner Coimbre
2026-01-11 16:46:05 -08:00
parent d051d46d1f
commit 8a4d04db58
577 changed files with 40404 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
/* Template Name: LotusLabs Docs
Author: Colin Wilson
E-mail: colin.wilson@proton.me
Created: October 2022
Version: 1.0.0
File Description: Main CSS file of the Landing Page template
*/
//Custom Font Variables
$font-family-secondary: {{ .Site.Params.secondary_font | default "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Ubuntu'" }};
$font-family-sans-serif: {{ .Site.Params.sans_serif_font | default "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Ubuntu'" }};
$font-family-monospace: {{ .Site.Params.mono_font | default "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace" }};
//Fonts
// @import "custom/fonts/fonts";
//Core files
@import "bootstrap/functions";
@import "bootstrap/variables";
@import "variables";
@import "bootstrap/mixins";
@import "bootstrap/bootstrap";
// Plugins
@import "custom/plugins/icons/google-material";
// Structure
@import "custom/structure/general";
@import "custom/structure/topbar";
// @import "custom/structure/content";
// @import "custom/structure/sidebar-layouts";
// @import "custom/structure/doc-nav";
// @import "custom/structure/toc-layouts";
@import "custom/structure/footer";
// // Components
@import "custom/components/buttons";
@import "custom/components/badge";
@import "custom/components/backgrounds";
// @import "custom/components/alerts";
// @import "custom/components/card";
// // Pages
// @import "custom/pages/blog";
@import "custom/pages/features";
@import "custom/pages/helper";
@import "custom/pages/hero";
{{ if ($.Scratch.Get "image_compare_enabled") }}@import "custom/pages/image-compare-viewer";{{ end }}
// @import "custom/pages/simplebar";