mirror of
				https://github.com/DerTyp7/teamspeak-obs-overlay.git
				synced 2025-10-29 21:02:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			378 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			378 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| * {
 | |
|   font-family: Arial, Helvetica, sans-serif;
 | |
|   font-weight: bold;
 | |
| }
 | |
| #content div {
 | |
|   margin-top: 15px;
 | |
| }
 | |
| .client-img-div {
 | |
|   float: left;
 | |
|   width: 100px;
 | |
| }
 | |
| 
 | |
| .client-img-div img {
 | |
|   display: block;
 | |
| }
 | |
| 
 | |
| .client-text-div {
 | |
|   margin-left: 130px;
 | |
| }
 | |
| 
 | |
| .client-text-div p {
 | |
|   display: inline;
 | |
|   padding-left: 20px;
 | |
|   padding-right: 20px;
 | |
|   padding-top: 5px;
 | |
|   padding-bottom: 5px;
 | |
| }
 | 
