Sigils added to rule page

This commit is contained in:
2026-06-28 19:57:52 +02:00
parent ba0d0d62f2
commit aa0def2949
5 changed files with 38 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
<svg width="620" height="620" xmlns="http://www.w3.org/2000/svg" stroke="#000" stroke-width="62" fill="none"><circle cx="310" cy="310" r="269"/><path d="m113 493 198-412 125 256h-248 248l77 156"/></svg>

After

Width:  |  Height:  |  Size: 202 B

+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="625" height="625" id="svg3112">
<defs id="defs3114"/>
<g transform="translate(-342.7895,60.42734)" id="layer1">
<path d="M 655.25597,-60.42734 L 618.47153,32.87626 L 644.51595,32.87626 L 644.51595,156.05047 C 625.91952,158.11289 608.93417,165.49877 595.04496,176.59066 L 507.91674,89.46256 L 526.30905,71.070348 L 434.28074,31.130998 L 474.2201,123.09215 L 492.67945,104.69994 L 579.74043,191.76091 C 568.62507,205.64866 561.27672,222.69194 559.20024,241.29914 L 436.09314,241.29914 L 436.09314,215.25462 L 342.78953,252.10619 L 436.09314,288.8906 L 436.09314,262.84619 L 559.20024,262.84619 C 561.26663,281.4792 568.61197,298.5473 579.74043,312.45146 L 492.67945,399.51252 L 474.2201,381.12031 L 434.28074,473.08136 L 526.30905,433.14211 L 507.91674,414.7498 L 595.04496,327.6217 C 608.93417,338.71369 625.91952,346.09957 644.51595,348.16199 L 644.51595,471.26897 L 618.47153,471.26897 L 655.25597,564.57266 L 692.10753,471.26897 L 666.06311,471.26897 L 666.06311,348.16199 C 684.6703,346.08541 701.71349,338.73706 715.60124,327.6217 L 802.66232,414.68276 L 784.27001,433.14211 L 876.23118,473.08136 L 836.29182,381.05317 L 817.89961,399.44539 L 730.77149,312.31729 C 741.86348,298.42807 749.24937,281.44262 751.31168,262.84619 L 874.48592,262.84619 L 874.48592,288.8906 L 967.78953,252.10619 L 874.48592,215.25462 L 874.48592,241.29914 L 751.31168,241.29914 C 749.23928,222.72841 741.85028,205.7679 730.77149,191.89517 L 817.89961,104.76707 L 836.29182,123.15929 L 876.23118,31.130998 L 784.27001,71.070348 L 802.66232,89.529698 L 715.60124,176.59066 C 701.71349,165.4753 684.6703,158.12695 666.06311,156.05047 L 666.06311,32.87626 L 692.10753,32.87626 L 655.25597,-60.42734 z " style="fill:black;fill-opacity:1;stroke:none;stroke-dasharray:none;stroke-opacity:1" id="circle2034"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 KiB

+6 -1
View File
@@ -15,7 +15,12 @@
<a href="/stats.html">Statistik</a> <a href="/stats.html">Statistik</a>
</nav> </nav>
<a href="/"><h1>Kontrollverlust</h1></a> <a href="/"><h1>Kontrollverlust</h1></a>
</header> <div id="sigils" aria-hidden="true">
<img src="/static/assets/sigils/anarchy_a.svg" alt="">
<img src="/static/assets/sigils/chaos_star.svg" alt="">
<img src="/static/assets/sigils/sab_cat.svg" alt="">
</div>
</header>
<main> <main>
<div class="doc"> <div class="doc">
+17
View File
@@ -87,6 +87,23 @@ h2 {
color: black; color: black;
} }
/* Dezente Reihe anarchistischer Sigillen unter der Tagline. Einheitliche Höhe,
gedämpft per opacity (die SVGs sind teils Strich-, teils Flächenzeichnungen,
eine gemeinsame Farbe gäbe es nicht -> Transparenz vereinheitlicht den Look).
aria-hidden im Markup: reine Dekoration, kein Vorlesen. */
#sigils {
display: flex;
justify-content: center;
align-items: center;
gap: 1.2rem;
margin: 0.3rem 0;
}
#sigils img {
height: 50px;
width: auto;
}
#headerbar { #headerbar {
background-color: white; background-color: white;
text-align: center; text-align: center;