18 lines
		
	
	
		
			249 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			249 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @import url("reset-to-defaults.css");
 | |
| 
 | |
| #window {
 | |
|   engine: none;
 | |
|   background-image: none;
 | |
|   background-color: lime;
 | |
|   border-radius: 0;
 | |
|   border-style: none;
 | |
| }
 | |
| 
 | |
| #nowindow {
 | |
|   background-color: red;
 | |
| }
 | |
| 
 | |
| #window#nowindow {
 | |
|   background-color: blue;
 | |
| }
 | 
