forked from asklyphe-public/asklyphe
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			536 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			536 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.pagecontent {
 | 
						|
    background: rgba(240, 240, 240, 1.0);
 | 
						|
}
 | 
						|
 | 
						|
.pagegradient {
 | 
						|
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 10px);
 | 
						|
}
 | 
						|
 | 
						|
.settings-area {
 | 
						|
    background: rgba(240, 240, 240, 1.0);
 | 
						|
}
 | 
						|
 | 
						|
.settings-section {
 | 
						|
    border: 1px solid rgba(0, 0, 0, .7);
 | 
						|
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .7), inset 0 0 0 1px #fffa;
 | 
						|
    background: rgba(240, 240, 240, 0.6);
 | 
						|
    font-family: "Segoe UI", sans-serif;
 | 
						|
    font-weight: normal;
 | 
						|
    font-size: 12px;
 | 
						|
    color: #1b1b1b;
 | 
						|
    padding: 20px;
 | 
						|
}
 |