z-index: 21;
background-size: 40px 100px;
}
+.sharp #next,
+.sharp #previous {
+ width: 53px;
+ height: 107px;
+ background-size: 53px 107px;
+}
#next,
#previous,
#down,
opacity: 0;
cursor: default;
}
+.rtl #previous,
.ltr #next {
background-image: url("../data/images/interface-next.svg");
right: 0px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
+.rtl #next,
.ltr #previous {
background-image: url("../data/images/interface-previous.svg");
left: 0px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
-.rtl #previous {
- background-image: url("../data/images/interface-next.svg");
- right: 0px;
- border-top-left-radius: 7px;
- border-bottom-left-radius: 7px;
-}
-.rtl #next {
- background-image: url("../data/images/interface-previous.svg");
- left: 0px;
- border-top-right-radius: 7px;
- border-bottom-right-radius: 7px;
+.sharp.rtl #previous,
+.sharp.ltr #next {
+ background-image: url("../data/images/interface-sharp-next.svg");
+ border-top-left-radius: 1px;
+ border-bottom-left-radius: 1px;
}
-.rtl.no-svg #next {
- background-image: url("../data/images/interface-next.png");
+.sharp.rtl #next,
+.sharp.ltr #previous {
+ background-image: url("../data/images/interface-sharp-previous.svg");
+ border-top-right-radius: 1px;
+ border-bottom-right-radius: 1px;
}
-.rtl.no-svg #previous {
+.no-svg.rtl #next,
+.no-svg.ltr #previous {
background-image: url("../data/images/interface-previous.png");
}
-.rtl.no-svg #previous {
+.no-svg.rtl #previous,
+.no-svg.ltr #next {
background-image: url("../data/images/interface-next.png");
}
-.rtl.no-svg #next {
- background-image: url("../data/images/interface-previous.png");
+.no-svg.sharp.rtl #next,
+.no-svg.sharp.ltr #previous {
+ background-image: url("../data/images/interface-sharp-previous.png");
+}
+.no-svg.sharp.rtl #previous,
+.no-svg.sharp.ltr #next {
+ background-image: url("../data/images/interface-sharp-next.png");
}
/* Header */
header {
right: 40px;
top: 340px;
}
+.sharp .ltr #helpView .interface .next,
+.sharp .ltr #helpView .interface .last,
+.sharp .rtl #helpView .interface .first,
+.sharp .rtl #helpView .interface .previous {
+ right: 53px;
+}
.ltr #helpView .interface .next:after,
.ltr #helpView .interface .last:after,
.rtl #helpView .interface .first:after,
left: 40px;
top: 340px;
}
+.sharp .rtl #helpView .interface .next,
+.sharp .rtl #helpView .interface .last,
+.sharp .ltr #helpView .interface .first,
+.sharp .ltr #helpView .interface .previous {
+ left: 57px;
+}
.rtl #helpView .interface .next:before,
.rtl #helpView .interface .last:before,
.ltr #helpView .interface .first:before,
#helpView .interface .last {
margin-top: 43px;
}
+.sharp #helpView .interface .first,
+.sharp #helpView .interface .last {
+ margin-top: 40px;
+}
#helpView .interface .next,
#helpView .interface .previous {
margin-top: -5px;
opacity: 1;
z-index: 21;
background-size: 40px 100px;
+
+ .sharp & {
+ width: 53px;
+ height: 107px;
+ background-size: 53px 107px;
+ }
}
#next, #previous, #down, #splash {
cursor: default;
}
-.ltr #next {
+.rtl #previous, .ltr #next {
background-image: url("../data/images/interface-next.svg");
right: 0px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
-.ltr #previous {
+.rtl #next, .ltr #previous {
background-image: url("../data/images/interface-previous.svg");
left: 0px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
-.rtl #previous {
- background-image: url("../data/images/interface-next.svg");
- right: 0px;
- border-top-left-radius: 7px;
- border-bottom-left-radius: 7px;
-}
-
-.rtl #next {
- background-image: url("../data/images/interface-previous.svg");
- left: 0px;
- border-top-right-radius: 7px;
- border-bottom-right-radius: 7px;
+.sharp {
+ &.rtl #previous, &.ltr #next {
+ background-image: url("../data/images/interface-sharp-next.svg");
+ border-top-left-radius: 1px;
+ border-bottom-left-radius: 1px;
+ }
+ &.rtl #next, &.ltr #previous {
+ background-image: url("../data/images/interface-sharp-previous.svg");
+ border-top-right-radius: 1px;
+ border-bottom-right-radius: 1px;
+ }
}
-.rtl.no-svg #next {
- background-image: url("../data/images/interface-next.png");
-}
+.no-svg {
+ &.rtl #next, &.ltr #previous {
+ background-image: url("../data/images/interface-previous.png");
+ }
-.rtl.no-svg #previous {
- background-image: url("../data/images/interface-previous.png");
-}
+ &.rtl #previous, &.ltr #next {
+ background-image: url("../data/images/interface-next.png");
+ }
-.rtl.no-svg #previous {
- background-image: url("../data/images/interface-next.png");
-}
+ &.sharp {
+ &.rtl #next, &.ltr #previous {
+ background-image: url("../data/images/interface-sharp-previous.png");
+ }
-.rtl.no-svg #next {
- background-image: url("../data/images/interface-previous.png");
+ &.rtl #previous, &.ltr #next {
+ background-image: url("../data/images/interface-sharp-next.png");
+ }
+ }
}
/* Header */
top: 340px;
}
+&.sharp {
+ .ltr #helpView .interface .next,
+ .ltr #helpView .interface .last,
+ .rtl #helpView .interface .first,
+ .rtl #helpView .interface .previous {
+ right: 53px;
+ }
+}
+
.ltr #helpView .interface .next:after,
.ltr #helpView .interface .last:after,
.rtl #helpView .interface .first:after,
top: 340px;
}
+.sharp {
+ .rtl #helpView .interface .next,
+ .rtl #helpView .interface .last,
+ .ltr #helpView .interface .first,
+ .ltr #helpView .interface .previous {
+ left: 57px;
+ }
+}
+
.rtl #helpView .interface .next:before,
.rtl #helpView .interface .last:before,
.ltr #helpView .interface .first:before,
#helpView .interface .first,
#helpView .interface .last {
margin-top: 43px;
+
+ .sharp & {
+ margin-top: 40px;
+ }
}
#helpView .interface .next,