hacker
Местный
- Сообщения
- 1.221
- Реакции
- 808
- Баллы
- 1.153
Приветствую всех форумчан!
После переезда с одного тарифа на другой тариф одного и того же хост провайдера.
Как не странно в консуле браузера стало меньше ошибок но две остались:
Подробнее: Как работает автозаполнение?

После переезда с одного тарифа на другой тариф одного и того же хост провайдера.
Как не странно в консуле браузера стало меньше ошибок но две остались:
Код:
Duplicate form field id in the same form
Multiple form field elements in the same form have the same id attribute value. This might prevent the browser from correctly autofilling the form.
To fix this issue, use unique id attribute values for each form field.
2 ресурса
[CODE]element.style {
}
#motacoreSidebarToggle {
display: none;
}
[type=checkbox], [type=radio], legend {
box-sizing: border-box;
padding: 0;
}
button, input, optgroup, select, textarea {
font-family: 'ProximaNova','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
line-height: 1.4;
}
button, input, optgroup, select, textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button, hr, input {
overflow: visible;
}
* {
scrollbar-width: 12px;
scrollbar-color: #193142 #05131d !important;
}
* {
box-sizing: border-box;
}
таблица стилей агента пользователя
input:not([type="range"]):not([type="color"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]) {
writing-mode: horizontal-tb !important;
}
таблица стилей агента пользователя
input[type="checkbox" i] {
background-color: initial;
cursor: default;
appearance: auto;
box-sizing: border-box;
margin: 3px 3px 3px 4px;
padding: initial;
border: initial;
}
таблица стилей агента пользователя
input {
font-style: ;
font-variant-ligatures: ;
font-variant-caps: ;
font-variant-numeric: ;
font-variant-east-asian: ;
font-variant-alternates: ;
font-weight: ;
font-stretch: ;
font-size: ;
font-family: ;
font-optical-sizing: ;
font-kerning: ;
font-feature-settings: ;
font-variation-settings: ;
text-rendering: auto;
color: fieldtext;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
appearance: auto;
-webkit-rtl-ordering: logical;
cursor: text;
background-color: field;
margin: 0em;
padding: 1px 2px;
border-width: 2px;
border-style: inset;
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
border-image: initial;
}
:root {
--animate-duration: 1s;
--animate-delay: 1s;
--animate-repeat: 1;
}
:root {
--input-border-heavy: #1d3c50;
--input-border-light: #244961;
}
<style>
:root {
--swiper-navigation-size: 44px;
}
<style>
:root {
--swiper-theme-color: #007aff;
}
html {
font: 15px / 1.4 sans-serif;
font-family: 'ProximaNova','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
font-weight: 500;
color: #dedede;
margin: 0;
padding: 0;
word-wrap: break-word;
background-color: #203e53;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
*::-webkit-scrollbar {
width: 12px;
overflow: scroll;
}
*::-webkit-scrollbar-thumb {
background-color: #193142 !important;
border-radius: 20px;
}
*::-webkit-scrollbar-track {
background-color: #05131d !important;
}
Код:
#motacoreSidebarToggle {
display: none;
}
[type=checkbox], [type=radio], legend {
box-sizing: border-box;
padding: 0;
}
button, input, optgroup, select, textarea {
font-family: 'ProximaNova','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
line-height: 1.4;
}
button, input, optgroup, select, textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button, hr, input {
overflow: visible;
}
* {
scrollbar-width: 12px;
scrollbar-color: #193142 #05131d !important;
}
* {
box-sizing: border-box;
}
таблица стилей агента пользователя
input:not([type="range"]):not([type="color"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]) {
writing-mode: horizontal-tb !important;
}
таблица стилей агента пользователя
input[type="checkbox" i] {
background-color: initial;
cursor: default;
appearance: auto;
box-sizing: border-box;
margin: 3px 3px 3px 4px;
padding: initial;
border: initial;
}
таблица стилей агента пользователя
input {
font-style: ;
font-variant-ligatures: ;
font-variant-caps: ;
font-variant-numeric: ;
font-variant-east-asian: ;
font-variant-alternates: ;
font-weight: ;
font-stretch: ;
font-size: ;
font-family: ;
font-optical-sizing: ;
font-kerning: ;
font-feature-settings: ;
font-variation-settings: ;
text-rendering: auto;
color: fieldtext;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
appearance: auto;
-webkit-rtl-ordering: logical;
cursor: text;
background-color: field;
margin: 0em;
padding: 1px 2px;
border-width: 2px;
border-style: inset;
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
border-image: initial;
}
:root {
--animate-duration: 1s;
--animate-delay: 1s;
--animate-repeat: 1;
}
:root {
--input-border-heavy: #1d3c50;
--input-border-light: #244961;
}
<style>
:root {
--swiper-navigation-size: 44px;
}
<style>
:root {
--swiper-theme-color: #007aff;
}
html {
font: 15px / 1.4 sans-serif;
font-family: 'ProximaNova','Segoe UI','Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
font-weight: 500;
color: #dedede;
margin: 0;
padding: 0;
word-wrap: break-word;
background-color: #203e53;
}
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
*::-webkit-scrollbar {
width: 12px;
overflow: scroll;
}
*::-webkit-scrollbar-thumb {
background-color: #193142 !important;
border-radius: 20px;
}
*::-webkit-scrollbar-track {
background-color: #05131d !important;
}
