]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/kubica-080516-freezing-d.html
submodulized .emacs.d setup
[.emacs.d.git] / emacs / nxhtml / tests / in / kubica-080516-freezing-d.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         {% endblock %}
15         <style type="text/css">
16                 { block pagestyle }
17         p {
18                 margin: 0;
19                 padding: 0;
20         }
21         img {
22                 border: 0
23         }
24
25         html, body {
26                 height: 100%;
27         }
28
29         #distance {
30                 width: 1px;
31                 height: 50%;
32                 margin-bottom: -175px;
33         }
34         #container {
35                 position: relative;
36                 margin: 0 auto;
37                 height: 370px;
38                 width: 500px;
39                 background-color: #ffffff;
40         }
41         /* the horizontal bars */
42         #flashcontent * div {
43                 background-color: #292926;
44         }
45
46         #pointer {
47                 display: block;
48                 margin: 0 auto;
49         }
50
51         </style>