Ostatnie szlify na dziś...chyba
This commit is contained in:
@@ -7,6 +7,7 @@ html {
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 1rem 1.5rem;
|
padding: 1rem 1.5rem;
|
||||||
|
height: 1.5rem;
|
||||||
border-bottom: solid 3px var(--colorBase);
|
border-bottom: solid 3px var(--colorBase);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,9 +27,9 @@ a:hover {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0rem;
|
top: 2rem;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: calc(100vh - 2rem);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
background: linear-gradient(180deg,
|
background: linear-gradient(180deg,
|
||||||
@@ -219,15 +220,19 @@ input[type="number"] {
|
|||||||
max-height: calc(100vh - 4rem);
|
max-height: calc(100vh - 4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#gra table {
|
||||||
|
margin: auto;
|
||||||
|
border-radius: .3rem;
|
||||||
|
background: var(--colorBase);
|
||||||
|
}
|
||||||
|
|
||||||
#gra aside {
|
#gra aside {
|
||||||
display: none;
|
|
||||||
border-radius: .3rem;
|
border-radius: .3rem;
|
||||||
background: var(--colorBase);
|
background: var(--colorBase);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 1rem;
|
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
width: 18rem;
|
width: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gra aside div {
|
#gra aside div {
|
||||||
@@ -251,7 +256,7 @@ input[type="number"] {
|
|||||||
|
|
||||||
#gra button {
|
#gra button {
|
||||||
width: 3.5rem;
|
width: 3.5rem;
|
||||||
height: 5rem;
|
height: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gra button:hover {
|
#gra button:hover {
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ class Liczby {
|
|||||||
|
|
||||||
for (let i = 1; i <= 100; i++) {
|
for (let i = 1; i <= 100; i++) {
|
||||||
/** @type {HTMLButtonElement} */
|
/** @type {HTMLButtonElement} */
|
||||||
const przycisk = document.getElementById(i);
|
const przycisk = document.querySelector("button[id=\"" + i + "\"");;
|
||||||
przycisk.onclick = ev => {
|
przycisk.onclick = ev => {
|
||||||
this.#strzal(ev);
|
this.#strzal(ev);
|
||||||
}
|
}
|
||||||
@@ -94,7 +94,7 @@ class Liczby {
|
|||||||
}
|
}
|
||||||
for (let i = 1; i <= 100; i++) {
|
for (let i = 1; i <= 100; i++) {
|
||||||
/** @type {HTMLButtonElement} */
|
/** @type {HTMLButtonElement} */
|
||||||
const przycisk = document.getElementById(i);
|
const przycisk = document.querySelector("button[id=\"" + i + "\"");
|
||||||
przycisk.className = "";
|
przycisk.className = "";
|
||||||
}
|
}
|
||||||
this.#elementy.wygrana.className = "dialog dialog-ukryj";
|
this.#elementy.wygrana.className = "dialog dialog-ukryj";
|
||||||
@@ -133,7 +133,7 @@ class Liczby {
|
|||||||
|
|
||||||
for (let i = 1; i <= 100; i++) {
|
for (let i = 1; i <= 100; i++) {
|
||||||
/** @type {HTMLButtonElement} */
|
/** @type {HTMLButtonElement} */
|
||||||
const przycisk = document.getElementById(i);
|
const przycisk = document.querySelector("button[id=\"" + i + "\"");;
|
||||||
przycisk.className = "";
|
przycisk.className = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,17 @@ class Footer extends HTMLElement {
|
|||||||
</div>
|
</div>
|
||||||
<strong>Strona © Dark Steveneq, 2025; Nazwę wymyślił Youpiter</strong> <sub>#GradientySąSuper</sub>
|
<strong>Strona © Dark Steveneq, 2025; Nazwę wymyślił Youpiter</strong> <sub>#GradientySąSuper</sub>
|
||||||
</div>
|
</div>
|
||||||
<img src="assets/images/blahaj.png" height="128">
|
<div style="flex-grow: 0; flex-direction: row;">
|
||||||
|
<iframe
|
||||||
|
src="https://youads.nonamesoft.xyz/ads/site"
|
||||||
|
title="YouAds Ads Site"
|
||||||
|
height="150"
|
||||||
|
style="border: medium; max-width: 600px; width: 600px; height: 150px;"
|
||||||
|
loading="lazy"
|
||||||
|
>
|
||||||
|
</iframe>
|
||||||
|
<img src="assets/images/blahaj.png" height="128">
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|||||||
14
liczby.html
14
liczby.html
@@ -138,7 +138,19 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<aside>
|
<aside style="left: 1rem;">
|
||||||
|
<h2>Reklama</h2>
|
||||||
|
<hr>
|
||||||
|
<iframe
|
||||||
|
src="https://youads.nonamesoft.xyz/ads/site"
|
||||||
|
title="YouAds Ads Site"
|
||||||
|
width="300"
|
||||||
|
style="border: medium; max-height: 800px; height: 800px; width: 100%;"
|
||||||
|
loading="lazy"
|
||||||
|
>
|
||||||
|
</iframe>
|
||||||
|
</aside>
|
||||||
|
<aside style="right: 1rem;">
|
||||||
<h2>Statystyki</h2>
|
<h2>Statystyki</h2>
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user