border and itime fixes

This commit is contained in:
/dev/urandom 2020-07-28 14:58:55 +03:00
parent 09e3a171cc
commit 825cdffb67
2 changed files with 9 additions and 7 deletions

View file

@ -131,6 +131,7 @@ th, td {
}
.footer a, .footer a:visited {
display: inline-block;
color: C_FOOTLINK;
}
@ -203,10 +204,12 @@ th, td {
}
.itime {
border: 1px solid C_BBORDER;
width: 15em;
border: 1px solid C_DBORDER;
width: 128pt;
padding: 6px;
margin:auto;
display: inline-block;
vertical-align: bottom;
}
.itime-bar {
@ -250,7 +253,6 @@ HASH(#itime-progress) {
}
.itime {
float: right;
}
}

View file

@ -30,10 +30,6 @@
<?theme body?>
</div>
<div class="footer">
<div class="itime">
<div class="itime-text">internet time @ <span id="itime-value">???</span></div>
<div class="itime-bar"><div id="itime-progress"></div></div>
</div>
<a rel="me" href="https://cybre.space/@devurandom"><img src="/mastodon.gif"
width="88px" height="31px" alt="Follow me on Mastodon"></img></a>
<a href="https://vim.org"><img src="/vim.gif"
@ -45,6 +41,10 @@
<a
href="https://mozilla.org/en-US/firefox/"><img src="/firefox.gif"
width="88px" height="31px" alt="Best viewed in Firefox" title="This website is best viewed in the Firefox web browser."></img></a>
<div class="itime">
<div class="itime-text">internet time @ <span id="itime-value">???</span></div>
<div class="itime-bar"><div id="itime-progress"></div></div>
</div>
<br />
Website created and updated by /dev/urandom. Source code available on the
<a href="https://gitlab.com/dev_urandom/simple-site">GitLab page</a>.