Изображения перенесены в отдельную папку
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
<link rel="icon" href="./img/favicon.ico" type="image/x-icon">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>iQR</title>
|
<title>iQR</title>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<div class="logo">
|
<div class="logo">
|
||||||
<h1 id="h1">Генератор QR-кодов</h1>
|
<h1 id="h1">Генератор QR-кодов</h1>
|
||||||
<a href="https://github.com/IliaMiheev/iQR" target="_blank" title="Github">
|
<a href="https://github.com/IliaMiheev/iQR" target="_blank" title="Github">
|
||||||
<img src="./fluidicon.png" alt="GitHub" style="width: 40px; height: 40px;">
|
<img src="./img/fluidicon.png" alt="GitHub" style="width: 40px; height: 40px;">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
cursor: url(Orange_cursor.png) , default !important
|
cursor: url(img/Orange_cursor.png) , default !important
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -26,11 +26,11 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
cursor: url(Orange_pointer.png), pointer !important;
|
cursor: url(img/Orange_pointer.png), pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
cursor: url(Orange_cursor.png), pointer !important;
|
cursor: url(img/Orange_cursor.png), pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputs {
|
.inputs {
|
||||||
@@ -59,14 +59,14 @@ textarea::selection {
|
|||||||
|
|
||||||
input[type='checkbox'] {
|
input[type='checkbox'] {
|
||||||
accent-color: orangered;
|
accent-color: orangered;
|
||||||
cursor: url(Orange_pointer.png), pointer !important;
|
cursor: url(img/Orange_pointer.png), pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: orangered;
|
background-color: orangered;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: url(Orange_pointer.png), pointer !important;
|
cursor: url(img/Orange_pointer.png), pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button::selection {
|
button::selection {
|
||||||
|
|||||||