-
Notifications
You must be signed in to change notification settings - Fork 0
/
'
143 lines (125 loc) · 2.88 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
* {
margin: 0;
padding: 0;
}
body {
background-color: #d7f7ed;
height: 100%;
}
#wrap {
min-height: 100%
}
#main {
overflow:auto;
padding-bottom: 14px;
}
#shadow {
margin: 0;
padding: 0;
background-color: rgba(0, 0, 0, 0.4);
width: 100%;
position: absolute;
top: 0;
left: 0;
display: none;
}
#footer {
position: relative;
margin-top: -14px;
height: 14px;
text-align: left;
clear:both;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #566b66;
display: inline;
text-align: center;
}
#footer a {
font-weight: bold;
}
#footer a:link {
color: #566b66;
text-decoration: none;
}
#footer a:visited {
color: #566b66;
text-decoration: none;
}
#footer a:hover {
color: #566b66;
text-decoration: underline;
}
#footer a:active {
color: #566b66;
text-decoration: none;
}
img#banner {
width: 100%;
}
img#logo {
width: 50%;
}
#container {
margin: 0 auto;
padding: 10px;
width: 800px;
background-color: #f7f7f7;
text-align: left;
overflow: hidden;
}
#intrigue {
font-family: 'TitilliumText22LXBold', Helvetica, Arial, sans-serif;
font-size: 24px;
color: #bf3b2d;
display: inline;
cursor: pointer;
}
@font-face {
font-family: 'TitilliumText22LMedium';
src: url('/fonts/TitilliumText22L004-webfont.eot');
src: url('/fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/TitilliumText22L004-webfont.woff') format('woff'),
url('/fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
url('/fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TitilliumText22LLight';
src: url('/fonts/TitilliumText22L002-webfont.eot');
src: url('/fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/TitilliumText22L002-webfont.woff') format('woff'),
url('/fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
url('/fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TitilliumText22LXBold';
src: url('/fonts/TitilliumText22L006-webfont.eot');
src: url('/fonts/TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/TitilliumText22L006-webfont.woff') format('woff'),
url('/fonts/TitilliumText22L006-webfont.ttf') format('truetype'),
url('/fonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
font-weight: normal;
font-style: normal;
}
h1 {
font-family: 'TitilliumText22LMedium', Helvetica, Arial, sans-serif;
font-size: 40px;
color: #f7f7f7;
display: inline;
}
h2 {
font-family: 'TitilliumText22LLight', Helvetica, Arial, sans-serif;
font-size: 20px;
color: #f7f7f7;
display: inline;
}
#overlay {
margin: 0 auto;
padding: 10px;
text-align: left;
overflow: hidden;
}