2021-12-02 01:41:56 +01:00
|
|
|
@import "compatibility.less";
|
|
|
|
|
|
|
|
/********************************************************************************/
|
|
|
|
/* Header & Toolbar Styles */
|
|
|
|
/********************************************************************************/
|
|
|
|
@import "header.less";
|
|
|
|
@import "../bootstrap/css/bootstrap.min.css";
|
|
|
|
|
|
|
|
body {
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
overflow: hidden;
|
|
|
|
position: fixed
|
|
|
|
}
|
|
|
|
|
|
|
|
div#mindplot {
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: 0;
|
|
|
|
overflow: hidden;
|
2022-01-06 03:58:45 +01:00
|
|
|
opacity: 1;
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
background-image: linear-gradient(#ebe9e7 1px, transparent 1px), linear-gradient(to right, #ebe9e7 1px, #f2f2f2 1px);
|
|
|
|
background-size: 50px 50px;
|
2021-12-02 01:41:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div#small_error_icon {
|
|
|
|
padding-left: 18px;
|
|
|
|
min-height: 16px;
|
|
|
|
background: url(../images/error_icon.png) bottom left no-repeat !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notesTip {
|
|
|
|
background-color: #dfcf3c;
|
|
|
|
padding: 5px 15px;
|
|
|
|
color: #666666;
|
2021-12-25 23:24:17 +01:00
|
|
|
/*font-weight: bold;*/
|
|
|
|
/*width: 100px;*/
|
2021-12-02 01:41:56 +01:00
|
|
|
font-size: 13px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.linkTip {
|
|
|
|
background-color: #dfcf3c;
|
|
|
|
padding: 5px 15px;
|
|
|
|
color: #666666;
|
2021-12-25 23:24:17 +01:00
|
|
|
/*font-weight: bold;*/
|
|
|
|
/*width: 100px;*/
|
2021-12-02 01:41:56 +01:00
|
|
|
font-size: 13px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboardShortcutTip {
|
|
|
|
background-color: black;
|
|
|
|
padding: 5px 15px;
|
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** */
|
|
|
|
/* Modal dialogs definitions */
|
|
|
|
|
|
|
|
div.modalDialog {
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 11000;
|
|
|
|
width: 500px;
|
|
|
|
margin: -250px 0 0 -250px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: 1px solid #999;
|
|
|
|
padding: 10px;
|
|
|
|
overflow: auto;
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.modalDialog .content {
|
|
|
|
padding: 5px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.modalDialog .title {
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 1px 1px 0 #fff;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 5px 15px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--- End Modal Dialog Form ---*/
|
|
|
|
|
|
|
|
.publishModalDialog .content {
|
|
|
|
height: 420px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.exportModalDialog .content {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shareModalDialog .content {
|
|
|
|
height: 440px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.shareModalDialog {
|
|
|
|
width: 550px;
|
|
|
|
}
|
|
|
|
|
2021-12-25 23:24:17 +01:00
|
|
|
#tutorialVideo {
|
2021-12-02 01:41:56 +01:00
|
|
|
background: url(../images/help.png) no-repeat left center;
|
|
|
|
padding-left: 19px;
|
|
|
|
}
|
|
|
|
|
2021-12-25 23:24:17 +01:00
|
|
|
#keyboardShortcuts {
|
2021-12-02 01:41:56 +01:00
|
|
|
background: url(../images/help.png) no-repeat left center;
|
|
|
|
padding-left: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panelIcon {
|
2022-01-04 17:47:01 +01:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
2021-12-25 23:24:17 +01:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-top: 3px;
|
|
|
|
cursor: pointer
|
2021-12-02 01:41:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.panelIcon:hover {
|
2021-12-25 23:24:17 +01:00
|
|
|
background-color: #efefef;
|
2021-12-02 01:41:56 +01:00
|
|
|
}
|
|
|
|
|
2022-01-06 07:16:30 +01:00
|
|
|
// TODO: Review position.
|
|
|
|
div#bottom-logo {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 220px;
|
|
|
|
right: 0;
|
|
|
|
background: url(../images/logo-text-black.svg) no-repeat;
|
|
|
|
width: 100px;
|
|
|
|
height: 40px;
|
|
|
|
z-index: 10000;
|
2021-12-02 01:41:56 +01:00
|
|
|
}
|