2015-12-15 07:33:53 -06:00
|
|
|
#document-container {
|
2016-05-18 17:33:46 -05:00
|
|
|
border-top: 1px solid #B6B6B6;
|
2015-12-15 07:33:53 -06:00
|
|
|
background: #DFDFDF;
|
|
|
|
position: absolute;
|
2018-11-12 04:53:12 -06:00
|
|
|
top: 70px;
|
2016-05-18 17:33:46 -05:00
|
|
|
bottom: 33px;
|
2015-12-15 07:33:53 -06:00
|
|
|
right: 0px;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2017-02-17 08:24:11 -06:00
|
|
|
#document-container.readonly {
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toolbar-wrapper.readonly {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#logo.readonly {
|
|
|
|
background-size: 100px;
|
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
|
2015-12-15 07:33:53 -06:00
|
|
|
#map {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
2017-01-16 08:47:34 -06:00
|
|
|
bottom: 0px;
|
2015-12-15 07:33:53 -06:00
|
|
|
left: 0px;
|
2017-01-16 08:47:34 -06:00
|
|
|
right: 0px;
|
2015-12-15 07:33:53 -06:00
|
|
|
z-index: 10;
|
2018-02-24 03:26:51 -06:00
|
|
|
cursor: default;
|
2015-12-15 07:33:53 -06:00
|
|
|
}
|
2016-04-19 03:09:44 -05:00
|
|
|
|
2017-01-16 08:47:34 -06:00
|
|
|
.scroll-container .mCSB_scrollTools.mCSB_1_scrollbar {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
2017-06-13 07:43:00 -05:00
|
|
|
.loleaflet-scrollbar-show {
|
|
|
|
opacity: 1 !important;
|
|
|
|
filter: "alpha(opacity=100)" !important;
|
|
|
|
-ms-filter: "alpha(opacity=100)" !important;
|
|
|
|
}
|
|
|
|
|
2016-04-19 03:09:44 -05:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2018-03-21 06:49:15 -05:00
|
|
|
overflow: hidden;
|
2018-10-29 14:17:17 -05:00
|
|
|
overscroll-behavior-y: none; /* disable the pull to reload gesture */
|
2016-04-19 03:09:44 -05:00
|
|
|
}
|
2016-05-20 07:49:16 -05:00
|
|
|
|
2017-01-11 00:52:03 -06:00
|
|
|
#presentation-controls-wrapper {
|
|
|
|
background: #dfdfdf;
|
|
|
|
position: absolute;
|
|
|
|
top: 70px;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 66px;
|
|
|
|
max-width: 214px;
|
|
|
|
border-top: 1px solid #b6b6b6;
|
2017-01-11 01:22:39 -06:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-03-20 03:28:33 -05:00
|
|
|
#presentation-controls-wrapper.drawing {
|
|
|
|
bottom: 34px; /* Hide the presentation toolbar (insert slide etc.) for doctype = drawing */
|
|
|
|
}
|
|
|
|
|
2017-02-17 09:23:54 -06:00
|
|
|
#presentation-controls-wrapper.readonly {
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
2018-04-14 10:14:53 -05:00
|
|
|
#toolbar-wrapper {
|
|
|
|
position: relative;
|
|
|
|
table-layout: fixed;
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toolbar-logo {
|
2018-09-11 08:03:57 -05:00
|
|
|
width: 0;
|
2018-04-14 10:14:53 -05:00
|
|
|
}
|
|
|
|
|
2018-04-14 10:54:22 -05:00
|
|
|
#toolbar-hamburger {
|
2018-04-14 22:15:54 -05:00
|
|
|
width: 0;
|
2018-04-14 10:54:22 -05:00
|
|
|
}
|
|
|
|
|
2018-10-03 15:00:22 -05:00
|
|
|
@media (max-width: 768px),(max-device-height: 768px) {
|
2017-01-11 01:22:39 -06:00
|
|
|
/* Show slidesorter beyond 768px only */
|
|
|
|
#presentation-controls-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#document-container.parts-preview-document {
|
|
|
|
left: 0px !important;
|
|
|
|
}
|
2017-01-12 07:55:51 -06:00
|
|
|
#document-container.spreadsheet-document {
|
|
|
|
top: 93px !important;
|
|
|
|
}
|
2017-02-17 09:42:17 -06:00
|
|
|
#document-container.spreadsheet-document.readonly {
|
|
|
|
top: 50px !important;
|
|
|
|
}
|
2017-01-12 06:39:28 -06:00
|
|
|
#document-container {
|
|
|
|
top: 40px;
|
|
|
|
}
|
2017-01-12 07:55:51 -06:00
|
|
|
#spreadsheet-row-column-frame {
|
|
|
|
top: 73px !important;
|
|
|
|
}
|
2017-02-17 09:42:17 -06:00
|
|
|
#spreadsheet-row-column-frame.readonly {
|
|
|
|
top: 30px !important;
|
|
|
|
}
|
2018-04-14 10:54:22 -05:00
|
|
|
#toolbar-hamburger {
|
2018-04-14 22:15:54 -05:00
|
|
|
width: 41px;
|
2018-04-14 10:54:22 -05:00
|
|
|
}
|
2017-06-22 09:17:26 -05:00
|
|
|
#closebutton {
|
2017-01-12 10:03:49 -06:00
|
|
|
display: none;
|
|
|
|
}
|
2018-10-16 20:06:34 -05:00
|
|
|
#document-name-input {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-01-11 00:52:03 -06:00
|
|
|
}
|
|
|
|
|
2016-05-20 07:49:16 -05:00
|
|
|
.loleaflet-font {
|
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
font-size: 12px !important;
|
|
|
|
font-weight: normal !important;
|
2016-11-11 13:24:48 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-character {
|
|
|
|
table-layout: fixed;
|
|
|
|
font: 17px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-character td {
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-controls {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2016-11-24 12:00:41 -06:00
|
|
|
|
|
|
|
.loleaflet-scrolled {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2016-12-08 10:28:22 -06:00
|
|
|
|
2018-09-17 16:35:12 -05:00
|
|
|
.loleaflet-mobile-container {
|
|
|
|
top: 30px;
|
|
|
|
margin: 0;
|
|
|
|
width: 1px;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2018-10-09 20:54:44 -05:00
|
|
|
.loleaflet-context-table {
|
|
|
|
table-layout: fixed;
|
|
|
|
background-color: #efefef;
|
2018-08-26 10:55:35 -05:00
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
border: none;
|
2018-10-09 20:54:44 -05:00
|
|
|
width: 100%;
|
2018-08-26 10:55:35 -05:00
|
|
|
}
|
|
|
|
|
2018-10-09 20:54:44 -05:00
|
|
|
.loleaflet-context-button {
|
2018-08-26 10:55:35 -05:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2018-10-09 20:54:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-context-down {
|
|
|
|
border: 1px solid #aaaaaa;
|
|
|
|
background-color: #dddddd;
|
2018-08-26 10:55:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-mobile-input {
|
2018-09-17 16:35:12 -05:00
|
|
|
width: 1px;
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
2018-08-26 10:55:35 -05:00
|
|
|
}
|
|
|
|
|
2018-10-09 20:54:44 -05:00
|
|
|
.loleaflet-context-toolbar {
|
|
|
|
position: absolute;
|
|
|
|
float: none;
|
|
|
|
border: 1px solid #999;
|
|
|
|
}
|
|
|
|
|
2016-12-08 10:28:22 -06:00
|
|
|
/* Important to override context-menu-icon's font-family here otherwise, jquery-contextmenu.css
|
|
|
|
* will try to load its own font file which is not available in dist/ */
|
|
|
|
.context-menu-icon::before {
|
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
}
|
|
|
|
.context-menu-icon-lo-checkmark:before {
|
|
|
|
content: '\2713';
|
|
|
|
}
|
2017-02-05 15:24:05 -06:00
|
|
|
|
|
|
|
.loleaflet-annotation {
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
2018-02-10 12:20:52 -06:00
|
|
|
user-select: text;
|
|
|
|
-moz-user-select: text;
|
|
|
|
-webkit-user-select: text;
|
|
|
|
-ms-user-select: text;
|
2017-02-05 15:24:05 -06:00
|
|
|
}
|
|
|
|
|
2017-04-14 01:16:12 -05:00
|
|
|
.loleaflet-annotation-content-wrapper, .loleaflet-annotation-redline-content-wrapper {
|
2017-03-01 15:40:57 -06:00
|
|
|
padding: 8px;
|
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
font-size: 13px;
|
2017-02-05 15:24:05 -06:00
|
|
|
text-align: left;
|
|
|
|
border-radius: 5px;
|
2017-03-07 19:35:50 -06:00
|
|
|
background-color: #efefef;
|
2017-04-19 04:51:46 -05:00
|
|
|
box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
|
2017-03-07 19:35:50 -06:00
|
|
|
color: #222;
|
2017-03-01 15:40:57 -06:00
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
2017-04-25 03:02:51 -05:00
|
|
|
width: 240px;
|
2017-04-24 09:50:46 -05:00
|
|
|
}
|
|
|
|
|
2017-02-11 16:04:38 -06:00
|
|
|
.loleaflet-annotation-content {
|
|
|
|
margin: 3px 3px;
|
2017-02-05 15:24:05 -06:00
|
|
|
line-height: 1.4;
|
|
|
|
}
|
2017-02-11 16:04:38 -06:00
|
|
|
|
2017-04-24 09:51:34 -05:00
|
|
|
.loleaflet-dont-break {
|
|
|
|
/* These are technically the same, but use both */
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
2017-04-27 00:39:55 -05:00
|
|
|
/* Don't eat new lines */
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
2017-04-24 09:51:34 -05:00
|
|
|
/* Adds a hyphen where the word breaks, if supported (No Blink) */
|
|
|
|
-ms-hyphens: auto;
|
|
|
|
-moz-hyphens: auto;
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
hyphens: auto;
|
|
|
|
}
|
|
|
|
|
2017-03-01 15:40:57 -06:00
|
|
|
.loleaflet-annotation-content-author {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 2px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
2017-02-14 14:37:16 -06:00
|
|
|
.loleaflet-annotation-edit {
|
|
|
|
margin: 3px 3px;
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
|
2017-02-11 16:04:38 -06:00
|
|
|
.loleaflet-annotation-textarea {
|
2017-03-01 15:40:57 -06:00
|
|
|
font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important;
|
|
|
|
font-size: 13px;
|
2017-02-11 16:04:38 -06:00
|
|
|
border: 1px solid #c8c8c8;
|
2017-03-01 15:40:57 -06:00
|
|
|
background-color: white;
|
|
|
|
overflow-x: hidden;
|
2017-04-24 09:04:57 -05:00
|
|
|
height: 50px;
|
2017-03-01 15:40:57 -06:00
|
|
|
width: 95%;
|
2017-02-11 16:04:38 -06:00
|
|
|
}
|
2017-02-24 13:19:48 -06:00
|
|
|
|
|
|
|
.loleaflet-div-layer {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
2017-03-01 15:40:57 -06:00
|
|
|
|
|
|
|
.loleaflet-annotation-table {
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: separate;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-img {
|
|
|
|
max-width: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-author {
|
|
|
|
padding-left: 10px;
|
2017-04-12 09:57:37 -05:00
|
|
|
padding-right: 10px;
|
2017-03-01 15:40:57 -06:00
|
|
|
vertical-align: top;
|
|
|
|
display: table-cell;
|
2017-04-25 04:13:57 -05:00
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
max-width: 110px;
|
2017-03-01 15:40:57 -06:00
|
|
|
}
|
|
|
|
|
2017-04-12 09:57:37 -05:00
|
|
|
.loleaflet-annotation-menu, .loleaflet-annotation-menu-redline, .loleaflet-redline-accept-button, .loleaflet-redline-reject-button {
|
|
|
|
margin: 0;
|
2017-03-23 07:04:35 -05:00
|
|
|
padding: 0;
|
2017-04-12 09:57:37 -05:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
vertical-align: top;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
display: inline-block;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-redline-accept-button {
|
2018-04-12 14:57:00 -05:00
|
|
|
background: url('images/lc_accepttrackedchanges.svg') no-repeat center !important;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-redline-reject-button {
|
2018-04-12 14:57:00 -05:00
|
|
|
background: url('images/lc_rejecttrackedchange.svg') no-repeat center !important;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
2018-10-09 20:54:44 -05:00
|
|
|
.loleaflet-context-copy {
|
|
|
|
background: url('images/lc_copy.svg') no-repeat center !important;
|
2018-08-26 10:55:35 -05:00
|
|
|
}
|
|
|
|
|
2018-10-09 20:54:44 -05:00
|
|
|
.loleaflet-context-cut {
|
|
|
|
background: url('images/lc_cut.svg') no-repeat center !important;
|
2018-08-26 10:55:35 -05:00
|
|
|
}
|
|
|
|
|
2018-10-09 20:54:44 -05:00
|
|
|
.loleaflet-context-paste {
|
|
|
|
background: url('images/lc_paste.svg') no-repeat center !important;
|
2018-08-26 10:55:35 -05:00
|
|
|
}
|
|
|
|
|
2017-04-12 09:57:37 -05:00
|
|
|
.loleaflet-annotation-menu, .loleaflet-annotation-menu-redline {
|
2018-04-12 14:57:00 -05:00
|
|
|
background: url('images/submenu.svg') no-repeat center !important;
|
2017-04-12 09:57:37 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-menu:hover, .loleaflet-annotation-menu-redline:hover, .loleaflet-redline-accept-button:hover, .loleaflet-redline-reject-button:hover {
|
|
|
|
border: 1px solid darkgrey;
|
2017-03-23 07:04:35 -05:00
|
|
|
}
|
|
|
|
|
2017-03-01 15:40:57 -06:00
|
|
|
.loleaflet-annotation-date {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-annotation-userline {
|
|
|
|
background-color: darkblue;
|
|
|
|
width: 32px;
|
|
|
|
height: 6px;
|
|
|
|
}
|
|
|
|
|
2017-04-12 09:57:37 -05:00
|
|
|
.loleaflet-annotation-menubar {
|
2017-03-09 05:41:01 -06:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2017-04-12 09:57:37 -05:00
|
|
|
vertical-align: top;
|
2017-03-09 05:41:01 -06:00
|
|
|
}
|
2017-03-09 06:10:53 -06:00
|
|
|
|
|
|
|
.loleaflet-annotation-caption {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2017-03-09 20:39:48 -06:00
|
|
|
|
|
|
|
.loleaflet-bar {
|
|
|
|
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
|
|
|
|
border-radius: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 3px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a,
|
|
|
|
.loleaflet-bar a:hover {
|
|
|
|
background-color: #fff;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a {
|
|
|
|
background-position: 50% 50%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a:hover {
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a:first-child {
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a:last-child {
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a.leaflet-disabled {
|
|
|
|
cursor: default;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-bar a {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loleaflet-control-scroll-up,
|
|
|
|
.loleaflet-control-scroll-down {
|
|
|
|
font: bold 18px 'Lucida Console', Monaco, monospace;
|
|
|
|
text-indent: 1px;
|
|
|
|
}
|
2017-08-21 04:47:22 -05:00
|
|
|
|
2018-03-27 08:13:41 -05:00
|
|
|
.lokdialog_container.lokdialog_notitle .ui-dialog-titlebar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-11-05 02:49:54 -06:00
|
|
|
.lokdialog_container.ui-dialog.ui-widget-content {
|
2018-03-12 10:48:29 -05:00
|
|
|
padding: 0px;
|
|
|
|
overflow: visible;
|
2017-08-21 04:47:22 -05:00
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2017-11-09 03:14:49 -06:00
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
2017-11-27 07:42:56 -06:00
|
|
|
z-index: 1105;
|
2017-08-21 04:47:22 -05:00
|
|
|
}
|
2017-11-05 02:49:54 -06:00
|
|
|
|
|
|
|
.lokdialog.ui-dialog-content.ui-widget-content {
|
2018-03-12 10:48:29 -05:00
|
|
|
padding: 0px;
|
2018-10-16 11:51:50 -05:00
|
|
|
overflow: auto;
|
2017-11-05 02:49:54 -06:00
|
|
|
}
|
2017-11-08 22:18:44 -06:00
|
|
|
|
|
|
|
.lokdialog_canvas {
|
2017-12-23 06:27:00 -06:00
|
|
|
cursor: default;
|
2017-11-08 22:18:44 -06:00
|
|
|
display: block; /* required to remove all borders around canvas element */
|
2018-01-12 06:44:16 -06:00
|
|
|
caret-color: transparent; /* firefox shows a caret otherwise on top-left of the canvas */
|
2018-01-12 06:49:50 -06:00
|
|
|
user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-o-user-select: none;
|
2017-11-08 22:18:44 -06:00
|
|
|
}
|
2018-02-22 07:19:03 -06:00
|
|
|
|
|
|
|
/* Infobar */
|
|
|
|
.vex-theme-bottom-right-corner .vex-dialog-message {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
/* Place above statusbar */
|
|
|
|
.vex.vex-theme-bottom-right-corner .vex-content {
|
|
|
|
bottom: 40px !important;
|
2018-02-22 08:43:05 -06:00
|
|
|
right: 10px !important;
|
2018-03-12 10:48:29 -05:00
|
|
|
}
|