153 lines
2.7 KiB
CSS
153 lines
2.7 KiB
CSS
/*-- Ðàçìåòêà áëîêà ïîèñêà --*/
|
|
.search-page .article-inner {
|
|
display: block;
|
|
}
|
|
.results>div {
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.zoom_searchform {
|
|
display: none;
|
|
}
|
|
|
|
/*-- Ðåçóëüòàò ïîèñêà èíôî --*/
|
|
.searchheading {
|
|
color: #9C9C9C;
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
.search-word {
|
|
margin: 0.4rem 0 0;
|
|
font-weight: bold !important;
|
|
font-size: 24px;
|
|
line-height: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.summary {
|
|
margin: 40px 0 35px;
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
color: #9C9C9C;
|
|
}
|
|
|
|
/*-- Ýëåìåíò ïîèñêîâîé âûäà÷è --*/
|
|
.result_block {
|
|
margin-top: 19px !important;
|
|
margin-bottom: 35px !important;
|
|
}
|
|
|
|
.result_title {
|
|
margin-bottom: 14px;
|
|
font-family: 'Inter', Arial, Helvetica, sans-serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 16px !important;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.result_title b {
|
|
display: none;
|
|
}
|
|
|
|
.result_title a {
|
|
margin-left: -9px;
|
|
font-family: 'Inter', Arial, Helvetica, sans-serif;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
text-decoration: none;
|
|
color: #367EB2 !important;
|
|
}
|
|
|
|
.result_title a:hover {
|
|
color: #3F8FC8;
|
|
}
|
|
|
|
.search-breadcrumbs a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.search-breadcrumbs a span {
|
|
color: #367EB2 !important;
|
|
margin-bottom: 7px;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
font-weight: 600 !important;
|
|
}
|
|
|
|
.results .breadcrumbs-slash:last-of-type {
|
|
display: none;
|
|
}
|
|
|
|
.results .description {
|
|
max-width: 655px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.infoline {
|
|
display: none;
|
|
}
|
|
|
|
.highlight {
|
|
background: transparent !important;
|
|
font-weight: 600;
|
|
}
|
|
|
|
/*-- Ïàãèíàöèÿ --*/
|
|
.result_pages {
|
|
margin-top: 30px;
|
|
margin-bottom: 50px;
|
|
font-family: 'Inter', Arial, Helvetica, sans-serif !important;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
}
|
|
|
|
.result_pages a {
|
|
text-decoration: none;
|
|
color: #367EB2;
|
|
margin-left: 7px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.current-page {
|
|
display: inline-block !important;
|
|
padding: 10px 15px !important;
|
|
border-radius: 4px !important;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
box-shadow: 0 9px 16px rgba(0, 20, 60, 0.2) !important;
|
|
}
|
|
|
|
@media (max-width: 750px) {
|
|
.article {
|
|
width: 100%;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 550px) {
|
|
|
|
.search-breadcrumbs a.heading1,
|
|
.search-breadcrumbs a.heading2,
|
|
.search-breadcrumbs a.heading3,
|
|
.search-breadcrumbs a.heading4 {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.search-breadcrumbs {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.search-breadcrumbs a span {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.summary+.summary {
|
|
display: none !important
|
|
}
|
|
|
|
/* /SEARCH PAGE End */ |