1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
| body {
| background-image: url("../assets/background.png");
| color: #666666;
| font-family: Arial, Helvetica, Sans-serif;
| font-size: 14px;
| margin-left: 0;
| margin-top: 0;
| margin-right: 0;
| margin-bottom: 40px;
| padding: 0;
| }
| #content {
| left: 280px;
| position: absolute;
| top: 170px;
| right: 40px;
| text-shadow: 0px 1px 1px #ffffff;
| }
| #error {
| font-size: 12px;
| position: absolute;
| top: 40px;
| left: 30px;
| right: 100px;
| }
| #header {
| background-color: #000000;
| height: 125px;
| position: absolute;
| top: 0;
| width: 100%;
| }
| #spot {
| position: absolute;
| top: 20px;
| left: 30px;
| }
| #spot #title {
| color: #ffffff;
| font-size: 42px;
| font-weight: bold;
| *left: 0;
| position: absolute;
| top: 77px;
| text-align: center;
| text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5), 0 -1px 3px #000000;
| width: 100%;
| }
| #spot #titleDoubleLine {
| color: #ffffff;
| font-size: 42px;
| font-weight: bold;
| *left: 0;
| position: absolute;
| top: 77px;
| text-align: center;
| text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5), 0 -1px 3px #000000;
| width: 100%;
| top: 60px;
| font-size: 36px;
| }
|
|