147 lines
2.9 KiB
Plaintext
Raw Normal View History

@import "compatibility.less";
/********************************************************************************/
/* Header & Toolbar Styles */
/********************************************************************************/
@import "header.less";
2014-03-04 20:47:23 -03:00
@import "../bootstrap/css/bootstrap.min.css";
body {
2012-06-24 21:51:04 -03:00
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2012-11-17 17:18:40 -03:00
overflow: hidden;
position: fixed
}
div#mindplot {
position: relative;
top: 0;
left: 0;
width: 100%;
2012-11-17 17:18:40 -03:00
height: 100%;
border: 0;
2012-06-24 20:53:31 -03:00
overflow: hidden;
}
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;
2012-11-17 17:18:40 -03:00
/*font-weight: bold;*/
/*width: 100px;*/
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;
2012-11-17 17:18:40 -03:00
/*font-weight: bold;*/
/*width: 100px;*/
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);
}
2012-03-19 23:29:52 -03:00
.keyboardShortcutTip {
background-color: black;
padding: 5px 15px;
color: white;
font-weight: bold;
font-size: 11px;
}
/** */
/* Modal dialogs definitions */
2012-05-27 18:15:46 -03:00
div.modalDialog {
2012-11-17 17:18:40 -03:00
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;
/* IE6-7 */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2012-05-27 18:15:46 -03:00
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
2012-05-27 18:15:46 -03:00
div.modalDialog .content {
padding: 5px 5px;
}
2012-11-17 17:18:40 -03:00
div.modalDialog .title {
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
border-bottom: 1px solid #eee;
2012-05-27 18:15:46 -03:00
padding: 5px 15px;
font-size: 18px;
}
2012-11-17 17:18:40 -03:00
2012-05-27 18:15:46 -03:00
/*--- End Modal Dialog Form ---*/
2012-11-17 17:18:40 -03:00
.publishModalDialog .content {
height: 420px;
}
2012-11-17 17:18:40 -03:00
.exportModalDialog .content {
height: 400px;
}
2012-06-16 12:12:53 -03:00
.shareModalDialog .content {
2012-11-17 17:18:40 -03:00
height: 440px;
2012-06-16 12:12:53 -03:00
}
div.shareModalDialog {
width: 550px;
}
2012-11-30 22:08:51 -03:00
#tutorialVideo{
background: url(../images/help.png) no-repeat left center;
padding-left: 19px;
}
#keyboardShortcuts{
background: url(../images/help.png) no-repeat left center;
padding-left: 19px;
}
2014-04-27 23:59:45 -03:00
.panelIcon {
width:16px;
height:16px;
margin-left: 4px;
margin-top: 3px;
cursor: pointer
}