2014-06-30 06:35:32 -04:00
|
|
|
.pdf-viewer, .pdf-logs, .pdf-errors, .pdf-uncompiled {
|
2014-06-28 08:25:06 -04:00
|
|
|
.full-size;
|
2014-06-29 09:22:08 -04:00
|
|
|
top: 58px;
|
|
|
|
}
|
|
|
|
|
2016-06-02 08:09:11 -04:00
|
|
|
.pdf-logs, .pdf-errors, .pdf-uncompiled, .pdf-validation-problems{
|
2014-06-30 06:35:32 -04:00
|
|
|
padding: @line-height-computed / 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pdf-uncompiled {
|
|
|
|
.fa {
|
|
|
|
color: @blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-29 09:22:08 -04:00
|
|
|
.pdf-viewer {
|
2014-07-01 06:00:47 -04:00
|
|
|
iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: none;
|
|
|
|
}
|
2014-06-28 08:25:06 -04:00
|
|
|
.pdfjs-viewer {
|
|
|
|
.full-size;
|
|
|
|
background-color: @gray-lighter;
|
|
|
|
overflow: scroll;
|
2014-12-02 06:00:33 -05:00
|
|
|
canvas, div.pdf-canvas {
|
2014-06-28 08:25:06 -04:00
|
|
|
background: white;
|
|
|
|
box-shadow: black 0px 0px 10px;
|
|
|
|
}
|
2014-12-08 09:46:59 -05:00
|
|
|
div.pdf-canvas.pdfng-empty {
|
2014-12-08 12:39:33 -05:00
|
|
|
background-color: white;
|
2014-12-08 09:46:59 -05:00
|
|
|
}
|
|
|
|
div.pdf-canvas.pdfng-loading {
|
2014-12-08 12:39:33 -05:00
|
|
|
background-color: white;
|
2014-12-08 09:46:59 -05:00
|
|
|
}
|
2014-06-28 08:25:06 -04:00
|
|
|
.page-container {
|
|
|
|
margin: 10px auto;
|
|
|
|
padding: 0 10px;
|
|
|
|
box-sizing: content-box;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.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 {
|
|
|
|
margin-right: @line-height-computed / 2;
|
|
|
|
a {
|
|
|
|
&:hover {
|
|
|
|
i {
|
|
|
|
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
|
|
|
|
border-color: @gray-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
i {
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border: 1px solid @gray-light;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
i.full-screen {
|
|
|
|
border-top-width: 3px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
i.split-screen {
|
|
|
|
width: 7px;
|
|
|
|
border-top-width: 3px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-left: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-06-29 09:22:08 -04:00
|
|
|
}
|
|
|
|
|
2014-06-30 06:35:32 -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;
|
2014-06-30 08:41:32 -04:00
|
|
|
cursor: pointer;
|
2014-06-29 09:22:08 -04:00
|
|
|
.line-no {
|
|
|
|
float: right;
|
|
|
|
color: @gray;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
2014-06-30 07:05:43 -04:00
|
|
|
pre {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.dropdown {
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-06-29 09:22:08 -04:00
|
|
|
}
|
2014-06-30 13:35:01 -04:00
|
|
|
|
|
|
|
.synctex-controls {
|
2014-07-11 08:04:01 -04:00
|
|
|
top: 68px;
|
|
|
|
padding: 0px 2px;
|
2014-06-30 13:35:01 -04:00
|
|
|
.btn-xs {
|
|
|
|
line-height: 1.3;
|
|
|
|
padding: 0 2px 0;
|
|
|
|
}
|
|
|
|
}
|
2014-07-28 10:06:26 -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 {
|
2016-06-15 10:27:30 -04:00
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
.card-hint:extend(.card-thin) {
|
|
|
|
margin-top: 10px;
|
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: @alert-danger-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning & {
|
|
|
|
color: @alert-warning-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-info & {
|
|
|
|
color: @alert-info-border;
|
|
|
|
}
|
|
|
|
|
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 {
|
2016-06-20 04:45:14 -04:00
|
|
|
color: @gray-dark;
|
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
|
|
|
}
|
|
|
|
|
2016-06-21 05:49:24 -04:00
|
|
|
&-actions a {
|
|
|
|
.alert-danger & {
|
|
|
|
color: @alert-danger-text;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-warning & {
|
|
|
|
color: @alert-warning-text;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert-info & {
|
|
|
|
color: @alert-info-text;
|
|
|
|
}
|
|
|
|
}
|
2016-06-21 09:20:23 -04:00
|
|
|
|
2016-06-20 09:59:30 -04:00
|
|
|
&-feedback {
|
2016-06-21 09:20:23 -04:00
|
|
|
color: @gray-dark;
|
2016-06-20 06:53:10 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2016-06-20 04:45:14 -04:00
|
|
|
& + p {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
2016-06-20 09:42:36 -04:00
|
|
|
}
|