-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcki.css
111 lines (91 loc) · 1.78 KB
/
cki.css
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
body {
background-color: white;
color: black;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
/*overflow: hidden;*/
overflow-x: hidden;
}
a:link, a:visited {
color: #999898;
text-decoration: underline;
}
a:active, a:hover { color: #666; }
p.header { font-size: small; }
p.header span { font-weight: bold; }
p.footer { font-size: x-small; }
.content_container {
width: 100%;
height: 724px;
margin-left: auto;
margin-right: auto;
background-image: url(../../../../d1ahaanseclbt3.cloudfront.net/Canvas/Images/sunset/canvas_bg.jpg);
background-position: center;
padding-top:11px;
background-repeat: no-repeat;
}
div.content {
margin: auto;
width: 760px;
}
div.broken,
div.missing {
margin: auto;
position: relative;
top: 50%;
width: 193px;
}
div.broken a,
div.missing a {
height: 63px;
position: relative;
top: -31px;
}
div.broken img,
div.missing img { border-width: 0px; }
div.broken { display: none; }
div#unityPlayer {
cursor: default;
height: 660px;
width: 960px;
}
.TopBarDivider {
display: inline-block;
width: 124px;
}
.TopBar {
margin-bottom: 10px;
}
.TopBarContent {
padding: 0px 0px 0px 0px;
margin: 0 0 0 0;
}
.buy-label {
color: #000000;
background-image: url('../../../../d1ahaanseclbt3.cloudfront.net/Canvas/Images/Buy_BG.png');
width: 306px;
height: 36px;
display: inline-block;
}
.buy-ddl {
width: 234px;
margin: 0 5 0 4;
border-radius: 9px;
height: 29px;
font-weight: bold;
}
.footer {
color: #bfbfbf;
}
.footer-small-print {
font-size: 80%;
margin-top: 3px;
}
.top-button {
cursor: pointer;
}
img.map, map area{
outline: none;
}