Some more sidebar changes

This commit is contained in:
Bun 2025-06-30 20:01:46 -04:00
parent 2ec0acf870
commit 8461c42c6f
3 changed files with 11 additions and 6 deletions

BIN
templates/sidebar/ants.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

View file

@ -16,7 +16,7 @@
<a href="https://www.nixfox.ca"><img alt="teto creature" src="https://art.pixilart.com/sr2a62fc9ed2173.png" class="sb_img" title="can you take me back where i came from"></a>
<div class="sb_header sb_text nixfox">nixfox public</div>
<div class="sb_header nixfox">nixfox</div>
<a href="https://mail.nixfox.ca/" class="sb_link sb_text fox">📧 email</a><br>
<a href="https://files.nixfox.ca" class="sb_link sb_text fox">☁️ nextcloud</a><br>
@ -29,7 +29,7 @@
<br>
<div class="sb_header sb_text personal">personal</div>
<div class="sb_header personal">personal</div>
<a href="https://lu.tiny-universes.net/about.html" class="sb_link sb_text pers">📰 blog</a><br>
<a href="https://lu.tiny-universes.net/recordstore.html" class="sb_link sb_text pers">🖼️ images</a><br>

View file

@ -8,11 +8,16 @@ body {
a {
cursor:crosshair;
border: 1px solid transparent;
margin: 0px;
margin: 0;
}
a:hover {
border: 1px solid transparent;
border-image: url("ants.gif") 1 repeat;
}
.sidebar {
width: 250px;
width: 230px;
position: fixed;
height: 100%;
overflow: auto;
@ -24,7 +29,7 @@ a {
.sb_header {
font-size:25px;
text-decoration: none;
margin-left: 15px;
}
.sb_text {
@ -48,7 +53,7 @@ a {
display: block;
margin-left: auto;
margin-right: auto;
width: 150px;
width: 140px;
}
.personal {color:#fc3f5b;}