master
Tancre 4 years ago
parent ef1faf4b78
commit 9314271dbc

@ -1,10 +1,31 @@
body {
/*body {
background-color: black;
color: chartreuse;
font-family: "Lucida Console", Monaco, monospace;
overflow: hidden;
}*/
body{
color: chartreuse;
overflow-y: hidden;
font-family: "Lucida Console", Monaco, monospace;
background-color: black !important;
background: radial-gradient(15px 5px at 25% 0, transparent 0%, transparent 80%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0.06) 99%, transparent 99%, transparent 100%),
radial-gradient(15px 5px at 75% 100%, transparent 0%, transparent 80%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0.06) 99%, transparent 99%, transparent 100%),
radial-gradient(10px 3px at 25% 0, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.05) 99%, transparent 99%, transparent 100%),
radial-gradient(10px 3px at 75% 100%, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.05) 99%, transparent 99%, transparent 100%),
radial-gradient(30px 8px at 25% 0, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.02) 99%, transparent 99%, transparent 100%),
radial-gradient(30px 8px at 75% 100%, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.02) 99%, transparent 99%, transparent 100%), #c4cbc3;
background-size: 60px 40px, 60px 40px, 40px 24px, 40px 24px, 120px 64px, 120px 64px;
/*background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;*/
-webkit-animation: wave 5s linear infinite;
animation: wave 5s linear infinite;
}
@-webkit-keyframes wave { 0% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } }
@keyframes wave { 0% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; } }
a { color: blue; text-decoration: none; }
a:hover { color: red; }
/*a:visited { color: blue; }*/

@ -6,11 +6,32 @@
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<style type="text/css">
body {
/* body {
background: black;
/*overflow: hidden;*/
overflow: hidden;
font-family: "Lucida Console", Monaco, monospace;
}
}
*/
body{
color: chartreuse;
overflow-y: hidden;
font-family: "Lucida Console", Monaco, monospace;
background-color: black !important;
background: radial-gradient(15px 5px at 25% 0, transparent 0%, transparent 80%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0.06) 99%, transparent 99%, transparent 100%),
radial-gradient(15px 5px at 75% 100%, transparent 0%, transparent 80%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0.06) 99%, transparent 99%, transparent 100%),
radial-gradient(10px 3px at 25% 0, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.05) 99%, transparent 99%, transparent 100%),
radial-gradient(10px 3px at 75% 100%, transparent 0%, transparent 70%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.05) 99%, transparent 99%, transparent 100%),
radial-gradient(30px 8px at 25% 0, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.02) 99%, transparent 99%, transparent 100%),
radial-gradient(30px 8px at 75% 100%, transparent 0%, transparent 55%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0.02) 99%, transparent 99%, transparent 100%), #c4cbc3;
background-size: 60px 40px, 60px 40px, 40px 24px, 40px 24px, 120px 64px, 120px 64px;
/*background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;*/
-webkit-animation: wave 5s linear infinite;
animation: wave 5s linear infinite;
}
#vBush {
position: absolute;

@ -9,11 +9,11 @@
<h1>Index of /ilinx</h1>
<table>
<tbody>
<tr><th colspan="5"><hr></th></tr><tr><td valign="top"><img src="#" alt="[.]"></td><td><a href="./00.html">ilinx</a></td><td align="right">-</td><td align="right"> 0 </td><td>&nbsp;</td></tr><tr><th colspan="5"><hr></th></tr>
<tr><th colspan="5"><hr></th></tr><tr><td valign="top"><img src="#" alt="[.]"></td><td><a href="./00.html" target="_blank">ilinx</a></td><td align="right">-</td><td align="right"> 0 </td><td>&nbsp;</td></tr><tr><th colspan="5"><hr></th></tr>
</tbody>
</table>
<script type="text/javascript">
alert("The following texts are part of a personal existential search for knowledge where authorship got lost. I don't remember anymore which texts I wrote and which were already written, which I mixed and which words I've taken from where. I'll provide a bibliography and credits trying to sum up what I remember but the result is a maze where I abandoned any interest in finding a way out...Maybe you will find yours.");
</script>
</body>
</html>
</html>

Loading…
Cancel
Save