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