radarrplexorganizrnginxsonarrdashboardhtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelanding
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							370 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							370 B
						
					
					
				
								.title-marquee {
							 | 
						|
								    width: 125px;
							 | 
						|
								    overflow: hidden;
							 | 
						|
								    span {
							 | 
						|
								        white-space: nowrap;
							 | 
						|
								        transform: translate(0, 0);
							 | 
						|
								        animation: marquee 8s linear;
							 | 
						|
								    }
							 | 
						|
								}
							 | 
						|
								
							 | 
						|
								@keyframes marquee {
							 | 
						|
								    0% { transform: translate(0, 0); }
							 | 
						|
								    20% { transform: translate(0, 0); }
							 | 
						|
								    95% { transform: translate(-200%, 0); }
							 | 
						|
								    100% { transform: translate(-200%, 0); }
							 | 
						|
								}
							 |