Initial commit

This commit is contained in:
1elle1
2026-01-28 18:34:47 +01:00
commit 3310433bb1
28 changed files with 3635 additions and 0 deletions

53
theme/stylesheet.css Normal file
View File

@@ -0,0 +1,53 @@
/*
* Stylesheet
*
* Project-specific styles go here.
* This file is imported by globals.css.
*
* Structure:
* 1. Component Styles
* 2. Layout Styles
* 3. Page-specific Styles
* 4. Utility Classes
* 5. Animations
*/
/* ==========================================================================
1. Component Styles
========================================================================== */
/* Components are added per project */
/* ==========================================================================
2. Layout Styles
========================================================================== */
/* Layout styles are added per project */
/* ==========================================================================
3. Page-specific Styles
========================================================================== */
/* Page styles are added per project */
/* ==========================================================================
4. Utility Classes
========================================================================== */
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
/* ==========================================================================
5. Animations
========================================================================== */
/* Animations are added per project */