-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_tiled.css
More file actions
127 lines (105 loc) · 1.53 KB
/
style_tiled.css
File metadata and controls
127 lines (105 loc) · 1.53 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 1791px;
height: 1000px;
overflow: hidden;
}
body {
background: url('files/bg_stars.gif') repeat;
background-position: -108px -108px;
background-color: #000;
position: relative;
font-family: sans-serif;
}
.container {
position: relative;
width: 100%;
height: 100%;
}
.nav-item {
position: absolute;
display: block;
}
.nav-item img {
display: block;
border: none;
}
/* Position each element based on OpenCV template matching */
.logo {
left: 762px;
top: 307px;
}
.pressbox {
left: 674px;
top: 241px;
}
.jamcentral {
left: 859px;
top: 198px;
}
.bball {
left: 968px;
top: 164px;
}
.lunartunes {
left: 1060px;
top: 220px;
}
.lineup {
left: 633px;
top: 356px;
}
.junior {
left: 640px;
top: 425px;
}
.souvenirs {
left: 721px;
top: 489px;
}
.sitemap {
left: 836px;
top: 590px;
}
.behind {
left: 968px;
top: 543px;
}
.jump {
left: 1105px;
top: 359px;
}
.studiostore {
left: 1060px;
top: 472px;
}
/* Footer */
footer {
position: absolute;
top: 820px;
left: 0;
right: 0;
text-align: center;
}
.footer-links {
margin-bottom: 8px;
}
.footer-links a {
color: #990000;
text-decoration: underline;
font-size: 14px;
}
.footer-links .separator {
color: #990000;
margin: 0 8px;
font-size: 14px;
}
.copyright {
color: #990000;
font-size: 14px;
line-height: 1.4;
}