mirror of https://github.com/movim/movim
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							41 lines
						
					
					
						
							577 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							41 lines
						
					
					
						
							577 B
						
					
					
				
								html {
							 | 
						|
								    height: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								body {
							 | 
						|
								    background-color: #040404 !important;
							 | 
						|
								    height: 100%;
							 | 
						|
								    overflow: hidden;
							 | 
						|
								    margin: 0 auto;
							 | 
						|
								    padding: 0;
							 | 
						|
								    max-width: auto !important;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								#visio {
							 | 
						|
								    width: 100%;
							 | 
						|
								    height: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								#visio .menu {
							 | 
						|
								    position: absolute;
							 | 
						|
								    bottom: 0;
							 | 
						|
								    text-align: center;
							 | 
						|
								    background-color: rgba(255, 255, 255, 0.3);
							 | 
						|
								    padding-top: 0.5em;
							 | 
						|
								    width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								#visio #camera-stream {
							 | 
						|
								    width: 100%;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								#visio #log {
							 | 
						|
								    color: white;
							 | 
						|
								    position: absolute;
							 | 
						|
								    top: 0;
							 | 
						|
								    left: 0;
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								#visio #log div {
							 | 
						|
								    margin-bottom: 1em;
							 | 
						|
								}
							 |