------------------------------------------------------------
commit 833fa567d9d4f341a6ea2417c5097688d98eb16c
Author: root <root@hub.scroll.pub> Date: Thu Sep 26 16:07:05 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 86c509e..06c84fd 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,57 @@ +buildHtml title Hello world -header.scroll - Welcome to my folder. -scrollVersionLink +css + :root { + /* 1. Color scheme */ + --primary-color: #3498db; + --secondary-color: #2ecc71; + --accent-color: #e74c3c; + --text-color: #333333; + --background-color: #f5f5f5; + + /* 2. Typography */ + font-family: 'Roboto', sans-serif; + font-size: 16px; + font-weight: 400; + + /* 3. Spacing */ + --spacing-unit: 1rem; + --content-padding: 2rem; + + /* 4. Border styles */ + --border-radius: 4px; + --border-width: 1px; + --border-color: #e0e0e0; + + /* 5. Box shadow */ + --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + + /* 6. Transitions */ + --transition: all 0.3s ease; + + /* 7. Text properties */ + line-height: 1.5; + letter-spacing: 0.5px; + + /* 8. Layout */ + --max-width: 1200px; + display: flex; + + /* 9. Z-index layers */ + --z-index-modal: 1000; + --z-index-header: 100; + + /* 10. Opacity and transparency */ + --overlay-opacity: 0.8; + + /* 11. Gradients */ + --gradient-primary: linear-gradient(to right, var(--primary-color), var(--secondary-color)); + + /* 12. Responsive breakpoints */ + --breakpoint-mobile: 480px; + --breakpoint-tablet: 768px; + --breakpoint-desktop: 1024px; + } ------------------------------------------------------------
commit 9f28f74f4d2a58359e71e3c08af0e739e17aa4af
Author: root <root@hub.scroll.pub> Date: Thu Sep 26 15:24:02 2024 +0000 Initial commit from blank template diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..78643be --- /dev/null +++ b/header.scroll @@ -0,0 +1,10 @@ +importOnly +buildHtml +buildTxt + +metaTags +gazetteCss +homeButton +viewSourceButton +printTitle +mediumColumns 1 diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..86c509e --- /dev/null +++ b/index.scroll @@ -0,0 +1,7 @@ +title Hello world + +header.scroll + +Welcome to my folder. + +scrollVersionLink