initial commit
[emacs-init.git] / nxhtml / tests / in / kubica-080516-freezing-c.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         <link rel="stylesheet" type="text/css" href="{% media_url %}/homepage/css/web0.5.css" media="screen" />
6
7         <title>{% block title %}{% translate "WELCOME_TO_POINTTEC" %}{% endblock %}</title>
8         <meta name="DC.title" content="Homepage of point TEC" />
9         <meta name="DC.creator" content="Marek Kubica" />
10         <meta name="DC.subject" content="Presentation of products" />
11         <meta name="DC.publisher" content="point TEC" />
12         <meta name="DC.rights" content="copyright by point TEC" />
13         {% block htmlhead %}
14
15         {% endblock %}
16         <style type="text/css">
17                 { block pagestyle }
18         p {
19                 margin: 0;
20                 padding: 0;
21         }
22         img {
23                 border: 0
24         }
25
26         html, body {
27                 height: 100%;
28         }
29
30         #distance {
31                 width: 1px;
32                 height: 50%;
33                 margin-bottom: -175px;
34         }
35         #container {
36                 position: relative;
37                 margin: 0 auto;
38                 height: 370px;
39                 width: 500px;
40                 background-color: #ffffff;
41         }
42         /* the horizontal bars */
43         #flashcontent * div {
44                 background-color: #292926;
45         }
46
47         #pointer {
48                 display: block;
49                 margin: 0 auto;
50         }
51
52         </style>