mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Add page URL auto change
This commit is contained in:
		@@ -4,8 +4,27 @@
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Full splash screen
 | 
			
		||||
 */
 | 
			
		||||
.waitSplashScreen {
 | 
			
		||||
    background-color: rgba(128, 128, 128, 0.06);
 | 
			
		||||
    padding-top: 10%;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Transparent wait splash screen
 | 
			
		||||
 */
 | 
			
		||||
.transparentWaitSplashScreen {
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    top: 0px;
 | 
			
		||||
    background-color: #0C0C0C;
 | 
			
		||||
    z-index: 500;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    opacity: 0.5;
 | 
			
		||||
    padding-top: 30%;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user