mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-18 18:40:30 +00:00
border and itime fixes
This commit is contained in:
parent
09e3a171cc
commit
825cdffb67
2 changed files with 9 additions and 7 deletions
|
@ -131,6 +131,7 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a, .footer a:visited {
|
.footer a, .footer a:visited {
|
||||||
|
display: inline-block;
|
||||||
color: C_FOOTLINK;
|
color: C_FOOTLINK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -203,10 +204,12 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.itime {
|
.itime {
|
||||||
border: 1px solid C_BBORDER;
|
border: 1px solid C_DBORDER;
|
||||||
width: 15em;
|
width: 128pt;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itime-bar {
|
.itime-bar {
|
||||||
|
@ -250,7 +253,6 @@ HASH(#itime-progress) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.itime {
|
.itime {
|
||||||
float: right;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -30,10 +30,6 @@
|
||||||
<?theme body?>
|
<?theme body?>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<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"
|
<a rel="me" href="https://cybre.space/@devurandom"><img src="/mastodon.gif"
|
||||||
width="88px" height="31px" alt="Follow me on Mastodon"></img></a>
|
width="88px" height="31px" alt="Follow me on Mastodon"></img></a>
|
||||||
<a href="https://vim.org"><img src="/vim.gif"
|
<a href="https://vim.org"><img src="/vim.gif"
|
||||||
|
@ -45,6 +41,10 @@
|
||||||
<a
|
<a
|
||||||
href="https://mozilla.org/en-US/firefox/"><img src="/firefox.gif"
|
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>
|
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 />
|
<br />
|
||||||
Website created and updated by /dev/urandom. Source code available on the
|
Website created and updated by /dev/urandom. Source code available on the
|
||||||
<a href="https://gitlab.com/dev_urandom/simple-site">GitLab page</a>.
|
<a href="https://gitlab.com/dev_urandom/simple-site">GitLab page</a>.
|
||||||
|
|
Loading…
Add table
Reference in a new issue