diff options
author | axtloss <axtlos@disroot.org> | 2024-12-24 20:22:48 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-12-24 20:23:43 +0100 |
commit | 6e7bc53fc42c7ac84913b083b868542cda6f2cc7 (patch) | |
tree | 49d721bc511fad587e726ca11b36f7b259b542ae | |
parent | 5bbf10ceb3b9f8b10c6bc9e08e0e3a1e28f43a6e (diff) | |
download | website-6e7bc53fc42c7ac84913b083b868542cda6f2cc7.tar.gz website-6e7bc53fc42c7ac84913b083b868542cda6f2cc7.tar.bz2 |
make w3c happy
Diffstat (limited to '')
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | style.css | 7 |
2 files changed, 7 insertions, 4 deletions
@@ -234,9 +234,9 @@ <a href="https://futile.eu" target="_blank" rel="noopener noreferrer" title="legiayayana's orbit"> <img src="https://futile.eu/static/buttons/futile.png" alt="button that says 'futile'"> </a> - <a> + <div> <iframe src="https://increm.net/badge?key=xenia" title="incremnet badge" width="88" height="31" style="background-color: #d4d0c8; border: none;"></iframe> - </a> + </div> <a href="https://nyaa.si/view/964646" target="_blank" rel="noopener noreferrer" title="watch lain now!!"> <img src="lain.gif" alt="lain" width="88" height="31"> </a> @@ -82,7 +82,8 @@ body { z-index: 100; } -.bottom-bar a { +.bottom-bar a, +.bottom-bar div { border-top: 4px solid #fff; border-left: 4px solid #fff; border-right: 4px solid #000; @@ -252,7 +253,7 @@ body { gap: 5px; } -.window .title-bar .controls span { +.window .title-bar .controls label { border-top: 2px solid #fff; border-left: 2px solid #fff; border-right: 2px solid #000; @@ -285,6 +286,7 @@ body { } .window .content img { + width: 90%; max-width: 400px; } @@ -294,6 +296,7 @@ body { padding: 10px; } +#close, #home, #home-menu, #home-window, #projects, #projects-menu, #projects-window { display: none; |