Upload of projects and themes

This commit is contained in:
2026-02-17 18:14:44 +00:00
parent 00ee2e1ee1
commit c7730b9da4
302 changed files with 24019 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "b338ec6a1137da8fedc29c1726565def2c48dde1ab92a090a12a96de9e96e551",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,26 @@
{
"base": {
"animation": {
"duration": "0.2s",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {}
}
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"cursor": "pointer"
}
},
{
"pseudo": "active",
"style": {
"opacity": "0.44"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "31f4fa0f2bfa7f757ae45c688ee615d6a546f6df63b90caa9a79330d172550d0",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:02Z"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"base": {
"style": {
"backgroundColor": "var(--icon)"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--icon-hover)"
}
}
]
}

View File

@@ -0,0 +1,16 @@
{
"scope": "G",
"version": 1,
"restricted": false,
"overridable": true,
"files": [
"style.json"
],
"attributes": {
"lastModificationSignature": "c6dea82befd35654cdbf8480a630acf1becc5f2fd7e315b504d62246f570e0f2",
"lastModification": {
"actor": "Prime",
"timestamp": "2026-01-30T20:21:01Z"
}
}
}

View File

@@ -0,0 +1,19 @@
{
"base": {
"style": {
"borderColor": "#FFFFFF16",
"borderStyle": "solid",
"borderWidth": "1px",
"borderTopLeftRadius": "25px",
"borderTopRightRadius": "25px",
"borderBottomLeftRadius": "25px",
"borderBottomRightRadius": "25px",
"boxShadow": "var(--box-shadow-1)",
"cursor": "pointer",
"paddingBottom": "var(--space-xs)",
"paddingLeft": "var(--space-md)",
"paddingRight": "var(--space-md)",
"paddingTop": "var(--space-xs)"
}
}
}