From ab9e5ecd7b4844d71916894914d0bb6590f389a8 Mon Sep 17 00:00:00 2001 From: Tancre Date: Sat, 6 Jun 2020 17:40:29 +0200 Subject: [PATCH] black sea --- 0/ilinx_00.html | 19 ++++++- 0/ilinx_000.html | 2 +- 0/imaginary.html | 7 ++- 0/real.html | 14 ++++- main/world1/black_sea.html | 101 +++++++++++++++++++++---------------- 5 files changed, 95 insertions(+), 48 deletions(-) diff --git a/0/ilinx_00.html b/0/ilinx_00.html index dc596c9..d3a0ab4 100644 --- a/0/ilinx_00.html +++ b/0/ilinx_00.html @@ -4,13 +4,21 @@ Ilinx-0 +

Index of /ilinx

- +

[.]ilinx- 00  
[.]ilinx- 00  

@@ -18,12 +26,19 @@

The most merciful thing in the world, I think, is the ability ( real or - imaginary + imaginary ) of the human mind to correlate all its contents.

+ \ No newline at end of file diff --git a/0/real.html b/0/real.html index 9583c46..f7554f4 100644 --- a/0/real.html +++ b/0/real.html @@ -1 +1,13 @@ -Think of it as you reading this text \ No newline at end of file + + + + + + + +

Think of it as you reading this text

+ + + diff --git a/main/world1/black_sea.html b/main/world1/black_sea.html index 9c25dfd..69b5025 100644 --- a/main/world1/black_sea.html +++ b/main/world1/black_sea.html @@ -23,7 +23,6 @@ animation: wave 5s linear infinite; } - @-webkit-keyframes wave { 0% { background-position: 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%; @@ -46,17 +45,19 @@ transform: scale(-0.3, 0.3); top:50%; left:50%; - margin-top:-75px; + margin-top:-150px; position:absolute; - margin-left:-605px; + margin-left:-1000px; } + .boat .wrap{ + margin:auto; - width:210px; + width:860px; height:150px; overflow:hidden; position:relative; - padding:50px 0 0 25px; + padding:50px 0 0 500px; } .boat .main{ bottom:-3px; @@ -337,6 +338,7 @@ bottom:0; left:150px; position:absolute; + margin-left: 450px; } .boat .water .drops{ width:300px; @@ -566,7 +568,7 @@ /* The alert message box */ .alert { - left: -200px; + left: 240px; position: absolute; width: 236px; padding: 20px 30px 80px 20px; @@ -612,9 +614,11 @@ z-index: 101; } #black_hole{ - left: 1275.5px; + left: 3000.5px; top: 559.5px; - transform: scale(5,5) !important;} + transform: scale(5,5) !important; +display: none;} + .black_hole { border-color: #00fc33 !important; background-color: black; @@ -653,6 +657,15 @@ top: 717px;} 100% {-webkit-transform: scale(3, 3); opacity: 0.0;} } +.btn{ display: none; +position: absolute; +left: 2640px; +top: 220px; +width: 500px; +padding: 100px; +text-align: center; +color: white;} + @@ -710,51 +723,53 @@ top: 717px;} -
+ +
Some day the piecing together of dissociated knowledge will open up a new reality
+ function newv(v,a,b) { + var n = parseInt(v, 10) - (d[a] ? x : 0) + (d[b] ? x : 0); + return n < 0 ? 0 : n > w ? w : n; + } + + $(window).keydown(function(e) { d[e.which] = true; }); + $(window).keyup(function(e) { d[e.which] = false; }); + + setInterval(function() { + box.css({ + left: function(i,v) { return newv(v, 37, 39); }, + top: function(i,v) { return newv(v, 38, 40); } + }); + }, 20); + + $(document).keydown( + + function(e){ + if (e.keyCode == 37) { + e.preventDefault(); + } + + }); + + // var l = box.css('left'); + // if (l > 3000){ + // $('#black_hole').css('display','inline'); + // } + + setInterval(function() { + $('.btn').css('display', 'inline'); + }, 15000); +