20 lines
		
	
	
		
			No EOL
		
	
	
		
			429 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			No EOL
		
	
	
		
			429 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.front-links > ul > li > a, .front-links > ul > li > a:visited {
 | 
						|
    font-family: "Segoe UI", sans-serif;
 | 
						|
    color: black;
 | 
						|
    text-shadow: 0 0 8px white;
 | 
						|
}
 | 
						|
 | 
						|
.front-links > ul > li > a:hover {
 | 
						|
    color: #ffffff;
 | 
						|
    text-shadow: 0 0 12px #00c1ff;
 | 
						|
}
 | 
						|
 | 
						|
#lyphetitle > h2 {
 | 
						|
    font-family: "Segoe UI", sans-serif;
 | 
						|
    color: dimgray;
 | 
						|
    text-shadow: 0 0 8px white;
 | 
						|
}
 | 
						|
 | 
						|
.main {
 | 
						|
    background: rgba(240, 240, 240, 0.6) !important;
 | 
						|
} |