Cyclohexane (Talk | contribs) |
Cyclohexane (Talk | contribs) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
margin: 0; | margin: 0; | ||
top: 20%; | top: 20%; | ||
− | left: | + | left: 85.5vw; |
-webkit-transform: translateY(-50%); | -webkit-transform: translateY(-50%); | ||
transform: translateY(-50%); | transform: translateY(-50%); | ||
Line 12: | Line 12: | ||
float: left; | float: left; | ||
} | } | ||
− | |||
− | |||
#Quick_A { | #Quick_A { | ||
Line 23: | Line 21: | ||
top: 12.25vw; | top: 12.25vw; | ||
position: relative; | position: relative; | ||
− | |||
} | } | ||
Line 47: | Line 44: | ||
#Quick_F { | #Quick_F { | ||
text-align: left; | text-align: left; | ||
− | padding-left: | + | padding-left: 0.6vw; |
color: #1d2087 !important; | color: #1d2087 !important; | ||
text-decoration: none; | text-decoration: none; | ||
− | font-size: | + | font-size: 1rem; |
line-height: 1vw; | line-height: 1vw; | ||
-webkit-transition: color 0.3s; | -webkit-transition: color 0.3s; | ||
Line 58: | Line 55: | ||
z-index: 1; | z-index: 1; | ||
white-space: nowrap; | white-space: nowrap; | ||
− | |||
} | } | ||
Line 106: | Line 102: | ||
display: none; | display: none; | ||
} | } | ||
− | + | ||
− | + | .js-scroll-step { | |
− | + | padding-top: 3.5rem; | |
− | + | margin-bottom: 0rem; | |
− | + | ||
− | + | ||
} | } | ||
} | } | ||
Line 130: | Line 124: | ||
@media screen and (min-width: 90rem) {} | @media screen and (min-width: 90rem) {} | ||
+ | |||
+ | .click_here:after { | ||
+ | content: "\f0a5"; | ||
+ | font-family: fontawesome; | ||
+ | } | ||
+ | |||
+ | .click_here { | ||
+ | color: #1d2087; | ||
+ | } | ||
+ | .engagement img{ | ||
+ | margin: 2vw 0; | ||
+ | } | ||
+ | |||
+ | .MathJax { | ||
+ | outline: 0; | ||
+ | } | ||
+ | |||
+ | .MathJax span { | ||
+ | font-size: 1rem; | ||
+ | } | ||
+ | |||
+ | .MathJax_Display { | ||
+ | overflow-x: auto; | ||
+ | overflow-y: hidden; | ||
+ | margin: 0 !important; | ||
+ | } |
Latest revision as of 07:40, 17 October 2018
.Quick-navigation {
position: fixed; z-index: 1; margin: 0; top: 20%; left: 85.5vw; -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: 0.6vw; color: #1d2087 !important; text-decoration: none; font-size: 1rem; 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; }
.js-scroll-step { padding-top: 3.5rem; margin-bottom: 0rem; }
}
@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;
} .engagement img{
margin: 2vw 0;
}
.MathJax {
outline: 0;
}
.MathJax span {
font-size: 1rem;
}
.MathJax_Display {
overflow-x: auto; overflow-y: hidden; margin: 0 !important;
}