Skip to content
Snippets Groups Projects
main.css 9.62 KiB
Newer Older
Amanda Ghassaei's avatar
Amanda Ghassaei committed


body {
    overflow:hidden;/*hide scroll bar*/
}

amandaghassaei's avatar
amandaghassaei committed
html, body {
    height: 100%;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.checkbox input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked, .radio input[type="checkbox"].custom-checkbox:checked + .icons .icon-checked, .checkbox input[type="radio"].custom-radio:checked + .icons .icon-checked, .radio input[type="radio"].custom-radio:checked + .icons .icon-checked {
    color: #888;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
pre {
    display: inline;
  border: none;
  background-color: rgba(0,0,0,0);
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.navbar {
    margin-bottom:0;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    z-index: 5;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    border-radius: 0;
    opacity:0.8;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ccc;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.btn {
    height:45px;
}

.btn-icon{
    padding:9px;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.navMenu {
    display: none;
    z-index: 1;
    position:absolute;
    /*opacity:0.8;*/
    width: 100%;
    left: 15px;
    background-color: rgba(255,255,255,0.9);
    padding-bottom: 20px;
}

.nav li a{
    border-radius: 0!important;
}

.navbar-header {
    padding-right: 0px;
    width: 104px;
}

#logo {
    height:150%;
    position:relative;
    top:-7px;
}

.demo-row{
    padding:30px;
}

nav .btn {
    margin-top: 5px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.fullWidth {
    width: 100%!important;
}

#threeContainer {
    top: 0px;
    position: absolute;
}

/*menus*/

Amanda Ghassaei's avatar
Amanda Ghassaei committed
#menuWrapper, #scriptView {
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    height: 100%;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    z-index: 2;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    position: absolute;
    display: block;
    background-color: rgba(255,255,255,0.8);
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    overflow:hidden;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
#menuWrapper{
    width: 430px;
    right: -430px;/*initially hidden*/
}

#scriptView{
    padding: 30px 20px;
    left:-820px;
    width:820px;
}


Amanda Ghassaei's avatar
Amanda Ghassaei committed
.slider-selection {
	background: #BABABA;
}

#STLImportStats {
    display: none;
}

.dropdown-menu {
    margin-top: 0!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.nav-tabs .active a{
    background-color: transparent !important;
    border-bottom-color: transparent!important;
}

.nav-tabs{
    border-width: 0 !important;
}

.nav-tabs li a{
    border-left-width: 1px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    border-right-width: 1px;
    /*border-color: #DDD;*/
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    border-bottom: 2px solid #DDD!important;
    color:#bebebe;
    margin-left: -2px;
    margin-right: -2px;
    margin-top:-2px;
    background-color: rgba(0,0,0,0.03);
}

.nav-tabs li a:hover{
    color:#555;
    background-color: transparent;
}

#jsonInput {
    width: 0;
    height: 0;
    overflow: hidden;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
#menuContent{
    padding: 30px 30px 100px 30px;
amandaghassaei's avatar
amandaghassaei committed
    overflow-y: scroll;
    top: 50px;
amandaghassaei's avatar
amandaghassaei committed
    bottom: 0;
    position: absolute;
    width: 100%;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

hr {
  border-color: #888 -moz-use-text-color #888;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed

#gcodeEditor {
    font-family: Courier, monospace;
    font-size: 13px;
    line-height: 30px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    height: 400px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    white-space: pre-wrap;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding: 15px 0 15px 13px;
    overflow: auto;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

#gcodeEditor:focus {
    outline-width: 0;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

#gcodeHighlighter{
    padding: 0 0 0 10px;
    width: 100%;
    margin: 0 0 0 -10px;
    left: -15px;
    display: inline-block;
    background-color: rgba(255, 255, 0, 0.35);
}

amandaghassaei's avatar
amandaghassaei committed
    background-color: rgba(255,0,0,0.15);
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding: 15px 20px;
    margin: 0 0 20px 0;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
input.intInput, input.floatInput{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    width:20%;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    display: inline;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding: 8px 8px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}
amandaghassaei's avatar
amandaghassaei committed

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.dropdown-menu{
    border-radius: 0!important;
}

amandaghassaei's avatar
amandaghassaei committed
.dropdown-menu, .select2-drop {
    background-color: #fff;
}
amandaghassaei's avatar
amandaghassaei committed


.navbar-nav > .open > .dropdown-menu{
Amanda Ghassaei's avatar
ui  
Amanda Ghassaei committed
    padding: 0!important;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    min-width: 100px;
amandaghassaei's avatar
amandaghassaei committed
}

.divider{
    margin-right: 0!important;
    margin-left: 0!important;
    background-color: #676767!important;
}

.dropdown-submenu {
    position: relative;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.dropdown-submenu li {
    height: 32px;
}

amandaghassaei's avatar
amandaghassaei committed
.dropdown-submenu a{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    height: 32px;
    padding-bottom: 16px;
amandaghassaei's avatar
amandaghassaei committed
    color: #e1e4e7!important;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    white-space: normal;
amandaghassaei's avatar
amandaghassaei committed
}

.dropdown-submenu li:hover{
    background-color: #428bca!important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    border-radius: 0;
    /*-webkit-border-radius: 0 6px 6px 6px;*/
    /*-moz-border-radius: 0 6px 6px;*/
    /*border-radius: 0 6px 6px 6px;*/
amandaghassaei's avatar
amandaghassaei committed
    background-color: #444;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.btn-halfWidth {
    width: 47%;
amandaghassaei's avatar
amandaghassaei committed
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.halfWidth {
    width: 47%;
    display: inline-block;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.seventyFiveWidth{
    width: 75%;
    display: inline-block;
}

amandaghassaei's avatar
amandaghassaei committed
#navRibbon{
Amanda Ghassaei's avatar
ui  
Amanda Ghassaei committed
    height: 49px;
amandaghassaei's avatar
amandaghassaei committed
    z-index: 1;
    display: block;
    position: absolute;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    margin: 0;
    left: 40px;
amandaghassaei's avatar
amandaghassaei committed
    bottom: 35px;
    opacity: 0.75;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

amandaghassaei's avatar
amandaghassaei committed

#navRibbon .btn-ribbon{
    background-color: #444;
Amanda Ghassaei's avatar
ui  
Amanda Ghassaei committed
    padding: 5px 10px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    height: 49px;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.btn-ribbon span{
    font-size: 28px!important;
    display: block;
    margin-top: 4px!important;
    color: #7C7B7B;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.fui-cross{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
  color: #B50303!important;
Amanda Ghassaei's avatar
ui  
Amanda Ghassaei committed
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.cellsVisible{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding-top: 7px!important;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

Amanda Ghassaei's avatar
ui  
Amanda Ghassaei committed
.ribbon-selected {
    background-color: #000!important;
amandaghassaei's avatar
amandaghassaei committed
}

#navRibbon .btn-ribbon:hover{
    background-color: #000;
}

.btn-imageCustom {
    height: 45px;
    padding-top: 8px;
}

.btn-imageCustom img{
    height: 100%;
}

#manualSelectOrigin {
      padding: 8px 12px 15px 12px!important
}

label {
    font-size: 14px!important;
}

.btn-selected {
    background-color: #8E8E8E;
}
.btn-selected:hover {
    background-color: #8E8E8E;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
.dropdown-submenu > a {
    white-space: normal!important;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.btn-group > .btn {
    background-color: #ccc;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

.materialColorSwatch{
    height: 30px;
    width: 100%;
}
.materialColorSwatch>div {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    border: 1px solid #ddd;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

.materialColorSwatch>span{
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 20px;
}

Amanda Ghassaei's avatar
ui  
Amanda Ghassaei committed
#navViewMenu .dropdown-menu span{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    margin-right:10px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

#navViewMenu {
    width: 200px;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.CodeMirror {
    opacity: 0.6;
    margin: 0 20px 0 -10px;
    font-size: 10pt;
.editComposite, .editMaterial {
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    margin-left:20px;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed
.materialListTitle{
      display: inline-flex;
      max-width: 220px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.red {
    color:red;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed


.checkbox .icons, .radio .icons, .checkbox input[type="checkbox"].custom-checkbox, .radio input[type="checkbox"].custom-checkbox, .checkbox input[type="radio"].custom-radio, .radio input[type="radio"].custom-radio {
    margin-top: -10px;
    top:50%;
}

.voltageInput, .voltageInput:focus{
    border-color: #f4d313;
}
.capacitance{
    background: #f4d313;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

.currentInput, .currentInput:focus{
    border-color: #58d68d;
}
.inductance{
    background: #58d68d;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

.voltageInput, .currentInput {
    margin-left: 15px;
    width: 30%!important;
}

.inlineSwatch{
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}

#voltageUnits {
    position: absolute;
    left: 131px;
}
#currentUnits{
    position: absolute;
    left: 245px;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.alternatingColorList>label{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding-right: 10px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding-left: 15px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    width: 100%;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.alternatingColorList{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    display: inline-block;
    width: 100%;
    height: 35px;
    background-color: #eee;
    border: 1px solid #ddd;
}
Amanda Ghassaei's avatar
Amanda Ghassaei committed

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.alternatingColorList.evenListItem{
    background-color:#ddd;
}

Amanda Ghassaei's avatar
Amanda Ghassaei committed
.dropdown-menu>li>a{
    padding: 6px 9px;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ddd;
    border-bottom-color: #ddd;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #aaa;
    border-bottom-color: #aaa;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

#incomingSerialMessage{
    background-color: white;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    position: absolute;
}

.sequenceOutput {
    background-color: white;
    overflow: auto;
    max-height: 200px;
    margin: 10px 10px;
    padding: 5px 10px 20px 10px;
    font-size: 14px;
    font-family: Courier, monospace;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

.gCodeLineNum {
    margin-right: 20px;
    color: #B7B6B6;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

#contextMenuWrapper{
    background-color: clear;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding: 10px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    position: absolute;
    z-index: 10;
    display: none;
}

#contextMenu {
    background-color: #555;
    width: 200px;
    color: white;
    opacity: 0.95;
    border-radius: 5px;

    font-weight: 400;
    font-size: 14px;
}

#contextMenu li{
    list-style: none;
    height: 32px;
    padding: 2px 20px;
}
#contextMenu li:hover{
    background-color: #aaa;
}

#contextMenu ul {
    padding: 2px 0 2px 0;
}

#contextMenu li>a{
    text-decoration: none;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

#console {
    z-index: 2;
    width: 100%;
    position: absolute;
    background-color: clear;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    display:none;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}

#console>div{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    background-color: clear;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    height: 100%;
}
#consoleInput{
    border-radius: 0;
}
#consoleOutput{
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    min-height:38px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    background-color: rgba(255,255,255,0.8);
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    border: 2px solid #bdc3c7;
    border-bottom-width: 0;
    border-top-width: 0;
    overflow: auto;
    resize: vertical;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    padding: 8px 20px;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
    font-family: Courier, monospace;
    font-size: 13px;
    line-height: 25px;
}

.consoleWarning {
    color: orange;
Amanda Ghassaei's avatar
Amanda Ghassaei committed
}