use css hyphenation
This commit is contained in:
		
							parent
							
								
									1c5485eb30
								
							
						
					
					
						commit
						c968ce0565
					
				
					 3 changed files with 7 additions and 2832 deletions
				
			
		
							
								
								
									
										11
									
								
								index.html
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								index.html
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,12 +1,11 @@
 | 
			
		|||
<!DOCTYPE HTML>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<html lang="de">
 | 
			
		||||
<head>
 | 
			
		||||
  <meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
 | 
			
		||||
  <title>genossinnen und genossen! am 30.11. laden neingeist, starbug und martin ein.</title>
 | 
			
		||||
 | 
			
		||||
  <script src='vendor/quintus-v0.1.5/quintus-all.min.js'></script>
 | 
			
		||||
  <script async src="vendor/jquery-v1.9.1/jquery.min.js"></script>
 | 
			
		||||
  <script async src="vendor/hyphenator-v4.2.0/Hyphenator.de.min.js"></script>
 | 
			
		||||
 | 
			
		||||
  <script src='platformer.js'></script>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -33,6 +32,10 @@
 | 
			
		|||
      z-index: 100;
 | 
			
		||||
      background: rgba(0, 0, 0, 0.8);
 | 
			
		||||
      color: white;
 | 
			
		||||
 | 
			
		||||
      -webkit-hyphens: auto;
 | 
			
		||||
      -moz-hyphens: auto;
 | 
			
		||||
      hyphens: auto;
 | 
			
		||||
    }
 | 
			
		||||
    #juri {
 | 
			
		||||
      float: right;
 | 
			
		||||
| 
						 | 
				
			
			@ -52,11 +55,11 @@
 | 
			
		|||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
<div id="loading">
 | 
			
		||||
<div id="loading" lang="en">
 | 
			
		||||
  loading<span class="blink">...</span>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div style="display: none" id="einladung" class="hyphenate" lang="de">
 | 
			
		||||
<div style="display: none" id="einladung">
 | 
			
		||||
 | 
			
		||||
  <img alt="" src="images/crushed/yuri-gagarin1.png" id="juri" width="200" height="180" />
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue