Files
Andrey Kuvshinov 8fc8cbae32 add files
2025-07-09 21:21:17 +03:00

94 lines
2.2 KiB
PHP

<!--[critical-styles/styles-404]-->
<style>
.error-404 .searchform {
max-width: 29.25rem;
margin-left: auto;
margin-right: auto;
position: relative;
}
.error-404 .searchform input[type="text"],
.error-404 .searchform input[type="search"] {
height: 2rem;
border-width: 1px;
padding: 0.3125rem 0.625rem;
}
input[type="text"],
input[type="search"] {
background: #fff;
width: 100%;
font-size: 0.75rem;
color:#505258;
border: solid #C0C0C0;
border-width: 1px 0;
padding: 0.3125rem 0;
height: 2rem;
}
.searchform {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: .6875rem 0 0
}
.searchform__btn {
background: 0 0;
position: absolute;
right: 0;
border: 0 none;
padding: .3125rem;
width: 1.875rem;
height: 1.875rem;
line-height: 2.3125rem;
display: flex;
justify-content: center;
align-items: center;
z-index: 2
}
.searchform__btn svg {
flex: 1 0 auto;
}
.searchform input[type=search] {
z-index: 1
}
.searchform__btn svg:first-child {
display: none;
}
.searchform__btn svg:last-child {
display: block;
}
.searchform__btn svg:first-child:last-child {
display: block;
}
.error-404 {
max-width: 37.5rem;
text-align: center;
font-size: 1.125rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 5rem;
}
.error-404__content {
margin: 1.625rem 0 0;
}
.error-404__content p {
margin: 0 0 1.25rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.searchform input[type=search] {
font-size: 1rem
}
}
@media (min-width: 768px) and (max-width: 992px) {
.searchform {
position: relative;
margin: 0.4375rem 0 0;
}
}
</style>
<!--[/critical-styles/styles-404]-->