Init new template and style

This commit is contained in:
Boris Waaub
2026-01-20 14:02:22 +01:00
commit e429e6f25b
63 changed files with 6933 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="#e0e7ff"/>
<circle cx="200" cy="150" r="80" fill="#818cf8"/>
<circle cx="200" cy="400" r="160" fill="#818cf8"/>
<rect x="120" y="130" width="160" height="40" rx="20" fill="#c7d2fe"/>
</svg>

After

Width:  |  Height:  |  Size: 370 B

+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="#fee2e2"/>
<circle cx="200" cy="150" r="80" fill="#f87171"/>
<circle cx="200" cy="400" r="160" fill="#f87171"/>
<rect x="120" y="130" width="160" height="40" rx="20" fill="#fecaca"/>
</svg>

After

Width:  |  Height:  |  Size: 370 B

+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<rect width="400" height="400" fill="#dcfce7"/>
<circle cx="200" cy="150" r="80" fill="#4ade80"/>
<circle cx="200" cy="400" r="160" fill="#4ade80"/>
<rect x="120" y="130" width="160" height="40" rx="20" fill="#bbf7d0"/>
</svg>

After

Width:  |  Height:  |  Size: 370 B

+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="60" fill="white"/>
<circle cx="40" cy="30" r="20" fill="#3b82f6"/>
<rect x="70" y="20" width="120" height="8" rx="4" fill="#3b82f6"/>
<rect x="70" y="35" width="80" height="8" rx="4" fill="#93c5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B

+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="60" fill="white"/>
<polygon points="30,10 50,10 40,40" fill="#3b82f6"/>
<rect x="70" y="20" width="100" height="8" rx="4" fill="#3b82f6"/>
<rect x="70" y="35" width="60" height="8" rx="4" fill="#93c5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 379 B

+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="60" fill="white"/>
<rect x="20" y="15" width="30" height="30" rx="6" fill="#3b82f6"/>
<circle cx="35" cy="30" r="8" fill="white"/>
<rect x="70" y="20" width="110" height="8" rx="4" fill="#3b82f6"/>
<rect x="70" y="35" width="70" height="8" rx="4" fill="#93c5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 442 B

+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="60" viewBox="0 0 200 60" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="60" fill="white"/>
<circle cx="30" cy="30" r="15" fill="#3b82f6"/>
<circle cx="45" cy="30" r="15" fill="#60a5fa" fill-opacity="0.7"/>
<rect x="70" y="20" width="90" height="8" rx="4" fill="#3b82f6"/>
<rect x="70" y="35" width="50" height="8" rx="4" fill="#93c5fd"/>
</svg>

After

Width:  |  Height:  |  Size: 444 B