overleaf/services/web/public/stylesheets/app/editor/pdf.less

480 lines
7.9 KiB
Text
Raw Normal View History

.pdf .toolbar.toolbar-pdf when (@is-overleaf = true) {
2017-11-23 10:21:06 -05:00
.toolbar-small-mixin;
.toolbar-alt-mixin;
border-bottom: 0;
padding-right: 5px;
2017-11-23 10:21:06 -05:00
}
.pdf .toolbar.toolbar-pdf when (@is-overleaf = false) {
2017-11-23 10:21:06 -05:00
.toolbar-tall-mixin;
padding: 0 (@line-height-computed / 2);
2017-11-23 10:21:06 -05:00
}
.pdf {
2017-12-07 09:14:42 -05:00
background-color: @pdf-bg;
}
.pdf-viewer, .pdf-logs, .pdf-errors, .pdf-uncompiled {
2014-06-28 08:25:06 -04:00
.full-size;
2017-12-07 09:14:42 -05:00
top: @pdf-top-offset;
2014-06-29 09:22:08 -04:00
}
2016-06-02 08:09:11 -04:00
.pdf-logs, .pdf-errors, .pdf-uncompiled, .pdf-validation-problems{
padding: @line-height-computed / 2;
}
.pdf-uncompiled {
.fa {
color: @blue;
}
}
.btn-recompile-group when (@is-overleaf = true) {
align-self: stretch;
margin-right: 5px;
}
.btn-recompile-group when (@is-overleaf = false) {
margin-right: (@line-height-computed / 2);
}
.btn-recompile when (@is-overleaf = true) {
height: 100%;
.btn-primary;
padding-top: 3px;
padding-bottom: 3px;
&:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
}
.btn-recompile when (@is-overleaf = false) {
.btn-info;
}
.btn-split-screen when (@is-overleaf = false) {
.fa {
display: none;
}
}
.btn-split-screen when (@is-overleaf = true) {
.fa {
display: none;
}
}
2014-06-29 09:22:08 -04:00
.pdf-viewer {
iframe {
width: 100%;
height: 100%;
border: none;
}
2014-06-28 08:25:06 -04:00
.pdfjs-viewer {
.full-size;
2017-12-07 09:14:42 -05:00
background-color: @pdfjs-bg;
2014-06-28 08:25:06 -04:00
overflow: scroll;
canvas, div.pdf-canvas {
2014-06-28 08:25:06 -04:00
background: white;
2017-12-07 09:14:42 -05:00
box-shadow: @pdf-page-shadow-color 0px 0px 10px;
2014-06-28 08:25:06 -04:00
}
div.pdf-canvas.pdfng-empty {
2014-12-08 12:39:33 -05:00
background-color: white;
}
div.pdf-canvas.pdfng-loading {
2014-12-08 12:39:33 -05:00
background-color: white;
}
2014-06-28 08:25:06 -04:00
.page-container {
margin: 10px auto;
padding: 0 10px;
box-sizing: content-box;
user-select: none;
2014-06-28 08:25:06 -04:00
}
}
.progress-thin {
position: absolute;
top: -2px;
height: 3px;
left: 0;
right: 0;
.progress-bar {
height: 100%;
background-color: @link-color;
}
}
2014-06-28 10:43:44 -04:00
.pdfjs-controls {
position: absolute;
padding: @line-height-computed / 2;
top: 0;
left: 0;
display: inline-block;
.btn-group {
transition: opacity 0.5s ease, visibility 0 linear 0.5s;
visibility: hidden;
opacity: 0;
}
&:hover, &.flash {
.btn-group {
transition: none;
visibility: visible;
opacity: 1;
}
}
i.fa-arrows-h {
border-right: 2px solid white;
border-left: 2px solid white;
}
i.fa-arrows-v {
border-top: 2px solid white;
border-bottom: 2px solid white;
}
}
2014-06-28 08:25:06 -04:00
}
2014-06-29 09:22:08 -04:00
2014-07-22 08:33:01 -04:00
.pdf .toolbar {
.toolbar-right {
a {
&:hover {
i when (@is-overleaf = false) {
2014-07-22 08:33:01 -04:00
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
border-color: @gray-dark;
}
}
i when (@is-overleaf = false) {
2014-07-22 08:33:01 -04:00
display: inline-block;
width: 16px;
height: 16px;
border: 1px solid @gray-light;
margin-top: 5px;
}
2014-07-22 08:33:01 -04:00
i.full-screen {
border-top-width: 3px;
border-radius: 2px;
}
i.full-screen when (@is-overleaf = true) {
display: none;
}
2014-07-22 08:33:01 -04:00
i.split-screen {
width: 7px;
border-top-width: 3px;
border-radius: 2px;
margin-left: 2px;
}
i.split-screen when (@is-overleaf = true) {
display: none;
}
i.fa when (@is-overleaf = false) {
display: none;
}
2014-07-22 08:33:01 -04:00
}
}
2014-06-29 09:22:08 -04:00
}
.pdf-logs {
2014-06-29 09:22:08 -04:00
overflow: auto;
.alert {
font-size: 0.9rem;
margin-bottom: @line-height-computed / 2;
cursor: pointer;
2014-06-29 09:22:08 -04:00
.line-no {
float: right;
color: @log-line-no-color;
2014-06-29 09:22:08 -04:00
font-weight: 700;
2016-06-24 10:55:19 -04:00
.fa {
opacity: 0;
2016-06-24 10:55:19 -04:00
}
2014-06-29 09:22:08 -04:00
}
.entry-message {
font-weight: 700;
//font-family: @font-family-monospace;
}
.entry-content {
white-space: pre-wrap;
font-size: 0.8rem;
//font-family: @font-family-monospace;
}
2016-06-24 10:55:19 -04:00
&:hover .line-no {
color: inherit;
.fa {
opacity: 1;
2016-06-24 10:55:19 -04:00
}
}
&.alert-danger {
background-color: tint(@alert-danger-bg, 15%);
&:hover {
background-color: @alert-danger-bg;
}
2016-06-24 10:55:19 -04:00
}
&.alert-warning {
background-color: tint(@alert-warning-bg, 15%);
&:hover {
background-color: @alert-warning-bg;
}
2016-06-24 10:55:19 -04:00
}
&.alert-info {
background-color: tint(@alert-info-bg, 15%);
&:hover {
background-color: @alert-info-bg;
}
2016-06-24 10:55:19 -04:00
}
2014-06-29 09:22:08 -04:00
}
2014-06-30 07:05:43 -04:00
pre {
font-size: 12px;
}
.dropdown {
position: relative;
}
2016-08-24 11:05:22 -04:00
.force-recompile {
margin-top: 10px;
text-align: right;
}
2014-06-29 09:22:08 -04:00
}
2014-06-30 13:35:01 -04:00
.synctex-controls {
position: absolute;
z-index: @synctex-controls-z-index;
2017-12-04 10:12:13 -05:00
padding: @synctex-controls-padding;
top: 68px;
2014-06-30 13:35:01 -04:00
}
.synctex-controls when (@is-overleaf = true) {
2017-12-04 10:12:13 -05:00
margin-right: -11px;
}
2017-12-04 10:12:13 -05:00
.synctex-control {
display: block;
margin-bottom: 3px;
> .synctex-control-icon {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
}
2017-12-04 10:12:13 -05:00
.synctex-control when (@is-overleaf = true) {
@ol-synctex-control-size: 24px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1em;
width: @ol-synctex-control-size;
height: @ol-synctex-control-size;
border-radius: @ol-synctex-control-size / 2;
padding: 0 0 2px;
background-color: fade(@btn-default-bg, 80%);
transition: background 0.15s ease;
margin-bottom: @ol-synctex-control-size / 2;
}
.synctex-control when (@is-overleaf = false) {
2014-06-30 13:35:01 -04:00
line-height: 1.3;
2017-12-04 10:12:13 -05:00
padding: 0 2px;
}
2017-12-04 10:12:13 -05:00
.synctex-control-goto-pdf > .synctex-control-icon when (@is-overleaf = true) {
text-indent: 1px; // "Optical" adjustment.
&::before {
content: "\f061";
}
}
2017-12-04 10:12:13 -05:00
.synctex-control-goto-code > .synctex-control-icon when (@is-overleaf = true) {
text-indent: -1px; // "Optical" adjustment.
&::before {
content: "\f060";
}
}
.synctex-control-goto-pdf > .synctex-control-icon::before when (@is-overleaf = false) {
content: "\f178";
}
.synctex-control-goto-code > .synctex-control-icon::before when (@is-overleaf = false) {
content: "\f177";
2014-06-30 13:35:01 -04:00
}
.editor-dark {
.pdf-logs {
background-color: lighten(@editor-dark-background-color, 10%);
}
.pdfjs-viewer {
background-color: lighten(@editor-dark-background-color, 10%);
}
.pdf .toolbar {
.toolbar-right a {
i {
border-color: @gray;
}
&:hover {
i {
border-color: @gray-light;
}
}
}
}
}
2016-06-15 05:48:40 -04:00
.keyboard-tooltip {
.tooltip-inner {
max-width: none;
}
}
.keyboard-shortcut {
2016-06-15 05:48:40 -04:00
white-space: nowrap;
2016-06-17 09:16:38 -04:00
}
@keyframes expand-feedback-area {
from {
max-height: 0;
}
to {
max-height: 500px;
}
}
2016-06-17 09:16:38 -04:00
.card-hint:extend(.card-thin) {
margin-top: 10px;
padding-bottom: 7px;
2016-06-24 07:12:45 -04:00
cursor: default;
2016-06-20 04:45:14 -04:00
&-icon-container {
background: currentColor;
width: 2.5rem;
height: 2.5rem;
font-size: 1.5rem;
text-align: center;
border-radius: 50%;
float: left;
margin-right: 10px;
.fa {
color: #FFF;
}
2016-06-20 09:42:36 -04:00
.alert-danger & {
color: @state-danger-border;
2016-06-20 09:42:36 -04:00
}
.alert-warning & {
color: @state-warning-border;
2016-06-20 09:42:36 -04:00
}
.alert-info & {
color: @state-info-border;
2016-06-20 09:42:36 -04:00
}
2016-06-20 04:45:14 -04:00
}
2016-06-20 06:53:10 -04:00
&-text,
2016-06-20 09:59:30 -04:00
&-feedback-label {
color: @log-hints-color;
2016-06-20 06:53:10 -04:00
font-size: 0.9rem;
2016-06-21 09:20:23 -04:00
margin-bottom: 20px;
2016-06-20 06:53:10 -04:00
}
2016-06-24 07:07:02 -04:00
&-text {
min-height: 35px;
}
2016-06-20 09:59:30 -04:00
&-feedback-label {
2016-06-20 09:42:36 -04:00
font-size: inherit;
2016-06-21 09:20:23 -04:00
margin-right: 0.5em;
2016-06-20 06:53:10 -04:00
margin-bottom: 0;
font-weight: normal;
}
2016-06-20 09:59:30 -04:00
&-ext-link,
&-feedback {
2016-06-20 06:53:10 -04:00
display: inline-block;
2016-06-20 09:42:36 -04:00
font-size: 0.8rem;
2016-06-20 06:53:10 -04:00
}
&-actions a,
&-text a {
.alert-danger & {
color: @state-danger-text;
}
.alert-warning & {
color: @state-warning-text;
}
.alert-info & {
color: @state-info-text;
}
}
2016-06-21 09:20:23 -04:00
2016-06-20 09:59:30 -04:00
&-feedback {
color: @log-hints-color;
2016-06-20 06:53:10 -04:00
float: right;
}
&-extra-feedback {
color: @log-hints-color;
font-size: 0.8rem;
margin-top: 10px;
padding-bottom: 5px;
animation: 0.5s ease-out expand-feedback-area;
overflow: hidden;
&-label {
margin: 5px 0 10px;
padding-top: 5px;
border-top: solid 1px @gray-lighter;
}
.radio {
margin: 5px;
}
textarea {
font-size: 0.8rem;
margin-bottom: 10px;
padding: 5px;
}
input[type="radio"] {
margin-top: 2px;
}
}
2016-06-20 04:45:14 -04:00
& + p {
margin-top: 20px;
}
2016-06-20 09:42:36 -04:00
}
2016-06-28 10:51:50 -04:00
.files-dropdown-container {
.pull-right();
position: relative;
}
.files-dropdown {
display: inline-block;
}
.plv-text-layer {
display: none;
user-select: text;
.pdf-page-container:hover &,
.pdfjs-viewer-show-text & {
display: block;
}
}