Cyclohexane (Talk | contribs) |
Cyclohexane (Talk | contribs) |
||
Line 87: | Line 87: | ||
display: none; | display: none; | ||
} | } | ||
− | |||
} | } | ||
@media screen and (min-width: 769px) and (max-width: 89.9375rem) { | @media screen and (min-width: 769px) and (max-width: 89.9375rem) { | ||
Line 102: | Line 101: | ||
} | } | ||
@media screen and (min-width: 90rem) {} | @media screen and (min-width: 90rem) {} | ||
+ | .click_here:after { | ||
+ | content: "\f0a5"; | ||
+ | font-family: fontawesome; | ||
+ | } | ||
+ | .click_here { | ||
+ | color: #1d2087; | ||
+ | } | ||
+ | #ABCDsystem .F1, | ||
+ | #ABCDsystem .F2, | ||
+ | #ABCDsystem .F3, | ||
+ | #ABCDsystem .F4, | ||
+ | #OMVs .F1, | ||
+ | #OMVs .F2, | ||
+ | #OMVs .F3, | ||
+ | #OMVs .F4, | ||
+ | #Supporting .F1, | ||
+ | #Supporting .F2, | ||
+ | #Supporting .F3, | ||
+ | #Supporting .F4, | ||
+ | #post-content .F1, | ||
+ | #post-content .F2, | ||
+ | #post-content .F3 { | ||
+ | text-align: center!important; | ||
+ | } | ||
+ | .MathJax { | ||
+ | outline: 0; | ||
+ | } | ||
+ | .MathJax span { | ||
+ | font-size: 1rem; | ||
+ | } | ||
+ | .MathJax_Display { | ||
+ | overflow-x: auto; | ||
+ | overflow-y: hidden; | ||
+ | margin: 0 !important; | ||
+ | } |
Revision as of 06:43, 14 October 2018
.Quick-navigation {
position: fixed; z-index: 1; margin: 0; top: 20%; left: 85vw; -webkit-transform: translateY(-50%); transform: translateY(-50%);
} .Quick-navigation_word {
float: left;
}
- Quick_A {
top: 10vw; position: relative;
}
- Quick_B {
top: 12.25vw; position: relative;
}
- Quick_C {
top: 14.5vw; position: relative;
}
- Quick_D {
top: 16.75vw; position: relative;
}
- Quick_F {
top: 19vw; position: relative;
}
- Quick_A,
- Quick_B,
- Quick_C,
- Quick_D,
- Quick_F {
text-align: left; padding-left: 1vw; color: #1d2087 !important; text-decoration: none; font-size: 1vw; line-height: 1vw; -webkit-transition: color 0.3s; transition: color 0.3s; display: block; position: absolute; z-index: 1; white-space: nowrap;
}
- Quick_A:hover,
- Quick_B:hover,
- Quick_C:hover,
- Quick_D:hover,
- Quick_F:hover {
font-weight: bolder;
} .current+a {
font-weight: bolder;
} .Quick-navigation-item>img {
display: none;
} .Quick-navigation-item.current>img {
display: block; position: absolute;
} .js-scroll-step {
margin-bottom: 3.5rem;
} .Quick-navigation-item img {
top: 10vw; height: 10vw; margin: 0; float: left; position: relative;
} .Quick-navigation_word>img {
top: 10vw; height: 10vw; margin: 0; float: left; position: relative;
} @media screen and (max-width: 769px) {
.Quick-navigation { display: none; }
} @media screen and (min-width: 769px) and (max-width: 89.9375rem) {
.Quick-navigation { left: 85vw;
}
- Quick_A,
- Quick_B,
- Quick_C,
- Quick_D,
- Quick_F {
font-size: 0.8vw;
} } @media screen and (min-width: 90rem) {} .click_here:after {
content: "\f0a5"; font-family: fontawesome;
} .click_here {
color: #1d2087;
}
- ABCDsystem .F1,
- ABCDsystem .F2,
- ABCDsystem .F3,
- ABCDsystem .F4,
- OMVs .F1,
- OMVs .F2,
- OMVs .F3,
- OMVs .F4,
- Supporting .F1,
- Supporting .F2,
- Supporting .F3,
- Supporting .F4,
- post-content .F1,
- post-content .F2,
- post-content .F3 {
text-align: center!important;
} .MathJax {
outline: 0;
} .MathJax span {
font-size: 1rem;
} .MathJax_Display {
overflow-x: auto; overflow-y: hidden; margin: 0 !important;
}