fixed background

This commit is contained in:
/dev/urandom 2020-08-04 13:03:30 +03:00
parent 8b3b0fadfe
commit 0670f6b2c2
2 changed files with 3 additions and 2 deletions

View file

@ -231,6 +231,7 @@ HASH(#itime-progress) {
html { html {
background:C_PAGEBG url("/hexagonal_bg.gif"); background:C_PAGEBG url("/hexagonal_bg.gif");
background-attachment: fixed;
} }
body { body {

View file

@ -23,12 +23,12 @@
</div> </div>
<div class="middle"> <div class="middle">
<div class="navbar nav_linkmenu"> <div class="navbar nav_linkmenu">
<div class="links"> <nav class="links">
<a href="/index.html">Main page</a> <a href="/index.html">Main page</a>
<a href="/about_me.html">About me</a> <a href="/about_me.html">About me</a>
<a href="/blog">Blog thingy</a> <a href="/blog">Blog thingy</a>
<a href="/tokipona">toki pona</a> <a href="/tokipona">toki pona</a>
</div> </nav>
</div> </div>
<div class="content"> <div class="content">
<?theme body?> <?theme body?>