initial commit
[emacs-init.git] / nxhtml / tests / in / kubica-080516-freezing.css
1                 {% block pagestyle %}
2         * {
3                 margin: 0;
4                 padding: 0;
5         }
6         img {
7                 border: 0
8         }
9
10         html, body {
11                 height: 100%;
12         }
13
14         #distance {
15                 width: 1px;
16                 height: 50%;
17                 margin-bottom: -175px;
18         }
19         #container {
20                 position: relative;
21                 margin: 0 auto;
22                 height: 370px;
23                 width: 500px;
24                 background-color: #ffffff;
25         }
26         /* the horizontal bars */
27         #flashcontent * div {
28                 background-color: #292926;
29         }
30
31         #pointer {
32                 display: block;
33                 margin: 0 auto;
34         }
35
36                 {% endblock %}