treebird/static/config_appearance.html
nekobit 6169c42683 Sidebar stuff and about page
FossilOrigin-Name: c28ff69650df0a6470b30a37c96f6651fa3051752ad304b67188dca50e3a1a60
2022-05-21 06:02:43 +00:00

38 lines
1.3 KiB
HTML

<div class="simple-page">
<form action="appearance" method="post" enctype="multipart/form-data">
<!-- Lets server know we sent it -->
<input type="hidden" name="set" value="1">
<h1>Appearance</h1>
<input class="btn btn-single" type="submit" value="Save">
<h3>Theme variant</h3>
<ul>
<li>
<label for="cfgthemevar">Theme variant</label>
<select name="theme" id="cfgthemevar">
<option value="treebird20" title="Created by nekobit (@neko@rdrama.cc) | Dark variant created by Grumbulon (@grumbulon@freecumextremist.com)">treebird 2.0 - Default, simple theme</option>
<option value="solarized" title="Created by coyote (@coyote@pl.lain.sh)">Solarized - Solarized colors for pleasant viewing</option>
</select>
</li>
</ul>
<h3>Color Scheme</h3>
<ul>
<li>
<input type="radio" id="cfglight" name="themeclr" value="0" checked>
<label for="cfglight">Light</label>
</li>
<li>
<input type="radio" id="cfgdark" name="themeclr" value="1">
<label for="cfgdark">Dark</label>
</li>
</ul>
<h3>Background</h3>
<ul>
<li>
<input type="file" name="file">
</li>
</ul>
<input class="btn btn-single" type="submit" value="Save">
</form>
</div>