kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
				
				
				
			
		
			
				
	
	
		
			118 wiersze
		
	
	
		
			3.5 KiB
		
	
	
	
		
			CSS
		
	
	
			
		
		
	
	
			118 wiersze
		
	
	
		
			3.5 KiB
		
	
	
	
		
			CSS
		
	
	
body {
 | 
						|
  -webkit-font-smoothing: antialiased;
 | 
						|
  -moz-osx-font-smoothing: grayscale;
 | 
						|
  -webkit-touch-callout:  none; /* iOS Safari */
 | 
						|
     -webkit-user-select: none; /* Safari */
 | 
						|
      -khtml-user-select: none; /* Konqueror HTML */
 | 
						|
        -moz-user-select: none; /* Firefox */
 | 
						|
         -ms-user-select: none; /* Internet Explorer/Edge */
 | 
						|
             user-select: none; /* Non-prefixed version, currently
 | 
						|
                                   supported by Chrome and Opera */
 | 
						|
}
 | 
						|
 | 
						|
#editor {
 | 
						|
    /* Note only uses height attribs from here, before we connect to websocket. After that, it gets set by websocket.js */
 | 
						|
    min-height: calc(100vh - 415px);
 | 
						|
    height: calc(100vh - 415px);
 | 
						|
    width: 100%;
 | 
						|
    border-top: 1px solid #ccc;
 | 
						|
    margin-top: 5px;
 | 
						|
}
 | 
						|
 | 
						|
#grblPanel {
 | 
						|
    max-height: calc(100vh - 205px);
 | 
						|
    height: calc(100vh - 205px);
 | 
						|
    width: 100%;
 | 
						|
    overflow-y: auto;
 | 
						|
    overflow-x: none;
 | 
						|
    padding: 8px;
 | 
						|
    -webkit-touch-callout:  text; /* iOS Safari */
 | 
						|
       -webkit-user-select: text; /* Safari */
 | 
						|
        -khtml-user-select: text; /* Konqueror HTML */
 | 
						|
          -moz-user-select: text; /* Firefox */
 | 
						|
           -ms-user-select: text; /* Internet Explorer/Edge */
 | 
						|
               user-select: text; /* Non-prefixed version, currently
 | 
						|
                                     supported by Chrome and Opera */
 | 
						|
}
 | 
						|
 | 
						|
#console {
 | 
						|
    /*font-family: "Courier New", Courier, monospace;*/
 | 
						|
    font-family: "Lucida Console", Monaco, monospace;
 | 
						|
    max-height: calc(100vh - 260px);
 | 
						|
    height: calc(100vh - 200px);
 | 
						|
    width: 100%;
 | 
						|
    overflow-y: auto;
 | 
						|
    overflow-x: none;
 | 
						|
    text-align: left;
 | 
						|
    /* background-color: #444; */
 | 
						|
    padding: 0px;
 | 
						|
    font-size: 12px;
 | 
						|
    padding-left: 20px;
 | 
						|
    white-space:normal;
 | 
						|
    margin-bottom: 0px;
 | 
						|
    -webkit-touch-callout:  text; /* iOS Safari */
 | 
						|
       -webkit-user-select: text; /* Safari */
 | 
						|
        -khtml-user-select: text; /* Konqueror HTML */
 | 
						|
          -moz-user-select: text; /* Firefox */
 | 
						|
           -ms-user-select: text; /* Internet Explorer/Edge */
 | 
						|
               user-select: text; /* Non-prefixed version, currently
 | 
						|
                                     supported by Chrome and Opera */
 | 
						|
}
 | 
						|
 | 
						|
#updateconsole {
 | 
						|
    /*font-family: "Courier New", Courier, monospace;*/
 | 
						|
    font-family: "Lucida Console", Monaco, monospace;
 | 
						|
    max-height: calc(100vh - 260px);
 | 
						|
    height: calc(100vh - 200px);
 | 
						|
    width: 100%;
 | 
						|
    overflow-y: auto;
 | 
						|
    overflow-x: none;
 | 
						|
    text-align: left;
 | 
						|
    /* background-color: #444; */
 | 
						|
    padding: 0px;
 | 
						|
    font-size: 12px;
 | 
						|
    padding-left: 20px;
 | 
						|
    white-space:normal;
 | 
						|
    margin-bottom: 0px;
 | 
						|
    -webkit-touch-callout:  text; /* iOS Safari */
 | 
						|
       -webkit-user-select: text; /* Safari */
 | 
						|
        -khtml-user-select: text; /* Konqueror HTML */
 | 
						|
          -moz-user-select: text; /* Firefox */
 | 
						|
           -ms-user-select: text; /* Internet Explorer/Edge */
 | 
						|
               user-select: text; /* Non-prefixed version, currently
 | 
						|
                                     supported by Chrome and Opera */
 | 
						|
}
 | 
						|
 | 
						|
.pf {
 | 
						|
    margin-top: 0px;
 | 
						|
    margin-bottom: -4px;
 | 
						|
}
 | 
						|
 | 
						|
select{
 | 
						|
  font-family: 'FontAwesome', sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
.btn-file {
 | 
						|
    position: relative;
 | 
						|
    overflow: hidden;
 | 
						|
    margin-top: 2px !important;
 | 
						|
    margin-bottom: 2px !important;
 | 
						|
    margin-left: 2px !important;
 | 
						|
    margin-right: 2px !important;
 | 
						|
}
 | 
						|
.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;
 | 
						|
}
 |