| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <link rel="stylesheet" type="text/css" href="../resources/stage.css"> |
| <style type="text/css"> |
| |
| #stage { |
| font-family: Helvetica; |
| font-size: 52px; |
| background-color: #313534; |
| } |
| @media (max-width: 900px) { |
| #stage { |
| font-size: 40px; |
| } |
| } |
| @media (max-width: 568px) { |
| #stage { |
| font-size: 28px; |
| } |
| } |
| |
| #stage div { |
| width: 80%; |
| height: 90%; |
| position: absolute; |
| text-align: center; |
| } |
| #template { |
| color: #FCFCFC; |
| } |
| table { |
| position: relative; |
| width: 100%; |
| height: 100%; |
| } |
| td { |
| width: 33%; |
| } |
| tr { |
| height: 20%; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="stage"> |
| <div id="template"> |
| <table> |
| <tbody> |
| <tr> |
| <td>σχέδιο</td> |
| <td>设计</td> |
| <td>suunnittelu</td> |
| </tr> |
| <tr> |
| <td>design</td> |
| <td>дизайн</td> |
| <td class="rtl">تصميم</td> |
| </tr> |
| <tr> |
| <td>디자인</td> |
| <td>conception</td> |
| <td>デザイン</td> |
| </tr> |
| <tr> |
| <td>konstruktion</td> |
| <td class="rtl">עיצוב</td> |
| <td>diseño</td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| </div> |
| <script src="../../resources/strings.js"></script> |
| <script src="../../resources/extensions.js"></script> |
| <script src="../../resources/statistics.js"></script> |
| <script src="../resources/math.js"></script> |
| <script src="../resources/main.js"></script> |
| <script src="resources/text.js"></script> |
| </body> |
| </html> |