mirror of
				https://git.proxmox.com/git/mirror_xterm.js
				synced 2025-10-31 03:34:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			415 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			415 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|     font-family: helvetica, sans-serif, arial;
 | |
|     font-size: 1em;
 | |
|     color: #111;
 | |
| }
 | |
| 
 | |
| h1 {
 | |
|     text-align: center;
 | |
| }
 | |
| 
 | |
| #terminal-container {
 | |
|     width: 800px;
 | |
|     height: 450px;
 | |
|     margin: 0 auto;
 | |
|     padding: 2px;
 | |
| }
 | |
| 
 | |
| #terminal-container .terminal {
 | |
|     background-color: #111;
 | |
|     color: #fafafa;
 | |
|     padding: 2px;
 | |
| }
 | |
| 
 | |
| #terminal-container .terminal:focus .terminal-cursor {
 | |
|     background-color: #fafafa;
 | |
| }
 | 
