} else {
$("body").addClass('desktop');
}
+ if(this.settings.correctCenter){
+ $('body').addClass('correct-center');
+ }
if (this.pad.enabled) {
$("body").addClass('pad');
}
pointer-events: none;
}
+.correct-center.landscape {
+ #flip3dcontainer {
+ margin-left: -0.5px;
+ }
+
+ #currentDoublePage, #nextDoublePage {
+ .page.right {
+ left: ~"calc(50% - 1px)";
+ }
+ }
+}
+
.landscape .page.right {
left: 50%;
}
}
/* Search */
+
#searchHighlights {
position: absolute;
top: 0px;
@shadow-height: 120px;
@shadow-offset: 0px;
+
#shadow {
@shadow-width-left: @book-page-width+12;
@shadow-width-right: @book-page-width+12;
@import "edges";
/* Locale Flag icon */
+
.locale-flag {
display: inline-block;
width: 22px;
}
/* Fluidbook */
+
#fluidbook {
position: absolute;
z-index: 11;
@import "interface";
/* Header */
+
header {
position: relative;
z-index: 13;
/* Cart */
+
.icon-cart {
position: relative;
}
/* Links */
+
#links {
position: absolute;
top: 0px;
}
@links-area-color: fadeout(@links-color, 70%);
+
.link a {
width: 100%;
height: 100%;
@menu-padding: 30px;
/* View */
+
#viewOverlay {
position: absolute;
top: 0;
#bookmarkDisplayOptions {
padding-left: 30px;
text-align: left;
+
.radio-option {
display: inline-block;
margin-right: 20px;
.indexViewHolder {
-
margin: auto;
text-align: left;
@import "help";
/* Archives */
+
#archivesview {
position: relative;
@import "chapters";
/* ipad mag */
+
.pad #pagesnumbers,
.pad footer {
display: none;
}
/* 2D */
+
.doublePage._2d.sliding {
transition: none;
}
/* 3D Flip */
+
#flip3dcontainer {
height: 100%;
position: absolute;
}
/* 3D */
+
#pages._3dtransition {
-moz-perspective-origin: 50% 75%;
-webkit-perspective-origin: 50% 75%;