This commit is contained in:
225
kedo/default.css
225
kedo/default.css
@ -41,10 +41,42 @@ p {
|
||||
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 1600px;
|
||||
max-width: 1570px;
|
||||
margin: 0 auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.header__list {
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.header__navi ul li + li {
|
||||
margin-right: 16px;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.solution-select {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.solution-select__selected {
|
||||
font-size: 17px !important;
|
||||
line-height: 21px !important;
|
||||
}
|
||||
|
||||
.header__list-item-url {
|
||||
font-size: 18px !important;
|
||||
line-height: 20px !important;
|
||||
}
|
||||
.solution-select {
|
||||
line-height: 24px !important;
|
||||
}
|
||||
|
||||
.header__list-item-latest {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
.header__list-item {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
ul li {
|
||||
@ -224,39 +256,9 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
max-width: 360px;
|
||||
}
|
||||
|
||||
@media (max-width: 1450px) {
|
||||
@media (max-width: 1470px) {
|
||||
.header__logo {
|
||||
max-width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1400px) {
|
||||
.header__logo {
|
||||
max-width: 340px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1350px) {
|
||||
.header__logo {
|
||||
max-width: 330px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
.header__logo {
|
||||
max-width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1250px) {
|
||||
.header__logo {
|
||||
min-width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.header__logo {
|
||||
min-width: 320px;
|
||||
max-width: 285px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@ -418,8 +420,34 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
|
||||
.hero__search-form {
|
||||
flex: 1 1 auto;
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
max-width: 520px;
|
||||
margin-left: 4rem;
|
||||
}
|
||||
@media (max-width: 1280px) {
|
||||
.container {
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.header__logo {
|
||||
width: 285px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1110px) {
|
||||
.container {
|
||||
padding-right: 16px;
|
||||
}
|
||||
.hero__search-form {
|
||||
margin-left: 4rem;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1100px) {
|
||||
.container {
|
||||
padding-right: 16px;
|
||||
}
|
||||
.hero__search-form {
|
||||
margin-left: 0rem;
|
||||
}
|
||||
}
|
||||
|
||||
.search-form__input,
|
||||
@ -456,11 +484,71 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
max-height: 100svh;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.header__navi {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hero__search {
|
||||
margin-top: -1px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: transparent;
|
||||
padding: 8px 6px 8px 20px;
|
||||
transition: background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1);
|
||||
}
|
||||
|
||||
.hero__search-icon {
|
||||
display: block;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.hero__side-icon {
|
||||
display: block;
|
||||
padding-top: 8px;
|
||||
margin-left: 17px;
|
||||
}
|
||||
|
||||
.hero__search form::before {
|
||||
left: 14px;
|
||||
top: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1023px) {
|
||||
.solution-select {
|
||||
margin-right: 48px !important;
|
||||
margin-left: auto;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.header__list-item {
|
||||
margin-right: 48px !important;
|
||||
}
|
||||
.header__list-item-latest {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
|
||||
.header__logo {
|
||||
min-width: 232px !important;
|
||||
max-width: unset !important;
|
||||
}
|
||||
|
||||
.header__logo img {
|
||||
width: 232px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
input[type="text"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header {
|
||||
height: 80px !important;
|
||||
}
|
||||
|
||||
.--locked {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
@ -504,15 +592,10 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
}
|
||||
|
||||
.header__logo img {
|
||||
max-width: 220px;
|
||||
margin-top: 14px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.header__navi {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#toc {
|
||||
overflow: hidden;
|
||||
position: static;
|
||||
@ -543,10 +626,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.header__list {
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
.search-sidebar.sidebar__wrapper {
|
||||
padding-left: 12px;
|
||||
}
|
||||
@ -608,33 +687,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
max-width: 376px;
|
||||
}
|
||||
|
||||
.hero__search {
|
||||
margin-top: -1px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: transparent;
|
||||
padding: 8px 6px 8px 20px;
|
||||
transition: background 0.1s cubic-bezier(0.77, 0.2, 0.05, 1);
|
||||
}
|
||||
|
||||
.hero__search-icon {
|
||||
display: block;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.hero__side-icon {
|
||||
display: block;
|
||||
padding-top: 8px;
|
||||
margin-left: 17px;
|
||||
}
|
||||
|
||||
.hero__search form::before {
|
||||
left: 14px;
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
.hero__search-form,
|
||||
.header .ya-site-form {
|
||||
display: block;
|
||||
@ -1237,6 +1289,27 @@ a.gs-title b {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.header {
|
||||
height: 56px !important;
|
||||
}
|
||||
.article {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.header__logo {
|
||||
max-width: 220px !important;
|
||||
}
|
||||
.header__logo img {
|
||||
max-width: 220px !important;
|
||||
}
|
||||
.hero__search {
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
.hero__side-icon {
|
||||
margin-left: 12px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.footer-mobile__list {
|
||||
flex-wrap: wrap;
|
||||
@ -2015,3 +2088,11 @@ code {
|
||||
font-weight: 600 !important;
|
||||
color: #233255 !important;
|
||||
}
|
||||
|
||||
.header__list-item {
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
.header__list-item-url {
|
||||
height: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user