21 lines
996 B
XML
21 lines
996 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="420" viewBox="0 0 900 420">
|
|
<style>
|
|
.bg{fill:#071026}
|
|
.window{fill:#071a2a;stroke:#173447;stroke-width:2}
|
|
.panel{fill:#0b1220}
|
|
.highlight{fill:#072033;stroke:#6dd3f5;stroke-width:3}
|
|
.text{fill:#dff6ff;font-family:Arial, sans-serif;font-size:14px}
|
|
.muted{fill:#9aa4b2}
|
|
</style>
|
|
<rect width="100%" height="100%" class="bg"/>
|
|
<g transform="translate(40,30)">
|
|
<rect width="820" height="360" rx="10" class="window" />
|
|
<rect x="18" y="18" width="240" height="320" rx="8" class="panel" />
|
|
<rect x="280" y="40" width="500" height="60" rx="6" class="highlight" />
|
|
<text x="300" y="75" class="text">Server URL</text>
|
|
<rect x="300" y="90" width="420" height="34" rx="6" fill="#091826" stroke="#23424f" />
|
|
<text x="310" y="112" class="text">https://vault.depressionslair.com</text>
|
|
<text x="300" y="150" class="muted">Open the extension > Settings > Server URL</text>
|
|
</g>
|
|
</svg>
|