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