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>
|
<!DOCTYPE HTML>
|
||||||
<html lang="en">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/>
|
<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>
|
<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 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/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>
|
<script src='platformer.js'></script>
|
||||||
|
|
||||||
|
@ -33,6 +32,10 @@
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
-webkit-hyphens: auto;
|
||||||
|
-moz-hyphens: auto;
|
||||||
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
#juri {
|
#juri {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -52,11 +55,11 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="loading">
|
<div id="loading" lang="en">
|
||||||
loading<span class="blink">...</span>
|
loading<span class="blink">...</span>
|
||||||
</div>
|
</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" />
|
<img alt="" src="images/crushed/yuri-gagarin1.png" id="juri" width="200" height="180" />
|
||||||
|
|
||||||
|
|
56
vendor/hyphenator-v4.2.0/Hyphenator.de.min.js
vendored
56
vendor/hyphenator-v4.2.0/Hyphenator.de.min.js
vendored
File diff suppressed because one or more lines are too long
2772
vendor/hyphenator-v4.2.0/Hyphenator.js
vendored
2772
vendor/hyphenator-v4.2.0/Hyphenator.js
vendored
File diff suppressed because it is too large
Load diff
Reference in a new issue