<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page {
display:block;
overflow: hidden;
background-color: white;
}
.page-inner {
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
#idrviewer {
overflow: auto;
line-height: 0;
margin: 0;
padding: 0;
-webkit-overflow-scrolling: touch;
}
#overlay {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
visibility: hidden;
}
#overlay.panning {
visibility: visible;
cursor: all-scroll;
cursor: -moz-grab;
cursor: -webkit-grab;
cursor: grab;
}
#overlay.panning.mousedown {
cursor: all-scroll;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
cursor: grabbing;
}
.highlight {
color: black;
background-color: yellow;
}
.layout-presentation .page {
visibility: hidden;
position: absolute;
}
.layout-presentation .page.current {
visibility: visible !important;
z-index: 1;
}
.layout-continuous .page {
margin: 0 auto 10px;
}
.layout-continuous .page:last-child {
margin: 0 auto 0;
}
.layout-magazine .page {
visibility: hidden;
position: absolute;
}
.layout-magazine .page.current {
visibility: visible !important;
z-index: 1;
}
.layout-presentation.transition-slide .page {
-webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
opacity: 0;
visibility: visible !important;
}
.layout-presentation.transition-slide .page.current {
visibility: visible !important;
opacity: 1;
}
.layout-presentation.transition-slide .page.after {
visibility: visible !important;
-webkit-transform: translateX(130%);
transform: translateX(130%);
-webkit-transition-delay: 0.1s, 0s;
transition-delay: 0.1s, 0s;
}
.layout-presentation.transition-slide .page.before {
visibility: visible !important;
-webkit-transform: translateX(-130%);
transform: translateX(-130%);
-webkit-transition-delay: 0.1s, 0s;
transition-delay: 0.1s, 0s;
}
.isR2L.layout-presentation.transition-slide .page.after {
-webkit-transform: translateX(-130%);
transform: translateX(-130%);
}
.isR2L.layout-presentation.transition-slide .page.before {
-webkit-transform: translateX(130%);
transform: translateX(130%);
}
.layout-presentation.transition-fade .page {
-webkit-transition: visibility 0.5s, opacity 0.5s;
transition: visibility 0.5s, opacity 0.5s;
opacity: 1;
}
.layout-presentation.transition-fade .page.prev,
.layout-presentation.transition-fade .page.next {
opacity: 0;
z-index: 2;
}
.layout-presentation.transition-flip &gt; div &gt; div {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.layout-presentation.transition-flip .page {
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.layout-presentation.transition-flip .page.before {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.layout-presentation.transition-flip .page.after {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.layout-presentation.transition-flip .next,
.layout-presentation.transition-flip .prev {
visibility: visible;
}
.layout-presentation.transition-throw .page {
opacity: 0;
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.layout-presentation.transition-throw .page.current {
visibility: visible !important;
z-index: 3;
opacity: 1;
}
.layout-presentation.transition-throw .page.prev {
visibility: visible !important;
opacity: 0;
z-index: 4;
}
.layout-presentation.transition-throw .page.prev:nth-child(even) {
-webkit-transform: translate(100%, -100%) rotate(240deg);
transform: translate(100%, -100%) rotate(240deg);
}
.layout-presentation.transition-throw .page.prev:nth-child(odd) {
-webkit-transform: translate(-100%, -100%) rotate(-240deg);
transform: translate(-100%, -100%) rotate(-240deg);
}
.layout-presentation.transition-throw .page.next {
visibility: visible !important;
-webkit-transform: none;
transform: none;
opacity: 1;
z-index: 2;
}
.layout-magazine.transition-magazine &gt; div &gt; div {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 3000px;
perspective: 3000px;
}
.layout-magazine.transition-magazine .page {
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
:not(.isR2L).layout-magazine.transition-magazine .page:nth-child(odd),
.isR2L.layout-magazine.transition-magazine .page:nth-child(even) {
-webkit-transform-origin: left top 0;
transform-origin: left top 0;
}
:not(.isR2L).layout-magazine.transition-magazine .page:nth-child(even),
.isR2L.layout-magazine.transition-magazine .page:nth-child(odd) {
-webkit-transform-origin: right top 0;
transform-origin: right top 0;
}
.layout-magazine.transition-magazine .page.current,
:not(.isR2L).layout-magazine.transition-magazine .page.prev:nth-child(even),
:not(.isR2L).layout-magazine.transition-magazine .page.next:nth-child(odd),
:not(.isR2L).layout-magazine.transition-magazine .page.before:nth-child(even),
:not(.isR2L).layout-magazine.transition-magazine .page.after:nth-child(odd),
.isR2L.layout-magazine.transition-magazine .page.next:nth-child(odd),
.isR2L.layout-magazine.transition-magazine .page.prev:nth-child(even),
.isR2L.layout-magazine.transition-magazine .page.after:nth-child(odd),
.isR2L.layout-magazine.transition-magazine .page.before:nth-child(even) {
-webkit-transform: none !important;
transform: none !important;
}
:not(.isR2L).layout-magazine.transition-magazine .page.before:nth-child(odd),
:not(.isR2L).layout-magazine.transition-magazine .page.prev:nth-child(odd),
.isR2L.layout-magazine.transition-magazine .page.after:nth-child(even),
.isR2L.layout-magazine.transition-magazine .page.next:nth-child(even) {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
z-index: 3;
}
:not(.isR2L).layout-magazine.transition-magazine .page.after:nth-child(even),
:not(.isR2L).layout-magazine.transition-magazine .page.next:nth-child(even),
.isR2L.layout-magazine.transition-magazine .page.before:nth-child(odd),
.isR2L.layout-magazine.transition-magazine .page.prev:nth-child(odd){
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
z-index: 3;
}
.layout-magazine.transition-magazine .page.prev,
.layout-magazine.transition-magazine .page.next {
visibility: visible;
}
.layout-magazine.transition-magazine .page.current {
z-index: 2;
}</pre></body></html>