initial commit
[emacs-init.git] / nxhtml / tests / in / kubica-080516-freezing-e.html
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2     <head profile="http://dublincore.org/documents/dcq-html/">
3         <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
4         <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
5
6         <title>{% block title %}{% translate "WELCOME_TO_POINTTEC" %}{% endblock %}</title>
7         <meta name="DC.title" content="Homepage of point TEC" />
8         <meta name="DC.creator" content="Marek Kubica" />
9         <meta name="DC.subject" content="Presentation of products" />
10         <meta name="DC.publisher" content="point TEC" />
11         <meta name="DC.rights" content="copyright by point TEC" />
12         {% block htmlhead %}
13
14         <style type="text/css">
15                 { block pagestyle }
16         p {
17                 margin: 0;
18                 padding: 0;
19         }
20         img {
21                 border: 0
22         }
23
24         html, body {
25                 height: 100%;
26         }
27
28         #distance {
29                 width: 1px;
30                 height: 50%;
31                 margin-bottom: -175px;
32         }
33         #container {
34                 position: relative;
35                 margin: 0 auto;
36                 height: 370px;
37                 width: 500px;
38                 background-color: #ffffff;
39         }
40         /* the horizontal bars */
41         #flashcontent * div {
42                 background-color: #292926;
43         }
44
45         #pointer {
46                 display: block;
47                 margin: 0 auto;
48         }
49
50         </style>