|
|
@ -30,9 +30,6 @@ |
|
|
|
white-space: pre; |
|
|
|
white-space: pre; |
|
|
|
cursor: text; |
|
|
|
cursor: text; |
|
|
|
-webkit-transform-origin: 0% 0%; |
|
|
|
-webkit-transform-origin: 0% 0%; |
|
|
|
-moz-transform-origin: 0% 0%; |
|
|
|
|
|
|
|
-o-transform-origin: 0% 0%; |
|
|
|
|
|
|
|
-ms-transform-origin: 0% 0%; |
|
|
|
|
|
|
|
transform-origin: 0% 0%; |
|
|
|
transform-origin: 0% 0%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -60,9 +57,10 @@ |
|
|
|
background-color: rgb(0, 100, 0); |
|
|
|
background-color: rgb(0, 100, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.textLayer ::selection { background: rgb(0,0,255); } |
|
|
|
|
|
|
|
.textLayer ::-moz-selection { background: rgb(0,0,255); } |
|
|
|
.textLayer ::-moz-selection { background: rgb(0,0,255); } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.textLayer ::selection { background: rgb(0,0,255); } |
|
|
|
|
|
|
|
|
|
|
|
.textLayer .endOfContent { |
|
|
|
.textLayer .endOfContent { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
@ -73,8 +71,9 @@ |
|
|
|
z-index: -1; |
|
|
|
z-index: -1; |
|
|
|
cursor: default; |
|
|
|
cursor: default; |
|
|
|
-webkit-user-select: none; |
|
|
|
-webkit-user-select: none; |
|
|
|
-ms-user-select: none; |
|
|
|
|
|
|
|
-moz-user-select: none; |
|
|
|
-moz-user-select: none; |
|
|
|
|
|
|
|
-ms-user-select: none; |
|
|
|
|
|
|
|
user-select: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.textLayer .endOfContent.active { |
|
|
|
.textLayer .endOfContent.active { |
|
|
@ -180,10 +179,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before { |
|
|
|
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before { |
|
|
|
|
|
|
|
-webkit-transform: rotate(45deg); |
|
|
|
transform: rotate(45deg); |
|
|
|
transform: rotate(45deg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after { |
|
|
|
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after { |
|
|
|
|
|
|
|
-webkit-transform: rotate(-45deg); |
|
|
|
transform: rotate(-45deg); |
|
|
|
transform: rotate(-45deg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -215,7 +216,6 @@ |
|
|
|
.annotationLayer .buttonWidgetAnnotation.radioButton input { |
|
|
|
.annotationLayer .buttonWidgetAnnotation.radioButton input { |
|
|
|
-webkit-appearance: none; |
|
|
|
-webkit-appearance: none; |
|
|
|
-moz-appearance: none; |
|
|
|
-moz-appearance: none; |
|
|
|
-ms-appearance: none; |
|
|
|
|
|
|
|
appearance: none; |
|
|
|
appearance: none; |
|
|
|
padding: 0; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
} |
|
|
@ -278,6 +278,7 @@ |
|
|
|
overflow: visible; |
|
|
|
overflow: visible; |
|
|
|
border: 9px solid transparent; |
|
|
|
border: 9px solid transparent; |
|
|
|
background-clip: content-box; |
|
|
|
background-clip: content-box; |
|
|
|
|
|
|
|
-o-border-image: url(images/shadow.png) 9 9 repeat; |
|
|
|
border-image: url(images/shadow.png) 9 9 repeat; |
|
|
|
border-image: url(images/shadow.png) 9 9 repeat; |
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
} |
|
|
|
} |
|
|
@ -315,6 +316,10 @@ |
|
|
|
background: url('images/loading-icon.gif') center no-repeat; |
|
|
|
background: url('images/loading-icon.gif') center no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pdfPresentationMode:-ms-fullscreen .pdfViewer .page { |
|
|
|
|
|
|
|
margin-bottom: 100% !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.pdfPresentationMode:-webkit-full-screen .pdfViewer .page { |
|
|
|
.pdfPresentationMode:-webkit-full-screen .pdfViewer .page { |
|
|
|
margin-bottom: 100%; |
|
|
|
margin-bottom: 100%; |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
@ -325,11 +330,6 @@ |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.pdfPresentationMode:-ms-fullscreen .pdfViewer .page { |
|
|
|
|
|
|
|
margin-bottom: 100% !important; |
|
|
|
|
|
|
|
border: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pdfPresentationMode:fullscreen .pdfViewer .page { |
|
|
|
.pdfPresentationMode:fullscreen .pdfViewer .page { |
|
|
|
margin-bottom: 100%; |
|
|
|
margin-bottom: 100%; |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
|