Изображения перенесены в отдельную папку
|
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>
|
||||
|
||||
<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 name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>iQR</title>
|
||||
@@ -34,7 +34,7 @@
|
||||
<div class="logo">
|
||||
<h1 id="h1">Генератор QR-кодов</h1>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
html {
|
||||
background-color: #1e1e1e;
|
||||
cursor: url(Orange_cursor.png) , default !important
|
||||
cursor: url(img/Orange_cursor.png) , default !important
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -26,11 +26,11 @@ h1 {
|
||||
}
|
||||
|
||||
img {
|
||||
cursor: url(Orange_pointer.png), pointer !important;
|
||||
cursor: url(img/Orange_pointer.png), pointer !important;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: url(Orange_cursor.png), pointer !important;
|
||||
cursor: url(img/Orange_cursor.png), pointer !important;
|
||||
}
|
||||
|
||||
.inputs {
|
||||
@@ -59,14 +59,14 @@ textarea::selection {
|
||||
|
||||
input[type='checkbox'] {
|
||||
accent-color: orangered;
|
||||
cursor: url(Orange_pointer.png), pointer !important;
|
||||
cursor: url(img/Orange_pointer.png), pointer !important;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: orangered;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
cursor: url(Orange_pointer.png), pointer !important;
|
||||
cursor: url(img/Orange_pointer.png), pointer !important;
|
||||
}
|
||||
|
||||
button::selection {
|
||||
|
||||