Project

General

Profile

Download (542 Bytes) Statistics
| Branch: | Revision:
1
html, body {
2
    font: 14px helvetica neue, helvetica, arial, sans-serif;
3
    width: 100%;
4
    height: 100%;
5
    margin: 0;
6
    padding: 0;
7
}
8

    
9
#cy {
10
    position: absolute;
11
    left: 0;
12
    top: 0;
13
    right: 0;
14
    bottom: 0;
15
    background: #000;
16
}
17

    
18
#loading {
19
    position: absolute;
20
    left: 0;
21
    top: 50%;
22
    width: 100%;
23
    text-align: center;
24
    margin-top: -0.5em;
25
    font-size: 2em;
26
    color: #fefefe;
27
}
28

    
29
#loading.loaded {
30
    display: none;
31
}
32

    
33
#search {
34
    color: #fefefe;
35
    position: absolute;
36
    left: 0;
37
    top: 0;
38
}
(9-9/10)