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