Spaces:
Running
Running
Update play.html
Browse files
play.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
| 24 |
.floating-message {
|
| 25 |
position: absolute;
|
| 26 |
font-weight: 800;
|
| 27 |
-
font-size:
|
| 28 |
text-align: left;
|
| 29 |
pointer-events: none;
|
| 30 |
text-shadow: 2px 2px 0px #000;
|
|
@@ -40,10 +40,8 @@
|
|
| 40 |
100% { opacity: 0; transform: translate(60px, -120px) scale(0.9); }
|
| 41 |
}
|
| 42 |
|
| 43 |
-
.motivational-banner { position: absolute; top: 20%; width: 100%; text-align: center; font-size:
|
| 44 |
-
|
| 45 |
-
.combo-display { position: absolute; top: 45%; right: 8%; font-size: 3rem; font-weight: 900; color: #fff; text-shadow: 4px 4px 0px #ff0055; opacity: 0; transition: all 0.3s; z-index: 45; transform: rotate(-10deg); text-align: right; pointer-events: none; font-style: italic; }
|
| 46 |
-
|
| 47 |
.hidden { display: none !important; }
|
| 48 |
</style>
|
| 49 |
</head>
|
|
@@ -118,23 +116,6 @@
|
|
| 118 |
</div>
|
| 119 |
|
| 120 |
<script>
|
| 121 |
-
document.addEventListener('DOMContentLoaded', () => {
|
| 122 |
-
document.addEventListener('touchmove', function(event) {
|
| 123 |
-
if (event.scale !== 1) { event.preventDefault(); }
|
| 124 |
-
}, { passive: false });
|
| 125 |
-
|
| 126 |
-
let lastTouchEnd = 0;
|
| 127 |
-
document.addEventListener('touchend', function(event) {
|
| 128 |
-
const now = (new Date()).getTime();
|
| 129 |
-
if (now - lastTouchEnd <= 300) {
|
| 130 |
-
event.preventDefault();
|
| 131 |
-
}
|
| 132 |
-
lastTouchEnd = now;
|
| 133 |
-
}, false);
|
| 134 |
-
|
| 135 |
-
document.body.addEventListener('gesturestart', function(e) { e.preventDefault(); });
|
| 136 |
-
});
|
| 137 |
-
|
| 138 |
/**
|
| 139 |
* ==========================================================================================
|
| 140 |
* ⚙️ CONFIGURAZIONE DI GIOCO - MATTEO INNOVATION LAB EDITION
|
|
|
|
| 24 |
.floating-message {
|
| 25 |
position: absolute;
|
| 26 |
font-weight: 800;
|
| 27 |
+
font-size: 1.20rem;
|
| 28 |
text-align: left;
|
| 29 |
pointer-events: none;
|
| 30 |
text-shadow: 2px 2px 0px #000;
|
|
|
|
| 40 |
100% { opacity: 0; transform: translate(60px, -120px) scale(0.9); }
|
| 41 |
}
|
| 42 |
|
| 43 |
+
.motivational-banner { position: absolute; top: 20%; width: 100%; text-align: center; font-size: 1.5rem; font-weight: 800; color: #fff; text-shadow: 0 0 20px var(--neon-green); pointer-events: none; z-index: 40; opacity: 0; transition: all 0.5s; letter-spacing: 2px; }
|
| 44 |
+
.combo-display { position: absolute; top: 45%; right: 8%; font-size: 2rem; font-weight: 900; color: #fff; text-shadow: 4px 4px 0px #ff0055; opacity: 0; transition: all 0.3s; z-index: 45; transform: rotate(-10deg); text-align: right; pointer-events: none; font-style: italic; }
|
|
|
|
|
|
|
| 45 |
.hidden { display: none !important; }
|
| 46 |
</style>
|
| 47 |
</head>
|
|
|
|
| 116 |
</div>
|
| 117 |
|
| 118 |
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
/**
|
| 120 |
* ==========================================================================================
|
| 121 |
* ⚙️ CONFIGURAZIONE DI GIOCO - MATTEO INNOVATION LAB EDITION
|