Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- 10018.html +0 -0
- 10018.png +3 -0
- 1002.html +120 -0
- 1002.png +3 -0
- 10032.html +0 -0
- 10032.png +3 -0
- 1009.html +290 -0
- 1009.png +3 -0
- 10210.html +768 -0
- 10210.png +3 -0
- 10297.html +0 -0
- 10297.png +3 -0
- 10303.html +0 -0
- 10303.png +3 -0
- 1034.html +708 -0
- 1034.png +3 -0
- 1037.html +264 -0
- 1037.png +3 -0
- 104.html +0 -0
- 104.png +3 -0
- 10406.html +3379 -0
- 10406.png +3 -0
- 1041.html +1333 -0
- 1041.png +3 -0
- 10414.html +108 -0
- 10414.png +3 -0
- 10473.html +502 -0
- 10473.png +3 -0
- 10486.html +0 -0
- 10486.png +3 -0
- 10512.html +103 -0
- 10512.png +3 -0
- 10564.html +2278 -0
- 10564.png +3 -0
- 10578.html +367 -0
- 10578.png +3 -0
- 10582.html +1846 -0
- 10582.png +3 -0
- 10612.html +344 -0
- 10612.png +3 -0
- 10642.html +351 -0
- 10642.png +3 -0
- 10668.html +757 -0
- 10668.png +3 -0
- 10676.html +653 -0
- 10676.png +3 -0
- 10679.html +0 -0
- 10679.png +3 -0
- 10685.html +0 -0
- 10685.png +3 -0
10018.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10018.png
ADDED
Git LFS Details
|
1002.html
ADDED
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en" xmlns="">
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<title>
|
6 |
+
DisplayCabinets2Go - We Have Some Exciting News!
|
7 |
+
</title>
|
8 |
+
<style>
|
9 |
+
body {
|
10 |
+
font: 500 18px/1.5 'Open Sans', sans-serif;
|
11 |
+
}
|
12 |
+
|
13 |
+
h1 {
|
14 |
+
font-size: 24px;
|
15 |
+
}
|
16 |
+
|
17 |
+
a {
|
18 |
+
text-decoration: none;
|
19 |
+
font-weight: bold;
|
20 |
+
}
|
21 |
+
|
22 |
+
img {
|
23 |
+
max-width: 100%;
|
24 |
+
height: auto;
|
25 |
+
}
|
26 |
+
|
27 |
+
* {
|
28 |
+
box-sizing: border-box;
|
29 |
+
}
|
30 |
+
|
31 |
+
.btn-primary {
|
32 |
+
font: 18px/1.43 'Open Sans', sans-serif;
|
33 |
+
color: #fff;
|
34 |
+
background: #343a40;
|
35 |
+
border: 1px solid #343a40;
|
36 |
+
border-radius: 4px;
|
37 |
+
display: inline-block;
|
38 |
+
padding: 6px 12px;
|
39 |
+
margin-bottom: 0;
|
40 |
+
cursor: pointer;
|
41 |
+
user-select: none;
|
42 |
+
}
|
43 |
+
|
44 |
+
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
|
45 |
+
background-color: #343a40;
|
46 |
+
border-color: #343a40;
|
47 |
+
}
|
48 |
+
|
49 |
+
@media(min-width:576px) {
|
50 |
+
.body-wrap {
|
51 |
+
position: absolute;
|
52 |
+
left: 50%;
|
53 |
+
top: 50%;
|
54 |
+
width: 100%;
|
55 |
+
max-width: 788px;
|
56 |
+
transform: translate(-50%, -50%);
|
57 |
+
}
|
58 |
+
}
|
59 |
+
|
60 |
+
@media (max-width:575px) {
|
61 |
+
.body-wrap {
|
62 |
+
padding: 14px;
|
63 |
+
}
|
64 |
+
}
|
65 |
+
</style>
|
66 |
+
</head>
|
67 |
+
<body>
|
68 |
+
<div class="body-wrap">
|
69 |
+
<div>
|
70 |
+
<img alt="site-logo" height="50" id="site-logo" src="rick.jpg" style="width: 200px; margin-bottom: 30px; max-width: 100%; height: auto; " width="200">
|
71 |
+
<h1>
|
72 |
+
We Have Some Exciting News!
|
73 |
+
</h1>
|
74 |
+
</div>
|
75 |
+
<div>
|
76 |
+
<div class="content-wrap">
|
77 |
+
<p>
|
78 |
+
<strong class="site-name">
|
79 |
+
DisplayCabinets2Go
|
80 |
+
</strong>
|
81 |
+
has joined the Displays2go family!
|
82 |
+
</p>
|
83 |
+
<p>
|
84 |
+
Displays2go has all of the same industry-leading products you'd find on this site, and much more! We will continue to put you first with our responsive and dedicated customer service.
|
85 |
+
</p>
|
86 |
+
</div>
|
87 |
+
</div>
|
88 |
+
<div class="row" id="product-link-wrap" style="display: none; clear: both; margin-top: 20px;">
|
89 |
+
<p>
|
90 |
+
It looks like you were trying to view a product. Great news!
|
91 |
+
</p>
|
92 |
+
<p>
|
93 |
+
<a class="btn-primary" href id="product-link">
|
94 |
+
View this Product on Displays2go.com
|
95 |
+
</a>
|
96 |
+
</p>
|
97 |
+
</div>
|
98 |
+
<div>
|
99 |
+
<p>
|
100 |
+
Get to your favorite items right away by browsing a similar selection of products on Displays2go.com.
|
101 |
+
</p>
|
102 |
+
<p>
|
103 |
+
<a class="btn-primary" id="category-link">
|
104 |
+
Shop this Category on Displays2go.com
|
105 |
+
</a>
|
106 |
+
</p>
|
107 |
+
</div>
|
108 |
+
<div>
|
109 |
+
<p>
|
110 |
+
Need more information?
|
111 |
+
</p>
|
112 |
+
<p>
|
113 |
+
<a class="btn-primary" id="faq-link">
|
114 |
+
FAQs
|
115 |
+
</a>
|
116 |
+
</p>
|
117 |
+
</div>
|
118 |
+
</div>
|
119 |
+
</body>
|
120 |
+
</html>
|
1002.png
ADDED
Git LFS Details
|
10032.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10032.png
ADDED
Git LFS Details
|
1009.html
ADDED
@@ -0,0 +1,290 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
6 |
+
<title>
|
7 |
+
[NAME REDACTED] - Software Engineer
|
8 |
+
</title>
|
9 |
+
<meta content="Patrick Brosset's resume, work experience and education. Senior web developer skilled in many disciplines, ranging from building high-traffic dynamic websites to architecting complex web applications for professional users, as well as team leading." name="description">
|
10 |
+
<meta content="Patrick Brosset" name="author">
|
11 |
+
<style>
|
12 |
+
body {
|
13 |
+
font-family: Georgia, sans-serif;
|
14 |
+
line-height: 1.5em;
|
15 |
+
color: #333;
|
16 |
+
background: #eee;
|
17 |
+
}
|
18 |
+
|
19 |
+
a {
|
20 |
+
color: rgb(14, 175, 228);
|
21 |
+
}
|
22 |
+
|
23 |
+
a:hover {
|
24 |
+
background: rgb(14, 175, 228);
|
25 |
+
color: white;
|
26 |
+
text-decoration: none;
|
27 |
+
}
|
28 |
+
|
29 |
+
.container {
|
30 |
+
margin: 2em auto;
|
31 |
+
padding: 2em;
|
32 |
+
box-sizing: border-box;
|
33 |
+
max-width: 700px;
|
34 |
+
min-width: 400px;
|
35 |
+
background: white;
|
36 |
+
box-shadow: 0 0 5px #ccc;
|
37 |
+
border-radius: 5px;
|
38 |
+
position: relative;
|
39 |
+
}
|
40 |
+
|
41 |
+
h1 {
|
42 |
+
font-weight: normal;
|
43 |
+
font-size: 3em;
|
44 |
+
margin: 0 0 .5em 0;
|
45 |
+
letter-spacing: -.05em;
|
46 |
+
line-height: 1em;
|
47 |
+
width: 50%;
|
48 |
+
}
|
49 |
+
|
50 |
+
aside {
|
51 |
+
position: absolute;
|
52 |
+
top: 2em;
|
53 |
+
right: 2em;
|
54 |
+
width: 50%;
|
55 |
+
}
|
56 |
+
|
57 |
+
aside a {
|
58 |
+
display: block;
|
59 |
+
text-align: right;
|
60 |
+
float: right;
|
61 |
+
clear: right;
|
62 |
+
margin-right: 25px;
|
63 |
+
position: relative;
|
64 |
+
}
|
65 |
+
|
66 |
+
aside a::after {
|
67 |
+
content: "";
|
68 |
+
display: block;
|
69 |
+
position: absolute;
|
70 |
+
background-repeat: no-repeat;
|
71 |
+
background-position: center;
|
72 |
+
width: 20px;
|
73 |
+
height: 20px;
|
74 |
+
top: 2px;
|
75 |
+
right: -25px;
|
76 |
+
}
|
77 |
+
|
78 |
+
aside a.twitter::after {
|
79 |
+
background-image: url(twitter.png);
|
80 |
+
}
|
81 |
+
|
82 |
+
aside a.linkedin::after {
|
83 |
+
background-image: url(linkedin.png);
|
84 |
+
}
|
85 |
+
|
86 |
+
aside a.github::after {
|
87 |
+
background-image: url(github.png);
|
88 |
+
}
|
89 |
+
|
90 |
+
article {
|
91 |
+
padding: 0 0 1.5em 1em;
|
92 |
+
border-left: 1px dotted rgb(14, 175, 228);
|
93 |
+
}
|
94 |
+
|
95 |
+
article:last-child {
|
96 |
+
padding-bottom: 0;
|
97 |
+
}
|
98 |
+
|
99 |
+
article h2 {
|
100 |
+
font-weight: normal;
|
101 |
+
font-size: 1.4em;
|
102 |
+
margin: 0;
|
103 |
+
position: relative;
|
104 |
+
}
|
105 |
+
|
106 |
+
article h2::before {
|
107 |
+
content: "";
|
108 |
+
display: block;
|
109 |
+
position: absolute;
|
110 |
+
left: -1em;
|
111 |
+
top: .3em;
|
112 |
+
width: .5em;
|
113 |
+
height: .5em;
|
114 |
+
border-radius: 50%;
|
115 |
+
box-sizing: border-box;
|
116 |
+
border: .15em solid rgb(14, 175, 228);
|
117 |
+
background: white;
|
118 |
+
}
|
119 |
+
|
120 |
+
article h3 {
|
121 |
+
font-weight: normal;
|
122 |
+
font-size: .9em;
|
123 |
+
color: #777;
|
124 |
+
margin: 0;
|
125 |
+
}
|
126 |
+
|
127 |
+
article .content {
|
128 |
+
margin-top: 1.5em;
|
129 |
+
}
|
130 |
+
|
131 |
+
article .content p {
|
132 |
+
margin: 0;
|
133 |
+
}
|
134 |
+
</style>
|
135 |
+
</head>
|
136 |
+
<body>
|
137 |
+
<div class="container" role="main">
|
138 |
+
<h1>
|
139 |
+
[NAME REDACTED]
|
140 |
+
</h1>
|
141 |
+
<aside>
|
142 |
+
<a class="twitter" target="blank">
|
143 |
+
[TWITTER REDACTED]
|
144 |
+
</a>
|
145 |
+
<a class="github" target="blank">
|
146 |
+
[GITHUB REDACTED]
|
147 |
+
</a>
|
148 |
+
<a class="linkedin" target="blank">
|
149 |
+
[LINKEDIN REDACTED]
|
150 |
+
</a>
|
151 |
+
</aside>
|
152 |
+
<article>
|
153 |
+
<h2>
|
154 |
+
Engineer Manager
|
155 |
+
</h2>
|
156 |
+
<h3>
|
157 |
+
<a target="blank">
|
158 |
+
Mozilla
|
159 |
+
</a>
|
160 |
+
, France, May 2015 » Now
|
161 |
+
</h3>
|
162 |
+
<div class="content">
|
163 |
+
<p>
|
164 |
+
Managing a part of the Firefox developer tools engineering team and owner of the Inspector tool.
|
165 |
+
</p>
|
166 |
+
</div>
|
167 |
+
</article>
|
168 |
+
<article>
|
169 |
+
<h2>
|
170 |
+
Senior Development Engineer
|
171 |
+
</h2>
|
172 |
+
<h3>
|
173 |
+
<a target="blank">
|
174 |
+
Mozilla
|
175 |
+
</a>
|
176 |
+
, France, August 2013 » May 2015
|
177 |
+
</h3>
|
178 |
+
<div class="content">
|
179 |
+
<p>
|
180 |
+
Working on the Firefox developer tools, in charge of the HTML/CSS inspector part.
|
181 |
+
</p>
|
182 |
+
</div>
|
183 |
+
</article>
|
184 |
+
<article>
|
185 |
+
<h2>
|
186 |
+
Senior Web Development Engineer
|
187 |
+
</h2>
|
188 |
+
<h3>
|
189 |
+
<a target="blank">
|
190 |
+
Amadeus
|
191 |
+
</a>
|
192 |
+
, France, July 2012 » August 2013
|
193 |
+
</h3>
|
194 |
+
<div class="content">
|
195 |
+
<p>
|
196 |
+
Working on the next generation mission-critical HTML5 user interfaces for the Airport IT industry.
|
197 |
+
<br>
|
198 |
+
Targetting modern browsers using HTML5, CSS3 and client-side templating.
|
199 |
+
</p>
|
200 |
+
</div>
|
201 |
+
</article>
|
202 |
+
<article>
|
203 |
+
<h2>
|
204 |
+
Team Leader
|
205 |
+
</h2>
|
206 |
+
<h3>
|
207 |
+
<a target="blank">
|
208 |
+
Amadeus
|
209 |
+
</a>
|
210 |
+
, France, June 2009 » July 2012
|
211 |
+
</h3>
|
212 |
+
<div class="content">
|
213 |
+
<p>
|
214 |
+
In charge of the team developing the Amadeus
|
215 |
+
<a target="blank">
|
216 |
+
aria templates
|
217 |
+
</a>
|
218 |
+
web user interface framework.
|
219 |
+
<br>
|
220 |
+
Team focused on delivering a fast, reliable and scalable software that enables professional ajax-based web applications to be built.
|
221 |
+
<br>
|
222 |
+
I helped create the team, put processes in place (introduced SCRUM methodology) and I managed it for about 3 years to make it the official Amadeus UI framework, used by hundreds within the company, and now also open sourced.
|
223 |
+
</p>
|
224 |
+
</div>
|
225 |
+
</article>
|
226 |
+
<article>
|
227 |
+
<h2>
|
228 |
+
Web Development Engineer
|
229 |
+
</h2>
|
230 |
+
<h3>
|
231 |
+
<a target="blank">
|
232 |
+
Amadeus
|
233 |
+
</a>
|
234 |
+
, France, January 2008 » May 2009
|
235 |
+
</h3>
|
236 |
+
<div class="content">
|
237 |
+
<p>
|
238 |
+
Using a variety of technologies from Java/J2EE to Ajax, Javascript, HTML and CSS, I participated in the design/architecture, development and maintenance of the Amadeus' client/server framework.
|
239 |
+
<br>
|
240 |
+
Helping and training other development teams using the framework to implement web applications for travel agencies and airlines.
|
241 |
+
<br>
|
242 |
+
During that experience, I also worked on one of Amadeus' airlines retail sites engine, primarily focused on improving the Javascript and CSS layers of the application.
|
243 |
+
</p>
|
244 |
+
</div>
|
245 |
+
</article>
|
246 |
+
<article>
|
247 |
+
<h2>
|
248 |
+
Web Development Engineer
|
249 |
+
</h2>
|
250 |
+
<h3>
|
251 |
+
<a target="blank">
|
252 |
+
Astek
|
253 |
+
</a>
|
254 |
+
, France, July 2006 » January 2008
|
255 |
+
</h3>
|
256 |
+
<div class="content">
|
257 |
+
<p>
|
258 |
+
Software engineer contracting for Amadeus, working on
|
259 |
+
<a target="blank">
|
260 |
+
aircanada.com
|
261 |
+
</a>
|
262 |
+
.
|
263 |
+
<br>
|
264 |
+
Implemented and maintained several of the booking pages, implementing mockups provided by the customer, and especially helping on the CSS part.
|
265 |
+
</p>
|
266 |
+
</div>
|
267 |
+
</article>
|
268 |
+
<article>
|
269 |
+
<h2>
|
270 |
+
Web Designer/Developer
|
271 |
+
</h2>
|
272 |
+
<h3>
|
273 |
+
<a target="blank">
|
274 |
+
Zoe Communications
|
275 |
+
</a>
|
276 |
+
, New Zealand, June 2004 » February 2006
|
277 |
+
</h3>
|
278 |
+
<div class="content">
|
279 |
+
<p>
|
280 |
+
Web developer and designer for small to medium size New Zealand companies.
|
281 |
+
<br>
|
282 |
+
Responsible for the complete design phase, from early meetings with clients, to mockup proposals and final working HTML versions.
|
283 |
+
<br>
|
284 |
+
Development of the site using PHP/MySQL and an internal CMS.
|
285 |
+
</p>
|
286 |
+
</div>
|
287 |
+
</article>
|
288 |
+
</div>
|
289 |
+
</body>
|
290 |
+
</html>
|
1009.png
ADDED
Git LFS Details
|
10210.html
ADDED
@@ -0,0 +1,768 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en-US">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
.highlight { background: #ffffff; }
|
6 |
+
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
7 |
+
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
8 |
+
.highlight .k { font-weight: bold } /* Keyword */
|
9 |
+
.highlight .o { font-weight: bold } /* Operator */
|
10 |
+
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
11 |
+
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
12 |
+
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
13 |
+
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
14 |
+
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
15 |
+
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
16 |
+
.highlight .ge { font-style: italic } /* Generic.Emph */
|
17 |
+
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
18 |
+
.highlight .gh { color: #999999 } /* Generic.Heading */
|
19 |
+
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
20 |
+
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
21 |
+
.highlight .go { color: #888888 } /* Generic.Output */
|
22 |
+
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
23 |
+
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
24 |
+
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
|
25 |
+
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
26 |
+
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
27 |
+
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
28 |
+
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
29 |
+
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
30 |
+
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
31 |
+
.highlight .m { color: #009999 } /* Literal.Number */
|
32 |
+
.highlight .s { color: #d14 } /* Literal.String */
|
33 |
+
.highlight .na { color: #008080 } /* Name.Attribute */
|
34 |
+
.highlight .nb { color: #0086B3 } /* Name.Builtin */
|
35 |
+
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
36 |
+
.highlight .no { color: #008080 } /* Name.Constant */
|
37 |
+
.highlight .ni { color: #800080 } /* Name.Entity */
|
38 |
+
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
39 |
+
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
40 |
+
.highlight .nn { color: #555555 } /* Name.Namespace */
|
41 |
+
.highlight .nt { color: #000080 } /* Name.Tag */
|
42 |
+
.highlight .nv { color: #008080 } /* Name.Variable */
|
43 |
+
.highlight .ow { font-weight: bold } /* Operator.Word */
|
44 |
+
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
45 |
+
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
46 |
+
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
47 |
+
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
48 |
+
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
49 |
+
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
|
50 |
+
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
51 |
+
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
52 |
+
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
53 |
+
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
54 |
+
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
55 |
+
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
56 |
+
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
57 |
+
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
58 |
+
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
59 |
+
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
|
60 |
+
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
61 |
+
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
62 |
+
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
63 |
+
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
64 |
+
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
@font-face {
|
69 |
+
font-family: "Ovo";
|
70 |
+
src: url(../assets/Ovo-Regular.otf);
|
71 |
+
}
|
72 |
+
|
73 |
+
@font-face {
|
74 |
+
font-family: "Quicksand";
|
75 |
+
font-style: normal;
|
76 |
+
src: url(../assets/Quicksand-Regular.otf);
|
77 |
+
}
|
78 |
+
|
79 |
+
@font-face {
|
80 |
+
font-family: "Quicksand";
|
81 |
+
font-style: normal;
|
82 |
+
font-weight: 300;
|
83 |
+
src: url(../assets/Quicksand-Light.otf);
|
84 |
+
}
|
85 |
+
|
86 |
+
@font-face {
|
87 |
+
font-family: "Quicksand";
|
88 |
+
font-style: italic;
|
89 |
+
font-weight: 300;
|
90 |
+
src: url(../assets/Quicksand-LightItalic.otf);
|
91 |
+
}
|
92 |
+
|
93 |
+
@font-face {
|
94 |
+
font-family: "Crimson Text";
|
95 |
+
font-style: normal;
|
96 |
+
src: url(../assets/CrimsonText-Roman.ttf);
|
97 |
+
}
|
98 |
+
|
99 |
+
@font-face {
|
100 |
+
font-family: "Crimson Text";
|
101 |
+
font-style: italic;
|
102 |
+
src: url(../assets/CrimsonText-Italic.ttf);
|
103 |
+
}
|
104 |
+
|
105 |
+
@font-face {
|
106 |
+
font-family: "Source Code Pro";
|
107 |
+
font-weight: normal;
|
108 |
+
src: url(../assets/SourceCodePro-Regular.otf);
|
109 |
+
}
|
110 |
+
|
111 |
+
@font-face {
|
112 |
+
font-family: "Source Code Pro";
|
113 |
+
font-weight: bold;
|
114 |
+
src: url(../assets/SourceCodePro-Semibold.otf);
|
115 |
+
}
|
116 |
+
|
117 |
+
@font-face {
|
118 |
+
font-family: "Source Code Pro";
|
119 |
+
font-weight: lighter;
|
120 |
+
src: url(../assets/SourceCodePro-Light.otf);
|
121 |
+
}
|
122 |
+
|
123 |
+
:root {
|
124 |
+
/* TODO color-scheme: light dark; */
|
125 |
+
--font-face-header: "Ovo", "Palatino", "Georgia", sans-serif;
|
126 |
+
--font-face-header-forced: "Ovo";
|
127 |
+
--font-face-secondary: "Quicksand", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica-Light", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
|
128 |
+
--font-face-secondary-forced: "Quicksand";
|
129 |
+
--font-face-main: "Crimson Text", "Linden Hill", "Palatino", serif;
|
130 |
+
--font-face-main-forced: "Crimson Text";
|
131 |
+
--font-face-mono: "Source Code Pro", "Menlo", "Consolas", monospace;
|
132 |
+
--font-face-mono-forced: "Source Code Pro";
|
133 |
+
--background-color-main: hsl(165, 33%, 98%);
|
134 |
+
--background-color-subtle: hsl(185, 10%, 97%);
|
135 |
+
--background-color-inverse: hsl(185, 10%, 12%);
|
136 |
+
--background-color-header: hsl(133, 15%, 82%);
|
137 |
+
--text-color-main: hsl(185, 10%, 24%);
|
138 |
+
--text-color-inverse: hsl(133, 15%, 82%);
|
139 |
+
--text-color-secondary: hsl(173, 7%, 54%);
|
140 |
+
--text-color-warn: hsl(28, 100%, 63%);
|
141 |
+
--link-color-main: hsl(202, 85%, 29%);
|
142 |
+
--link-color-main-active: hsl(208, 100%, 52%);
|
143 |
+
--link-color-secondary: var(--text-color-secondary);
|
144 |
+
--link-color-secondary-active: hsl(208, 50%, 52%);
|
145 |
+
}
|
146 |
+
|
147 |
+
.clearfix:before,
|
148 |
+
.clearfix:after {
|
149 |
+
content: " ";
|
150 |
+
display: table;
|
151 |
+
}
|
152 |
+
|
153 |
+
.clearfix:after {
|
154 |
+
clear: both;
|
155 |
+
}
|
156 |
+
|
157 |
+
.clearfix {
|
158 |
+
*zoom: 1;
|
159 |
+
}
|
160 |
+
|
161 |
+
html,
|
162 |
+
button,
|
163 |
+
input,
|
164 |
+
select,
|
165 |
+
textarea,
|
166 |
+
body,
|
167 |
+
h1 a:link, h1 a:visited, header h1 a:hover, header h1 a:active {
|
168 |
+
color: var(--text-color-main);
|
169 |
+
}
|
170 |
+
|
171 |
+
a { /* inspired by inessential.com */
|
172 |
+
transition: all 0.2s ease-in-out;
|
173 |
+
}
|
174 |
+
|
175 |
+
a:link, a:visited { color: var(--link-color-main); }
|
176 |
+
a:hover, a:active, h1 a:hover, h1 a:active { color: var(--link-color-main-active); }
|
177 |
+
|
178 |
+
body {
|
179 |
+
margin: 0;
|
180 |
+
font-size: 14pt;
|
181 |
+
line-height: 1.3;
|
182 |
+
font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
|
183 |
+
background-color: var(--background-color-main);
|
184 |
+
}
|
185 |
+
|
186 |
+
h1, h2, h3, header .caption, article .figure {
|
187 |
+
font-family: var(--font-face-secondary);
|
188 |
+
font-weight: 300;
|
189 |
+
letter-spacing: -0.075em;
|
190 |
+
margin-bottom: 0.5em;
|
191 |
+
text-rendering: optimizelegibility;
|
192 |
+
}
|
193 |
+
|
194 |
+
time {
|
195 |
+
color: var(--text-color-secondary);
|
196 |
+
font-family: var(--font-face-secondary);
|
197 |
+
font-weight: 500;
|
198 |
+
font-size: 12pt;
|
199 |
+
letter-spacing: -1.5pt;
|
200 |
+
text-transform: uppercase;
|
201 |
+
text-rendering: optimizelegibility;
|
202 |
+
}
|
203 |
+
|
204 |
+
h1 {
|
205 |
+
font-size: 1.75em;
|
206 |
+
margin: 0.75em 0;
|
207 |
+
}
|
208 |
+
|
209 |
+
h1.with-time {
|
210 |
+
margin-bottom: 0;
|
211 |
+
}
|
212 |
+
|
213 |
+
h1.with-time + time {
|
214 |
+
display: block;
|
215 |
+
margin-bottom: 1em; /* match the 0.5em margin of h1 without time */
|
216 |
+
}
|
217 |
+
|
218 |
+
h1.with-time + time a:any-link {
|
219 |
+
color: var(--text-color-secondary);
|
220 |
+
}
|
221 |
+
|
222 |
+
p, blockquote, li, dt, dd, summary, details footer {
|
223 |
+
font: 15pt/22pt var(--font-face-main);
|
224 |
+
-webkit-hyphens: auto;
|
225 |
+
hyphens: auto;
|
226 |
+
}
|
227 |
+
|
228 |
+
code, kbd, pre, samp {
|
229 |
+
font-family: var(--font-face-mono);
|
230 |
+
font-size: 11pt;
|
231 |
+
-webkit-hyphens: none;
|
232 |
+
hyphens: none;
|
233 |
+
}
|
234 |
+
|
235 |
+
.nohyphen {
|
236 |
+
-webkit-hyphens: none;
|
237 |
+
hyphens: none;
|
238 |
+
}
|
239 |
+
|
240 |
+
pre {
|
241 |
+
line-height: 17pt;
|
242 |
+
background-color: #f0f0f0;
|
243 |
+
border-color: #cccccc;
|
244 |
+
border-style: solid;
|
245 |
+
border-width: 0 0 0 6px;
|
246 |
+
border-top-right-radius: 5px;
|
247 |
+
border-bottom-right-radius: 5px;
|
248 |
+
padding: 3px 6px;
|
249 |
+
}
|
250 |
+
|
251 |
+
h1 code, h2 code, h3 code {
|
252 |
+
font-family: var(--font-face-mono);
|
253 |
+
font-size: inherit;
|
254 |
+
line-height: inherit;
|
255 |
+
font-weight: lighter;
|
256 |
+
}
|
257 |
+
|
258 |
+
.highlighter-rouge > div.highlight > pre.highlight {
|
259 |
+
/*background-color: transparent;*/
|
260 |
+
border-width: 1px 1px 1px 6px;
|
261 |
+
}
|
262 |
+
|
263 |
+
header {
|
264 |
+
width: 100%;
|
265 |
+
margin: 0;
|
266 |
+
padding: 1.5em 0;
|
267 |
+
background-color: var(--background-color-header);
|
268 |
+
}
|
269 |
+
|
270 |
+
header h1 {
|
271 |
+
width: 100%;
|
272 |
+
text-align: center;
|
273 |
+
margin: 0.5em 0 0.2em 0;
|
274 |
+
font-family: var(--font-face-header);
|
275 |
+
font-weight: normal;
|
276 |
+
letter-spacing: 1pt;
|
277 |
+
}
|
278 |
+
|
279 |
+
h1 a {
|
280 |
+
text-decoration: none;
|
281 |
+
}
|
282 |
+
|
283 |
+
header .caption {
|
284 |
+
text-align: center;
|
285 |
+
font-size: 13pt;
|
286 |
+
line-height: 19pt;
|
287 |
+
margin: 0;
|
288 |
+
}
|
289 |
+
|
290 |
+
main {
|
291 |
+
margin: 0 auto;
|
292 |
+
padding: 1.5em 10px;
|
293 |
+
min-width: 300px;
|
294 |
+
max-width: 600px;
|
295 |
+
}
|
296 |
+
|
297 |
+
body > footer {
|
298 |
+
margin: 1.5em 0 0.5em 0;
|
299 |
+
text-align: center;
|
300 |
+
color: var(--text-color-secondary);
|
301 |
+
}
|
302 |
+
|
303 |
+
body > footer a:link, body > footer a:visited {
|
304 |
+
color: var(--link-color-secondary);
|
305 |
+
}
|
306 |
+
|
307 |
+
body > footer a:hover, body > footer a:active {
|
308 |
+
color: var(--link-color-secondary-active);
|
309 |
+
}
|
310 |
+
|
311 |
+
body > footer p {
|
312 |
+
font-family: var(--font-face-secondary);
|
313 |
+
font-weight: 400;
|
314 |
+
font-size: 12pt;
|
315 |
+
line-height: 18pt;
|
316 |
+
-webkit-hyphens: none;
|
317 |
+
hyphens: none;
|
318 |
+
/* letter-spacing: -1pt; */
|
319 |
+
}
|
320 |
+
|
321 |
+
.latest h3 {
|
322 |
+
margin-bottom: 0.3em;
|
323 |
+
}
|
324 |
+
|
325 |
+
.latest h3 a {
|
326 |
+
text-decoration: none;
|
327 |
+
}
|
328 |
+
|
329 |
+
.latest .excerpt {
|
330 |
+
margin-top: 0;
|
331 |
+
}
|
332 |
+
|
333 |
+
.more {
|
334 |
+
font-style: italic;
|
335 |
+
}
|
336 |
+
|
337 |
+
.more:after {
|
338 |
+
content: " »";
|
339 |
+
}
|
340 |
+
|
341 |
+
body.home h2 {
|
342 |
+
text-align: center;
|
343 |
+
text-transform: uppercase;
|
344 |
+
letter-spacing: 0.05em;
|
345 |
+
}
|
346 |
+
body.home h2:after {
|
347 |
+
content: " —";
|
348 |
+
}
|
349 |
+
body.home h2:before {
|
350 |
+
content: "— ";
|
351 |
+
}
|
352 |
+
|
353 |
+
article footer {
|
354 |
+
margin-top: 1.25em;
|
355 |
+
color: var(--text-color-secondary);
|
356 |
+
}
|
357 |
+
|
358 |
+
article footer li, details footer {
|
359 |
+
font-size: 12pt;
|
360 |
+
line-height: 18pt;
|
361 |
+
}
|
362 |
+
|
363 |
+
/* footnote back-links */
|
364 |
+
a.back:link, a.back:visited, a.back:hover, a.back:active {
|
365 |
+
color: var(--link-color-secondary);
|
366 |
+
font-size: 10pt;
|
367 |
+
text-decoration: none;
|
368 |
+
}
|
369 |
+
|
370 |
+
a.back:hover, a.back:active {
|
371 |
+
color: var(--link-color-secondary-active);
|
372 |
+
}
|
373 |
+
|
374 |
+
/* navigation between related posts */
|
375 |
+
a.continue {
|
376 |
+
font-style: italic;
|
377 |
+
}
|
378 |
+
a.continue::after {
|
379 |
+
content: " ☞";
|
380 |
+
}
|
381 |
+
|
382 |
+
sup a {
|
383 |
+
padding-left: 1pt;
|
384 |
+
padding-right: 1pt;
|
385 |
+
font-size: 9pt;
|
386 |
+
}
|
387 |
+
|
388 |
+
nav ul, section.archive ol {
|
389 |
+
list-style: none;
|
390 |
+
padding: 0;
|
391 |
+
}
|
392 |
+
|
393 |
+
/* fin */
|
394 |
+
section.archive h2:last-child {
|
395 |
+
text-transform: lowercase;
|
396 |
+
font-style: italic;
|
397 |
+
}
|
398 |
+
|
399 |
+
.archive li {
|
400 |
+
margin: 14pt 0;
|
401 |
+
padding-left: 90pt;
|
402 |
+
padding-right: 8pt; /* visually balance the perceived indent of <time>s */
|
403 |
+
line-height: 16pt;
|
404 |
+
-webkit-hyphens: none;
|
405 |
+
hyphens: none;
|
406 |
+
}
|
407 |
+
|
408 |
+
.archive time {
|
409 |
+
display: inline-block;
|
410 |
+
width: 67pt;
|
411 |
+
margin-left: -85pt;
|
412 |
+
margin-right: 15pt;
|
413 |
+
text-align: right;
|
414 |
+
}
|
415 |
+
|
416 |
+
.archive a {
|
417 |
+
-webkit-hyphens: none;
|
418 |
+
hyphens: none;
|
419 |
+
}
|
420 |
+
|
421 |
+
nav.links ul {
|
422 |
+
text-align: center;
|
423 |
+
padding: 0;
|
424 |
+
}
|
425 |
+
nav.links li {
|
426 |
+
display: inline-block;
|
427 |
+
padding: 0;
|
428 |
+
margin: 0;
|
429 |
+
}
|
430 |
+
nav.links li + li:before {
|
431 |
+
content: " • ";
|
432 |
+
}
|
433 |
+
|
434 |
+
.cc-notice {
|
435 |
+
display: block;
|
436 |
+
text-align: center;
|
437 |
+
}
|
438 |
+
.cc-notice a {
|
439 |
+
display: inline-block;
|
440 |
+
background-image: url(../assets/cc.svg);
|
441 |
+
background-repeat: no-repeat;
|
442 |
+
background-position: left center;
|
443 |
+
background-size: 1em 1em;
|
444 |
+
padding-left: 1.5em;
|
445 |
+
min-height: 1em;
|
446 |
+
}
|
447 |
+
|
448 |
+
article .figure {
|
449 |
+
max-width: 570px;
|
450 |
+
margin: 1em auto;
|
451 |
+
font-size: 85%;
|
452 |
+
font-style: italic;
|
453 |
+
text-align: center;
|
454 |
+
}
|
455 |
+
|
456 |
+
article .figure > a:first-child {
|
457 |
+
display: block;
|
458 |
+
text-align: center;
|
459 |
+
text-decoration: none;
|
460 |
+
}
|
461 |
+
|
462 |
+
article .figure img {
|
463 |
+
border-style: none;
|
464 |
+
max-width: 570px;
|
465 |
+
}
|
466 |
+
|
467 |
+
p.triforce {
|
468 |
+
padding-left: 20px;
|
469 |
+
background-size: 20px 18px;
|
470 |
+
min-height: 18px;
|
471 |
+
background-image: image-set(url(../assets/triforce-glyph-dark-20.png) 1x, url(../assets/triforce-glyph-dark-40.png) 2x);
|
472 |
+
background-position: left center;
|
473 |
+
background-repeat: no-repeat;
|
474 |
+
}
|
475 |
+
|
476 |
+
p.triforce span {
|
477 |
+
display: none;
|
478 |
+
}
|
479 |
+
|
480 |
+
@media only screen and (max-width: 500px) {
|
481 |
+
header {
|
482 |
+
padding: 0.5em 0;
|
483 |
+
}
|
484 |
+
h1 {
|
485 |
+
font-size: 1.5em;
|
486 |
+
}
|
487 |
+
main {
|
488 |
+
padding-top: 0.5em;
|
489 |
+
padding-bottom: 0.5em;
|
490 |
+
}
|
491 |
+
|
492 |
+
time {
|
493 |
+
font-size: 11pt;
|
494 |
+
letter-spacing: -1.25pt;
|
495 |
+
}
|
496 |
+
|
497 |
+
.archive li {
|
498 |
+
padding-left: 70pt;
|
499 |
+
padding-right: 4pt;
|
500 |
+
}
|
501 |
+
|
502 |
+
.archive time {
|
503 |
+
width: 65pt;
|
504 |
+
margin-left: -70pt;
|
505 |
+
margin-right: 1pt;
|
506 |
+
}
|
507 |
+
|
508 |
+
article .figure {
|
509 |
+
max-width: 95%;
|
510 |
+
}
|
511 |
+
|
512 |
+
article .figure img {
|
513 |
+
max-width: 100%;
|
514 |
+
}
|
515 |
+
}
|
516 |
+
|
517 |
+
.editorial-note {
|
518 |
+
padding: 4pt;
|
519 |
+
border-radius: 4pt;
|
520 |
+
background-color: var(--background-color-subtle);
|
521 |
+
font-style: italic;
|
522 |
+
}
|
523 |
+
|
524 |
+
.editorial-note::before {
|
525 |
+
content: "❖ ";
|
526 |
+
font-style: normal;
|
527 |
+
}
|
528 |
+
|
529 |
+
blockquote cite {
|
530 |
+
display: block;
|
531 |
+
font-style: italic;
|
532 |
+
text-align: right;
|
533 |
+
}
|
534 |
+
|
535 |
+
blockquote cite:before {
|
536 |
+
content: "–";
|
537 |
+
}
|
538 |
+
|
539 |
+
blockquote.warn {
|
540 |
+
margin-left: 0.25em;
|
541 |
+
margin-right: 0.5em;
|
542 |
+
padding: 0.25em 0.25em 0.25em 0.5em;
|
543 |
+
border: 1px solid var(--text-color-warn);
|
544 |
+
border-left-width: 0.25em;
|
545 |
+
border-radius: 0.5em;
|
546 |
+
font: 13pt/19pt var(--font-face-secondary);
|
547 |
+
letter-spacing: -0.05em;
|
548 |
+
background-color: var(--background-color-subtle);
|
549 |
+
}
|
550 |
+
|
551 |
+
.post-modified {
|
552 |
+
font-style: italic;
|
553 |
+
font-size: 13pt;
|
554 |
+
line-height: 18pt;
|
555 |
+
margin-top: 2em;
|
556 |
+
}
|
557 |
+
|
558 |
+
.discuss {
|
559 |
+
margin-top: 2.5em;
|
560 |
+
font-family: var(--font-face-secondary);
|
561 |
+
font-weight: 400;
|
562 |
+
font-size: 12pt;
|
563 |
+
letter-spacing: -1pt;
|
564 |
+
}
|
565 |
+
|
566 |
+
.discuss iframe {
|
567 |
+
display: inline-block;
|
568 |
+
margin-bottom: -5px;
|
569 |
+
margin-left: 0.25em;
|
570 |
+
}
|
571 |
+
|
572 |
+
dt {
|
573 |
+
font-weight: normal;
|
574 |
+
float: left;
|
575 |
+
clear: both;
|
576 |
+
width: 8em;
|
577 |
+
text-align: right;
|
578 |
+
}
|
579 |
+
dd {
|
580 |
+
float: left;
|
581 |
+
margin-left: 1.33em;
|
582 |
+
text-align: left;
|
583 |
+
}
|
584 |
+
dd + dd {
|
585 |
+
clear: left;
|
586 |
+
margin-left: 9.33em;
|
587 |
+
}
|
588 |
+
dd:last-child {
|
589 |
+
margin-bottom: 1em;
|
590 |
+
}
|
591 |
+
dl + * {
|
592 |
+
clear: both;
|
593 |
+
}
|
594 |
+
.color-samples dt, .color-samples dd {
|
595 |
+
line-height: 24pt;
|
596 |
+
padding-top: 2pt;
|
597 |
+
}
|
598 |
+
.color-sample {
|
599 |
+
display: inline-block;
|
600 |
+
width: 37pt;
|
601 |
+
height: 22pt;
|
602 |
+
padding: 0;
|
603 |
+
margin: 0 1em 0 0;
|
604 |
+
}
|
605 |
+
.color-sample.bordered {
|
606 |
+
width: 36pt;
|
607 |
+
height: 20pt;
|
608 |
+
border: 1pt solid #ccc;
|
609 |
+
}
|
610 |
+
.color-value {
|
611 |
+
color: var(--text-color-secondary);
|
612 |
+
}
|
613 |
+
|
614 |
+
@media only screen and (max-width: 400px) {
|
615 |
+
dt {
|
616 |
+
width: auto;
|
617 |
+
text-align: left;
|
618 |
+
float: none;
|
619 |
+
}
|
620 |
+
|
621 |
+
dd, dd + dd {
|
622 |
+
margin-left: 1em;
|
623 |
+
float: none;
|
624 |
+
}
|
625 |
+
}
|
626 |
+
|
627 |
+
#color-sample-text-color-main .color-sample {
|
628 |
+
background-color: var(--text-color-main);
|
629 |
+
}
|
630 |
+
|
631 |
+
#color-sample-link-color-main .color-sample {
|
632 |
+
background-color: var(--link-color-main);
|
633 |
+
}
|
634 |
+
|
635 |
+
#color-sample-link-color-main-active .color-sample {
|
636 |
+
background-color: var(--link-color-main-active);
|
637 |
+
}
|
638 |
+
|
639 |
+
#color-sample-text-color-secondary .color-sample {
|
640 |
+
background-color: var(--text-color-secondary);
|
641 |
+
}
|
642 |
+
|
643 |
+
#color-sample-link-color-secondary-active .color-sample {
|
644 |
+
background-color: var(--link-color-secondary-active);
|
645 |
+
}
|
646 |
+
|
647 |
+
#color-sample-background-color-main .color-sample {
|
648 |
+
background-color: var(--background-color-main);
|
649 |
+
}
|
650 |
+
|
651 |
+
#color-sample-background-color-header .color-sample {
|
652 |
+
background-color: var(--background-color-header);
|
653 |
+
}
|
654 |
+
|
655 |
+
#font-sample-font-face-header {
|
656 |
+
font-family: var(--font-face-header-forced);
|
657 |
+
font-weight: normal;
|
658 |
+
}
|
659 |
+
|
660 |
+
#font-sample-font-face-secondary {
|
661 |
+
font-family: var(--font-face-secondary-forced);
|
662 |
+
font-weight: 300; letter-spacing: -0.075em;
|
663 |
+
}
|
664 |
+
|
665 |
+
#font-sample-font-face-main {
|
666 |
+
font-family: var(--font-face-main-forced);
|
667 |
+
font-weight: normal;
|
668 |
+
}
|
669 |
+
|
670 |
+
#font-sample-font-face-mono {
|
671 |
+
font-family: var(--font-face-mono-forced);
|
672 |
+
font-weight: normal;
|
673 |
+
}
|
674 |
+
|
675 |
+
.instagram-media {
|
676 |
+
width:79.375% ! important;
|
677 |
+
width:calc(80% - 2px) ! important;
|
678 |
+
margin: 1px auto ! important;
|
679 |
+
}
|
680 |
+
</style>
|
681 |
+
<meta charset="utf-8">
|
682 |
+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
683 |
+
<meta content="width=device-width, initial-scale=1.0, user-scalable=yes" name="viewport">
|
684 |
+
<meta content="A problem lately: I start running, and within five minutes or so, I start thinking about a title or description for my online training log. I should be payin..." name="description">
|
685 |
+
<meta content="Meta-Running?" property="og:title">
|
686 |
+
<meta content="article" property="og:type">
|
687 |
+
<meta content="2015-03-16" property="og:article:published_time">
|
688 |
+
<title>
|
689 |
+
Meta-Running?
|
690 |
+
</title>
|
691 |
+
</head>
|
692 |
+
<body class="">
|
693 |
+
<header>
|
694 |
+
<h1>
|
695 |
+
<a>
|
696 |
+
Running|Code
|
697 |
+
</a>
|
698 |
+
</h1>
|
699 |
+
<p class="caption">
|
700 |
+
About software and adventures on foot.
|
701 |
+
</p>
|
702 |
+
</header>
|
703 |
+
<main>
|
704 |
+
<article>
|
705 |
+
<h1 class="with-time">
|
706 |
+
Meta-Running?
|
707 |
+
</h1>
|
708 |
+
<time class="permalink" datetime="2015-03-16T00:00:00+00:00">
|
709 |
+
<a title="Permalink to Meta-Running?">
|
710 |
+
16 Mar 2015
|
711 |
+
</a>
|
712 |
+
</time>
|
713 |
+
<p>
|
714 |
+
A problem lately: I start running, and within five minutes or so, I start thinking about a title or description for my
|
715 |
+
<a>
|
716 |
+
online training log
|
717 |
+
</a>
|
718 |
+
.
|
719 |
+
</p>
|
720 |
+
<p>
|
721 |
+
Take today’s run, for example.
|
722 |
+
<a>
|
723 |
+
Strava entry
|
724 |
+
</a>
|
725 |
+
about this in my head.
|
726 |
+
</p>
|
727 |
+
<p>
|
728 |
+
This is a bit of a problem, for me and I think a lot of other people (there is a steady stream of running-selfies out there, for one measure). Sometimes we are too connected; we quantify our runs until we neglect to feel the ground with each step, and we objectify our performance until we no longer feel our lungs fill with each breath.
|
729 |
+
</p>
|
730 |
+
<p>
|
731 |
+
Short of investing time in learning to meditate or throwing out all training technology (which really is useful), the only two solutions I know of are to run longer and work harder. Working hard or being out a long time, you will eventually get into a zone in which you are present to the reality of the run.
|
732 |
+
</p>
|
733 |
+
<p>
|
734 |
+
Maybe blogging about it will help.
|
735 |
+
</p>
|
736 |
+
<!--
|
737 |
+
-->
|
738 |
+
</article>
|
739 |
+
</main>
|
740 |
+
<footer>
|
741 |
+
<nav class="links">
|
742 |
+
<ul>
|
743 |
+
<li>
|
744 |
+
<a>
|
745 |
+
My Apps
|
746 |
+
</a>
|
747 |
+
</li>
|
748 |
+
<li>
|
749 |
+
<a rel="me">
|
750 |
+
Contact
|
751 |
+
</a>
|
752 |
+
</li>
|
753 |
+
<li>
|
754 |
+
<a>
|
755 |
+
RSS
|
756 |
+
</a>
|
757 |
+
</li>
|
758 |
+
</ul>
|
759 |
+
</nav>
|
760 |
+
<p class="cc-notice">
|
761 |
+
<a>
|
762 |
+
2023
|
763 |
+
</a>
|
764 |
+
</p>
|
765 |
+
</footer>
|
766 |
+
<!-- generated by Jekyll 2023-08-23 02:24:51 +0000 -->
|
767 |
+
</body>
|
768 |
+
</html>
|
10210.png
ADDED
Git LFS Details
|
10297.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10297.png
ADDED
Git LFS Details
|
10303.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10303.png
ADDED
Git LFS Details
|
1034.html
ADDED
@@ -0,0 +1,708 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
/*
|
6 |
+
Place all the styles related to the matching controller here.
|
7 |
+
They will automatically be included in application.css.
|
8 |
+
*/
|
9 |
+
/* line 8, app/assets/stylesheets/authors.css.scss */
|
10 |
+
body#ficlets aside.author-meta {
|
11 |
+
max-width: 100%;
|
12 |
+
display: flex;
|
13 |
+
align-items: flex-start;
|
14 |
+
padding: 10px 0 10px;
|
15 |
+
margin: 10px 0 10px;
|
16 |
+
border-bottom: 1px dotted #b8b8b8;
|
17 |
+
font-size: 15px;
|
18 |
+
}
|
19 |
+
|
20 |
+
/* line 17, app/assets/stylesheets/authors.css.scss */
|
21 |
+
body#ficlets aside.author-meta .icon-container {
|
22 |
+
flex: 0 0 80px;
|
23 |
+
}
|
24 |
+
|
25 |
+
/* line 20, app/assets/stylesheets/authors.css.scss */
|
26 |
+
body#ficlets aside.author-meta .author-mini-bio {
|
27 |
+
flex: 1 1 auto;
|
28 |
+
}
|
29 |
+
|
30 |
+
/* line 22, app/assets/stylesheets/authors.css.scss */
|
31 |
+
body#ficlets aside.author-meta .author-mini-bio p {
|
32 |
+
margin: 0 0 5px;
|
33 |
+
padding: 0;
|
34 |
+
}
|
35 |
+
|
36 |
+
/* line 25, app/assets/stylesheets/authors.css.scss */
|
37 |
+
body#ficlets aside.author-meta .author-mini-bio p:last-child {
|
38 |
+
margin-bottom: 0;
|
39 |
+
}
|
40 |
+
/*
|
41 |
+
Place all the styles related to the matching controller here.
|
42 |
+
They will automatically be included in application.css.
|
43 |
+
*/
|
44 |
+
/*
|
45 |
+
Place all the styles related to the matching controller here.
|
46 |
+
They will automatically be included in application.css.
|
47 |
+
*/
|
48 |
+
/* line 3, app/assets/stylesheets/comments.css.scss */
|
49 |
+
body#ficlets #comments ul {
|
50 |
+
margin: 10px 0;
|
51 |
+
padding: 0;
|
52 |
+
list-style: none;
|
53 |
+
}
|
54 |
+
|
55 |
+
/* line 8, app/assets/stylesheets/comments.css.scss */
|
56 |
+
body#ficlets #comments ul li.hreview {
|
57 |
+
margin: 0 0 15px;
|
58 |
+
}
|
59 |
+
|
60 |
+
/* line 11, app/assets/stylesheets/comments.css.scss */
|
61 |
+
body#ficlets #comments ul li.hreview h3.reviewer {
|
62 |
+
display: flex;
|
63 |
+
margin: 0 0 5px;
|
64 |
+
padding: 0;
|
65 |
+
}
|
66 |
+
|
67 |
+
/* line 16, app/assets/stylesheets/comments.css.scss */
|
68 |
+
body#ficlets #comments ul li.hreview h3.reviewer a.url {
|
69 |
+
flex: 0 0 25px;
|
70 |
+
margin-right: 10px;
|
71 |
+
}
|
72 |
+
|
73 |
+
/* line 19, app/assets/stylesheets/comments.css.scss */
|
74 |
+
body#ficlets #comments ul li.hreview h3.reviewer a.url img {
|
75 |
+
max-width: 25px;
|
76 |
+
max-height: 25px;
|
77 |
+
}
|
78 |
+
|
79 |
+
/* line 24, app/assets/stylesheets/comments.css.scss */
|
80 |
+
body#ficlets #comments ul li.hreview h3.reviewer a.fn {
|
81 |
+
flex: 1 1 auto;
|
82 |
+
}
|
83 |
+
|
84 |
+
/* line 29, app/assets/stylesheets/comments.css.scss */
|
85 |
+
body#ficlets #comments ul li.hreview blockquote {
|
86 |
+
margin: 0;
|
87 |
+
padding: 0;
|
88 |
+
}
|
89 |
+
|
90 |
+
/* line 34, app/assets/stylesheets/comments.css.scss */
|
91 |
+
body#ficlets #comments ul li.hreview:last-child {
|
92 |
+
margin-bottom: 0;
|
93 |
+
}
|
94 |
+
|
95 |
+
/* line 38, app/assets/stylesheets/comments.css.scss */
|
96 |
+
body#ficlets #comments ul li.hreview ul.meta {
|
97 |
+
margin: 5px 0 0;
|
98 |
+
font-size: 11px;
|
99 |
+
}
|
100 |
+
/*
|
101 |
+
Place all the styles related to the matching controller here.
|
102 |
+
They will automatically be included in application.css.
|
103 |
+
*/
|
104 |
+
/*
|
105 |
+
Place all the styles related to the matching controller here.
|
106 |
+
They will automatically be included in application.css.
|
107 |
+
*/
|
108 |
+
/* line 8, app/assets/stylesheets/stories.css.scss */
|
109 |
+
body#ficlets aside.story-meta {
|
110 |
+
float: right;
|
111 |
+
max-width: 200px;
|
112 |
+
padding: 10px;
|
113 |
+
margin: 10px 0 10px 10px;
|
114 |
+
background: #f6f5f0;
|
115 |
+
font-size: 13px;
|
116 |
+
}
|
117 |
+
|
118 |
+
@media (max-width: 400px) {
|
119 |
+
/* line 8, app/assets/stylesheets/stories.css.scss */
|
120 |
+
body#ficlets aside.story-meta {
|
121 |
+
float: none;
|
122 |
+
max-width: 100%;
|
123 |
+
margin-left: 0;
|
124 |
+
}
|
125 |
+
}
|
126 |
+
|
127 |
+
/* line 24, app/assets/stylesheets/stories.css.scss */
|
128 |
+
body#ficlets div.story-body {
|
129 |
+
font-size: 18px;
|
130 |
+
border-bottom: 1px dotted #b8b8b8;
|
131 |
+
}
|
132 |
+
|
133 |
+
/* line 29, app/assets/stylesheets/stories.css.scss */
|
134 |
+
body#ficlets section.prequels-and-sequels {
|
135 |
+
clear: both;
|
136 |
+
display: flex;
|
137 |
+
align-items: flex-start;
|
138 |
+
padding: 0 0 10px;
|
139 |
+
margin-bottom: 10px;
|
140 |
+
border-bottom: 1px dotted #b8b8b8;
|
141 |
+
}
|
142 |
+
|
143 |
+
/* line 36, app/assets/stylesheets/stories.css.scss */
|
144 |
+
body#ficlets section.prequels-and-sequels nav.prequels, body#ficlets section.prequels-and-sequels nav.sequels {
|
145 |
+
flex: 0 0 50%;
|
146 |
+
}
|
147 |
+
/*
|
148 |
+
Place all the styles related to the matching controller here.
|
149 |
+
They will automatically be included in application.css.
|
150 |
+
*/
|
151 |
+
/* line 8, app/assets/stylesheets/tags.css.scss */
|
152 |
+
body#ficlets ul.object-list.tags-list, body#ficlets ol.object-list.tags-list {
|
153 |
+
display: flex;
|
154 |
+
flex-wrap: wrap;
|
155 |
+
column-gap: 10px;
|
156 |
+
}
|
157 |
+
|
158 |
+
/* line 13, app/assets/stylesheets/tags.css.scss */
|
159 |
+
body#ficlets ul.object-list.tags-list li, body#ficlets ol.object-list.tags-list li {
|
160 |
+
flex: 0 1 auto;
|
161 |
+
margin: 5px;
|
162 |
+
padding: 10px;
|
163 |
+
background: #f6f5f0;
|
164 |
+
}
|
165 |
+
|
166 |
+
/* line 19, app/assets/stylesheets/tags.css.scss */
|
167 |
+
body#ficlets ul.object-list.tags-list li span.tag, body#ficlets ol.object-list.tags-list li span.tag {
|
168 |
+
margin: 0 3px 0 0;
|
169 |
+
padding: 0;
|
170 |
+
font-weight: bold;
|
171 |
+
}
|
172 |
+
/* line 1, app/assets/stylesheets/theme.css.scss */
|
173 |
+
body#ficlets {
|
174 |
+
margin: 0;
|
175 |
+
padding: 0;
|
176 |
+
background: #fff;
|
177 |
+
color: #000;
|
178 |
+
font: 16px "Georgia", "Times New Roman", "Times", serif;
|
179 |
+
}
|
180 |
+
|
181 |
+
/* line 8, app/assets/stylesheets/theme.css.scss */
|
182 |
+
body#ficlets a {
|
183 |
+
color: #3ba4e0;
|
184 |
+
text-decoration: none;
|
185 |
+
}
|
186 |
+
|
187 |
+
/* line 11, app/assets/stylesheets/theme.css.scss */
|
188 |
+
body#ficlets a:hover, body#ficlets a:active {
|
189 |
+
color: #f26522;
|
190 |
+
}
|
191 |
+
|
192 |
+
/* line 16, app/assets/stylesheets/theme.css.scss */
|
193 |
+
body#ficlets > header {
|
194 |
+
display: flex;
|
195 |
+
align-items: center;
|
196 |
+
max-width: 1024px;
|
197 |
+
margin: 20px auto 0;
|
198 |
+
padding: 0 20px;
|
199 |
+
}
|
200 |
+
|
201 |
+
/* line 23, app/assets/stylesheets/theme.css.scss */
|
202 |
+
body#ficlets > header h1 {
|
203 |
+
flex: 0 0 339px;
|
204 |
+
margin: 0;
|
205 |
+
padding: 0;
|
206 |
+
}
|
207 |
+
|
208 |
+
/* line 28, app/assets/stylesheets/theme.css.scss */
|
209 |
+
body#ficlets > header h1 a {
|
210 |
+
display: block;
|
211 |
+
color: #f26522;
|
212 |
+
}
|
213 |
+
|
214 |
+
/* line 40, app/assets/stylesheets/theme.css.scss */
|
215 |
+
body#ficlets > header nav {
|
216 |
+
flex: 1 1 auto;
|
217 |
+
}
|
218 |
+
|
219 |
+
/* line 43, app/assets/stylesheets/theme.css.scss */
|
220 |
+
body#ficlets > header nav ul {
|
221 |
+
display: flex;
|
222 |
+
margin: 0 0 0 20px;
|
223 |
+
padding: 0;
|
224 |
+
list-style: none;
|
225 |
+
align-items: center;
|
226 |
+
}
|
227 |
+
|
228 |
+
/* line 50, app/assets/stylesheets/theme.css.scss */
|
229 |
+
body#ficlets > header nav ul li {
|
230 |
+
flex: 1 1 auto;
|
231 |
+
margin: 0;
|
232 |
+
padding: 0;
|
233 |
+
}
|
234 |
+
|
235 |
+
/* line 54, app/assets/stylesheets/theme.css.scss */
|
236 |
+
body#ficlets > header nav ul li a {
|
237 |
+
display: block;
|
238 |
+
padding: 10px;
|
239 |
+
background: #000;
|
240 |
+
color: #fff;
|
241 |
+
text-align: center;
|
242 |
+
text-decoration: none;
|
243 |
+
}
|
244 |
+
|
245 |
+
/* line 61, app/assets/stylesheets/theme.css.scss */
|
246 |
+
body#ficlets > header nav ul li a:hover, body#ficlets > header nav ul li a:active {
|
247 |
+
background: #f26522;
|
248 |
+
color: #fff;
|
249 |
+
}
|
250 |
+
|
251 |
+
/* line 68, app/assets/stylesheets/theme.css.scss */
|
252 |
+
body#ficlets > header nav ul li:first-child a {
|
253 |
+
border-top-left-radius: 2px;
|
254 |
+
border-bottom-left-radius: 2px;
|
255 |
+
}
|
256 |
+
|
257 |
+
/* line 74, app/assets/stylesheets/theme.css.scss */
|
258 |
+
body#ficlets > header nav ul li:last-child a {
|
259 |
+
border-top-right-radius: 2px;
|
260 |
+
border-bottom-right-radius: 2px;
|
261 |
+
}
|
262 |
+
|
263 |
+
@media (max-width: 700px) {
|
264 |
+
/* line 85, app/assets/stylesheets/theme.css.scss */
|
265 |
+
body#ficlets > header h1 {
|
266 |
+
flex: 0 0 60px;
|
267 |
+
}
|
268 |
+
/* line 89, app/assets/stylesheets/theme.css.scss */
|
269 |
+
body#ficlets > header nav ul {
|
270 |
+
margin: 0 0 0 10px;
|
271 |
+
}
|
272 |
+
/* line 93, app/assets/stylesheets/theme.css.scss */
|
273 |
+
body#ficlets > header nav ul li a {
|
274 |
+
padding: 10px 5px;
|
275 |
+
font-size: 11px;
|
276 |
+
}
|
277 |
+
}
|
278 |
+
|
279 |
+
/* line 104, app/assets/stylesheets/theme.css.scss */
|
280 |
+
body#ficlets > main {
|
281 |
+
max-width: 1024px;
|
282 |
+
margin: 50px auto 0;
|
283 |
+
padding: 0 20px;
|
284 |
+
}
|
285 |
+
|
286 |
+
/* line 109, app/assets/stylesheets/theme.css.scss */
|
287 |
+
body#ficlets > main ul.object-list, body#ficlets > main ol.object-list {
|
288 |
+
margin: 0;
|
289 |
+
padding: 0;
|
290 |
+
}
|
291 |
+
|
292 |
+
/* line 113, app/assets/stylesheets/theme.css.scss */
|
293 |
+
body#ficlets > main ul.object-list > li, body#ficlets > main ol.object-list > li {
|
294 |
+
display: flex;
|
295 |
+
margin: 0 0 25px;
|
296 |
+
padding: 0;
|
297 |
+
}
|
298 |
+
|
299 |
+
/* line 118, app/assets/stylesheets/theme.css.scss */
|
300 |
+
body#ficlets > main ul.object-list > li aside.avatar-container, body#ficlets > main ol.object-list > li aside.avatar-container {
|
301 |
+
flex: 0 0 73px;
|
302 |
+
margin-right: 10px;
|
303 |
+
}
|
304 |
+
|
305 |
+
/* line 122, app/assets/stylesheets/theme.css.scss */
|
306 |
+
body#ficlets > main ul.object-list > li aside.avatar-container img.avatar, body#ficlets > main ol.object-list > li aside.avatar-container img.avatar {
|
307 |
+
max-width: 73px;
|
308 |
+
}
|
309 |
+
|
310 |
+
/* line 127, app/assets/stylesheets/theme.css.scss */
|
311 |
+
body#ficlets > main ul.object-list > li .item-meta h3, body#ficlets > main ol.object-list > li .item-meta h3 {
|
312 |
+
margin: 0 0 5px;
|
313 |
+
font-size: 17px;
|
314 |
+
}
|
315 |
+
|
316 |
+
/* line 131, app/assets/stylesheets/theme.css.scss */
|
317 |
+
body#ficlets > main ul.object-list > li .item-meta p, body#ficlets > main ol.object-list > li .item-meta p {
|
318 |
+
margin: 0 0 5px;
|
319 |
+
padding: 0;
|
320 |
+
font-size: 13px;
|
321 |
+
}
|
322 |
+
|
323 |
+
/* line 136, app/assets/stylesheets/theme.css.scss */
|
324 |
+
body#ficlets > main ul.object-list > li .item-meta p:last-child, body#ficlets > main ol.object-list > li .item-meta p:last-child {
|
325 |
+
margin: 0;
|
326 |
+
}
|
327 |
+
|
328 |
+
/* line 144, app/assets/stylesheets/theme.css.scss */
|
329 |
+
body#ficlets > main div.pagination {
|
330 |
+
margin: 50px auto;
|
331 |
+
padding: 0;
|
332 |
+
display: flex;
|
333 |
+
align-items: center;
|
334 |
+
}
|
335 |
+
|
336 |
+
/* line 150, app/assets/stylesheets/theme.css.scss */
|
337 |
+
body#ficlets > main div.pagination span, body#ficlets > main div.pagination a, body#ficlets > main div.pagination em {
|
338 |
+
flex: 1 1 auto;
|
339 |
+
}
|
340 |
+
|
341 |
+
/* line 152, app/assets/stylesheets/theme.css.scss */
|
342 |
+
body#ficlets > main div.pagination span.current, body#ficlets > main div.pagination a.current, body#ficlets > main div.pagination em.current {
|
343 |
+
font-size: 30px;
|
344 |
+
}
|
345 |
+
|
346 |
+
/* line 160, app/assets/stylesheets/theme.css.scss */
|
347 |
+
body#ficlets > footer {
|
348 |
+
display: flex;
|
349 |
+
align-items: flex-start;
|
350 |
+
max-width: 1024px;
|
351 |
+
margin: 50px auto 0;
|
352 |
+
padding: 0 20px;
|
353 |
+
font-size: 13px;
|
354 |
+
}
|
355 |
+
|
356 |
+
/* line 168, app/assets/stylesheets/theme.css.scss */
|
357 |
+
body#ficlets > footer > aside {
|
358 |
+
flex: 0 0 98px;
|
359 |
+
}
|
360 |
+
|
361 |
+
/* line 171, app/assets/stylesheets/theme.css.scss */
|
362 |
+
body#ficlets > footer > section {
|
363 |
+
flex: 1 1 auto;
|
364 |
+
}
|
365 |
+
|
366 |
+
/* line 173, app/assets/stylesheets/theme.css.scss */
|
367 |
+
body#ficlets > footer > section p {
|
368 |
+
margin-top: 0;
|
369 |
+
}
|
370 |
+
|
371 |
+
/* line 176, app/assets/stylesheets/theme.css.scss */
|
372 |
+
body#ficlets > footer > section nav {
|
373 |
+
margin: 5px 0 0;
|
374 |
+
}
|
375 |
+
|
376 |
+
/* line 179, app/assets/stylesheets/theme.css.scss */
|
377 |
+
body#ficlets > footer > section nav ul {
|
378 |
+
display: flex;
|
379 |
+
margin: 0;
|
380 |
+
padding: 0;
|
381 |
+
list-style: none;
|
382 |
+
}
|
383 |
+
|
384 |
+
/* line 185, app/assets/stylesheets/theme.css.scss */
|
385 |
+
body#ficlets > footer > section nav ul li {
|
386 |
+
flex: 1 1 auto;
|
387 |
+
margin: 0;
|
388 |
+
padding: 0;
|
389 |
+
}
|
390 |
+
|
391 |
+
/* line 189, app/assets/stylesheets/theme.css.scss */
|
392 |
+
body#ficlets > footer > section nav ul li a {
|
393 |
+
display: block;
|
394 |
+
padding: 5px;
|
395 |
+
text-align: center;
|
396 |
+
}
|
397 |
+
|
398 |
+
@media (max-width: 400px) {
|
399 |
+
/* line 160, app/assets/stylesheets/theme.css.scss */
|
400 |
+
body#ficlets > footer {
|
401 |
+
max-width: 100%;
|
402 |
+
align-items: flex-start;
|
403 |
+
}
|
404 |
+
/* line 203, app/assets/stylesheets/theme.css.scss */
|
405 |
+
body#ficlets > footer > aside {
|
406 |
+
flex: 0 0 47px;
|
407 |
+
height: 28.5px;
|
408 |
+
margin-right: 5px;
|
409 |
+
background-size: 47px 28.5px;
|
410 |
+
}
|
411 |
+
/* line 211, app/assets/stylesheets/theme.css.scss */
|
412 |
+
body#ficlets > footer > section p {
|
413 |
+
margin: 0 0 5px;
|
414 |
+
}
|
415 |
+
}
|
416 |
+
/*
|
417 |
+
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
418 |
+
* listed below.
|
419 |
+
*
|
420 |
+
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
421 |
+
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
422 |
+
*
|
423 |
+
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
424 |
+
* compiled file so the styles you add here take precedence over styles defined in any styles
|
425 |
+
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
426 |
+
* file per style scope.
|
427 |
+
*
|
428 |
+
|
429 |
+
|
430 |
+
*/
|
431 |
+
</style>
|
432 |
+
<title>
|
433 |
+
JLaughter - Ficlets Archive
|
434 |
+
</title>
|
435 |
+
<meta content="ie=edge" http-equiv="x-ua-compatible">
|
436 |
+
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport">
|
437 |
+
<meta content="yes" name="apple-mobile-web-app-capable">
|
438 |
+
<meta content="global" name="distribution">
|
439 |
+
<meta content="general" name="rating">
|
440 |
+
<meta content="ALL" name="robots">
|
441 |
+
<meta content="authenticity_token" name="csrf-param">
|
442 |
+
<meta content="g9O8KZ6ccTa++zrHBofTRlWC/ByupF9ilh9uW8nhDIvuJqL3g2ksB0IN4ydiMlcKE1oOjDLwOnQ1D5EcrMQv/w==" name="csrf-token">
|
443 |
+
</head>
|
444 |
+
<body id="ficlets">
|
445 |
+
<header>
|
446 |
+
<h1>
|
447 |
+
<a>
|
448 |
+
Ficlets
|
449 |
+
</a>
|
450 |
+
</h1>
|
451 |
+
<nav>
|
452 |
+
<ul>
|
453 |
+
<li>
|
454 |
+
<a>
|
455 |
+
Authors
|
456 |
+
</a>
|
457 |
+
</li>
|
458 |
+
<li>
|
459 |
+
<a>
|
460 |
+
Stories
|
461 |
+
</a>
|
462 |
+
</li>
|
463 |
+
<li>
|
464 |
+
<a>
|
465 |
+
Tags
|
466 |
+
</a>
|
467 |
+
</li>
|
468 |
+
</ul>
|
469 |
+
</nav>
|
470 |
+
</header>
|
471 |
+
<main>
|
472 |
+
<h1>
|
473 |
+
JLaughter
|
474 |
+
</h1>
|
475 |
+
<div class="author-meta">
|
476 |
+
<div class="bio">
|
477 |
+
<p>
|
478 |
+
I’ve always been an avid (dare I say:
|
479 |
+
<span class="caps">
|
480 |
+
OBSESSED
|
481 |
+
</span>
|
482 |
+
) reader, and started writing fiction somewhere around 5th or 6th grade. I read approximately 3 or 4 books a month, so new material is always a must!
|
483 |
+
</p>
|
484 |
+
<p>
|
485 |
+
I’ve written for a long time now, although the novel I started in high school has never gotten past the first draft stage. Over the last four years, I’ve fallen out of the habit of writing and I’m looking to ramp that up again.
|
486 |
+
</p>
|
487 |
+
<p>
|
488 |
+
I’m going to insert a shameless plug for my father. Jim Laughter and Victor J. Bretthauer recently published
|
489 |
+
<strong>
|
490 |
+
Escape to Destiny
|
491 |
+
</strong>
|
492 |
+
, and his book (and oncoming series) is available on
|
493 |
+
<strong>
|
494 |
+
tatepublishing.com
|
495 |
+
</strong>
|
496 |
+
!
|
497 |
+
</p>
|
498 |
+
<p>
|
499 |
+
Music You Should Try:
|
500 |
+
<br>
|
501 |
+
<strong>
|
502 |
+
The Dears
|
503 |
+
</strong>
|
504 |
+
,
|
505 |
+
<em>
|
506 |
+
No Cities Left
|
507 |
+
</em>
|
508 |
+
<br>
|
509 |
+
<strong>
|
510 |
+
Sia
|
511 |
+
</strong>
|
512 |
+
, lots of albums…great voice.
|
513 |
+
</p>
|
514 |
+
<p>
|
515 |
+
<em>
|
516 |
+
Ficlet Series’ in Progress
|
517 |
+
</em>
|
518 |
+
:
|
519 |
+
</p>
|
520 |
+
<p>
|
521 |
+
<strong>
|
522 |
+
Bagman
|
523 |
+
</strong>
|
524 |
+
: a Cyberpunk series in the first-person narrative from different points of views. This series is rated
|
525 |
+
<strong>
|
526 |
+
<em>
|
527 |
+
Mature
|
528 |
+
</em>
|
529 |
+
</strong>
|
530 |
+
for drug-use, language, violence and strong sexual references.
|
531 |
+
<strong>
|
532 |
+
30471
|
533 |
+
</strong>
|
534 |
+
(in progress)
|
535 |
+
</p>
|
536 |
+
<p>
|
537 |
+
<strong>
|
538 |
+
The Gerideon Chronicles
|
539 |
+
</strong>
|
540 |
+
: An experiment in writing in a classical style reminiscent of Sir Thomas Malory’s
|
541 |
+
<em>
|
542 |
+
Le Morte D’Arthur.
|
543 |
+
</em>
|
544 |
+
<strong>
|
545 |
+
30988
|
546 |
+
</strong>
|
547 |
+
(in progress)
|
548 |
+
</p>
|
549 |
+
<p>
|
550 |
+
<em>
|
551 |
+
Completed Ficlets
|
552 |
+
</em>
|
553 |
+
</p>
|
554 |
+
<p>
|
555 |
+
<strong>
|
556 |
+
The Fog
|
557 |
+
</strong>
|
558 |
+
: My response to Ana Cristina’s
|
559 |
+
<em>
|
560 |
+
Out of Order Challenge
|
561 |
+
</em>
|
562 |
+
.
|
563 |
+
<strong>
|
564 |
+
33175
|
565 |
+
</strong>
|
566 |
+
</p>
|
567 |
+
<p>
|
568 |
+
Also check out my bro’s ficlets!
|
569 |
+
<strong>
|
570 |
+
Browncoatben
|
571 |
+
</strong>
|
572 |
+
! He’s not as good as me, but he wishes he was.
|
573 |
+
</p>
|
574 |
+
</div>
|
575 |
+
</div>
|
576 |
+
<section id="stories">
|
577 |
+
<h2>
|
578 |
+
Stories (79)
|
579 |
+
</h2>
|
580 |
+
<ul class="object-list stories-list">
|
581 |
+
<li class="story-list-item">
|
582 |
+
<div class="item-meta">
|
583 |
+
<h3>
|
584 |
+
<a>
|
585 |
+
Bagman: A Clear Blue Spike
|
586 |
+
</a>
|
587 |
+
</h3>
|
588 |
+
<p>
|
589 |
+
<strong>
|
590 |
+
Author:
|
591 |
+
</strong>
|
592 |
+
<a>
|
593 |
+
JLaughter
|
594 |
+
</a>
|
595 |
+
</p>
|
596 |
+
<p>
|
597 |
+
Published
|
598 |
+
<abbr title="2008-05-14 01:46:07 UTC">
|
599 |
+
May 14th, 2008
|
600 |
+
</abbr>
|
601 |
+
</p>
|
602 |
+
</div>
|
603 |
+
</li>
|
604 |
+
<li class="story-list-item">
|
605 |
+
<div class="item-meta">
|
606 |
+
<h3>
|
607 |
+
<a>
|
608 |
+
Bagman: Fashionably Late
|
609 |
+
</a>
|
610 |
+
</h3>
|
611 |
+
<p>
|
612 |
+
<strong>
|
613 |
+
Author:
|
614 |
+
</strong>
|
615 |
+
<a>
|
616 |
+
JLaughter
|
617 |
+
</a>
|
618 |
+
</p>
|
619 |
+
<p>
|
620 |
+
Published
|
621 |
+
<abbr title="2008-05-17 00:16:51 UTC">
|
622 |
+
May 17th, 2008
|
623 |
+
</abbr>
|
624 |
+
</p>
|
625 |
+
</div>
|
626 |
+
</li>
|
627 |
+
<li class="story-list-item">
|
628 |
+
<div class="item-meta">
|
629 |
+
<h3>
|
630 |
+
<a>
|
631 |
+
Bagman: First Rule: Never Ask
|
632 |
+
</a>
|
633 |
+
</h3>
|
634 |
+
<p>
|
635 |
+
<strong>
|
636 |
+
Author:
|
637 |
+
</strong>
|
638 |
+
<a>
|
639 |
+
JLaughter
|
640 |
+
</a>
|
641 |
+
</p>
|
642 |
+
<p>
|
643 |
+
Published
|
644 |
+
<abbr title="2008-05-17 02:29:05 UTC">
|
645 |
+
May 17th, 2008
|
646 |
+
</abbr>
|
647 |
+
</p>
|
648 |
+
</div>
|
649 |
+
</li>
|
650 |
+
<li class="story-list-item">
|
651 |
+
<div class="item-meta">
|
652 |
+
<h3>
|
653 |
+
<a>
|
654 |
+
Bagman: Shots Fired
|
655 |
+
</a>
|
656 |
+
</h3>
|
657 |
+
<p>
|
658 |
+
<strong>
|
659 |
+
Author:
|
660 |
+
</strong>
|
661 |
+
<a>
|
662 |
+
JLaughter
|
663 |
+
</a>
|
664 |
+
</p>
|
665 |
+
<p>
|
666 |
+
Published
|
667 |
+
<abbr title="2008-05-17 12:37:40 UTC">
|
668 |
+
May 17th, 2008
|
669 |
+
</abbr>
|
670 |
+
</p>
|
671 |
+
</div>
|
672 |
+
</li>
|
673 |
+
</ul>
|
674 |
+
</section>
|
675 |
+
</main>
|
676 |
+
<footer>
|
677 |
+
<aside>
|
678 |
+
<a>
|
679 |
+
Ficlets
|
680 |
+
</a>
|
681 |
+
</aside>
|
682 |
+
<section>
|
683 |
+
<p>
|
684 |
+
All stories are licensed under a Creative Commons Attribution-Share Alike 3.0 License.
|
685 |
+
</p>
|
686 |
+
<nav>
|
687 |
+
<ul>
|
688 |
+
<li>
|
689 |
+
<a>
|
690 |
+
Authors
|
691 |
+
</a>
|
692 |
+
</li>
|
693 |
+
<li>
|
694 |
+
<a>
|
695 |
+
Stories
|
696 |
+
</a>
|
697 |
+
</li>
|
698 |
+
<li>
|
699 |
+
<a>
|
700 |
+
Tags
|
701 |
+
</a>
|
702 |
+
</li>
|
703 |
+
</ul>
|
704 |
+
</nav>
|
705 |
+
</section>
|
706 |
+
</footer>
|
707 |
+
</body>
|
708 |
+
</html>
|
1034.png
ADDED
Git LFS Details
|
1037.html
ADDED
@@ -0,0 +1,264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html class="no-js" lang="en">
|
3 |
+
<!--<![endif]-->
|
4 |
+
<head>
|
5 |
+
<style>
|
6 |
+
@charset "UTF-8";article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;font-size:13px;line-height:1.231}body,button,input,select,textarea{font-family:sans-serif;color:#222020}::-moz-selection{background:#fe57a1;color:#fff;text-shadow:none}::selection{background:#fe57a1;color:#fff;text-shadow:none}a{color:#00e}a:visited{color:#551a8b}a:hover{color:#06e}a:focus{outline:thin dotted}a:hover,a:active{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}ul{margin:1em 0;padding:0 0 0 50px}ol{margin:1em 0;padding:0 0 0 60px}dd{margin:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;*margin-left:-7px;padding:0}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}table button,table input{*overflow:auto}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=checkbox],input[type=radio]{box-sizing:border-box}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top;resize:vertical}input:invalid,textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}body{font-family:minion pro,palatino,hoefler text,times new roman,serif}header,footer,p,h2,h3,th,td,li,dd,dt,blockquote{font-size:1.4em}li li{font-size:1em}li p{font-size:1em}pre{font-size:1rem;font-family:monaco,monospace,sans-serif;line-height:1.4em}code{font-family:monaco,monospace,sans-serif}dt{font-weight:700}ul,ol{list-style-position:outside;margin:0 0 0 3em;padding:0}a,a:active,a.link,a:visited,a:hover{text-decoration:none;color:#8c0808}p,li,dd,dt,blockquote{max-width:35em;line-height:1.5em}dl dd p{font-size:1em}li{margin:5px 0}dt{margin-top:10px}sup{padding:0 0 0 4px;font-weight:700}#container{margin:0 auto 100px;position:relative;width:90%;max-width:820px;overflow:hidden;padding:0 2em}header{overflow:hidden;font-size:1em}header a:hover{text-decoration:underline}#logo{color:#222}#logo h1,#logo h2,#logo h3,#logo h4,#logo h5{font-family:monaco,monospace,sans-serif;font-weight:400;margin:0;padding:0}#logo h1{font-size:4em;margin-top:.2em}#logo h2{font-size:1.8em}#logo h3{margin:.3em 0 1em}#logo h3#mobile_nav{display:none}#logo h4{font-size:2em;text-align:right}#logo h4 a{color:#222}#logo h5{text-align:right;font-size:1.1em}#logo h5 a{color:#222}#article_nav{color:#222;margin:5px 0 30px;padding-right:10px}#article_nav h5{font-family:monaco,monospace,sans-serif;font-weight:400;font-size:1.1em;margin:0;padding:0;text-align:right}#article_nav h5 a{color:#222}footer{margin:100px 0 40px;color:#aaa;font-size:1.1em;line-height:1.5em}footer a:active,footer a:link,footer a:visited,footer a:hover{color:#aaa}footer a:hover{text-decoration:underline}.mobile_only{display:none}.home #logo{text-align:center}.home h2{font-family:signika negative,serif;font-size:2em;font-weight:400;color:#222;margin:0 0 10px;padding:0;clear:left}.home li{margin:8px 0}.home #bio{font-size:1.4em;margin-bottom:10px}.home #bio p{width:auto;margin:5px 0;font-size:1em}.home a.read-more{display:block;text-align:right;padding:5px 0;font-size:10pt}#about-photo{float:right;margin:0 0 10px 10px;border:2px solid #ccc;padding:2px}.articles{padding:0;font-size:1.4em;margin-bottom:20px}.articles h1#title{font-family:signika negative,serif;font-size:3em;font-weight:400;color:#222;margin:0;padding:0}.articles p{font-size:1em}.articles p code{font-size:.85em}.articles .article_summary{border-bottom:1px dotted #ddd;overflow:hidden;padding:.5em 0}.articles .article_summary p{font-size:1em}.articles .article_summary p code{font-size:.85em}.articles .article_summary .meta{float:right;width:30%;text-align:right;color:#666;font-size:.85em}.articles .article_summary .meta a{color:#974747}.articles .article_summary .main a{display:block}.articles .article_summary .main p{font-size:1em;margin:.1em 0 0}.article{}.article h1#article_title{font-family:signika negative,serif;color:#8c0808;font-weight:400;font-size:3.7em;margin:.3em 0 .2em;text-align:left;line-height:1.1}.article h1#title{font-family:signika negative,serif;font-size:4em;font-weight:400;color:#222;margin:0;padding:0}.article p{margin:10px 0}.article p code{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;background-color:#eee;padding:2px 3px;font-size:.85em}.article li code{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;background-color:#eee;padding:2px 3px;font-size:1rem}.article li{}.article li div.highlight code{background-color:#272822;padding:0}.article img.title-image{margin:20px 0 0;width:100%}.article h1{font-family:signika negative,serif;color:#8c0808;font-weight:400;font-size:2em;margin-top:1em}.article h1 code{font-size:.85em}.article h2{font-family:signika negative,serif;color:#8c0808;font-weight:400;font-size:1.8em;margin:20px 0 10px}.article h2 code{font-size:.85em}.article h3{font-family:signika negative,serif;color:#8c0808;font-weight:400;font-size:1.6em;margin:10px 0}.article h3 code{font-size:.85em}.article h4{font-family:signika negative,serif;color:#8c0808;font-weight:400;font-size:1.4em;margin:10px 0}.article h4 code{font-size:.85em}.article .byline{font-family:signika negative,serif;color:#8c0808;font-weight:400;color:#974747;font-size:1.4em;text-align:left;margin:0 0 30px}.article blockquote{background-color:#eee;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;padding:.8em 1em;font-style:italic;margin:1em 0 0}.article blockquote p{font-size:1em;margin:0;padding:.4em 0}.article div.slidedeck{width:90%;max-width:45em}.article div.warning{background-color:#eee;border:1px solid #ddd;color:#555;padding:1em;margin-top:20px;font-size:1.4em;line-height:1.5em;width:38em}.article div.warning p{margin:0}.article img.align-right{float:right;padding:2px;margin:0 0 2em 1em;background-color:#fff;border:1px solid #aaa}.article img.noborder{border:none}.article img.screenshot{background-color:#fff;border:1px dashed #aaa;padding:8px 12px}.article img.photo{width:100%;padding:0;margin:0 0 1em;border:2px solid #aaa}.article figure img{width:70%}.article figure figcaption h4{text-align:left;color:#aaa;font-family:minion pro,palatino,hoefler text,times new roman,serif;font-style:italic}.article .highlight{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;width:95%;max-width:790px;padding:10px 10px 10px 20px}.article .highlight pre{margin:0}.article .keys{border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;background-color:#ddd;color:#000;padding:3px 7px;font-family:monaco,monospace,sans-serif;border:1px solid #ccc;font-size:.9em}.article nav#TableOfContents ul{list-style:none;padding-left:0}.article nav#TableOfContents ul ul{list-style:disc inside;padding-left:20px}.article nav#TableOfContents ul ul ul{list-style:circle inside}.article nav#TableOfContents ul ul ul li{font-size:.9em}.article nav#TableOfContents ul ul ul li code{font-size:.9em}.article div.footnotes{margin:80px 0 40px;font-size:.8em}.article div.footnotes ol{margin:40px 0 0 15px}.article div.footnotes ol li{max-width:none}.article div.footnotes ol li p{max-width:none;margin:0 0 4px}.article div.footnotes ul{margin:0 0 0 14px}.article div.footnotes div.highlight{margin:0 0 6px}.article div.footnotes code{font-size:.8em}.article #article_meta{font-size:.8em;margin-top:80px}.article #article_meta span.hr{color:#aaa}.article #article_meta p{max-width:none}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}@media screen and (min-width:10px) and (max-width:480px){#container{padding:0 10px;margin-bottom:20px}.desktop_only{display:none}.mobile_only{display:block}.home #logo{margin-bottom:20px}.home h2{font-size:1.4em}.home #about-photo{display:none}#logo h1{font-size:2.6em}#logo h3#screen_nav{display:none}#logo h3#mobile_nav{margin-top:0;display:block}#logo h4{text-align:center}#logo h5{text-align:center;padding-bottom:15px}.articles h1#title{font-size:2em}.articles .article_summary .meta{width:100%;text-align:left;padding-bottom:5px}.articles .article_summary .meta .tags{display:none}#article_nav{padding:0}#article_nav h5{text-align:center}.article{}.article h1#article_title{font-size:2.5em;padding-left:0}.article h1#title{font-size:2.8em;padding-left:0}.article nav#TableOfContents ul{padding:0;margin:0}.article nav#TableOfContents ul ul{padding:0;margin:0}.article nav#TableOfContents ul ul ul{padding-left:20px}.article .article_date{font-size:.8em}.article #nav{float:none}.article .caption{margin:0}.article ul{padding-left:0;margin-left:15px}.article #article_content p,.article #article_content dl,.article #article_content table{margin-left:0;padding-left:0}.article img.align-right{display:none}.article .highlight{width:auto}}@media only screen and (min-width:480px){}@media only screen and (min-width:768px){}@media print{*{background:0 0!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href)")"}abbr[title]:after{content:" (" attr(title)")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.highlight .hll{background-color:#49483e}.highlight{background:#272822;color:#f8f8f2}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .cm{color:#75715e}.highlight .cp{color:#75715e}.highlight .c1{color:#75715e}.highlight .cs{color:#75715e}.highlight .ge{font-style:italic}.highlight .gs{font-weight:700}.highlight .kc{color:#66d9ef}.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp{color:#66d9ef}.highlight .kr{color:#66d9ef}.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne{color:#a6e22e}.highlight .nf{color:#a6e22e}.highlight .nl{color:#f8f8f2}.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mf{color:#ae81ff}.highlight .mh{color:#ae81ff}.highlight .mi{color:#ae81ff}.highlight .mo{color:#ae81ff}.highlight .sb{color:#e6db74}.highlight .sc{color:#e6db74}.highlight .sd{color:#e6db74}.highlight .s2{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .sh{color:#e6db74}.highlight .si{color:#e6db74}.highlight .sx{color:#e6db74}.highlight .sr{color:#e6db74}.highlight .s1{color:#e6db74}.highlight .ss{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .vc{color:#f8f8f2}.highlight .vg{color:#f8f8f2}.highlight .vi{color:#f8f8f2}.highlight .il{color:#ae81ff}
|
7 |
+
|
8 |
+
|
9 |
+
@font-face {
|
10 |
+
font-family: 'Signika Negative';
|
11 |
+
font-style: normal;
|
12 |
+
font-weight: 600;
|
13 |
+
src: url(https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TI3rvdw.ttf) format('truetype');
|
14 |
+
}
|
15 |
+
</style>
|
16 |
+
<meta charset="utf-8">
|
17 |
+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
18 |
+
<meta content="width=device-width,initial-scale=1" name="viewport">
|
19 |
+
<title>
|
20 |
+
Reorganising a Consul key-value store — David Winterbottom
|
21 |
+
</title>
|
22 |
+
<meta content="David Winterbottom" name="author">
|
23 |
+
<meta content="This is really just a reference on how to combine JQ's select filters." name="description">
|
24 |
+
<meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
|
25 |
+
</head>
|
26 |
+
<body>
|
27 |
+
<article class="hentry" id="container">
|
28 |
+
<header>
|
29 |
+
<div id="article_nav">
|
30 |
+
<h5>
|
31 |
+
<a>
|
32 |
+
home
|
33 |
+
</a>
|
34 |
+
|
|
35 |
+
<a>
|
36 |
+
writing
|
37 |
+
</a>
|
38 |
+
|
|
39 |
+
<a>
|
40 |
+
TIL
|
41 |
+
</a>
|
42 |
+
|
|
43 |
+
<span class="desktop_only">
|
44 |
+
<a>
|
45 |
+
now
|
46 |
+
</a>
|
47 |
+
|
|
48 |
+
</span>
|
49 |
+
<a>
|
50 |
+
about
|
51 |
+
</a>
|
52 |
+
</h5>
|
53 |
+
</div>
|
54 |
+
</header>
|
55 |
+
<div id="main" role="main">
|
56 |
+
<div class="article" id="content">
|
57 |
+
<h1 class="entry-title" id="article_title">
|
58 |
+
Reorganising a Consul key-value store
|
59 |
+
</h1>
|
60 |
+
<div class="byline desktop_only">
|
61 |
+
by
|
62 |
+
<a class="author vcard">
|
63 |
+
David Winterbottom
|
64 |
+
</a>
|
65 |
+
on
|
66 |
+
<time class="published" datetime>
|
67 |
+
Monday, 27 March 2017
|
68 |
+
</time>
|
69 |
+
</div>
|
70 |
+
<div class="byline mobile_only">
|
71 |
+
by
|
72 |
+
<a class="author vcard">
|
73 |
+
David Winterbottom
|
74 |
+
</a>
|
75 |
+
<br>
|
76 |
+
<span class="article_date">
|
77 |
+
on
|
78 |
+
<time class="published" datetime>
|
79 |
+
Monday, 27 March 2017
|
80 |
+
</time>
|
81 |
+
</span>
|
82 |
+
</div>
|
83 |
+
<div class="entry-content" id="article_content">
|
84 |
+
<p>
|
85 |
+
If your Consul key-value store is structured as:
|
86 |
+
</p>
|
87 |
+
<div class="highlight">
|
88 |
+
<pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;" tabindex="0"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>/
|
89 |
+
</span></span><span style="display:flex;"><span> A/
|
90 |
+
</span></span><span style="display:flex;"><span> X <span style="color:#f92672">=</span> <span style="color:#ae81ff">1</span>
|
91 |
+
</span></span><span style="display:flex;"><span> Z <span style="color:#f92672">=</span> <span style="color:#ae81ff">2</span>
|
92 |
+
</span></span><span style="display:flex;"><span> Y <span style="color:#f92672">=</span> <span style="color:#ae81ff">3</span>
|
93 |
+
</span></span><span style="display:flex;"><span> C
|
94 |
+
</span></span><span style="display:flex;"><span> D
|
95 |
+
</span></span></code></pre>
|
96 |
+
</div>
|
97 |
+
<p>
|
98 |
+
but you now realise you should have namespaced everything within
|
99 |
+
<code>
|
100 |
+
WEBSERVER/
|
101 |
+
</code>
|
102 |
+
(or something like that):
|
103 |
+
</p>
|
104 |
+
<div class="highlight">
|
105 |
+
<pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;" tabindex="0"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>/
|
106 |
+
</span></span><span style="display:flex;"><span> WEBSERVER/
|
107 |
+
</span></span><span style="display:flex;"><span> A/
|
108 |
+
</span></span><span style="display:flex;"><span> X <span style="color:#f92672">=</span> <span style="color:#ae81ff">1</span>
|
109 |
+
</span></span><span style="display:flex;"><span> Z <span style="color:#f92672">=</span> <span style="color:#ae81ff">2</span>
|
110 |
+
</span></span><span style="display:flex;"><span> Y <span style="color:#f92672">=</span> <span style="color:#ae81ff">3</span>
|
111 |
+
</span></span><span style="display:flex;"><span> C
|
112 |
+
</span></span><span style="display:flex;"><span> D
|
113 |
+
</span></span></code></pre>
|
114 |
+
</div>
|
115 |
+
<p>
|
116 |
+
then this Bash script will help you migrate:
|
117 |
+
</p>
|
118 |
+
<div class="highlight">
|
119 |
+
<pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;" tabindex="0"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e">#!/bin/bash
|
120 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#75715e"></span>
|
121 |
+
</span></span><span style="display:flex;"><span>set -e <span style="color:#75715e"># Exit on error</span>
|
122 |
+
</span></span><span style="display:flex;"><span>
|
123 |
+
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Emit "key value" lines for all keys in Consul's KV store</span>
|
124 |
+
</span></span><span style="display:flex;"><span>keys_and_values<span style="color:#f92672">()</span> <span style="color:#f92672">{</span>
|
125 |
+
</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Recursively fetch all values from Consul but exclude:</span>
|
126 |
+
</span></span><span style="display:flex;"><span> <span style="color:#75715e"># (a) those that end in / (as these are folders)</span>
|
127 |
+
</span></span><span style="display:flex;"><span> <span style="color:#75715e"># (b) those that start with WEBSERVER/ (as that's where we are migrating</span>
|
128 |
+
</span></span><span style="display:flex;"><span> <span style="color:#75715e"># to).</span>
|
129 |
+
</span></span><span style="display:flex;"><span> curl -s <span style="color:#e6db74">"localhost/v1/kv/?recurse"</span> | jq -r <span style="color:#e6db74">'
|
130 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> .[] |
|
131 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> select(
|
132 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> (.Key | endswith("/") | not) and
|
133 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> (.Key | startswith("WEBSERVER") | not)
|
134 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> ) |
|
135 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> [.Key, " ", .Value] |
|
136 |
+
</span></span></span><span style="display:flex;"><span><span style="color:#e6db74"> add'</span> | <span style="color:#66d9ef">while</span> read key b64value
|
137 |
+
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">do</span>
|
138 |
+
</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Consul's REST API returns values base64-encoded so we decode here.</span>
|
139 |
+
</span></span><span style="display:flex;"><span> echo $key <span style="color:#e6db74">`</span>echo <span style="color:#e6db74">"</span>$b64value<span style="color:#e6db74">"</span> | base64 -d<span style="color:#e6db74">`</span>
|
140 |
+
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">done</span>
|
141 |
+
</span></span><span style="display:flex;"><span><span style="color:#f92672">}</span>
|
142 |
+
</span></span><span style="display:flex;"><span>
|
143 |
+
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Set a new value in Consul's KV store</span>
|
144 |
+
</span></span><span style="display:flex;"><span>set_key<span style="color:#f92672">()</span> <span style="color:#f92672">{</span>
|
145 |
+
</span></span><span style="display:flex;"><span> key<span style="color:#f92672">=</span>$1
|
146 |
+
</span></span><span style="display:flex;"><span> value<span style="color:#f92672">=</span>$2
|
147 |
+
</span></span><span style="display:flex;"><span> curl -s -X PUT -d <span style="color:#e6db74">"</span>$value<span style="color:#e6db74">"</span> <span style="color:#e6db74">"localhost/v1/kv/</span>$key<span style="color:#e6db74">"</span> > /dev/null
|
148 |
+
</span></span><span style="display:flex;"><span><span style="color:#f92672">}</span>
|
149 |
+
</span></span><span style="display:flex;"><span>
|
150 |
+
</span></span><span style="display:flex;"><span>migrate_to_webserver_namespace<span style="color:#f92672">()</span> <span style="color:#f92672">{</span>
|
151 |
+
</span></span><span style="display:flex;"><span> keys_and_values | <span style="color:#66d9ef">while</span> read key value
|
152 |
+
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">do</span>
|
153 |
+
</span></span><span style="display:flex;"><span> set_key <span style="color:#e6db74">"WEBSERVER/</span>$key<span style="color:#e6db74">"</span> <span style="color:#e6db74">"</span>$value<span style="color:#e6db74">"</span>
|
154 |
+
</span></span><span style="display:flex;"><span> <span style="color:#66d9ef">done</span>
|
155 |
+
</span></span><span style="display:flex;"><span><span style="color:#f92672">}</span>
|
156 |
+
</span></span><span style="display:flex;"><span>
|
157 |
+
</span></span><span style="display:flex;"><span>migrate_to_webserver_namespace
|
158 |
+
</span></span></code></pre>
|
159 |
+
</div>
|
160 |
+
<p>
|
161 |
+
This script uses
|
162 |
+
<a>
|
163 |
+
Consul’s REST API
|
164 |
+
</a>
|
165 |
+
and filters
|
166 |
+
the results using
|
167 |
+
<a>
|
168 |
+
<code>
|
169 |
+
jq
|
170 |
+
</code>
|
171 |
+
</a>
|
172 |
+
<sup id="fnref:1">
|
173 |
+
<a class="footnote-ref" role="doc-noteref">
|
174 |
+
1
|
175 |
+
</a>
|
176 |
+
</sup>
|
177 |
+
. It’s easily
|
178 |
+
adapted to migrate key-value pairs between different namespaces.
|
179 |
+
</p>
|
180 |
+
<div class="footnotes" role="doc-endnotes">
|
181 |
+
<hr>
|
182 |
+
<ol>
|
183 |
+
<li id="fn:1">
|
184 |
+
<p>
|
185 |
+
I can never remember jq’s
|
186 |
+
<code>
|
187 |
+
select
|
188 |
+
</code>
|
189 |
+
syntax so this post is intended largely
|
190 |
+
as a personal reference on how to do this.
|
191 |
+
<a class="footnote-backref" role="doc-backlink">
|
192 |
+
↩︎
|
193 |
+
</a>
|
194 |
+
</p>
|
195 |
+
</li>
|
196 |
+
</ol>
|
197 |
+
</div>
|
198 |
+
</div>
|
199 |
+
<div id="article_meta">
|
200 |
+
<span class="hr">
|
201 |
+
——————
|
202 |
+
</span>
|
203 |
+
<p>
|
204 |
+
Something wrong?
|
205 |
+
<a>
|
206 |
+
Suggest an improvement
|
207 |
+
</a>
|
208 |
+
or
|
209 |
+
<a>
|
210 |
+
add a comment
|
211 |
+
</a>
|
212 |
+
(see
|
213 |
+
<a>
|
214 |
+
article history
|
215 |
+
</a>
|
216 |
+
)
|
217 |
+
<br>
|
218 |
+
Tagged with:
|
219 |
+
<a>
|
220 |
+
consul
|
221 |
+
</a>
|
222 |
+
,
|
223 |
+
<a>
|
224 |
+
bash
|
225 |
+
</a>
|
226 |
+
,
|
227 |
+
<a>
|
228 |
+
jq
|
229 |
+
</a>
|
230 |
+
<br>
|
231 |
+
Filed in:
|
232 |
+
<a>
|
233 |
+
tips
|
234 |
+
</a>
|
235 |
+
</p>
|
236 |
+
<p>
|
237 |
+
Previous:
|
238 |
+
<a>
|
239 |
+
Lies you're told on a software project
|
240 |
+
</a>
|
241 |
+
<br>
|
242 |
+
Next:
|
243 |
+
<a>
|
244 |
+
Podcast.__init__ on Oscar
|
245 |
+
</a>
|
246 |
+
</p>
|
247 |
+
<p>
|
248 |
+
Copyright © 2005-2023
|
249 |
+
<a>
|
250 |
+
David Winterbottom
|
251 |
+
</a>
|
252 |
+
<br>
|
253 |
+
Content licensed under
|
254 |
+
<a>
|
255 |
+
CC BY-NC-SA 4.0
|
256 |
+
</a>
|
257 |
+
.
|
258 |
+
</p>
|
259 |
+
</div>
|
260 |
+
</div>
|
261 |
+
</div>
|
262 |
+
</article>
|
263 |
+
</body>
|
264 |
+
</html>
|
1037.png
ADDED
Git LFS Details
|
104.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
104.png
ADDED
Git LFS Details
|
10406.html
ADDED
@@ -0,0 +1,3379 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html class="wf-ftnk-n7-active wf-vcsm-n4-active wf-ftnk-n4-active wf-ftnk-n5-active wf-vcsm-n7-active wf-active" lang="en-US">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
.disable-download img {
|
6 |
+
pointer-events: none; }
|
7 |
+
.link-transition a {
|
8 |
+
transition: background 0.2s ease, color 0.2s ease; }
|
9 |
+
.link-transition a svg {
|
10 |
+
transition: fill 0.2s ease; }
|
11 |
+
|
12 |
+
.project-cover .details {
|
13 |
+
transition: background 0.2s ease; }
|
14 |
+
|
15 |
+
.project-cover .title,
|
16 |
+
.project-cover .fields,
|
17 |
+
.project-cover .custom,
|
18 |
+
.project-cover .description,
|
19 |
+
.project-cover .date {
|
20 |
+
transition: color 0.2s ease; }
|
21 |
+
@-webkit-keyframes rotate-forever {
|
22 |
+
0% {
|
23 |
+
-webkit-transform: rotate(0deg);
|
24 |
+
-moz-transform: rotate(0deg);
|
25 |
+
-ms-transform: rotate(0deg);
|
26 |
+
-o-transform: rotate(0deg);
|
27 |
+
transform: rotate(0deg); }
|
28 |
+
100% {
|
29 |
+
-webkit-transform: rotate(360deg);
|
30 |
+
-moz-transform: rotate(360deg);
|
31 |
+
-ms-transform: rotate(360deg);
|
32 |
+
-o-transform: rotate(360deg);
|
33 |
+
transform: rotate(360deg); } }
|
34 |
+
|
35 |
+
@-moz-keyframes rotate-forever {
|
36 |
+
0% {
|
37 |
+
-webkit-transform: rotate(0deg);
|
38 |
+
-moz-transform: rotate(0deg);
|
39 |
+
-ms-transform: rotate(0deg);
|
40 |
+
-o-transform: rotate(0deg);
|
41 |
+
transform: rotate(0deg); }
|
42 |
+
100% {
|
43 |
+
-webkit-transform: rotate(360deg);
|
44 |
+
-moz-transform: rotate(360deg);
|
45 |
+
-ms-transform: rotate(360deg);
|
46 |
+
-o-transform: rotate(360deg);
|
47 |
+
transform: rotate(360deg); } }
|
48 |
+
|
49 |
+
@keyframes rotate-forever {
|
50 |
+
0% {
|
51 |
+
-webkit-transform: rotate(0deg);
|
52 |
+
-moz-transform: rotate(0deg);
|
53 |
+
-ms-transform: rotate(0deg);
|
54 |
+
-o-transform: rotate(0deg);
|
55 |
+
transform: rotate(0deg); }
|
56 |
+
100% {
|
57 |
+
-webkit-transform: rotate(360deg);
|
58 |
+
-moz-transform: rotate(360deg);
|
59 |
+
-ms-transform: rotate(360deg);
|
60 |
+
-o-transform: rotate(360deg);
|
61 |
+
transform: rotate(360deg); } }
|
62 |
+
|
63 |
+
.lightbox-spinner {
|
64 |
+
-webkit-animation-duration: 0.7s;
|
65 |
+
-moz-animation-duration: 0.7s;
|
66 |
+
animation-duration: 0.7s;
|
67 |
+
-webkit-animation-iteration-count: infinite;
|
68 |
+
-moz-animation-iteration-count: infinite;
|
69 |
+
animation-iteration-count: infinite;
|
70 |
+
-webkit-animation-name: rotate-forever;
|
71 |
+
-moz-animation-name: rotate-forever;
|
72 |
+
animation-name: rotate-forever;
|
73 |
+
-webkit-animation-timing-function: linear;
|
74 |
+
-moz-animation-timing-function: linear;
|
75 |
+
animation-timing-function: linear;
|
76 |
+
height: 30px;
|
77 |
+
width: 30px;
|
78 |
+
border: 4px solid #fff;
|
79 |
+
border-right-color: transparent;
|
80 |
+
border-radius: 50%;
|
81 |
+
display: inline-block;
|
82 |
+
opacity: 0.7; }
|
83 |
+
html.lightbox-enabled,
|
84 |
+
html.lightbox-enabled body {
|
85 |
+
overflow: hidden; }
|
86 |
+
|
87 |
+
html.lightbox-zoomed .lightbox-content {
|
88 |
+
cursor: zoom-out;
|
89 |
+
overflow: auto; }
|
90 |
+
html.lightbox-zoomed .lightbox-content.zoomable-x {
|
91 |
+
justify-content: flex-start; }
|
92 |
+
html.lightbox-zoomed .lightbox-content.zoomable-y {
|
93 |
+
align-items: baseline; }
|
94 |
+
|
95 |
+
html.lightbox-zoomed #lightbox-wrap img {
|
96 |
+
max-width: inherit;
|
97 |
+
max-height: inherit; }
|
98 |
+
|
99 |
+
html.lightbox-zoomed #lightbox-img-wrap .lightbox-extra {
|
100 |
+
display: none; }
|
101 |
+
|
102 |
+
.lightbox-link,
|
103 |
+
.lightbox-content.zoomable {
|
104 |
+
cursor: zoom-in; }
|
105 |
+
|
106 |
+
#lightbox-wrap .lightbox-contents {
|
107 |
+
-moz-user-select: none;
|
108 |
+
-webkit-user-select: none;
|
109 |
+
-ms-user-select: none;
|
110 |
+
user-select: none; }
|
111 |
+
|
112 |
+
.lightbox-content {
|
113 |
+
align-items: center;
|
114 |
+
display: flex;
|
115 |
+
height: 100%;
|
116 |
+
justify-content: center;
|
117 |
+
opacity: 1;
|
118 |
+
position: absolute;
|
119 |
+
top: 0;
|
120 |
+
transition: opacity .4s;
|
121 |
+
width: 100vw; }
|
122 |
+
|
123 |
+
#lightbox-blocking {
|
124 |
+
align-items: center;
|
125 |
+
bottom: 0;
|
126 |
+
display: flex;
|
127 |
+
justify-content: center;
|
128 |
+
left: 0;
|
129 |
+
position: fixed;
|
130 |
+
right: 0;
|
131 |
+
top: 0;
|
132 |
+
z-index: 1002; }
|
133 |
+
#lightbox-blocking .lightbox-spinner {
|
134 |
+
display: none; }
|
135 |
+
|
136 |
+
#lightbox-wrap {
|
137 |
+
height: 100%;
|
138 |
+
left: 0;
|
139 |
+
position: fixed;
|
140 |
+
top: 0;
|
141 |
+
width: 100vw;
|
142 |
+
z-index: 1001; }
|
143 |
+
#lightbox-wrap .offscreen, #lightbox-wrap.offscreen {
|
144 |
+
height: 0;
|
145 |
+
overflow: hidden;
|
146 |
+
visibility: hidden;
|
147 |
+
-webkit-transform: translateX(-99999px);
|
148 |
+
-ms-transform: translateX(-99999px);
|
149 |
+
transform: translateX(-99999px);
|
150 |
+
width: 0; }
|
151 |
+
#lightbox-wrap.loading .lightbox-spinner {
|
152 |
+
display: block; }
|
153 |
+
#lightbox-wrap .hidden {
|
154 |
+
opacity: 0; }
|
155 |
+
#lightbox-wrap .lightbox-contents {
|
156 |
+
display: inline-block;
|
157 |
+
max-height: 100%;
|
158 |
+
max-width: 100%; }
|
159 |
+
#lightbox-wrap.single .next, #lightbox-wrap.single .next:hover,
|
160 |
+
#lightbox-wrap.single .prev,
|
161 |
+
#lightbox-wrap.single .prev:hover {
|
162 |
+
display: none; }
|
163 |
+
#lightbox-wrap.extras-hidden #lightbox-img-wrap .lightbox-extra {
|
164 |
+
opacity: 0;
|
165 |
+
transition: opacity 1s; }
|
166 |
+
#lightbox-wrap img {
|
167 |
+
max-height: 100vh;
|
168 |
+
max-width: 100vw; }
|
169 |
+
|
170 |
+
#lightbox-inner-wrap {
|
171 |
+
height: 100%;
|
172 |
+
margin: auto;
|
173 |
+
position: relative;
|
174 |
+
z-index: 1003; }
|
175 |
+
#lightbox-inner-wrap .control {
|
176 |
+
cursor: pointer;
|
177 |
+
position: absolute;
|
178 |
+
z-index: 1003; }
|
179 |
+
#lightbox-inner-wrap svg .lightbox-icon-bg {
|
180 |
+
fill: #696969;
|
181 |
+
opacity: .2; }
|
182 |
+
#lightbox-inner-wrap svg:hover .lightbox-icon-bg {
|
183 |
+
opacity: .4; }
|
184 |
+
#lightbox-inner-wrap .next,
|
185 |
+
#lightbox-inner-wrap .prev {
|
186 |
+
height: 100vh;
|
187 |
+
opacity: 0;
|
188 |
+
top: 0;
|
189 |
+
width: 30vw; }
|
190 |
+
#lightbox-inner-wrap .next:hover,
|
191 |
+
#lightbox-inner-wrap .prev:hover {
|
192 |
+
opacity: 1; }
|
193 |
+
#lightbox-inner-wrap .next.hidden,
|
194 |
+
#lightbox-inner-wrap .prev.hidden {
|
195 |
+
cursor: default; }
|
196 |
+
#lightbox-inner-wrap .next.hidden svg,
|
197 |
+
#lightbox-inner-wrap .prev.hidden svg {
|
198 |
+
display: none; }
|
199 |
+
#lightbox-inner-wrap .next svg,
|
200 |
+
#lightbox-inner-wrap .prev svg {
|
201 |
+
top: -webkit-calc(50% - 30px) ;
|
202 |
+
top: calc(50% - 30px) ;
|
203 |
+
position: absolute; }
|
204 |
+
#lightbox-inner-wrap .next svg .lightbox-icon-arrow,
|
205 |
+
#lightbox-inner-wrap .prev svg .lightbox-icon-arrow {
|
206 |
+
fill: #FFFFFF; }
|
207 |
+
#lightbox-inner-wrap .next {
|
208 |
+
right: 0; }
|
209 |
+
#lightbox-inner-wrap .next svg {
|
210 |
+
right: 20px; }
|
211 |
+
#lightbox-inner-wrap .prev {
|
212 |
+
left: 0; }
|
213 |
+
#lightbox-inner-wrap .prev svg {
|
214 |
+
left: 20px; }
|
215 |
+
#lightbox-inner-wrap .close {
|
216 |
+
position: fixed;
|
217 |
+
height: 40px;
|
218 |
+
right: 20px;
|
219 |
+
top: 20px;
|
220 |
+
width: 40px; }
|
221 |
+
#lightbox-inner-wrap .close:hover {
|
222 |
+
cursor: pointer; }
|
223 |
+
#lightbox-inner-wrap .close .lightbox-icon-bg {
|
224 |
+
fill: #fff; }
|
225 |
+
|
226 |
+
@media (max-width: 1024px) {
|
227 |
+
#lightbox-inner-wrap .close {
|
228 |
+
right: 0;
|
229 |
+
top: 0; }
|
230 |
+
#lightbox-inner-wrap .close circle {
|
231 |
+
display: none; }
|
232 |
+
#lightbox-inner-wrap .next:hover,
|
233 |
+
#lightbox-inner-wrap .prev:hover {
|
234 |
+
opacity: 0; } }
|
235 |
+
|
236 |
+
@media (min-width: 1024px) {
|
237 |
+
.lightbox-link.hover-icon-enabled {
|
238 |
+
position: relative; }
|
239 |
+
.lightbox-link.hover-icon-enabled:hover::after {
|
240 |
+
background: rgba(105, 105, 105, 0.2) url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iZmlsbDogd2hpdGUiIHZpZXdCb3g9IjAgMCAyMSAyMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICA8cGF0aCBkPSJNLTEuMjUyMjIyNTEsMTUuNjAzNDE5NyBDLTEuMzUyNTE5MjcsMTUuNjkzNjg2OCAtMS40MjUyMzMzMywxNS43OTg5OTY4IC0xLjQ3MDM2Njg3LDE1LjkxOTM1MjkgQy0xLjUxNTUwMDQxLDE2LjAzOTcwOSAtMS41MzgwNjY4NCwxNi4xNjAwNjMzIC0xLjUzODA2Njg0LDE2LjI4MDQxOTQgQy0xLjUzODA2Njg0LDE2LjQwMDc3NTUgLTEuNTE1NTAwNDEsMTYuNTIxMTI5OCAtMS40NzAzNjY4NywxNi42NDE0ODU5IEMtMS40MjUyMzMzMywxNi43NjE4NDIgLTEuMzUyNTE5MjcsMTYuODY3MTUyIC0xLjI1MjIyMjUxLDE2Ljk1NzQxOTEgTDMuNTYxOTk3NzEsMjEuNzcxNjM5MyBDMy43NTI1NjE1NSwyMS45NjIyMDMyIDMuOTgwNzMzMjQsMjIuMDU3NDgzNyA0LjI0NjUxOTY1LDIyLjA1NzQ4MzcgQzQuNTEyMzA2MDUsMjIuMDU3NDgzNyA0LjczNTQ2Mjk5LDIxLjk2MjIwMzIgNC45MTU5OTcxNSwyMS43NzE2MzkzIEM1LjEwNjU2MDk4LDIxLjU4MTA3NTUgNS4yMDE4NDE0NywyMS4zNTU0MTEyIDUuMjAxODQxNDcsMjEuMDk0NjM5NiBDNS4yMDE4NDE0NywyMC44MzM4NjggNS4xMDY1NjA5OCwyMC42MDgyMDM3IDQuOTE1OTk3MTUsMjAuNDE3NjM5OSBMMS43NTY2NjUxMywxNy4yNDMyNjM0IEwxMC4wMTYwNjE3LDE3LjI0MzI2MzQgQzEwLjI4Njg2MjksMTcuMjQzMjYzNCAxMC41MTUwMzQ2LDE3LjE1MDQ5MDMgMTAuNzAwNTgzNiwxNi45NjQ5NDEzIEMxMC44ODYxMzI2LDE2Ljc3OTM5MjMgMTAuOTc4OTA1NywxNi41NTEyMjA2IDEwLjk3ODkwNTcsMTYuMjgwNDE5NCBDMTAuOTc4OTA1NywxNi4wMDk2MTgyIDEwLjg4NjEzMjYsMTUuNzgxNDQ2NSAxMC43MDA1ODM2LDE1LjU5NTg5NzUgQzEwLjUxNTAzNDYsMTUuNDEwMzQ4NSAxMC4yODY4NjI5LDE1LjMxNzU3NTMgMTAuMDE2MDYxNywxNS4zMTc1NzUzIEwxLjc1NjY2NTEzLDE1LjMxNzU3NTMgTDQuOTE1OTk3MTUsMTIuMTQzMTk4OSBDNS4xMDY1NjA5OCwxMS45NTI2MzUxIDUuMjAxODQxNDcsMTEuNzI2OTcwNyA1LjIwMTg0MTQ3LDExLjQ2NjE5OTIgQzUuMjAxODQxNDcsMTEuMjA1NDI3NiA1LjEwNjU2MDk4LDEwLjk3OTc2MzMgNC45MTU5OTcxNSwxMC43ODkxOTk1IEM0LjczNTQ2Mjk5LDEwLjU5ODYzNTYgNC41MTIzMDYwNSwxMC41MDMzNTUxIDQuMjQ2NTE5NjUsMTAuNTAzMzU1MSBDMy45ODA3MzMyNCwxMC41MDMzNTUxIDMuNzUyNTYxNTUsMTAuNTk4NjM1NiAzLjU2MTk5NzcxLDEwLjc4OTE5OTUgTC0xLjI1MjIyMjUxLDE1LjYwMzQxOTcgWiIgaWQ9IngiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzIwNDE5LCAxNi4yODA0MTkpIHJvdGF0ZSgtNDUuMDAwMDAwKSB0cmFuc2xhdGUoLTQuNzIwNDE5LCAtMTYuMjgwNDE5KSAiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTAuMzA3Nzc3NCw0LjA0MzQxOTczIEMxMC4yMDc0ODA3LDQuMTMzNjg2ODEgMTAuMTM0NzY2Niw0LjIzODk5NjgzIDEwLjA4OTYzMzEsNC4zNTkzNTI5MyBDMTAuMDQ0NDk5NSw0LjQ3OTcwOTA0IDEwLjAyMTkzMzEsNC42MDAwNjMzNCAxMC4wMjE5MzMxLDQuNzIwNDE5NDUgQzEwLjAyMTkzMzEsNC44NDA3NzU1NiAxMC4wNDQ0OTk1LDQuOTYxMTI5ODYgMTAuMDg5NjMzMSw1LjA4MTQ4NTk3IEMxMC4xMzQ3NjY2LDUuMjAxODQyMDcgMTAuMjA3NDgwNyw1LjMwNzE1MjA5IDEwLjMwNzc3NzQsNS4zOTc0MTkxNyBMMTUuMTIxOTk3NywxMC4yMTE2Mzk0IEMxNS4zMTI1NjE1LDEwLjQwMjIwMzIgMTUuNTQwNzMzMiwxMC40OTc0ODM3IDE1LjgwNjUxOTYsMTAuNDk3NDgzNyBDMTYuMDcyMzA2LDEwLjQ5NzQ4MzcgMTYuMjk1NDYyOSwxMC40MDIyMDMyIDE2LjQ3NTk5NzEsMTAuMjExNjM5NCBDMTYuNjY2NTYwOSwxMC4wMjEwNzU2IDE2Ljc2MTg0MTQsOS43OTU0MTEyNCAxNi43NjE4NDE0LDkuNTM0NjM5NjcgQzE2Ljc2MTg0MTQsOS4yNzM4NjgxMSAxNi42NjY1NjA5LDkuMDQ4MjAzNzkgMTYuNDc1OTk3MSw4Ljg1NzYzOTk1IEwxMy4zMTY2NjUxLDUuNjgzMjYzNDkgTDIxLjU3NjA2MTYsNS42ODMyNjM0OSBDMjEuODQ2ODYyOSw1LjY4MzI2MzQ5IDIyLjA3NTAzNDYsNS41OTA0OTAzOSAyMi4yNjA1ODM2LDUuNDA0OTQxMzkgQzIyLjQ0NjEzMjYsNS4yMTkzOTIzOSAyMi41Mzg5MDU3LDQuOTkxMjIwNjkgMjIuNTM4OTA1Nyw0LjcyMDQxOTQ1IEMyMi41Mzg5MDU3LDQuNDQ5NjE4MjEgMjIuNDQ2MTMyNiw0LjIyMTQ0NjUxIDIyLjI2MDU4MzYsNC4wMzU4OTc1MSBDMjIuMDc1MDM0NiwzLjg1MDM0ODUxIDIxLjg0Njg2MjksMy43NTc1NzU0MSAyMS41NzYwNjE2LDMuNzU3NTc1NDEgTDEzLjMxNjY2NTEsMy43NTc1NzU0MSBMMTYuNDc1OTk3MSwwLjU4MzE5ODk0NyBDMTYuNjY2NTYwOSwwLjM5MjYzNTExMSAxNi43NjE4NDE0LDAuMTY2OTcwNzk0IDE2Ljc2MTg0MTQsLTAuMDkzODAwNzcxNSBDMTYuNzYxODQxNCwtMC4zNTQ1NzIzMzcgMTYuNjY2NTYwOSwtMC41ODAyMzY2NTQgMTYuNDc1OTk3MSwtMC43NzA4MDA0OSBDMTYuMjk1NDYyOSwtMC45NjEzNjQzMjcgMTYuMDcyMzA2LC0xLjA1NjY0NDgyIDE1LjgwNjUxOTYsLTEuMDU2NjQ0ODIgQzE1LjU0MDczMzIsLTEuMDU2NjQ0ODIgMTUuMzEyNTYxNSwtMC45NjEzNjQzMjcgMTUuMTIxOTk3NywtMC43NzA4MDA0OSBMMTAuMzA3Nzc3NCw0LjA0MzQxOTczIFoiIGlkPSJ4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNi4yODA0MTksIDQuNzIwNDE5KSByb3RhdGUoLTIyNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTYuMjgwNDE5LCAtNC43MjA0MTkpICI+PC9wYXRoPgo8L3N2Zz4K) no-repeat center;
|
241 |
+
background-size: 16px;
|
242 |
+
border-radius: 50%;
|
243 |
+
content: '';
|
244 |
+
display: block;
|
245 |
+
height: 36px;
|
246 |
+
position: absolute;
|
247 |
+
right: 10px;
|
248 |
+
top: 10px;
|
249 |
+
width: 36px;
|
250 |
+
z-index: 1000; } }
|
251 |
+
|
252 |
+
@media all and (-ms-high-contrast: none) {
|
253 |
+
.lightbox-link,
|
254 |
+
.lightbox-content.zoomable {
|
255 |
+
cursor: pointer; } }
|
256 |
+
@-webkit-keyframes fade-in {
|
257 |
+
from {
|
258 |
+
opacity: 0; }
|
259 |
+
to {
|
260 |
+
opacity: 1; } }
|
261 |
+
|
262 |
+
@-moz-keyframes fade-in {
|
263 |
+
from {
|
264 |
+
opacity: 0; }
|
265 |
+
to {
|
266 |
+
opacity: 1; } }
|
267 |
+
|
268 |
+
@keyframes fade-in {
|
269 |
+
from {
|
270 |
+
opacity: 0; }
|
271 |
+
to {
|
272 |
+
opacity: 1; } }
|
273 |
+
|
274 |
+
@-webkit-keyframes fade-out {
|
275 |
+
from {
|
276 |
+
opacity: 1; }
|
277 |
+
to {
|
278 |
+
opacity: 0; } }
|
279 |
+
|
280 |
+
@-moz-keyframes fade-out {
|
281 |
+
from {
|
282 |
+
opacity: 1; }
|
283 |
+
to {
|
284 |
+
opacity: 0; } }
|
285 |
+
|
286 |
+
@keyframes fade-out {
|
287 |
+
from {
|
288 |
+
opacity: 1; }
|
289 |
+
to {
|
290 |
+
opacity: 0; } }
|
291 |
+
|
292 |
+
.transition-enabled {
|
293 |
+
opacity: 0; }
|
294 |
+
|
295 |
+
.transition-in {
|
296 |
+
-webkit-animation: fade-in ease-in;
|
297 |
+
animation: fade-in ease-in;
|
298 |
+
-webkit-animation-duration: 0.25s;
|
299 |
+
animation-duration: 0.25s;
|
300 |
+
-webkit-animation-fill-mode: forwards;
|
301 |
+
animation-fill-mode: forwards; }
|
302 |
+
|
303 |
+
.transition-out {
|
304 |
+
opacity: 1;
|
305 |
+
-webkit-animation: fade-out ease-out;
|
306 |
+
animation: fade-out ease-out;
|
307 |
+
-webkit-animation-duration: 0.25s;
|
308 |
+
animation-duration: 0.25s;
|
309 |
+
-webkit-animation-fill-mode: forwards;
|
310 |
+
animation-fill-mode: forwards; }
|
311 |
+
|
312 |
+
|
313 |
+
|
314 |
+
.site-header:after, .site-content:after, .logo-wrap:after {
|
315 |
+
clear: both;
|
316 |
+
content: "";
|
317 |
+
display: table; }
|
318 |
+
|
319 |
+
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
|
320 |
+
/**
|
321 |
+
* 1. Set default font family to sans-serif.
|
322 |
+
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
323 |
+
* user zoom.
|
324 |
+
*/
|
325 |
+
html {
|
326 |
+
font-family: sans-serif;
|
327 |
+
/* 1 */
|
328 |
+
-ms-text-size-adjust: 100%;
|
329 |
+
/* 2 */
|
330 |
+
-webkit-text-size-adjust: 100%;
|
331 |
+
/* 2 */ }
|
332 |
+
|
333 |
+
/**
|
334 |
+
* Remove default margin.
|
335 |
+
*/
|
336 |
+
body {
|
337 |
+
margin: 0; }
|
338 |
+
|
339 |
+
/* HTML5 display definitions
|
340 |
+
========================================================================== */
|
341 |
+
/**
|
342 |
+
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
343 |
+
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
|
344 |
+
* Correct `block` display not defined for `main` in IE 11.
|
345 |
+
*/
|
346 |
+
article,
|
347 |
+
aside,
|
348 |
+
details,
|
349 |
+
figcaption,
|
350 |
+
figure,
|
351 |
+
footer,
|
352 |
+
header,
|
353 |
+
hgroup,
|
354 |
+
main,
|
355 |
+
nav,
|
356 |
+
section,
|
357 |
+
summary {
|
358 |
+
display: block; }
|
359 |
+
|
360 |
+
/**
|
361 |
+
* 1. Correct `inline-block` display not defined in IE 8/9.
|
362 |
+
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
363 |
+
*/
|
364 |
+
audio,
|
365 |
+
canvas,
|
366 |
+
progress,
|
367 |
+
video {
|
368 |
+
display: inline-block;
|
369 |
+
/* 1 */
|
370 |
+
vertical-align: baseline;
|
371 |
+
/* 2 */ }
|
372 |
+
|
373 |
+
/**
|
374 |
+
* Prevent modern browsers from displaying `audio` without controls.
|
375 |
+
* Remove excess height in iOS 5 devices.
|
376 |
+
*/
|
377 |
+
audio:not([controls]) {
|
378 |
+
display: none;
|
379 |
+
height: 0; }
|
380 |
+
|
381 |
+
/**
|
382 |
+
* Address `[hidden]` styling not present in IE 8/9/10.
|
383 |
+
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
|
384 |
+
*/
|
385 |
+
[hidden],
|
386 |
+
template {
|
387 |
+
display: none; }
|
388 |
+
|
389 |
+
/* Links
|
390 |
+
========================================================================== */
|
391 |
+
/**
|
392 |
+
* Remove the gray background color from active links in IE 10.
|
393 |
+
*/
|
394 |
+
a {
|
395 |
+
background: transparent; }
|
396 |
+
|
397 |
+
/**
|
398 |
+
* Improve readability when focused and also mouse hovered in all browsers.
|
399 |
+
*/
|
400 |
+
a:active,
|
401 |
+
a:focus,
|
402 |
+
a:hover {
|
403 |
+
outline: 0; }
|
404 |
+
|
405 |
+
/* Text-level semantics
|
406 |
+
========================================================================== */
|
407 |
+
/**
|
408 |
+
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
409 |
+
*/
|
410 |
+
abbr[title] {
|
411 |
+
border-bottom: 1px dotted; }
|
412 |
+
|
413 |
+
/**
|
414 |
+
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
415 |
+
*/
|
416 |
+
b,
|
417 |
+
strong {
|
418 |
+
font-weight: bold; }
|
419 |
+
|
420 |
+
/**
|
421 |
+
* Address styling not present in Safari and Chrome.
|
422 |
+
*/
|
423 |
+
dfn {
|
424 |
+
font-style: italic; }
|
425 |
+
|
426 |
+
/**
|
427 |
+
* Address variable `h1` font-size and margin within `section` and `article`
|
428 |
+
* contexts in Firefox 4+, Safari, and Chrome.
|
429 |
+
*/
|
430 |
+
h1 {
|
431 |
+
font-size: 2em;
|
432 |
+
margin: 0.67em 0; }
|
433 |
+
|
434 |
+
/**
|
435 |
+
* Address styling not present in IE 8/9.
|
436 |
+
*/
|
437 |
+
mark {
|
438 |
+
background: #ff0;
|
439 |
+
color: #000; }
|
440 |
+
|
441 |
+
/**
|
442 |
+
* Address inconsistent and variable font size in all browsers.
|
443 |
+
*/
|
444 |
+
small {
|
445 |
+
font-size: 80%; }
|
446 |
+
|
447 |
+
/**
|
448 |
+
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
449 |
+
*/
|
450 |
+
sub,
|
451 |
+
sup {
|
452 |
+
font-size: 75%;
|
453 |
+
line-height: 0;
|
454 |
+
position: relative;
|
455 |
+
vertical-align: baseline; }
|
456 |
+
|
457 |
+
sup {
|
458 |
+
top: -0.5em; }
|
459 |
+
|
460 |
+
sub {
|
461 |
+
bottom: -0.25em; }
|
462 |
+
|
463 |
+
/* Embedded content
|
464 |
+
========================================================================== */
|
465 |
+
/**
|
466 |
+
* Remove border when inside `a` element in IE 8/9/10.
|
467 |
+
*/
|
468 |
+
img {
|
469 |
+
border: 0; }
|
470 |
+
|
471 |
+
/**
|
472 |
+
* Correct overflow not hidden in IE 9/10/11.
|
473 |
+
*/
|
474 |
+
svg:not(:root) {
|
475 |
+
overflow: hidden; }
|
476 |
+
|
477 |
+
/* Grouping content
|
478 |
+
========================================================================== */
|
479 |
+
/**
|
480 |
+
* Address margin not present in IE 8/9 and Safari.
|
481 |
+
*/
|
482 |
+
figure {
|
483 |
+
margin: 1em 40px; }
|
484 |
+
|
485 |
+
/**
|
486 |
+
* Address differences between Firefox and other browsers.
|
487 |
+
*/
|
488 |
+
hr {
|
489 |
+
-moz-box-sizing: content-box;
|
490 |
+
box-sizing: content-box;
|
491 |
+
height: 0; }
|
492 |
+
|
493 |
+
/**
|
494 |
+
* Contain overflow in all browsers.
|
495 |
+
*/
|
496 |
+
pre {
|
497 |
+
overflow: auto; }
|
498 |
+
|
499 |
+
/**
|
500 |
+
* Address odd `em`-unit font size rendering in all browsers.
|
501 |
+
*/
|
502 |
+
code,
|
503 |
+
kbd,
|
504 |
+
pre,
|
505 |
+
samp {
|
506 |
+
font-family: monospace, monospace;
|
507 |
+
font-size: 1em; }
|
508 |
+
|
509 |
+
/* Forms
|
510 |
+
========================================================================== */
|
511 |
+
/**
|
512 |
+
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
513 |
+
* styling of `select`, unless a `border` property is set.
|
514 |
+
*/
|
515 |
+
/**
|
516 |
+
* 1. Correct color not being inherited.
|
517 |
+
* Known issue: affects color of disabled elements.
|
518 |
+
* 2. Correct font properties not being inherited.
|
519 |
+
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
520 |
+
*/
|
521 |
+
button,
|
522 |
+
input,
|
523 |
+
optgroup,
|
524 |
+
select,
|
525 |
+
textarea {
|
526 |
+
color: inherit;
|
527 |
+
/* 1 */
|
528 |
+
font: inherit;
|
529 |
+
/* 2 */
|
530 |
+
margin: 0;
|
531 |
+
/* 3 */ }
|
532 |
+
|
533 |
+
/**
|
534 |
+
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
535 |
+
*/
|
536 |
+
button {
|
537 |
+
overflow: visible; }
|
538 |
+
|
539 |
+
/**
|
540 |
+
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
541 |
+
* All other form control elements do not inherit `text-transform` values.
|
542 |
+
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
543 |
+
* Correct `select` style inheritance in Firefox.
|
544 |
+
*/
|
545 |
+
button,
|
546 |
+
select {
|
547 |
+
text-transform: none; }
|
548 |
+
|
549 |
+
/**
|
550 |
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
551 |
+
* and `video` controls.
|
552 |
+
* 2. Correct inability to style clickable `input` types in iOS.
|
553 |
+
* 3. Improve usability and consistency of cursor style between image-type
|
554 |
+
* `input` and others.
|
555 |
+
*/
|
556 |
+
button,
|
557 |
+
html input[type="button"],
|
558 |
+
input[type="reset"],
|
559 |
+
input[type="submit"] {
|
560 |
+
-webkit-appearance: button;
|
561 |
+
/* 2 */
|
562 |
+
cursor: pointer;
|
563 |
+
/* 3 */ }
|
564 |
+
|
565 |
+
/**
|
566 |
+
* Re-set default cursor for disabled elements.
|
567 |
+
*/
|
568 |
+
button[disabled],
|
569 |
+
html input[disabled] {
|
570 |
+
cursor: default; }
|
571 |
+
|
572 |
+
/**
|
573 |
+
* Remove inner padding and border in Firefox 4+.
|
574 |
+
*/
|
575 |
+
button::-moz-focus-inner,
|
576 |
+
input::-moz-focus-inner {
|
577 |
+
border: 0;
|
578 |
+
padding: 0; }
|
579 |
+
|
580 |
+
/**
|
581 |
+
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
582 |
+
* the UA stylesheet.
|
583 |
+
*/
|
584 |
+
input {
|
585 |
+
line-height: normal; }
|
586 |
+
|
587 |
+
/**
|
588 |
+
* It's recommended that you don't attempt to style these elements.
|
589 |
+
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
590 |
+
*
|
591 |
+
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
592 |
+
* 2. Remove excess padding in IE 8/9/10.
|
593 |
+
*/
|
594 |
+
input[type="checkbox"],
|
595 |
+
input[type="radio"] {
|
596 |
+
box-sizing: border-box;
|
597 |
+
/* 1 */
|
598 |
+
padding: 0;
|
599 |
+
/* 2 */ }
|
600 |
+
|
601 |
+
/**
|
602 |
+
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
603 |
+
* `font-size` values of the `input`, it causes the cursor style of the
|
604 |
+
* decrement button to change from `default` to `text`.
|
605 |
+
*/
|
606 |
+
input[type="number"]::-webkit-inner-spin-button,
|
607 |
+
input[type="number"]::-webkit-outer-spin-button {
|
608 |
+
height: auto; }
|
609 |
+
|
610 |
+
/**
|
611 |
+
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
612 |
+
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
|
613 |
+
* (include `-moz` to future-proof).
|
614 |
+
*/
|
615 |
+
input[type="search"] {
|
616 |
+
-webkit-appearance: textfield;
|
617 |
+
/* 1 */
|
618 |
+
-moz-box-sizing: content-box;
|
619 |
+
-webkit-box-sizing: content-box;
|
620 |
+
/* 2 */
|
621 |
+
box-sizing: content-box; }
|
622 |
+
|
623 |
+
/**
|
624 |
+
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
625 |
+
* Safari (but not Chrome) clips the cancel button when the search input has
|
626 |
+
* padding (and `textfield` appearance).
|
627 |
+
*/
|
628 |
+
input[type="search"]::-webkit-search-cancel-button,
|
629 |
+
input[type="search"]::-webkit-search-decoration {
|
630 |
+
-webkit-appearance: none; }
|
631 |
+
|
632 |
+
/**
|
633 |
+
* Define consistent border, margin, and padding.
|
634 |
+
*/
|
635 |
+
fieldset {
|
636 |
+
border: 0;
|
637 |
+
margin: 0;
|
638 |
+
padding: 0; }
|
639 |
+
|
640 |
+
/**
|
641 |
+
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
642 |
+
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
643 |
+
*/
|
644 |
+
legend {
|
645 |
+
border: 0;
|
646 |
+
/* 1 */
|
647 |
+
padding: 0;
|
648 |
+
/* 2 */ }
|
649 |
+
|
650 |
+
/**
|
651 |
+
* Remove default vertical scrollbar in IE 8/9/10/11.
|
652 |
+
*/
|
653 |
+
textarea {
|
654 |
+
overflow: auto; }
|
655 |
+
|
656 |
+
/**
|
657 |
+
* Don't inherit the `font-weight` (applied by a rule above).
|
658 |
+
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
659 |
+
*/
|
660 |
+
optgroup {
|
661 |
+
font-weight: bold; }
|
662 |
+
|
663 |
+
/* Tables
|
664 |
+
========================================================================== */
|
665 |
+
/**
|
666 |
+
* Remove most spacing between table cells.
|
667 |
+
*/
|
668 |
+
table {
|
669 |
+
border-collapse: collapse;
|
670 |
+
border-spacing: 0; }
|
671 |
+
|
672 |
+
td,
|
673 |
+
th {
|
674 |
+
padding: 0; }
|
675 |
+
|
676 |
+
* {
|
677 |
+
box-sizing: border-box; }
|
678 |
+
|
679 |
+
html {
|
680 |
+
-webkit-font-smoothing: antialiased;
|
681 |
+
text-rendering: optimizeLegibility; }
|
682 |
+
|
683 |
+
ul {
|
684 |
+
margin: 0;
|
685 |
+
padding: 0; }
|
686 |
+
ul li {
|
687 |
+
list-style-type: none; }
|
688 |
+
|
689 |
+
img {
|
690 |
+
vertical-align: top; }
|
691 |
+
|
692 |
+
p {
|
693 |
+
margin: 0; }
|
694 |
+
|
695 |
+
a {
|
696 |
+
text-decoration: none; }
|
697 |
+
|
698 |
+
html,
|
699 |
+
body {
|
700 |
+
min-height: 100%; }
|
701 |
+
|
702 |
+
.italic {
|
703 |
+
font-style: italic; }
|
704 |
+
|
705 |
+
.underline {
|
706 |
+
text-decoration: underline; }
|
707 |
+
|
708 |
+
.strikethrough {
|
709 |
+
text-decoration: line-through; }
|
710 |
+
|
711 |
+
.bold {
|
712 |
+
font-weight: bold; }
|
713 |
+
|
714 |
+
.cfix:after {
|
715 |
+
clear: both;
|
716 |
+
content: ' ';
|
717 |
+
display: block;
|
718 |
+
height: 0;
|
719 |
+
line-height: 0;
|
720 |
+
overflow: hidden;
|
721 |
+
visibility: hidden; }
|
722 |
+
|
723 |
+
html {
|
724 |
+
background-image: url("");
|
725 |
+
/* stylelint-disable-line function-url-quotes */
|
726 |
+
background-position: top left;
|
727 |
+
background-repeat: no-repeat;
|
728 |
+
background-size: contain; }
|
729 |
+
html:before {
|
730 |
+
background-color: #000;
|
731 |
+
display: none;
|
732 |
+
opacity: calc(30 * .01); }
|
733 |
+
|
734 |
+
.site-container {
|
735 |
+
float: none;
|
736 |
+
margin-left: auto;
|
737 |
+
margin-right: auto;
|
738 |
+
max-width: 1400px; }
|
739 |
+
|
740 |
+
.example-site-footer {
|
741 |
+
background: rgba(37, 38, 42, 0.94);
|
742 |
+
bottom: 0;
|
743 |
+
color: #fff;
|
744 |
+
display: inline-block;
|
745 |
+
font-family: 'Helvetica Neue', sans-serif;
|
746 |
+
font-size: 14px;
|
747 |
+
left: 0;
|
748 |
+
padding: 0 20px 0 0;
|
749 |
+
position: fixed;
|
750 |
+
width: 100%;
|
751 |
+
z-index: 4; }
|
752 |
+
.example-site-footer .icon {
|
753 |
+
fill: #fff;
|
754 |
+
float: left; }
|
755 |
+
.example-site-footer .content-left,
|
756 |
+
.example-site-footer .content-right {
|
757 |
+
height: 70px; }
|
758 |
+
.example-site-footer .content-left {
|
759 |
+
float: left; }
|
760 |
+
.example-site-footer .content-right {
|
761 |
+
float: right; }
|
762 |
+
|
763 |
+
.example-footer-content {
|
764 |
+
-webkit-transform: translateY(-50%);
|
765 |
+
-moz-transform: translateY(-50%);
|
766 |
+
-ms-transform: translateY(-50%);
|
767 |
+
-o-transform: translateY(-50%);
|
768 |
+
transform: translateY(-50%);
|
769 |
+
display: inline-block;
|
770 |
+
position: relative;
|
771 |
+
top: 50%; }
|
772 |
+
|
773 |
+
.example-footer-link {
|
774 |
+
border-bottom: 1px solid #fff;
|
775 |
+
color: #fff; }
|
776 |
+
.example-footer-link:hover {
|
777 |
+
border-bottom-width: 0; }
|
778 |
+
|
779 |
+
@media (max-width: 768px) {
|
780 |
+
.example-site-footer .desktop {
|
781 |
+
display: none; }
|
782 |
+
.example-site-footer .mobile {
|
783 |
+
text-transform: capitalize; } }
|
784 |
+
|
785 |
+
html {
|
786 |
+
position: relative; }
|
787 |
+
html:before {
|
788 |
+
content: '';
|
789 |
+
height: 100%;
|
790 |
+
left: 0;
|
791 |
+
position: fixed;
|
792 |
+
top: 0;
|
793 |
+
width: 100%; }
|
794 |
+
|
795 |
+
.site-wrap,
|
796 |
+
.site-container {
|
797 |
+
position: relative;
|
798 |
+
width: 100%; }
|
799 |
+
|
800 |
+
.site-wrap:before {
|
801 |
+
content: '';
|
802 |
+
height: 100%;
|
803 |
+
left: 0;
|
804 |
+
position: absolute;
|
805 |
+
top: 0;
|
806 |
+
width: 100%; }
|
807 |
+
|
808 |
+
.site-header {
|
809 |
+
position: relative; }
|
810 |
+
|
811 |
+
.theme-container:before {
|
812 |
+
content: '';
|
813 |
+
height: 100%;
|
814 |
+
left: 0;
|
815 |
+
position: absolute;
|
816 |
+
top: 0;
|
817 |
+
width: 100%; }
|
818 |
+
|
819 |
+
.responsive-nav {
|
820 |
+
display: none;
|
821 |
+
opacity: 0;
|
822 |
+
visibility: hidden; }
|
823 |
+
|
824 |
+
.project-cover .separator:last-child,
|
825 |
+
.project-header .fields .separator:last-child {
|
826 |
+
display: none; }
|
827 |
+
|
828 |
+
.preserve-whitespace {
|
829 |
+
white-space: pre-wrap; }
|
830 |
+
|
831 |
+
.preserve-whitespace--nowrap {
|
832 |
+
white-space: pre; }
|
833 |
+
|
834 |
+
.logo,
|
835 |
+
.logo-secondary {
|
836 |
+
clear: both;
|
837 |
+
word-wrap: break-word; }
|
838 |
+
.logo img,
|
839 |
+
.logo-secondary img {
|
840 |
+
max-width: 100%; }
|
841 |
+
.logo a,
|
842 |
+
.logo-secondary a {
|
843 |
+
color: inherit; }
|
844 |
+
.logo .image-link,
|
845 |
+
.logo-secondary .image-link {
|
846 |
+
display: inline-block;
|
847 |
+
max-width: 100%; }
|
848 |
+
.logo .image-rollover,
|
849 |
+
.logo .image-scroll,
|
850 |
+
.logo-secondary .image-rollover,
|
851 |
+
.logo-secondary .image-scroll {
|
852 |
+
display: none; }
|
853 |
+
.logo.has-rollover:hover .image-link,
|
854 |
+
.logo-secondary.has-rollover:hover .image-link {
|
855 |
+
display: none; }
|
856 |
+
.logo.has-rollover:hover .image-link.image-rollover,
|
857 |
+
.logo-secondary.has-rollover:hover .image-link.image-rollover {
|
858 |
+
display: block; }
|
859 |
+
.on-scroll .logo.has-scroll .image-normal,
|
860 |
+
.on-scroll .logo.has-scroll .image-rollover, .on-scroll
|
861 |
+
.logo-secondary.has-scroll .image-normal,
|
862 |
+
.on-scroll
|
863 |
+
.logo-secondary.has-scroll .image-rollover {
|
864 |
+
display: none !important; }
|
865 |
+
.on-scroll .logo.has-scroll .image-scroll, .on-scroll
|
866 |
+
.logo-secondary.has-scroll .image-scroll {
|
867 |
+
display: inline-block; }
|
868 |
+
|
869 |
+
.logo-image,
|
870 |
+
.logo-secondary-image {
|
871 |
+
width: 100%; }
|
872 |
+
|
873 |
+
.social {
|
874 |
+
font-size: 0; }
|
875 |
+
.social li {
|
876 |
+
display: inline-block; }
|
877 |
+
.social li:first-child {
|
878 |
+
padding-left: 0 !important; }
|
879 |
+
.social li:last-child {
|
880 |
+
padding-right: 0 !important; }
|
881 |
+
.social li svg {
|
882 |
+
vertical-align: middle; }
|
883 |
+
.social a {
|
884 |
+
display: block;
|
885 |
+
text-align: center; }
|
886 |
+
|
887 |
+
.masthead {
|
888 |
+
position: relative; }
|
889 |
+
.masthead:after {
|
890 |
+
content: '';
|
891 |
+
height: 100%;
|
892 |
+
left: 0;
|
893 |
+
position: absolute;
|
894 |
+
top: 0;
|
895 |
+
width: 100%; }
|
896 |
+
.masthead h1,
|
897 |
+
.masthead p {
|
898 |
+
display: inline-block;
|
899 |
+
width: 100%;
|
900 |
+
word-wrap: break-word; }
|
901 |
+
|
902 |
+
.masthead,
|
903 |
+
.masthead-placeholder {
|
904 |
+
width: 100%; }
|
905 |
+
|
906 |
+
.masthead-placeholder {
|
907 |
+
opacity: 0;
|
908 |
+
position: relative !important;
|
909 |
+
z-index: -1; }
|
910 |
+
|
911 |
+
.masthead-contents,
|
912 |
+
.masthead-text {
|
913 |
+
width: 100%; }
|
914 |
+
|
915 |
+
.masthead-contents {
|
916 |
+
height: 100%;
|
917 |
+
top: 0;
|
918 |
+
z-index: 1; }
|
919 |
+
|
920 |
+
.masthead,
|
921 |
+
.masthead-contents {
|
922 |
+
display: -webkit-box;
|
923 |
+
display: -moz-box;
|
924 |
+
display: box;
|
925 |
+
display: -webkit-flex;
|
926 |
+
display: -moz-flex;
|
927 |
+
display: -ms-flexbox;
|
928 |
+
display: flex;
|
929 |
+
-webkit-box-align: center;
|
930 |
+
-moz-box-align: center;
|
931 |
+
box-align: center;
|
932 |
+
-webkit-align-items: center;
|
933 |
+
-moz-align-items: center;
|
934 |
+
-ms-align-items: center;
|
935 |
+
-o-align-items: center;
|
936 |
+
align-items: center;
|
937 |
+
-ms-flex-align: center; }
|
938 |
+
|
939 |
+
.masthead-arrow-container {
|
940 |
+
cursor: pointer;
|
941 |
+
height: 40px;
|
942 |
+
width: 60px; }
|
943 |
+
|
944 |
+
.masthead-arrow {
|
945 |
+
-webkit-transform: rotate(45deg) translateY(-15px) translateX(5px);
|
946 |
+
-moz-transform: rotate(45deg) translateY(-15px) translateX(5px);
|
947 |
+
-ms-transform: rotate(45deg) translateY(-15px) translateX(5px);
|
948 |
+
-o-transform: rotate(45deg) translateY(-15px) translateX(5px);
|
949 |
+
transform: rotate(45deg) translateY(-15px) translateX(5px);
|
950 |
+
border-bottom: 1px solid transparent;
|
951 |
+
border-right: 1px solid transparent;
|
952 |
+
bottom: 5px;
|
953 |
+
height: 30px;
|
954 |
+
position: absolute;
|
955 |
+
width: 30px; }
|
956 |
+
|
957 |
+
.masthead-button {
|
958 |
+
cursor: pointer;
|
959 |
+
display: inline-block;
|
960 |
+
vertical-align: middle; }
|
961 |
+
.masthead-button + .masthead-button-spacer + .masthead-button {
|
962 |
+
margin-left: 17px; }
|
963 |
+
|
964 |
+
.masthead-button-spacer {
|
965 |
+
display: none; }
|
966 |
+
|
967 |
+
@media (max-width: 540px) {
|
968 |
+
.masthead-button + .masthead-button-spacer {
|
969 |
+
display: block;
|
970 |
+
height: 17px; }
|
971 |
+
.masthead-button + .masthead-button-spacer + .masthead-button {
|
972 |
+
margin-left: 0; } }
|
973 |
+
|
974 |
+
.site-footer {
|
975 |
+
clear: both;
|
976 |
+
display: block; }
|
977 |
+
|
978 |
+
.cookie-banner {
|
979 |
+
bottom: 0;
|
980 |
+
display: none;
|
981 |
+
position: fixed;
|
982 |
+
text-align: center;
|
983 |
+
z-index: 99999; }
|
984 |
+
.cookie-banner.show {
|
985 |
+
display: block; }
|
986 |
+
.cookie-banner p {
|
987 |
+
font-size: 18px;
|
988 |
+
line-height: 1.222;
|
989 |
+
margin: 24px;
|
990 |
+
max-width: calc(100% - 84px); }
|
991 |
+
@media (max-width: 768px) {
|
992 |
+
.cookie-banner p {
|
993 |
+
font-size: 16px; } }
|
994 |
+
.cookie-banner a {
|
995 |
+
color: inherit;
|
996 |
+
text-decoration: underline; }
|
997 |
+
.cookie-banner .close-btn {
|
998 |
+
position: absolute;
|
999 |
+
right: 20px;
|
1000 |
+
top: 50%;
|
1001 |
+
transform: translateY(-50%);
|
1002 |
+
width: 16px; }
|
1003 |
+
|
1004 |
+
.site-content {
|
1005 |
+
margin-left: 0%;
|
1006 |
+
margin-right: 0%;
|
1007 |
+
width: 100%; }
|
1008 |
+
|
1009 |
+
.sidebar-content,
|
1010 |
+
main {
|
1011 |
+
float: left; }
|
1012 |
+
|
1013 |
+
main {
|
1014 |
+
width: 75%; }
|
1015 |
+
|
1016 |
+
.sidebar-content {
|
1017 |
+
margin-right: 0%;
|
1018 |
+
width: 25%; }
|
1019 |
+
|
1020 |
+
.logo-wrap {
|
1021 |
+
max-width: 100%;
|
1022 |
+
margin-left: auto;
|
1023 |
+
margin-right: auto;
|
1024 |
+
padding-bottom: 50px;
|
1025 |
+
padding-top: 50px;
|
1026 |
+
width: 80%; }
|
1027 |
+
|
1028 |
+
.logo-text {
|
1029 |
+
margin-left: auto;
|
1030 |
+
margin-right: auto;
|
1031 |
+
text-align: center; }
|
1032 |
+
|
1033 |
+
.logo-image {
|
1034 |
+
max-width: 100%;
|
1035 |
+
margin-left: auto;
|
1036 |
+
margin-right: auto;
|
1037 |
+
text-align: center; }
|
1038 |
+
|
1039 |
+
.logo-secondary-text {
|
1040 |
+
margin-left: auto;
|
1041 |
+
margin-right: auto;
|
1042 |
+
text-align: center; }
|
1043 |
+
|
1044 |
+
.logo-secondary-image {
|
1045 |
+
max-width: 100%;
|
1046 |
+
margin-left: auto;
|
1047 |
+
margin-right: auto;
|
1048 |
+
text-align: center; }
|
1049 |
+
|
1050 |
+
.logo {
|
1051 |
+
font-family: ftnk;
|
1052 |
+
font-size: 30px;
|
1053 |
+
font-style: normal;
|
1054 |
+
font-weight: 700;
|
1055 |
+
line-height: 30px;
|
1056 |
+
padding-bottom: 0px;
|
1057 |
+
padding-left: 0%;
|
1058 |
+
padding-right: 0%;
|
1059 |
+
padding-top: 0px;
|
1060 |
+
text-transform: uppercase; }
|
1061 |
+
.logo,
|
1062 |
+
.logo a {
|
1063 |
+
color: #222222; }
|
1064 |
+
.logo a:hover {
|
1065 |
+
color: #222222;
|
1066 |
+
font-style: normal;
|
1067 |
+
font-weight: 700;
|
1068 |
+
text-transform: uppercase; }
|
1069 |
+
|
1070 |
+
.logo-secondary {
|
1071 |
+
font-family: ftnk;
|
1072 |
+
font-size: 14px;
|
1073 |
+
font-style: normal;
|
1074 |
+
font-weight: 700;
|
1075 |
+
line-height: 18px;
|
1076 |
+
padding-bottom: 0px;
|
1077 |
+
padding-left: 0%;
|
1078 |
+
padding-right: 0%;
|
1079 |
+
padding-top: 0px;
|
1080 |
+
text-transform: none; }
|
1081 |
+
.logo-secondary,
|
1082 |
+
.logo-secondary a {
|
1083 |
+
color: #222222; }
|
1084 |
+
.logo-secondary a:hover {
|
1085 |
+
color: #222222;
|
1086 |
+
font-style: normal;
|
1087 |
+
font-weight: 700;
|
1088 |
+
text-transform: none; }
|
1089 |
+
|
1090 |
+
nav {
|
1091 |
+
float: none;
|
1092 |
+
margin-left: auto;
|
1093 |
+
margin-right: auto;
|
1094 |
+
padding-bottom: 0px;
|
1095 |
+
padding-top: 0px;
|
1096 |
+
width: 80%; }
|
1097 |
+
nav .gallery-title a {
|
1098 |
+
color: #222222;
|
1099 |
+
font-family: ftnk;
|
1100 |
+
font-size: 14px;
|
1101 |
+
font-style: normal;
|
1102 |
+
font-weight: 700;
|
1103 |
+
line-height: 14px;
|
1104 |
+
text-transform: uppercase; }
|
1105 |
+
nav .gallery-title a:hover {
|
1106 |
+
color: #999999;
|
1107 |
+
font-style: normal;
|
1108 |
+
font-weight: 700;
|
1109 |
+
text-transform: uppercase; }
|
1110 |
+
nav .gallery-title a.active {
|
1111 |
+
color: #999999;
|
1112 |
+
font-style: normal;
|
1113 |
+
font-weight: 700;
|
1114 |
+
text-transform: uppercase; }
|
1115 |
+
nav .project-title a {
|
1116 |
+
color: #999999;
|
1117 |
+
font-family: vcsm;
|
1118 |
+
font-size: 16px;
|
1119 |
+
font-style: normal;
|
1120 |
+
font-weight: 400;
|
1121 |
+
line-height: 20px;
|
1122 |
+
text-transform: none; }
|
1123 |
+
nav .project-title a:hover {
|
1124 |
+
color: #222222;
|
1125 |
+
font-style: normal;
|
1126 |
+
font-weight: 400;
|
1127 |
+
text-transform: none; }
|
1128 |
+
nav .project-title a.active {
|
1129 |
+
color: #222222;
|
1130 |
+
font-style: normal;
|
1131 |
+
font-weight: 400;
|
1132 |
+
text-transform: none; }
|
1133 |
+
nav .page-title a {
|
1134 |
+
color: #999999;
|
1135 |
+
font-family: vcsm;
|
1136 |
+
font-size: 16px;
|
1137 |
+
font-style: normal;
|
1138 |
+
font-weight: 400;
|
1139 |
+
line-height: 16px;
|
1140 |
+
text-transform: none; }
|
1141 |
+
nav .page-title a:hover {
|
1142 |
+
color: #222222;
|
1143 |
+
font-style: normal;
|
1144 |
+
font-weight: 400;
|
1145 |
+
text-transform: none; }
|
1146 |
+
nav .page-title a.active {
|
1147 |
+
color: #222222;
|
1148 |
+
font-style: normal;
|
1149 |
+
font-weight: 400;
|
1150 |
+
text-transform: none; }
|
1151 |
+
nav .link-title a {
|
1152 |
+
color: #999999;
|
1153 |
+
font-family: vcsm;
|
1154 |
+
font-size: 16px;
|
1155 |
+
font-style: normal;
|
1156 |
+
font-weight: 400;
|
1157 |
+
line-height: 16px;
|
1158 |
+
text-transform: none; }
|
1159 |
+
nav .link-title a:hover {
|
1160 |
+
color: #222222;
|
1161 |
+
font-style: normal;
|
1162 |
+
font-weight: 400;
|
1163 |
+
text-transform: none; }
|
1164 |
+
|
1165 |
+
nav .group {
|
1166 |
+
padding-bottom: 40px;
|
1167 |
+
padding-top: 0px; }
|
1168 |
+
|
1169 |
+
nav .gallery-title {
|
1170 |
+
padding-bottom: 20px;
|
1171 |
+
padding-top: 0px;
|
1172 |
+
text-align: center; }
|
1173 |
+
|
1174 |
+
nav .project-title {
|
1175 |
+
padding-bottom: 10px;
|
1176 |
+
padding-top: 0px;
|
1177 |
+
text-align: center; }
|
1178 |
+
|
1179 |
+
nav .page-title {
|
1180 |
+
padding-bottom: 20px;
|
1181 |
+
padding-top: 0px;
|
1182 |
+
text-align: center; }
|
1183 |
+
|
1184 |
+
nav .link-title {
|
1185 |
+
padding-bottom: 20px;
|
1186 |
+
padding-top: 0px;
|
1187 |
+
text-align: center; }
|
1188 |
+
|
1189 |
+
.pf-nav-social {
|
1190 |
+
text-align: center; }
|
1191 |
+
.pf-nav-social li {
|
1192 |
+
padding-top: 0px;
|
1193 |
+
padding-bottom: 15px;
|
1194 |
+
padding-left: 0px;
|
1195 |
+
padding-right: 15px; }
|
1196 |
+
.pf-nav-social a:hover svg {
|
1197 |
+
fill: #222222;
|
1198 |
+
opacity: 1; }
|
1199 |
+
.pf-nav-social svg {
|
1200 |
+
fill: #999999;
|
1201 |
+
height: 30px;
|
1202 |
+
opacity: 1;
|
1203 |
+
width: 30px; }
|
1204 |
+
@media (max-width: 768px) {
|
1205 |
+
.pf-nav-social li {
|
1206 |
+
padding-top: 0px;
|
1207 |
+
padding-bottom: 12px;
|
1208 |
+
padding-left: 0px;
|
1209 |
+
padding-right: 12px; } }
|
1210 |
+
@media (max-width: 540px) {
|
1211 |
+
.pf-nav-social li {
|
1212 |
+
padding-top: 0px;
|
1213 |
+
padding-bottom: 10px;
|
1214 |
+
padding-left: 0px;
|
1215 |
+
padding-right: 10px; } }
|
1216 |
+
|
1217 |
+
.pf-footer-social {
|
1218 |
+
text-align: center; }
|
1219 |
+
.pf-footer-social li {
|
1220 |
+
padding-top: 0px;
|
1221 |
+
padding-bottom: 30px;
|
1222 |
+
padding-left: 0px;
|
1223 |
+
padding-right: 15px; }
|
1224 |
+
.pf-footer-social a:hover svg {
|
1225 |
+
fill: #222222;
|
1226 |
+
opacity: 1; }
|
1227 |
+
.pf-footer-social svg {
|
1228 |
+
fill: #999999;
|
1229 |
+
height: 30px;
|
1230 |
+
opacity: 1;
|
1231 |
+
width: 30px; }
|
1232 |
+
@media (max-width: 768px) {
|
1233 |
+
.pf-footer-social li {
|
1234 |
+
padding-top: 0px;
|
1235 |
+
padding-bottom: 24px;
|
1236 |
+
padding-left: 0px;
|
1237 |
+
padding-right: 12px; } }
|
1238 |
+
@media (max-width: 540px) {
|
1239 |
+
.pf-footer-social li {
|
1240 |
+
padding-top: 0px;
|
1241 |
+
padding-bottom: 20px;
|
1242 |
+
padding-left: 0px;
|
1243 |
+
padding-right: 10px; } }
|
1244 |
+
|
1245 |
+
.masthead-social {
|
1246 |
+
text-align: center; }
|
1247 |
+
.masthead-social li {
|
1248 |
+
padding-top: 40px;
|
1249 |
+
padding-bottom: 15px;
|
1250 |
+
padding-left: 0px;
|
1251 |
+
padding-right: 15px; }
|
1252 |
+
.masthead-social a:hover svg {
|
1253 |
+
fill: #ffffff;
|
1254 |
+
opacity: 1; }
|
1255 |
+
.masthead-social svg {
|
1256 |
+
fill: #ffffff;
|
1257 |
+
height: 30px;
|
1258 |
+
opacity: 1;
|
1259 |
+
width: 30px; }
|
1260 |
+
@media (max-width: 768px) {
|
1261 |
+
.masthead-social li {
|
1262 |
+
padding-top: 32px;
|
1263 |
+
padding-bottom: 12px;
|
1264 |
+
padding-left: 0px;
|
1265 |
+
padding-right: 12px; } }
|
1266 |
+
@media (max-width: 540px) {
|
1267 |
+
.masthead-social li {
|
1268 |
+
padding-top: 26px;
|
1269 |
+
padding-bottom: 10px;
|
1270 |
+
padding-left: 0px;
|
1271 |
+
padding-right: 10px; } }
|
1272 |
+
|
1273 |
+
.masthead {
|
1274 |
+
background-color: #eeeeee;
|
1275 |
+
-webkit-box-pack: center;
|
1276 |
+
-moz-box-pack: center;
|
1277 |
+
box-pack: center;
|
1278 |
+
-webkit-justify-content: center;
|
1279 |
+
-moz-justify-content: center;
|
1280 |
+
-ms-justify-content: center;
|
1281 |
+
-o-justify-content: center;
|
1282 |
+
justify-content: center;
|
1283 |
+
-ms-flex-pack: center;
|
1284 |
+
height: 100vh;
|
1285 |
+
margin-bottom: 0px;
|
1286 |
+
padding-left: 0%;
|
1287 |
+
padding-right: 0%; }
|
1288 |
+
.masthead:after {
|
1289 |
+
display: none; }
|
1290 |
+
.masthead h1 {
|
1291 |
+
color: #ffffff;
|
1292 |
+
font-family: arial;
|
1293 |
+
font-size: 80px;
|
1294 |
+
font-style: normal;
|
1295 |
+
font-weight: bold;
|
1296 |
+
line-height: 80px;
|
1297 |
+
margin-bottom: 40px;
|
1298 |
+
margin-top: 0px;
|
1299 |
+
text-align: center;
|
1300 |
+
text-transform: none; }
|
1301 |
+
.masthead p {
|
1302 |
+
color: #ffffff;
|
1303 |
+
font-family: arial;
|
1304 |
+
font-size: 24px;
|
1305 |
+
font-style: normal;
|
1306 |
+
font-weight: normal;
|
1307 |
+
line-height: 28px;
|
1308 |
+
margin-bottom: 0px;
|
1309 |
+
margin-top: 0px;
|
1310 |
+
text-align: center;
|
1311 |
+
text-transform: none; }
|
1312 |
+
|
1313 |
+
.masthead-contents {
|
1314 |
+
max-width: 800px; }
|
1315 |
+
|
1316 |
+
.masthead-buttons {
|
1317 |
+
padding-top: 30px;
|
1318 |
+
text-align: center; }
|
1319 |
+
|
1320 |
+
.masthead-button-1 {
|
1321 |
+
border: 1px solid rgba(255, 255, 255, 0.6);
|
1322 |
+
border-radius: 5px;
|
1323 |
+
color: #ffffff;
|
1324 |
+
font-family: arial;
|
1325 |
+
font-size: 12px;
|
1326 |
+
font-style: normal;
|
1327 |
+
font-weight: bold;
|
1328 |
+
height: 40px;
|
1329 |
+
line-height: 40px;
|
1330 |
+
padding-left: 30px;
|
1331 |
+
padding-right: 30px;
|
1332 |
+
text-transform: uppercase; }
|
1333 |
+
.masthead-button-1:hover {
|
1334 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
1335 |
+
color: #ffffff;
|
1336 |
+
font-style: normal;
|
1337 |
+
font-weight: bold;
|
1338 |
+
text-transform: uppercase; }
|
1339 |
+
|
1340 |
+
@media (max-width: 768px) {
|
1341 |
+
.masthead {
|
1342 |
+
margin-bottom: 0px;
|
1343 |
+
padding-left: 5%;
|
1344 |
+
padding-right: 5%; }
|
1345 |
+
.masthead h1 {
|
1346 |
+
font-size: 34px;
|
1347 |
+
line-height: 34px;
|
1348 |
+
margin-bottom: 20px;
|
1349 |
+
margin-top: 0px; }
|
1350 |
+
.masthead p {
|
1351 |
+
font-size: 15px;
|
1352 |
+
line-height: 18px;
|
1353 |
+
margin-bottom: 0px;
|
1354 |
+
margin-top: 0px; }
|
1355 |
+
.masthead-buttons {
|
1356 |
+
padding-top: 18px; }
|
1357 |
+
.masthead-button-1 {
|
1358 |
+
font-size: 12px;
|
1359 |
+
height: 38px;
|
1360 |
+
line-height: 38px; } }
|
1361 |
+
|
1362 |
+
@media (min-width: 541px) and (max-width: 768px) and (min-height: 921.6px) {
|
1363 |
+
.masthead {
|
1364 |
+
height: 80vh; } }
|
1365 |
+
|
1366 |
+
@media (max-width: 540px) and (min-height: 648px) {
|
1367 |
+
.masthead {
|
1368 |
+
height: 80vh; } }
|
1369 |
+
|
1370 |
+
@media (max-width: 540px) {
|
1371 |
+
.masthead {
|
1372 |
+
margin-bottom: 0px; }
|
1373 |
+
.masthead h1 {
|
1374 |
+
font-size: 29px;
|
1375 |
+
line-height: 29px;
|
1376 |
+
margin-bottom: 18px;
|
1377 |
+
margin-top: 0px; }
|
1378 |
+
.masthead p {
|
1379 |
+
font-size: 14px;
|
1380 |
+
line-height: 20px;
|
1381 |
+
margin-bottom: 0px;
|
1382 |
+
margin-top: 0px; }
|
1383 |
+
.masthead-buttons {
|
1384 |
+
padding-top: 16px; }
|
1385 |
+
.masthead-button-1 {
|
1386 |
+
font-size: 12px;
|
1387 |
+
height: 35px;
|
1388 |
+
line-height: 35px; } }
|
1389 |
+
|
1390 |
+
.site-footer {
|
1391 |
+
font-family: vcsm;
|
1392 |
+
font-size: 13px;
|
1393 |
+
font-style: normal;
|
1394 |
+
font-weight: 400;
|
1395 |
+
line-height: 19px;
|
1396 |
+
padding-bottom: 60px;
|
1397 |
+
padding-left: 0px;
|
1398 |
+
padding-right: 0px;
|
1399 |
+
padding-top: 60px;
|
1400 |
+
text-align: center;
|
1401 |
+
text-transform: none;
|
1402 |
+
width: 100%; }
|
1403 |
+
.site-footer,
|
1404 |
+
.site-footer a {
|
1405 |
+
color: #dddddd; }
|
1406 |
+
|
1407 |
+
@media (max-width: 768px) {
|
1408 |
+
.site-footer {
|
1409 |
+
font-size: 13px;
|
1410 |
+
line-height: 19px;
|
1411 |
+
padding-bottom: 28px;
|
1412 |
+
padding-top: 28px; } }
|
1413 |
+
|
1414 |
+
@media (max-width: 540px) {
|
1415 |
+
.site-footer {
|
1416 |
+
font-size: 13px;
|
1417 |
+
line-height: 19px;
|
1418 |
+
padding-bottom: 25px;
|
1419 |
+
padding-top: 25px; } }
|
1420 |
+
|
1421 |
+
.cookie-banner {
|
1422 |
+
font-family: vcsm;
|
1423 |
+
width: 100%; }
|
1424 |
+
.cookie-banner .close-btn {
|
1425 |
+
cursor: pointer; }
|
1426 |
+
|
1427 |
+
.hamburger-click-area {
|
1428 |
+
-webkit-transform: translateY(-50%);
|
1429 |
+
-moz-transform: translateY(-50%);
|
1430 |
+
-ms-transform: translateY(-50%);
|
1431 |
+
-o-transform: translateY(-50%);
|
1432 |
+
transform: translateY(-50%);
|
1433 |
+
cursor: pointer;
|
1434 |
+
display: none;
|
1435 |
+
padding: 30px 5%;
|
1436 |
+
position: absolute;
|
1437 |
+
right: 0;
|
1438 |
+
-webkit-tap-highlight-color: transparent;
|
1439 |
+
top: 50%; }
|
1440 |
+
|
1441 |
+
.hamburger {
|
1442 |
+
position: relative;
|
1443 |
+
width: 24px; }
|
1444 |
+
.hamburger i {
|
1445 |
+
display: block;
|
1446 |
+
height: 2px;
|
1447 |
+
margin-bottom: 4px; }
|
1448 |
+
.hamburger i:last-child {
|
1449 |
+
margin-bottom: 0; }
|
1450 |
+
|
1451 |
+
@media (max-width: 768px) {
|
1452 |
+
nav {
|
1453 |
+
display: none;
|
1454 |
+
padding: 0;
|
1455 |
+
width: 100%; }
|
1456 |
+
.site-header {
|
1457 |
+
padding: 40px 5%; }
|
1458 |
+
.logo-wrap {
|
1459 |
+
max-width: 100%;
|
1460 |
+
padding: 0;
|
1461 |
+
width: 100%; }
|
1462 |
+
.logo {
|
1463 |
+
max-width: 100%;
|
1464 |
+
padding: 0 39px 0 0; }
|
1465 |
+
.logo-image {
|
1466 |
+
padding-left: 39px;
|
1467 |
+
margin-bottom: -5px;
|
1468 |
+
margin-top: -5px; }
|
1469 |
+
.logo-image img {
|
1470 |
+
max-height: 60px; }
|
1471 |
+
.logo-text {
|
1472 |
+
padding-left: 39px; }
|
1473 |
+
.logo-secondary {
|
1474 |
+
display: none; }
|
1475 |
+
.close-responsive-button {
|
1476 |
+
top: 40px; }
|
1477 |
+
.hamburger-click-area {
|
1478 |
+
display: block; }
|
1479 |
+
.hamburger i {
|
1480 |
+
background-color: #000000; }
|
1481 |
+
main,
|
1482 |
+
.site-container {
|
1483 |
+
width: 100%; }
|
1484 |
+
.site-content {
|
1485 |
+
margin: 0;
|
1486 |
+
padding: 0 0;
|
1487 |
+
width: 100%; }
|
1488 |
+
.responsive-nav {
|
1489 |
+
background-color: #fff;
|
1490 |
+
bottom: 0;
|
1491 |
+
display: block;
|
1492 |
+
height: 100%;
|
1493 |
+
left: 0;
|
1494 |
+
overflow: auto;
|
1495 |
+
-webkit-overflow-scrolling: touch;
|
1496 |
+
padding: 50px 5% 0;
|
1497 |
+
position: fixed;
|
1498 |
+
right: 0;
|
1499 |
+
text-align: center;
|
1500 |
+
top: 0;
|
1501 |
+
transition: visibility 0s ease .2s, opacity .2s ease 0s;
|
1502 |
+
z-index: 99999; }
|
1503 |
+
.responsive-nav nav {
|
1504 |
+
float: none;
|
1505 |
+
margin-left: auto;
|
1506 |
+
margin-right: auto;
|
1507 |
+
max-width: 100%;
|
1508 |
+
width: 100%; }
|
1509 |
+
.responsive-nav.has-social nav {
|
1510 |
+
padding-bottom: 80px; }
|
1511 |
+
.responsive-nav .nav-container {
|
1512 |
+
width: 100%; }
|
1513 |
+
.responsive-nav .page-title,
|
1514 |
+
.responsive-nav .project-title,
|
1515 |
+
.responsive-nav .link-title,
|
1516 |
+
.responsive-nav .gallery-title {
|
1517 |
+
display: block;
|
1518 |
+
text-align: center; }
|
1519 |
+
.responsive-nav .page-title a,
|
1520 |
+
.responsive-nav .project-title a,
|
1521 |
+
.responsive-nav .link-title a,
|
1522 |
+
.responsive-nav .gallery-title a {
|
1523 |
+
font-size: 22px;
|
1524 |
+
line-height: 32px; }
|
1525 |
+
.responsive-nav .page-title,
|
1526 |
+
.responsive-nav .project-title,
|
1527 |
+
.responsive-nav .link-title,
|
1528 |
+
.responsive-nav .gallery-title {
|
1529 |
+
padding: 0 0 30px; }
|
1530 |
+
.responsive-nav .group {
|
1531 |
+
padding: 0; }
|
1532 |
+
.responsive-nav .social {
|
1533 |
+
text-align: center;
|
1534 |
+
width: 100%;
|
1535 |
+
background-color: #fff;
|
1536 |
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
1537 |
+
bottom: 0;
|
1538 |
+
left: 0;
|
1539 |
+
margin: 0;
|
1540 |
+
min-height: 80px;
|
1541 |
+
overflow-x: auto;
|
1542 |
+
overflow-y: hidden;
|
1543 |
+
padding: 5%;
|
1544 |
+
position: fixed; }
|
1545 |
+
.responsive-nav .social ul {
|
1546 |
+
white-space: nowrap; }
|
1547 |
+
.responsive-nav .social svg {
|
1548 |
+
width: 42px; }
|
1549 |
+
.responsive-nav .social li {
|
1550 |
+
display: inline-block;
|
1551 |
+
float: none !important;
|
1552 |
+
padding: 0 20px 0 0; }
|
1553 |
+
.responsive-nav .social li:last-child {
|
1554 |
+
padding-right: 0; }
|
1555 |
+
.close-responsive-click-area {
|
1556 |
+
cursor: pointer;
|
1557 |
+
padding: 50px 6%;
|
1558 |
+
position: fixed;
|
1559 |
+
right: 0;
|
1560 |
+
-webkit-tap-highlight-color: transparent;
|
1561 |
+
top: 0; }
|
1562 |
+
.close-responsive-button {
|
1563 |
+
height: 20px;
|
1564 |
+
position: fixed;
|
1565 |
+
right: 5%;
|
1566 |
+
width: 20px; }
|
1567 |
+
.close-responsive-button:before, .close-responsive-button:after {
|
1568 |
+
background-color: #000000;
|
1569 |
+
content: '';
|
1570 |
+
display: block;
|
1571 |
+
height: 20px;
|
1572 |
+
left: 50%;
|
1573 |
+
position: absolute;
|
1574 |
+
width: 2px; }
|
1575 |
+
.close-responsive-button:before {
|
1576 |
+
-webkit-transform: rotate(45deg);
|
1577 |
+
-moz-transform: rotate(45deg);
|
1578 |
+
-ms-transform: rotate(45deg);
|
1579 |
+
-o-transform: rotate(45deg);
|
1580 |
+
transform: rotate(45deg); }
|
1581 |
+
.close-responsive-button:after {
|
1582 |
+
-webkit-transform: rotate(-45deg);
|
1583 |
+
-moz-transform: rotate(-45deg);
|
1584 |
+
-ms-transform: rotate(-45deg);
|
1585 |
+
-o-transform: rotate(-45deg);
|
1586 |
+
transform: rotate(-45deg); }
|
1587 |
+
.show-responsive-nav {
|
1588 |
+
overflow: hidden; }
|
1589 |
+
.show-responsive-nav .responsive-nav {
|
1590 |
+
opacity: 1;
|
1591 |
+
transition: visibility 0s ease 0s, opacity .2s ease 0s;
|
1592 |
+
visibility: visible; }
|
1593 |
+
.show-responsive-nav .responsive-nav nav {
|
1594 |
+
display: block; }
|
1595 |
+
.show-responsive-nav .site-header,
|
1596 |
+
.show-responsive-nav .site-container {
|
1597 |
+
display: none; }
|
1598 |
+
.site-footer {
|
1599 |
+
padding-left: 5%;
|
1600 |
+
padding-right: 5%;
|
1601 |
+
width: 100%; } }
|
1602 |
+
|
1603 |
+
@media (max-width: 540px) {
|
1604 |
+
.close-responsive-click-area {
|
1605 |
+
padding: 40px 10%; }
|
1606 |
+
.close-responsive-button {
|
1607 |
+
top: 30px; }
|
1608 |
+
.site-header {
|
1609 |
+
padding-bottom: 30px;
|
1610 |
+
padding-top: 30px; }
|
1611 |
+
.logo {
|
1612 |
+
/* stylelint-disable-line length-zero-no-unit */
|
1613 |
+
font-size: 22px;
|
1614 |
+
line-height: 22px; } }
|
1615 |
+
|
1616 |
+
@media (max-width: 768px) {
|
1617 |
+
.sidebar-content {
|
1618 |
+
float: none;
|
1619 |
+
margin: 0;
|
1620 |
+
width: auto; }
|
1621 |
+
.project-covers {
|
1622 |
+
padding-top: 0; } }
|
1623 |
+
|
1624 |
+
/* stylelint-disable block-no-empty */
|
1625 |
+
/* stylelint-enable block-no-empty */
|
1626 |
+
|
1627 |
+
.other-projects:after, .other-projects .title-wrapper:after, .page-content:after, .project-module:after, .other-projects .project-cover .details-inner:after {
|
1628 |
+
clear: both;
|
1629 |
+
content: "";
|
1630 |
+
display: table; }
|
1631 |
+
|
1632 |
+
.back-to-top .arrow {
|
1633 |
+
margin-right: 10px; }
|
1634 |
+
|
1635 |
+
.back-to-top-fixed {
|
1636 |
+
position: fixed;
|
1637 |
+
z-index: 3; }
|
1638 |
+
|
1639 |
+
.icon-back-to-top {
|
1640 |
+
-webkit-transform: translateX(-50%) translateY(-50%);
|
1641 |
+
-moz-transform: translateX(-50%) translateY(-50%);
|
1642 |
+
-ms-transform: translateX(-50%) translateY(-50%);
|
1643 |
+
-o-transform: translateX(-50%) translateY(-50%);
|
1644 |
+
transform: translateX(-50%) translateY(-50%);
|
1645 |
+
display: block;
|
1646 |
+
left: 50%;
|
1647 |
+
position: absolute;
|
1648 |
+
top: 50%; }
|
1649 |
+
|
1650 |
+
.project-module-button {
|
1651 |
+
margin: 0 auto; }
|
1652 |
+
|
1653 |
+
.button-container {
|
1654 |
+
margin: 0 auto;
|
1655 |
+
text-align: center; }
|
1656 |
+
|
1657 |
+
.button-module {
|
1658 |
+
cursor: pointer;
|
1659 |
+
white-space: nowrap;
|
1660 |
+
word-break: keep-all; }
|
1661 |
+
|
1662 |
+
.other-projects {
|
1663 |
+
width: 100%; }
|
1664 |
+
.other-projects .title-wrapper {
|
1665 |
+
display: block;
|
1666 |
+
width: 100%; }
|
1667 |
+
.other-projects .project-cover {
|
1668 |
+
clear: none;
|
1669 |
+
float: left;
|
1670 |
+
position: relative; }
|
1671 |
+
.other-projects .project-cover.editable:before,
|
1672 |
+
.other-projects .project-cover .editable-button {
|
1673 |
+
display: none; }
|
1674 |
+
|
1675 |
+
.other-projects-title {
|
1676 |
+
display: inline-block; }
|
1677 |
+
|
1678 |
+
.page-header .title,
|
1679 |
+
.page-header .description,
|
1680 |
+
.page-header .date,
|
1681 |
+
.page-header .custom1,
|
1682 |
+
.page-header .custom2 {
|
1683 |
+
margin: 0 auto; }
|
1684 |
+
|
1685 |
+
.page-header .description {
|
1686 |
+
white-space: pre-line;
|
1687 |
+
word-wrap: break-word; }
|
1688 |
+
|
1689 |
+
.page img,
|
1690 |
+
.page object {
|
1691 |
+
display: block;
|
1692 |
+
margin: 0 auto;
|
1693 |
+
max-width: 100%; }
|
1694 |
+
|
1695 |
+
.page-content {
|
1696 |
+
clear: both; }
|
1697 |
+
|
1698 |
+
.page-container {
|
1699 |
+
width: 100%; }
|
1700 |
+
|
1701 |
+
.modules .texteditor-inline-color a {
|
1702 |
+
color: inherit; }
|
1703 |
+
|
1704 |
+
.modules .texteditor-inline-fontfamily a {
|
1705 |
+
font-family: inherit; }
|
1706 |
+
|
1707 |
+
.modules .texteditor-inline-fontsize a {
|
1708 |
+
font-size: inherit; }
|
1709 |
+
|
1710 |
+
.splash {
|
1711 |
+
display: flex;
|
1712 |
+
margin: 0 auto;
|
1713 |
+
min-height: 100vh;
|
1714 |
+
padding: 0;
|
1715 |
+
position: relative;
|
1716 |
+
width: 100%; }
|
1717 |
+
.splash img,
|
1718 |
+
.splash object {
|
1719 |
+
display: block;
|
1720 |
+
margin: 0 auto;
|
1721 |
+
max-width: 100%; }
|
1722 |
+
.splash section {
|
1723 |
+
position: relative; }
|
1724 |
+
.splash .splash-image {
|
1725 |
+
background-position: center center;
|
1726 |
+
background-repeat: no-repeat;
|
1727 |
+
background-size: cover;
|
1728 |
+
height: 100vh;
|
1729 |
+
position: relative;
|
1730 |
+
width: 100%; }
|
1731 |
+
.splash .splash-image-wrap {
|
1732 |
+
height: 100%;
|
1733 |
+
position: fixed;
|
1734 |
+
top: 0; }
|
1735 |
+
.splash.image-right .splash-image-wrap {
|
1736 |
+
right: 0; }
|
1737 |
+
|
1738 |
+
.centered {
|
1739 |
+
align-items: flex-start;
|
1740 |
+
justify-content: center;
|
1741 |
+
overflow-y: scroll;
|
1742 |
+
padding: 20px; }
|
1743 |
+
|
1744 |
+
.centered .outer-wrap,
|
1745 |
+
.image-right .outer-wrap,
|
1746 |
+
.image-left .outer-wrap {
|
1747 |
+
align-items: center;
|
1748 |
+
display: flex;
|
1749 |
+
justify-content: center;
|
1750 |
+
overflow: visible;
|
1751 |
+
width: 100%; }
|
1752 |
+
|
1753 |
+
.image-left .outer-wrap {
|
1754 |
+
margin-left: 50%; }
|
1755 |
+
|
1756 |
+
.centered-content-wrap {
|
1757 |
+
padding: 0 20px;
|
1758 |
+
position: relative;
|
1759 |
+
width: 100%; }
|
1760 |
+
|
1761 |
+
@media (max-width: 980px) {
|
1762 |
+
.image-left .outer-wrap {
|
1763 |
+
margin-left: 0; }
|
1764 |
+
.outer-wrap {
|
1765 |
+
width: 100% !important; } }
|
1766 |
+
|
1767 |
+
.image-right {
|
1768 |
+
justify-content: stretch; }
|
1769 |
+
|
1770 |
+
@media (max-width: 980px) {
|
1771 |
+
.image-right,
|
1772 |
+
.image-left {
|
1773 |
+
display: block; }
|
1774 |
+
.image-right:before,
|
1775 |
+
.image-left:before {
|
1776 |
+
content: '';
|
1777 |
+
display: block;
|
1778 |
+
padding-bottom: 50vh;
|
1779 |
+
position: relative; }
|
1780 |
+
.image-right .splash-image,
|
1781 |
+
.image-left .splash-image {
|
1782 |
+
height: 50vh; }
|
1783 |
+
.image-right .splash-image-wrap,
|
1784 |
+
.image-left .splash-image-wrap {
|
1785 |
+
height: auto;
|
1786 |
+
left: 0;
|
1787 |
+
position: absolute;
|
1788 |
+
top: 0;
|
1789 |
+
width: 100%; } }
|
1790 |
+
|
1791 |
+
.project-module {
|
1792 |
+
clear: both;
|
1793 |
+
word-break: break-word; }
|
1794 |
+
|
1795 |
+
.modules .media_collection {
|
1796 |
+
margin-left: auto;
|
1797 |
+
margin-right: auto; }
|
1798 |
+
|
1799 |
+
.media-is-processing {
|
1800 |
+
display: none; }
|
1801 |
+
|
1802 |
+
.grid--main {
|
1803 |
+
display: flex;
|
1804 |
+
flex-wrap: wrap;
|
1805 |
+
margin: -4px;
|
1806 |
+
visibility: hidden; }
|
1807 |
+
|
1808 |
+
/* added via JS by flexbox-sizer*/
|
1809 |
+
.grid--ready {
|
1810 |
+
visibility: visible; }
|
1811 |
+
|
1812 |
+
.grid__item-container {
|
1813 |
+
box-sizing: content-box !important;
|
1814 |
+
display: inline-block;
|
1815 |
+
margin: 4px;
|
1816 |
+
position: relative; }
|
1817 |
+
.grid__item-container .stock__buy-button {
|
1818 |
+
visibility: hidden; }
|
1819 |
+
.grid__item-container:hover .stock__buy-button {
|
1820 |
+
visibility: visible; }
|
1821 |
+
|
1822 |
+
.grid__item-filler {
|
1823 |
+
background: rgba(0, 0, 0, 0.03);
|
1824 |
+
display: block; }
|
1825 |
+
.image-loaded ~ .grid__item-filler {
|
1826 |
+
background: transparent; }
|
1827 |
+
|
1828 |
+
.grid__item-image {
|
1829 |
+
position: absolute;
|
1830 |
+
top: 0;
|
1831 |
+
vertical-align: bottom;
|
1832 |
+
width: 100%; }
|
1833 |
+
|
1834 |
+
/* added via JS by flexbox-sizer*/
|
1835 |
+
.grid__item-spacer {
|
1836 |
+
flex-grow: 90000000000; }
|
1837 |
+
|
1838 |
+
.modules .form {
|
1839 |
+
clear: both;
|
1840 |
+
margin-left: auto;
|
1841 |
+
margin-right: auto; }
|
1842 |
+
.modules .form label {
|
1843 |
+
display: block; }
|
1844 |
+
.modules .form input,
|
1845 |
+
.modules .form textarea,
|
1846 |
+
.modules .form .submit-button {
|
1847 |
+
border-style: solid;
|
1848 |
+
border-width: 1px;
|
1849 |
+
outline: none; }
|
1850 |
+
.modules .form input,
|
1851 |
+
.modules .form textarea {
|
1852 |
+
-webkit-appearance: none;
|
1853 |
+
border-radius: 3px;
|
1854 |
+
padding-right: 10px;
|
1855 |
+
width: 100%; }
|
1856 |
+
.modules .form .error input,
|
1857 |
+
.modules .form .error textarea {
|
1858 |
+
border-color: #c00 !important; }
|
1859 |
+
.modules .form input {
|
1860 |
+
height: 42px;
|
1861 |
+
line-height: 42px; }
|
1862 |
+
.modules .form textarea {
|
1863 |
+
display: block;
|
1864 |
+
height: 132px;
|
1865 |
+
padding-bottom: 13px;
|
1866 |
+
padding-top: 13px; }
|
1867 |
+
.modules .form .submit-button {
|
1868 |
+
cursor: pointer;
|
1869 |
+
display: inline-block;
|
1870 |
+
position: relative;
|
1871 |
+
user-select: none;
|
1872 |
+
width: auto; }
|
1873 |
+
.modules .form .contact-form-sent {
|
1874 |
+
display: none; }
|
1875 |
+
.modules .form .form-error {
|
1876 |
+
color: #c00;
|
1877 |
+
font-size: 12px;
|
1878 |
+
line-height: 12px;
|
1879 |
+
padding-top: 5px; }
|
1880 |
+
.modules .form .submit-text.processing {
|
1881 |
+
opacity: 0; }
|
1882 |
+
.modules .form.sent .contact-form {
|
1883 |
+
display: none; }
|
1884 |
+
.modules .form.sent .contact-form-sent {
|
1885 |
+
display: block; }
|
1886 |
+
|
1887 |
+
.stock__buy-button {
|
1888 |
+
align-items: center;
|
1889 |
+
background-color: rgba(0, 0, 0, 0.6);
|
1890 |
+
border-radius: 4px;
|
1891 |
+
bottom: 0;
|
1892 |
+
color: #fff;
|
1893 |
+
display: flex;
|
1894 |
+
font: bold 13px sans-serif;
|
1895 |
+
height: 29px;
|
1896 |
+
margin: 6px;
|
1897 |
+
max-width: calc(100% - 12px);
|
1898 |
+
padding: 0 10px;
|
1899 |
+
position: absolute;
|
1900 |
+
right: 0; }
|
1901 |
+
.stock__buy-button .stock__text {
|
1902 |
+
overflow: hidden;
|
1903 |
+
text-overflow: ellipsis;
|
1904 |
+
white-space: nowrap; }
|
1905 |
+
.stock__buy-button:hover {
|
1906 |
+
background-color: #000; }
|
1907 |
+
.stock__buy-button:hover .stock__icon {
|
1908 |
+
opacity: 1; }
|
1909 |
+
.stock__buy-button .stock__icon {
|
1910 |
+
height: 18px;
|
1911 |
+
margin-right: 8px;
|
1912 |
+
min-height: 18px;
|
1913 |
+
min-width: 18px;
|
1914 |
+
opacity: .7;
|
1915 |
+
width: 18px; }
|
1916 |
+
|
1917 |
+
.grid-module--edit .stock__buy-button {
|
1918 |
+
display: none; }
|
1919 |
+
|
1920 |
+
.lightbox-content .stock__buy-button {
|
1921 |
+
border-radius: 6px;
|
1922 |
+
font-size: 14px;
|
1923 |
+
height: 39px;
|
1924 |
+
margin: 20px;
|
1925 |
+
padding: 0 15px;
|
1926 |
+
z-index: 1004; }
|
1927 |
+
|
1928 |
+
.other-projects .project-cover {
|
1929 |
+
display: block;
|
1930 |
+
float: left;
|
1931 |
+
position: relative; }
|
1932 |
+
.other-projects .project-cover.hold-space .cover-image:before {
|
1933 |
+
content: '';
|
1934 |
+
display: block;
|
1935 |
+
width: 100%; }
|
1936 |
+
.other-projects .project-cover.hold-space .cover {
|
1937 |
+
left: 0;
|
1938 |
+
min-height: 100%;
|
1939 |
+
position: absolute;
|
1940 |
+
top: 0; }
|
1941 |
+
.other-projects .project-cover .cover-image-wrap {
|
1942 |
+
overflow: hidden;
|
1943 |
+
position: relative; }
|
1944 |
+
.other-projects .project-cover .cover-image {
|
1945 |
+
position: relative;
|
1946 |
+
-webkit-transform: translateZ(0); }
|
1947 |
+
.other-projects .project-cover .cover-image:after {
|
1948 |
+
-webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
|
1949 |
+
-moz-transition: background-color 0.2s ease, opacity 0.2s ease;
|
1950 |
+
transition: background-color 0.2s ease, opacity 0.2s ease;
|
1951 |
+
content: '';
|
1952 |
+
display: block;
|
1953 |
+
height: 100%;
|
1954 |
+
left: 0;
|
1955 |
+
position: absolute;
|
1956 |
+
top: 0;
|
1957 |
+
width: 100%; }
|
1958 |
+
.other-projects .project-cover .cover {
|
1959 |
+
background-position: center center;
|
1960 |
+
background-repeat: no-repeat;
|
1961 |
+
background-size: cover;
|
1962 |
+
display: block;
|
1963 |
+
min-height: 100%;
|
1964 |
+
overflow: hidden;
|
1965 |
+
width: 100%; }
|
1966 |
+
.other-projects .project-cover .cover .cover__img {
|
1967 |
+
font-family: 'object-fit: cover;';
|
1968 |
+
height: calc(100% + 2px);
|
1969 |
+
left: 50%;
|
1970 |
+
object-fit: cover;
|
1971 |
+
position: absolute;
|
1972 |
+
top: 50%;
|
1973 |
+
transform: translate(-50%, -50%);
|
1974 |
+
width: calc(100% + 2px); }
|
1975 |
+
.other-projects .project-cover .cover .cover__img.js-lazy {
|
1976 |
+
background-color: rgba(0, 0, 0, 0.03); }
|
1977 |
+
.other-projects .project-cover .cover .cover__img.js-lazy.image-loaded {
|
1978 |
+
background-color: transparent; }
|
1979 |
+
.other-projects .project-cover .cover-rollover {
|
1980 |
+
opacity: 0;
|
1981 |
+
visibility: hidden; }
|
1982 |
+
.other-projects .project-cover:hover .cover-normal.has-rollover, .other-projects .project-cover.touch-hover .cover-normal.has-rollover {
|
1983 |
+
opacity: 0;
|
1984 |
+
visibility: hidden; }
|
1985 |
+
.other-projects .project-cover:hover .cover-rollover, .other-projects .project-cover.touch-hover .cover-rollover {
|
1986 |
+
opacity: 1;
|
1987 |
+
visibility: visible; }
|
1988 |
+
.other-projects .project-cover .title,
|
1989 |
+
.other-projects .project-cover .date,
|
1990 |
+
.other-projects .project-cover .custom1,
|
1991 |
+
.other-projects .project-cover .custom2,
|
1992 |
+
.other-projects .project-cover .description {
|
1993 |
+
clear: both; }
|
1994 |
+
.other-projects .project-cover .description {
|
1995 |
+
white-space: pre-line;
|
1996 |
+
word-wrap: break-word; }
|
1997 |
+
.other-projects .project-cover .details-inner {
|
1998 |
+
overflow: hidden; }
|
1999 |
+
|
2000 |
+
.other-projects .project-cover:hover .details-wrap,
|
2001 |
+
.other-projects .project-cover.touch-hover .details-wrap {
|
2002 |
+
opacity: 1; }
|
2003 |
+
|
2004 |
+
.other-projects .project-cover .cover-content-container {
|
2005 |
+
position: relative; }
|
2006 |
+
|
2007 |
+
.other-projects .project-cover .details-wrap {
|
2008 |
+
opacity: 0;
|
2009 |
+
position: absolute;
|
2010 |
+
top: 0;
|
2011 |
+
transition: opacity .15s ease; }
|
2012 |
+
|
2013 |
+
.other-projects .project-cover .details-wrap {
|
2014 |
+
-webkit-backface-visibility: hidden;
|
2015 |
+
height: 100%; }
|
2016 |
+
|
2017 |
+
.other-projects .project-cover .details {
|
2018 |
+
height: 100%;
|
2019 |
+
position: relative;
|
2020 |
+
width: 100%; }
|
2021 |
+
|
2022 |
+
.back-to-top {
|
2023 |
+
clear: both;
|
2024 |
+
display: block;
|
2025 |
+
padding-bottom: 60px;
|
2026 |
+
padding-top: 60px;
|
2027 |
+
text-align: center; }
|
2028 |
+
.back-to-top a {
|
2029 |
+
color: #999999;
|
2030 |
+
font-family: vcsm;
|
2031 |
+
font-size: 18px;
|
2032 |
+
font-style: normal;
|
2033 |
+
font-weight: 400;
|
2034 |
+
line-height: 18px;
|
2035 |
+
text-transform: normal; }
|
2036 |
+
.back-to-top a:hover {
|
2037 |
+
color: #666666; }
|
2038 |
+
.back-to-top .arrow {
|
2039 |
+
display: inline-block; }
|
2040 |
+
|
2041 |
+
@media (max-width: 768px) {
|
2042 |
+
.back-to-top {
|
2043 |
+
padding-bottom: 28px;
|
2044 |
+
padding-top: 28px; }
|
2045 |
+
.back-to-top a {
|
2046 |
+
font-size: 14px;
|
2047 |
+
line-height: 14px; } }
|
2048 |
+
|
2049 |
+
@media (max-width: 540px) {
|
2050 |
+
.back-to-top {
|
2051 |
+
padding-bottom: 25px;
|
2052 |
+
padding-top: 25px; }
|
2053 |
+
.back-to-top a {
|
2054 |
+
font-size: 14px;
|
2055 |
+
line-height: 20px; } }
|
2056 |
+
|
2057 |
+
.other-projects {
|
2058 |
+
padding-bottom: 0px;
|
2059 |
+
padding-top: 40px; }
|
2060 |
+
.other-projects .title-container {
|
2061 |
+
margin-left: auto;
|
2062 |
+
margin-right: auto;
|
2063 |
+
max-width: 800px;
|
2064 |
+
text-align: center;
|
2065 |
+
width: 100%; }
|
2066 |
+
.other-projects .project-cover:nth-child(-n+2) {
|
2067 |
+
display: block; }
|
2068 |
+
.other-projects .project-cover:nth-child(n+3) {
|
2069 |
+
display: none; }
|
2070 |
+
|
2071 |
+
.other-projects-title {
|
2072 |
+
color: #222222;
|
2073 |
+
font-family: ftnk;
|
2074 |
+
font-size: 24px;
|
2075 |
+
font-style: normal;
|
2076 |
+
font-weight: 700;
|
2077 |
+
line-height: 24px;
|
2078 |
+
margin-bottom: 40px;
|
2079 |
+
margin-top: 0px;
|
2080 |
+
text-transform: uppercase; }
|
2081 |
+
|
2082 |
+
@media (max-width: 768px) {
|
2083 |
+
.other-projects {
|
2084 |
+
padding-bottom: 0px;
|
2085 |
+
padding-top: 20px; }
|
2086 |
+
.other-projects-title {
|
2087 |
+
font-size: 18px;
|
2088 |
+
line-height: 18px;
|
2089 |
+
padding-left: 5%;
|
2090 |
+
padding-right: 5%;
|
2091 |
+
margin-bottom: 20px;
|
2092 |
+
margin-top: 0px; } }
|
2093 |
+
|
2094 |
+
@media (max-width: 540px) {
|
2095 |
+
.other-projects .project-cover:nth-child(n+2) {
|
2096 |
+
display: none; }
|
2097 |
+
.other-projects {
|
2098 |
+
padding-bottom: 0px;
|
2099 |
+
padding-top: 18px; }
|
2100 |
+
.other-projects-title {
|
2101 |
+
font-size: 15px;
|
2102 |
+
line-height: 15px;
|
2103 |
+
margin-bottom: 18px;
|
2104 |
+
margin-top: 0px; } }
|
2105 |
+
|
2106 |
+
.page-header {
|
2107 |
+
margin-left: auto;
|
2108 |
+
margin-right: auto;
|
2109 |
+
max-width: 800px;
|
2110 |
+
padding-bottom: 70px;
|
2111 |
+
padding-top: 70px;
|
2112 |
+
width: 100%; }
|
2113 |
+
.page-header .title {
|
2114 |
+
color: #222222;
|
2115 |
+
font-family: ftnk;
|
2116 |
+
font-size: 50px;
|
2117 |
+
font-style: normal;
|
2118 |
+
font-weight: 400;
|
2119 |
+
line-height: 50px;
|
2120 |
+
padding-bottom: 20px;
|
2121 |
+
padding-top: 0px;
|
2122 |
+
text-align: center;
|
2123 |
+
text-transform: uppercase;
|
2124 |
+
width: 100%; }
|
2125 |
+
.page-header .description {
|
2126 |
+
color: #999999;
|
2127 |
+
font-family: vcsm;
|
2128 |
+
font-size: 18px;
|
2129 |
+
font-style: normal;
|
2130 |
+
font-weight: 400;
|
2131 |
+
line-height: 26px;
|
2132 |
+
padding-bottom: 0px;
|
2133 |
+
padding-top: 0px;
|
2134 |
+
text-align: center;
|
2135 |
+
text-transform: none;
|
2136 |
+
width: 100%; }
|
2137 |
+
.page-header .date {
|
2138 |
+
color: #999999;
|
2139 |
+
font-family: vcsm;
|
2140 |
+
font-size: 16px;
|
2141 |
+
font-style: normal;
|
2142 |
+
font-weight: 700;
|
2143 |
+
line-height: 22px;
|
2144 |
+
padding-bottom: 15px;
|
2145 |
+
padding-top: 0px;
|
2146 |
+
text-align: center;
|
2147 |
+
text-transform: none;
|
2148 |
+
width: 100%; }
|
2149 |
+
.page-header .custom1 {
|
2150 |
+
color: #999999;
|
2151 |
+
font-family: vcsm;
|
2152 |
+
font-size: 16px;
|
2153 |
+
font-style: normal;
|
2154 |
+
font-weight: 400;
|
2155 |
+
line-height: 22px;
|
2156 |
+
padding-bottom: 0px;
|
2157 |
+
padding-top: 0px;
|
2158 |
+
text-align: center;
|
2159 |
+
text-transform: none;
|
2160 |
+
width: 100%; }
|
2161 |
+
.page-header .custom2 {
|
2162 |
+
color: #999999;
|
2163 |
+
font-family: vcsm;
|
2164 |
+
font-size: 16px;
|
2165 |
+
font-style: normal;
|
2166 |
+
font-weight: 400;
|
2167 |
+
line-height: 22px;
|
2168 |
+
padding-bottom: 0px;
|
2169 |
+
padding-top: 0px;
|
2170 |
+
text-align: center;
|
2171 |
+
text-transform: none;
|
2172 |
+
width: 100%; }
|
2173 |
+
|
2174 |
+
.page-container {
|
2175 |
+
margin-left: auto;
|
2176 |
+
margin-right: auto;
|
2177 |
+
max-width: 100%;
|
2178 |
+
padding-bottom: 0px;
|
2179 |
+
padding-top: 0px; }
|
2180 |
+
|
2181 |
+
.page {
|
2182 |
+
margin-left: 0%;
|
2183 |
+
margin-right: 0%;
|
2184 |
+
width: 100%; }
|
2185 |
+
|
2186 |
+
@media (max-width: 768px) {
|
2187 |
+
.page-header {
|
2188 |
+
padding-left: 5%;
|
2189 |
+
padding-right: 5%;
|
2190 |
+
padding-bottom: 30px;
|
2191 |
+
padding-top: 30px;
|
2192 |
+
width: 100%; }
|
2193 |
+
.page-header .title {
|
2194 |
+
font-size: 31px;
|
2195 |
+
line-height: 31px;
|
2196 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2197 |
+
padding-bottom: 14px; }
|
2198 |
+
.page-header .date {
|
2199 |
+
font-size: 14px;
|
2200 |
+
line-height: 20px;
|
2201 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2202 |
+
padding-bottom: 11px; }
|
2203 |
+
.page-header .custom1 {
|
2204 |
+
font-size: 14px;
|
2205 |
+
line-height: 20px; }
|
2206 |
+
.page-header .custom2 {
|
2207 |
+
font-size: 14px;
|
2208 |
+
line-height: 20px; }
|
2209 |
+
.page-header .description {
|
2210 |
+
font-size: 14px;
|
2211 |
+
line-height: 20px; }
|
2212 |
+
.page-header .title,
|
2213 |
+
.page-header .custom1,
|
2214 |
+
.page-header .custom2,
|
2215 |
+
.page-header .date,
|
2216 |
+
.page-header .description,
|
2217 |
+
.page-header .project-module-text {
|
2218 |
+
width: 100%; }
|
2219 |
+
.page {
|
2220 |
+
margin-left: 0;
|
2221 |
+
margin-right: 0;
|
2222 |
+
width: 100%; }
|
2223 |
+
.page-container {
|
2224 |
+
max-width: 100%;
|
2225 |
+
padding-bottom: 0px;
|
2226 |
+
padding-top: 0px; } }
|
2227 |
+
|
2228 |
+
@media (max-width: 540px) {
|
2229 |
+
.page-header {
|
2230 |
+
padding-bottom: 26px;
|
2231 |
+
padding-top: 26px;
|
2232 |
+
width: 100%; }
|
2233 |
+
.page-header .title {
|
2234 |
+
font-size: 25px;
|
2235 |
+
line-height: 25px;
|
2236 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2237 |
+
padding-bottom: 13px; }
|
2238 |
+
.page-header .date {
|
2239 |
+
font-size: 14px;
|
2240 |
+
line-height: 20px;
|
2241 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2242 |
+
padding-bottom: 10px; }
|
2243 |
+
.page-header .custom1 {
|
2244 |
+
font-size: 14px;
|
2245 |
+
line-height: 20px; }
|
2246 |
+
.page-header .custom2 {
|
2247 |
+
font-size: 14px;
|
2248 |
+
line-height: 20px; }
|
2249 |
+
.page-header .description {
|
2250 |
+
font-size: 14px;
|
2251 |
+
line-height: 20px; }
|
2252 |
+
.page-container {
|
2253 |
+
padding-bottom: 0px;
|
2254 |
+
padding-top: 0px; } }
|
2255 |
+
|
2256 |
+
.media_collection {
|
2257 |
+
margin-left: auto;
|
2258 |
+
margin-right: auto; }
|
2259 |
+
|
2260 |
+
.splash-modules .image {
|
2261 |
+
margin-left: auto;
|
2262 |
+
margin-right: auto;
|
2263 |
+
padding-bottom: 0px;
|
2264 |
+
padding-top: 0px;
|
2265 |
+
max-width: 100%;
|
2266 |
+
width: 100%; }
|
2267 |
+
|
2268 |
+
.splash-modules .video {
|
2269 |
+
margin-left: auto;
|
2270 |
+
margin-right: auto;
|
2271 |
+
padding-bottom: 0px;
|
2272 |
+
padding-top: 0px;
|
2273 |
+
max-width: 100%;
|
2274 |
+
width: 100%; }
|
2275 |
+
|
2276 |
+
.splash-modules .embed {
|
2277 |
+
margin-left: auto;
|
2278 |
+
margin-right: auto;
|
2279 |
+
padding-bottom: 0px;
|
2280 |
+
padding-top: 0px;
|
2281 |
+
max-width: 100%;
|
2282 |
+
width: 100%; }
|
2283 |
+
|
2284 |
+
.splash-modules .audio {
|
2285 |
+
margin-left: auto;
|
2286 |
+
margin-right: auto;
|
2287 |
+
padding-bottom: 0px;
|
2288 |
+
padding-top: 0px;
|
2289 |
+
max-width: 100%;
|
2290 |
+
width: 100%; }
|
2291 |
+
|
2292 |
+
.splash-modules .text {
|
2293 |
+
margin-left: auto;
|
2294 |
+
margin-right: auto;
|
2295 |
+
padding-bottom: 0px;
|
2296 |
+
padding-top: 0px;
|
2297 |
+
max-width: 800px;
|
2298 |
+
width: 100%; }
|
2299 |
+
|
2300 |
+
.splash-modules .button {
|
2301 |
+
margin-left: auto;
|
2302 |
+
margin-right: auto;
|
2303 |
+
padding-bottom: 20px;
|
2304 |
+
padding-top: 20px;
|
2305 |
+
max-width: 100%; }
|
2306 |
+
|
2307 |
+
.splash-modules .media_collection {
|
2308 |
+
overflow: hidden;
|
2309 |
+
padding-bottom: 0px;
|
2310 |
+
padding-top: 0px;
|
2311 |
+
max-width: 100%;
|
2312 |
+
width: 100%; }
|
2313 |
+
|
2314 |
+
.splash-modules .module-caption-container {
|
2315 |
+
margin-left: auto;
|
2316 |
+
margin-right: auto;
|
2317 |
+
max-width: 800px;
|
2318 |
+
width: 100%; }
|
2319 |
+
|
2320 |
+
.splash-modules .rich-text .title {
|
2321 |
+
color: #222222;
|
2322 |
+
font-family: ftnk;
|
2323 |
+
font-size: 50px;
|
2324 |
+
font-style: normal;
|
2325 |
+
font-weight: 400;
|
2326 |
+
line-height: 50px;
|
2327 |
+
padding-bottom: 5px;
|
2328 |
+
padding-top: 0px;
|
2329 |
+
text-align: center;
|
2330 |
+
text-transform: uppercase; }
|
2331 |
+
|
2332 |
+
.splash-modules .rich-text .sub-title {
|
2333 |
+
color: #222222;
|
2334 |
+
font-family: ftnk;
|
2335 |
+
font-size: 20px;
|
2336 |
+
font-style: normal;
|
2337 |
+
font-weight: 500;
|
2338 |
+
line-height: 20px;
|
2339 |
+
padding-bottom: 10px;
|
2340 |
+
padding-top: 5px;
|
2341 |
+
text-align: center;
|
2342 |
+
text-transform: uppercase; }
|
2343 |
+
|
2344 |
+
.splash-modules .rich-text .main-text,
|
2345 |
+
.splash-modules .rich-text div,
|
2346 |
+
.splash-modules .rich-text p {
|
2347 |
+
color: #999999;
|
2348 |
+
font-family: vcsm;
|
2349 |
+
font-size: 18px;
|
2350 |
+
font-style: normal;
|
2351 |
+
font-weight: 400;
|
2352 |
+
line-height: 26px;
|
2353 |
+
padding-bottom: 10px;
|
2354 |
+
padding-top: 5px;
|
2355 |
+
text-align: center;
|
2356 |
+
text-transform: none; }
|
2357 |
+
|
2358 |
+
.splash-modules .rich-text a {
|
2359 |
+
color: #999999;
|
2360 |
+
text-transform: none; }
|
2361 |
+
.splash-modules .rich-text a:hover {
|
2362 |
+
color: #999999;
|
2363 |
+
text-transform: none; }
|
2364 |
+
|
2365 |
+
.splash-modules .rich-text .caption,
|
2366 |
+
.splash-modules .module-caption div,
|
2367 |
+
.splash-modules .module-caption p {
|
2368 |
+
color: #999999;
|
2369 |
+
font-family: vcsm;
|
2370 |
+
font-size: 14px;
|
2371 |
+
font-style: normal;
|
2372 |
+
font-weight: 400;
|
2373 |
+
line-height: 18px;
|
2374 |
+
padding-bottom: 0px;
|
2375 |
+
padding-top: 15px;
|
2376 |
+
text-align: center;
|
2377 |
+
text-transform: none; }
|
2378 |
+
|
2379 |
+
@media (max-width: 768px) {
|
2380 |
+
.splash-modules .rich-text .title {
|
2381 |
+
font-size: 31px;
|
2382 |
+
line-height: 31px;
|
2383 |
+
padding-bottom: 5px;
|
2384 |
+
padding-top: 0px; }
|
2385 |
+
.splash-modules .rich-text .sub-title {
|
2386 |
+
font-size: 17px;
|
2387 |
+
line-height: 17px;
|
2388 |
+
padding-bottom: 8px;
|
2389 |
+
padding-top: 5px; }
|
2390 |
+
.splash-modules .rich-text .main-text,
|
2391 |
+
.splash-modules .rich-text div,
|
2392 |
+
.splash-modules .rich-text p {
|
2393 |
+
font-size: 14px;
|
2394 |
+
line-height: 20px;
|
2395 |
+
padding-bottom: 8px;
|
2396 |
+
padding-top: 5px; }
|
2397 |
+
.splash-modules .rich-text .caption,
|
2398 |
+
.splash-modules .module-caption div,
|
2399 |
+
.splash-modules .module-caption p {
|
2400 |
+
font-size: 14px;
|
2401 |
+
line-height: 20px;
|
2402 |
+
padding-bottom: 0px;
|
2403 |
+
padding-top: 11px; }
|
2404 |
+
.splash-modules .modules .image,
|
2405 |
+
.splash-modules .modules .video,
|
2406 |
+
.splash-modules .modules .embed,
|
2407 |
+
.splash-modules .modules .audio,
|
2408 |
+
.splash-modules .modules .text {
|
2409 |
+
width: 100%; }
|
2410 |
+
.splash-modules .modules .image {
|
2411 |
+
padding-bottom: 0px;
|
2412 |
+
padding-top: 0px; }
|
2413 |
+
.splash-modules .modules .video {
|
2414 |
+
padding-bottom: 0px;
|
2415 |
+
padding-top: 0px; }
|
2416 |
+
.splash-modules .modules .embed {
|
2417 |
+
padding-bottom: 0px;
|
2418 |
+
padding-top: 0px; }
|
2419 |
+
.splash-modules .modules .audio {
|
2420 |
+
padding-bottom: 0px;
|
2421 |
+
padding-top: 0px; }
|
2422 |
+
.splash-modules .modules .text {
|
2423 |
+
padding-left: 5%;
|
2424 |
+
padding-right: 5%;
|
2425 |
+
padding-bottom: 0px;
|
2426 |
+
padding-top: 0px; } }
|
2427 |
+
|
2428 |
+
@media (max-width: 540px) {
|
2429 |
+
.splash-modules .rich-text .title {
|
2430 |
+
padding-bottom: 5px;
|
2431 |
+
padding-top: 0px; }
|
2432 |
+
.splash-modules .rich-text .title,
|
2433 |
+
.splash-modules .rich-text .title span {
|
2434 |
+
font-size: 25px !important;
|
2435 |
+
line-height: 25px !important; }
|
2436 |
+
.splash-modules .rich-text .sub-title {
|
2437 |
+
padding-bottom: 7px;
|
2438 |
+
padding-top: 5px; }
|
2439 |
+
.splash-modules .rich-text .sub-title,
|
2440 |
+
.splash-modules .rich-text .sub-title span {
|
2441 |
+
font-size: 14px !important;
|
2442 |
+
line-height: 14px !important; }
|
2443 |
+
.splash-modules .rich-text .main-text,
|
2444 |
+
.splash-modules .rich-text div,
|
2445 |
+
.splash-modules .rich-text p {
|
2446 |
+
padding-bottom: 7px;
|
2447 |
+
padding-top: 5px; }
|
2448 |
+
.splash-modules .rich-text .main-text,
|
2449 |
+
.splash-modules .rich-text .main-text span,
|
2450 |
+
.splash-modules .rich-text div,
|
2451 |
+
.splash-modules .rich-text div span,
|
2452 |
+
.splash-modules .rich-text p,
|
2453 |
+
.splash-modules .rich-text p span {
|
2454 |
+
font-size: 14px !important;
|
2455 |
+
line-height: 20px !important; }
|
2456 |
+
.splash-modules .rich-text .caption,
|
2457 |
+
.splash-modules .module-caption div,
|
2458 |
+
.splash-modules .module-caption p {
|
2459 |
+
padding-bottom: 0px;
|
2460 |
+
padding-top: 10px; }
|
2461 |
+
.splash-modules .rich-text .caption,
|
2462 |
+
.splash-modules .rich-text .caption span,
|
2463 |
+
.splash-modules .module-caption div,
|
2464 |
+
.splash-modules .module-caption div span,
|
2465 |
+
.splash-modules .module-caption p,
|
2466 |
+
.splash-modules .module-caption p span {
|
2467 |
+
font-size: 14px !important;
|
2468 |
+
line-height: 20px !important; }
|
2469 |
+
.splash-modules .modules .image {
|
2470 |
+
padding-bottom: 0px;
|
2471 |
+
padding-top: 0px; }
|
2472 |
+
.splash-modules .modules .video {
|
2473 |
+
padding-bottom: 0px;
|
2474 |
+
padding-top: 0px; }
|
2475 |
+
.splash-modules .modules .embed {
|
2476 |
+
padding-bottom: 0px;
|
2477 |
+
padding-top: 0px; }
|
2478 |
+
.splash-modules .modules .audio {
|
2479 |
+
padding-bottom: 0px;
|
2480 |
+
padding-top: 0px; }
|
2481 |
+
.splash-modules .modules .text {
|
2482 |
+
padding-bottom: 0px;
|
2483 |
+
padding-top: 0px; } }
|
2484 |
+
|
2485 |
+
.standard-modules .image {
|
2486 |
+
margin-left: auto;
|
2487 |
+
margin-right: auto;
|
2488 |
+
padding-bottom: 40px;
|
2489 |
+
padding-top: 0px;
|
2490 |
+
max-width: 100%;
|
2491 |
+
width: 100%; }
|
2492 |
+
|
2493 |
+
.standard-modules .video {
|
2494 |
+
margin-left: auto;
|
2495 |
+
margin-right: auto;
|
2496 |
+
padding-bottom: 40px;
|
2497 |
+
padding-top: 0px;
|
2498 |
+
max-width: 100%;
|
2499 |
+
width: 100%; }
|
2500 |
+
|
2501 |
+
.standard-modules .embed {
|
2502 |
+
margin-left: auto;
|
2503 |
+
margin-right: auto;
|
2504 |
+
padding-bottom: 40px;
|
2505 |
+
padding-top: 0px;
|
2506 |
+
max-width: 100%;
|
2507 |
+
width: 100%; }
|
2508 |
+
|
2509 |
+
.standard-modules .audio {
|
2510 |
+
margin-left: auto;
|
2511 |
+
margin-right: auto;
|
2512 |
+
padding-bottom: 40px;
|
2513 |
+
padding-top: 0px;
|
2514 |
+
max-width: 100%;
|
2515 |
+
width: 100%; }
|
2516 |
+
|
2517 |
+
.standard-modules .text {
|
2518 |
+
margin-left: auto;
|
2519 |
+
margin-right: auto;
|
2520 |
+
padding-bottom: 40px;
|
2521 |
+
padding-top: 20px;
|
2522 |
+
max-width: 800px;
|
2523 |
+
width: 100%; }
|
2524 |
+
|
2525 |
+
.standard-modules .button {
|
2526 |
+
margin-left: auto;
|
2527 |
+
margin-right: auto;
|
2528 |
+
padding-bottom: 20px;
|
2529 |
+
padding-top: 20px;
|
2530 |
+
max-width: 100%; }
|
2531 |
+
|
2532 |
+
.standard-modules .media_collection {
|
2533 |
+
overflow: hidden;
|
2534 |
+
padding-bottom: 40px;
|
2535 |
+
padding-top: 0px;
|
2536 |
+
max-width: 100%;
|
2537 |
+
width: 100%; }
|
2538 |
+
|
2539 |
+
.standard-modules .module-caption-container {
|
2540 |
+
margin-left: auto;
|
2541 |
+
margin-right: auto;
|
2542 |
+
max-width: 800px;
|
2543 |
+
width: 100%; }
|
2544 |
+
|
2545 |
+
.standard-modules .rich-text .title {
|
2546 |
+
color: #222222;
|
2547 |
+
font-family: ftnk;
|
2548 |
+
font-size: 70px;
|
2549 |
+
font-style: normal;
|
2550 |
+
font-weight: 400;
|
2551 |
+
line-height: 70px;
|
2552 |
+
padding-bottom: 5px;
|
2553 |
+
padding-top: 5px;
|
2554 |
+
text-align: center;
|
2555 |
+
text-transform: uppercase; }
|
2556 |
+
|
2557 |
+
.standard-modules .rich-text .sub-title {
|
2558 |
+
color: #222222;
|
2559 |
+
font-family: ftnk;
|
2560 |
+
font-size: 20px;
|
2561 |
+
font-style: normal;
|
2562 |
+
font-weight: 500;
|
2563 |
+
line-height: 20px;
|
2564 |
+
padding-bottom: 10px;
|
2565 |
+
padding-top: 20px;
|
2566 |
+
text-align: center;
|
2567 |
+
text-transform: uppercase; }
|
2568 |
+
|
2569 |
+
.standard-modules .rich-text .main-text,
|
2570 |
+
.standard-modules .rich-text div,
|
2571 |
+
.standard-modules .rich-text p {
|
2572 |
+
color: #999999;
|
2573 |
+
font-family: vcsm;
|
2574 |
+
font-size: 18px;
|
2575 |
+
font-style: normal;
|
2576 |
+
font-weight: 400;
|
2577 |
+
line-height: 26px;
|
2578 |
+
padding-bottom: 20px;
|
2579 |
+
padding-top: 0px;
|
2580 |
+
text-align: center;
|
2581 |
+
text-transform: none; }
|
2582 |
+
|
2583 |
+
.standard-modules .rich-text a {
|
2584 |
+
color: #999999;
|
2585 |
+
text-transform: none; }
|
2586 |
+
.standard-modules .rich-text a:hover {
|
2587 |
+
color: #999999;
|
2588 |
+
text-transform: none; }
|
2589 |
+
|
2590 |
+
.standard-modules .rich-text .caption,
|
2591 |
+
.standard-modules .module-caption div,
|
2592 |
+
.standard-modules .module-caption p {
|
2593 |
+
color: #999999;
|
2594 |
+
font-family: vcsm;
|
2595 |
+
font-size: 14px;
|
2596 |
+
font-style: normal;
|
2597 |
+
font-weight: 400;
|
2598 |
+
line-height: 18px;
|
2599 |
+
padding-bottom: 0px;
|
2600 |
+
padding-top: 15px;
|
2601 |
+
text-align: center;
|
2602 |
+
text-transform: none; }
|
2603 |
+
|
2604 |
+
@media (max-width: 768px) {
|
2605 |
+
.standard-modules .rich-text .title {
|
2606 |
+
font-size: 39px;
|
2607 |
+
line-height: 39px;
|
2608 |
+
padding-bottom: 5px;
|
2609 |
+
padding-top: 5px; }
|
2610 |
+
.standard-modules .rich-text .sub-title {
|
2611 |
+
font-size: 17px;
|
2612 |
+
line-height: 17px;
|
2613 |
+
padding-bottom: 8px;
|
2614 |
+
padding-top: 14px; }
|
2615 |
+
.standard-modules .rich-text .main-text,
|
2616 |
+
.standard-modules .rich-text div,
|
2617 |
+
.standard-modules .rich-text p {
|
2618 |
+
font-size: 14px;
|
2619 |
+
line-height: 20px;
|
2620 |
+
padding-bottom: 14px;
|
2621 |
+
padding-top: 0px; }
|
2622 |
+
.standard-modules .rich-text .caption,
|
2623 |
+
.standard-modules .module-caption div,
|
2624 |
+
.standard-modules .module-caption p {
|
2625 |
+
font-size: 14px;
|
2626 |
+
line-height: 20px;
|
2627 |
+
padding-bottom: 0px;
|
2628 |
+
padding-top: 11px; }
|
2629 |
+
.standard-modules .modules .image,
|
2630 |
+
.standard-modules .modules .video,
|
2631 |
+
.standard-modules .modules .embed,
|
2632 |
+
.standard-modules .modules .audio,
|
2633 |
+
.standard-modules .modules .text {
|
2634 |
+
width: 100%; }
|
2635 |
+
.standard-modules .modules .image {
|
2636 |
+
padding-bottom: 20px;
|
2637 |
+
padding-top: 0px; }
|
2638 |
+
.standard-modules .modules .video {
|
2639 |
+
padding-bottom: 20px;
|
2640 |
+
padding-top: 0px; }
|
2641 |
+
.standard-modules .modules .embed {
|
2642 |
+
padding-bottom: 20px;
|
2643 |
+
padding-top: 0px; }
|
2644 |
+
.standard-modules .modules .audio {
|
2645 |
+
padding-bottom: 20px;
|
2646 |
+
padding-top: 0px; }
|
2647 |
+
.standard-modules .modules .text {
|
2648 |
+
padding-left: 5%;
|
2649 |
+
padding-right: 5%;
|
2650 |
+
padding-bottom: 20px;
|
2651 |
+
padding-top: 14px; } }
|
2652 |
+
|
2653 |
+
@media (max-width: 540px) {
|
2654 |
+
.standard-modules .rich-text .title {
|
2655 |
+
padding-bottom: 5px;
|
2656 |
+
padding-top: 5px; }
|
2657 |
+
.standard-modules .rich-text .title,
|
2658 |
+
.standard-modules .rich-text .title span {
|
2659 |
+
font-size: 32px !important;
|
2660 |
+
line-height: 32px !important; }
|
2661 |
+
.standard-modules .rich-text .sub-title {
|
2662 |
+
padding-bottom: 7px;
|
2663 |
+
padding-top: 13px; }
|
2664 |
+
.standard-modules .rich-text .sub-title,
|
2665 |
+
.standard-modules .rich-text .sub-title span {
|
2666 |
+
font-size: 14px !important;
|
2667 |
+
line-height: 14px !important; }
|
2668 |
+
.standard-modules .rich-text .main-text,
|
2669 |
+
.standard-modules .rich-text div,
|
2670 |
+
.standard-modules .rich-text p {
|
2671 |
+
padding-bottom: 13px;
|
2672 |
+
padding-top: 0px; }
|
2673 |
+
.standard-modules .rich-text .main-text,
|
2674 |
+
.standard-modules .rich-text .main-text span,
|
2675 |
+
.standard-modules .rich-text div,
|
2676 |
+
.standard-modules .rich-text div span,
|
2677 |
+
.standard-modules .rich-text p,
|
2678 |
+
.standard-modules .rich-text p span {
|
2679 |
+
font-size: 14px !important;
|
2680 |
+
line-height: 20px !important; }
|
2681 |
+
.standard-modules .rich-text .caption,
|
2682 |
+
.standard-modules .module-caption div,
|
2683 |
+
.standard-modules .module-caption p {
|
2684 |
+
padding-bottom: 0px;
|
2685 |
+
padding-top: 10px; }
|
2686 |
+
.standard-modules .rich-text .caption,
|
2687 |
+
.standard-modules .rich-text .caption span,
|
2688 |
+
.standard-modules .module-caption div,
|
2689 |
+
.standard-modules .module-caption div span,
|
2690 |
+
.standard-modules .module-caption p,
|
2691 |
+
.standard-modules .module-caption p span {
|
2692 |
+
font-size: 14px !important;
|
2693 |
+
line-height: 20px !important; }
|
2694 |
+
.standard-modules .modules .image {
|
2695 |
+
padding-bottom: 18px;
|
2696 |
+
padding-top: 0px; }
|
2697 |
+
.standard-modules .modules .video {
|
2698 |
+
padding-bottom: 18px;
|
2699 |
+
padding-top: 0px; }
|
2700 |
+
.standard-modules .modules .embed {
|
2701 |
+
padding-bottom: 18px;
|
2702 |
+
padding-top: 0px; }
|
2703 |
+
.standard-modules .modules .audio {
|
2704 |
+
padding-bottom: 18px;
|
2705 |
+
padding-top: 0px; }
|
2706 |
+
.standard-modules .modules .text {
|
2707 |
+
padding-bottom: 18px;
|
2708 |
+
padding-top: 13px; } }
|
2709 |
+
|
2710 |
+
.centered .outer-wrap {
|
2711 |
+
margin-top: 50px;
|
2712 |
+
max-width: 2000px;
|
2713 |
+
min-height: calc(100vh - 100px);
|
2714 |
+
padding-bottom: 50px;
|
2715 |
+
width: 100%; }
|
2716 |
+
|
2717 |
+
.image-right .outer-wrap {
|
2718 |
+
margin-top: 50px;
|
2719 |
+
max-width: 2000px;
|
2720 |
+
min-height: calc(100vh - 100px);
|
2721 |
+
padding-bottom: 50px;
|
2722 |
+
width: 50%; }
|
2723 |
+
|
2724 |
+
.image-left .outer-wrap {
|
2725 |
+
margin-top: 50px;
|
2726 |
+
max-width: 2000px;
|
2727 |
+
min-height: calc(100vh - 100px);
|
2728 |
+
padding-bottom: 50px;
|
2729 |
+
width: 50%; }
|
2730 |
+
|
2731 |
+
.image-right .splash-image,
|
2732 |
+
.image-left .splash-image {
|
2733 |
+
background-position: center center;
|
2734 |
+
background-repeat: no-repeat;
|
2735 |
+
background-size: cover; }
|
2736 |
+
|
2737 |
+
.image-right .splash-image::before,
|
2738 |
+
.image-left .splash-image::before {
|
2739 |
+
content: '';
|
2740 |
+
height: 100%;
|
2741 |
+
position: absolute;
|
2742 |
+
width: 100%;
|
2743 |
+
display: none; }
|
2744 |
+
|
2745 |
+
.splash-image-wrap {
|
2746 |
+
width: 50%; }
|
2747 |
+
|
2748 |
+
@media (max-width: 980px) {
|
2749 |
+
.image-left .outer-wrap,
|
2750 |
+
.image-right .outer-wrap {
|
2751 |
+
min-height: 50vh; } }
|
2752 |
+
|
2753 |
+
.other-projects .project-cover {
|
2754 |
+
margin-right: 0%;
|
2755 |
+
width: 50%; }
|
2756 |
+
.other-projects .project-cover.hold-space .cover-image:before {
|
2757 |
+
padding-bottom: 100%; }
|
2758 |
+
.other-projects .project-cover .cover-image {
|
2759 |
+
float: none;
|
2760 |
+
margin-left: auto;
|
2761 |
+
margin-right: auto;
|
2762 |
+
width: 100%; }
|
2763 |
+
.other-projects .project-cover .cover-image:after {
|
2764 |
+
background-color: #ffffff;
|
2765 |
+
opacity: 0; }
|
2766 |
+
.other-projects .project-cover:hover .cover-image:after, .other-projects .project-cover.touch-hover .cover-image:after {
|
2767 |
+
background-color: #ffffff;
|
2768 |
+
opacity: 0; }
|
2769 |
+
.other-projects .project-cover .cover-image,
|
2770 |
+
.other-projects .project-cover .cover-image:after,
|
2771 |
+
.other-projects .project-cover .cover {
|
2772 |
+
border-radius: 0px; }
|
2773 |
+
.other-projects .project-cover .details-wrap {
|
2774 |
+
max-width: 100%;
|
2775 |
+
padding-top: 5%;
|
2776 |
+
width: 90%; }
|
2777 |
+
.other-projects .project-cover .details {
|
2778 |
+
background: rgba(255, 255, 255, 0.9); }
|
2779 |
+
.other-projects .project-cover .details-inner {
|
2780 |
+
padding-bottom: 0%;
|
2781 |
+
padding-left: 0%;
|
2782 |
+
padding-right: 0%;
|
2783 |
+
padding-top: 0%; }
|
2784 |
+
.other-projects .project-cover .title {
|
2785 |
+
color: #222222;
|
2786 |
+
float: none;
|
2787 |
+
font-family: ftnk;
|
2788 |
+
font-size: 50px;
|
2789 |
+
font-style: normal;
|
2790 |
+
font-weight: 400;
|
2791 |
+
line-height: 50px;
|
2792 |
+
margin: auto;
|
2793 |
+
padding-bottom: 0px;
|
2794 |
+
padding-left: 0%;
|
2795 |
+
padding-right: 0%;
|
2796 |
+
padding-top: 0px;
|
2797 |
+
text-align: center;
|
2798 |
+
text-transform: uppercase;
|
2799 |
+
width: 90%; }
|
2800 |
+
.other-projects .project-cover .date {
|
2801 |
+
color: #999999;
|
2802 |
+
float: none;
|
2803 |
+
font-family: ftnk;
|
2804 |
+
font-size: 20px;
|
2805 |
+
font-style: normal;
|
2806 |
+
font-weight: 400;
|
2807 |
+
line-height: 20px;
|
2808 |
+
margin: auto;
|
2809 |
+
padding-bottom: 20px;
|
2810 |
+
padding-left: 0%;
|
2811 |
+
padding-right: 0%;
|
2812 |
+
padding-top: 0px;
|
2813 |
+
text-align: center;
|
2814 |
+
text-transform: none;
|
2815 |
+
width: 90%; }
|
2816 |
+
.other-projects .project-cover .custom1 {
|
2817 |
+
color: #999999;
|
2818 |
+
float: none;
|
2819 |
+
font-family: ftnk;
|
2820 |
+
font-size: 14px;
|
2821 |
+
font-style: normal;
|
2822 |
+
font-weight: 400;
|
2823 |
+
line-height: 18px;
|
2824 |
+
margin: auto;
|
2825 |
+
padding-bottom: 0px;
|
2826 |
+
padding-left: 0%;
|
2827 |
+
padding-right: 0%;
|
2828 |
+
padding-top: 20px;
|
2829 |
+
text-align: center;
|
2830 |
+
text-transform: none;
|
2831 |
+
width: 90%; }
|
2832 |
+
.other-projects .project-cover .custom2 {
|
2833 |
+
color: #999999;
|
2834 |
+
float: none;
|
2835 |
+
font-family: ftnk;
|
2836 |
+
font-size: 14px;
|
2837 |
+
font-style: normal;
|
2838 |
+
font-weight: 400;
|
2839 |
+
line-height: 18px;
|
2840 |
+
margin: auto;
|
2841 |
+
padding-bottom: 0px;
|
2842 |
+
padding-left: 0%;
|
2843 |
+
padding-right: 0%;
|
2844 |
+
padding-top: 20px;
|
2845 |
+
text-align: center;
|
2846 |
+
text-transform: none;
|
2847 |
+
width: 90%; }
|
2848 |
+
.other-projects .project-cover .description {
|
2849 |
+
color: #222222;
|
2850 |
+
float: none;
|
2851 |
+
font-family: ftnk;
|
2852 |
+
font-size: 18px;
|
2853 |
+
font-style: normal;
|
2854 |
+
font-weight: 400;
|
2855 |
+
line-height: 18px;
|
2856 |
+
margin: auto;
|
2857 |
+
padding-bottom: 0px;
|
2858 |
+
padding-left: 0%;
|
2859 |
+
padding-right: 0%;
|
2860 |
+
padding-top: 20px;
|
2861 |
+
text-align: center;
|
2862 |
+
text-transform: none;
|
2863 |
+
width: 90%; }
|
2864 |
+
.other-projects .project-cover:nth-child(2n) {
|
2865 |
+
margin-right: 0; }
|
2866 |
+
.other-projects .project-cover:nth-child(2n+1) {
|
2867 |
+
clear: left;
|
2868 |
+
margin-left: 0; }
|
2869 |
+
|
2870 |
+
@media (max-width: 768px) {
|
2871 |
+
.other-projects .project-cover .title {
|
2872 |
+
font-size: 31px;
|
2873 |
+
line-height: 31px; }
|
2874 |
+
.other-projects .project-cover .date {
|
2875 |
+
font-size: 17px;
|
2876 |
+
line-height: 17px;
|
2877 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2878 |
+
padding-bottom: 14px; }
|
2879 |
+
.other-projects .project-cover .custom1 {
|
2880 |
+
font-size: 14px;
|
2881 |
+
line-height: 20px;
|
2882 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2883 |
+
padding-top: 14px; }
|
2884 |
+
.other-projects .project-cover .custom2 {
|
2885 |
+
font-size: 14px;
|
2886 |
+
line-height: 20px;
|
2887 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2888 |
+
padding-top: 14px; }
|
2889 |
+
.other-projects .project-cover .description {
|
2890 |
+
font-size: 14px;
|
2891 |
+
line-height: 14px;
|
2892 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2893 |
+
padding-top: 14px; } }
|
2894 |
+
|
2895 |
+
@media (max-width: 540px) {
|
2896 |
+
.other-projects .project-cover {
|
2897 |
+
margin-right: 0 !important;
|
2898 |
+
width: 100%; }
|
2899 |
+
.other-projects .project-cover .title {
|
2900 |
+
font-size: 25px;
|
2901 |
+
line-height: 25px; }
|
2902 |
+
.other-projects .project-cover .date {
|
2903 |
+
font-size: 14px;
|
2904 |
+
line-height: 14px;
|
2905 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2906 |
+
padding-bottom: 13px; }
|
2907 |
+
.other-projects .project-cover .custom1 {
|
2908 |
+
font-size: 14px;
|
2909 |
+
line-height: 20px;
|
2910 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2911 |
+
padding-top: 13px; }
|
2912 |
+
.other-projects .project-cover .custom2 {
|
2913 |
+
font-size: 14px;
|
2914 |
+
line-height: 20px;
|
2915 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2916 |
+
padding-top: 13px; }
|
2917 |
+
.other-projects .project-cover .description {
|
2918 |
+
font-size: 14px;
|
2919 |
+
line-height: 20px;
|
2920 |
+
/* stylelint-disable-line length-zero-no-unit */
|
2921 |
+
padding-top: 13px; } }
|
2922 |
+
|
2923 |
+
.other-projects .project-cover .cover-content-container {
|
2924 |
+
margin-left: 0%;
|
2925 |
+
margin-right: 0%;
|
2926 |
+
margin-top: 0%; }
|
2927 |
+
|
2928 |
+
.other-projects .project-cover .details-wrap {
|
2929 |
+
left: 50%;
|
2930 |
+
-webkit-transform: translateX(-50%);
|
2931 |
+
transform: translateX(-50%);
|
2932 |
+
padding-bottom: 5%; }
|
2933 |
+
|
2934 |
+
.other-projects .project-cover .details {
|
2935 |
+
border-radius: 0px; }
|
2936 |
+
|
2937 |
+
@media (max-width: 768px) {
|
2938 |
+
.other-projects .project-cover .custom1,
|
2939 |
+
.other-projects .project-cover .custom2,
|
2940 |
+
.other-projects .project-cover .description {
|
2941 |
+
display: none; }
|
2942 |
+
.other-projects .project-cover .cover-content-container {
|
2943 |
+
margin-top: 0%; } }
|
2944 |
+
|
2945 |
+
@media (max-width: 540px) {
|
2946 |
+
.other-projects .project-cover .cover-content-container {
|
2947 |
+
margin-left: 0;
|
2948 |
+
margin-right: 0;
|
2949 |
+
margin-top: 0%; } }
|
2950 |
+
|
2951 |
+
.other-projects .project-cover .details-inner {
|
2952 |
+
-webkit-transform: translateY(-50%);
|
2953 |
+
-moz-transform: translateY(-50%);
|
2954 |
+
-ms-transform: translateY(-50%);
|
2955 |
+
-o-transform: translateY(-50%);
|
2956 |
+
transform: translateY(-50%);
|
2957 |
+
top: 50%;
|
2958 |
+
left: 0;
|
2959 |
+
position: absolute;
|
2960 |
+
width: 100%; }
|
2961 |
+
</style>
|
2962 |
+
<meta charset="utf-8">
|
2963 |
+
<meta content="width=device-width, initial-scale=1" name="viewport">
|
2964 |
+
<meta content="design,philosophy,improvisation,communication,pattern language,design thinking,embodied cognition,organizational improvisation" name="keywords">
|
2965 |
+
<meta content="This site helps designers find patterns to create systems that are whole and alive. It uses principles form improvisation, design, and communication to create patterns that designers can use to improve their performance." name="description">
|
2966 |
+
<meta content="summary_large_image" name="twitter:card">
|
2967 |
+
<meta content="@AdobePortfolio" name="twitter:site">
|
2968 |
+
<meta content="the ingroove jazzclub - Cultivating Competence" property="og:title">
|
2969 |
+
<meta content="This site helps designers find patterns to create systems that are whole and alive. It uses principles form improvisation, design, and communication to create patterns that designers can use to improve their performance." property="og:description">
|
2970 |
+
<meta content="" property="og:image">
|
2971 |
+
<title>
|
2972 |
+
the ingroove jazzclub - Cultivating Competence
|
2973 |
+
</title>
|
2974 |
+
<style type="text/css">
|
2975 |
+
@font-face{font-family:ftnk;src:url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:ftnk;src:url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?subset_id=2&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?subset_id=2&fvd=n5&v=3) format("opentype");font-weight:500;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:ftnk;src:url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/309dfe/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:vcsm;src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;}@font-face{font-family:vcsm;src:url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;}
|
2976 |
+
</style>
|
2977 |
+
<style type="text/css">
|
2978 |
+
</style>
|
2979 |
+
</head>
|
2980 |
+
<body class="link-transition">
|
2981 |
+
<div class="js-responsive-nav">
|
2982 |
+
<div class="responsive-nav has-social">
|
2983 |
+
<div class="close-responsive-click-area js-close-responsive-nav">
|
2984 |
+
<div class="close-responsive-button">
|
2985 |
+
</div>
|
2986 |
+
</div>
|
2987 |
+
<nav class="js-editable-target editable">
|
2988 |
+
<ul class="group">
|
2989 |
+
<li class="gallery-title">
|
2990 |
+
<a>
|
2991 |
+
Principles
|
2992 |
+
</a>
|
2993 |
+
</li>
|
2994 |
+
<li class="project-title">
|
2995 |
+
<a>
|
2996 |
+
Cosmopolis 2045
|
2997 |
+
</a>
|
2998 |
+
</li>
|
2999 |
+
<li class="project-title">
|
3000 |
+
<a>
|
3001 |
+
This is not a Jazz Club
|
3002 |
+
</a>
|
3003 |
+
</li>
|
3004 |
+
<li class="project-title">
|
3005 |
+
<a>
|
3006 |
+
Minding the Moment
|
3007 |
+
</a>
|
3008 |
+
</li>
|
3009 |
+
</ul>
|
3010 |
+
<ul class="group">
|
3011 |
+
<li class="gallery-title">
|
3012 |
+
<a>
|
3013 |
+
Processes
|
3014 |
+
</a>
|
3015 |
+
</li>
|
3016 |
+
<li class="project-title">
|
3017 |
+
<a>
|
3018 |
+
MMIIRR
|
3019 |
+
</a>
|
3020 |
+
</li>
|
3021 |
+
</ul>
|
3022 |
+
<ul class="group">
|
3023 |
+
<li class="gallery-title">
|
3024 |
+
<a>
|
3025 |
+
Patterns
|
3026 |
+
</a>
|
3027 |
+
</li>
|
3028 |
+
<li class="project-title">
|
3029 |
+
<a>
|
3030 |
+
Patterns of Space
|
3031 |
+
</a>
|
3032 |
+
</li>
|
3033 |
+
<li class="project-title">
|
3034 |
+
<a>
|
3035 |
+
Patterns of Communication
|
3036 |
+
</a>
|
3037 |
+
</li>
|
3038 |
+
<li class="project-title">
|
3039 |
+
<a>
|
3040 |
+
Rather Refreshing
|
3041 |
+
</a>
|
3042 |
+
</li>
|
3043 |
+
</ul>
|
3044 |
+
<ul class="group">
|
3045 |
+
<li class="gallery-title">
|
3046 |
+
<a>
|
3047 |
+
People
|
3048 |
+
</a>
|
3049 |
+
</li>
|
3050 |
+
<li class="project-title">
|
3051 |
+
<a>
|
3052 |
+
Sergej van Middendorp
|
3053 |
+
</a>
|
3054 |
+
</li>
|
3055 |
+
<li class="project-title">
|
3056 |
+
<a>
|
3057 |
+
Rik Spann
|
3058 |
+
</a>
|
3059 |
+
</li>
|
3060 |
+
<li class="project-title">
|
3061 |
+
<a>
|
3062 |
+
Artwork by Sterre van Middendorp
|
3063 |
+
</a>
|
3064 |
+
</li>
|
3065 |
+
</ul>
|
3066 |
+
<ul class="group">
|
3067 |
+
<li class="gallery-title">
|
3068 |
+
<a>
|
3069 |
+
Publications
|
3070 |
+
</a>
|
3071 |
+
</li>
|
3072 |
+
<li class="project-title">
|
3073 |
+
<a>
|
3074 |
+
Places to go
|
3075 |
+
</a>
|
3076 |
+
</li>
|
3077 |
+
<li class="project-title">
|
3078 |
+
<a>
|
3079 |
+
Our Ship
|
3080 |
+
</a>
|
3081 |
+
</li>
|
3082 |
+
<li class="project-title">
|
3083 |
+
<a>
|
3084 |
+
Embodying Metaphors in Systems
|
3085 |
+
</a>
|
3086 |
+
</li>
|
3087 |
+
</ul>
|
3088 |
+
<div class="page-title">
|
3089 |
+
<a>
|
3090 |
+
Contact
|
3091 |
+
</a>
|
3092 |
+
</div>
|
3093 |
+
<div class="social pf-nav-social">
|
3094 |
+
<ul>
|
3095 |
+
</ul>
|
3096 |
+
</div>
|
3097 |
+
</nav>
|
3098 |
+
</div>
|
3099 |
+
</div>
|
3100 |
+
<div class="site-wrap cfix js-site-wrap">
|
3101 |
+
<div class="site-container">
|
3102 |
+
<div class="site-content">
|
3103 |
+
<div class="sidebar-content">
|
3104 |
+
<header class="site-header">
|
3105 |
+
<div class="logo-wrap js-editable-target editable">
|
3106 |
+
<div class="logo logo-text">
|
3107 |
+
<a class="preserve-whitespace">
|
3108 |
+
The Ingroove Jazzclub
|
3109 |
+
</a>
|
3110 |
+
</div>
|
3111 |
+
</div>
|
3112 |
+
<div class="hamburger-click-area js-hamburger">
|
3113 |
+
<div class="hamburger">
|
3114 |
+
<i>
|
3115 |
+
</i>
|
3116 |
+
<i>
|
3117 |
+
</i>
|
3118 |
+
<i>
|
3119 |
+
</i>
|
3120 |
+
</div>
|
3121 |
+
</div>
|
3122 |
+
</header>
|
3123 |
+
<nav class="js-editable-target editable">
|
3124 |
+
<ul class="group">
|
3125 |
+
<li class="gallery-title">
|
3126 |
+
<a>
|
3127 |
+
Principles
|
3128 |
+
</a>
|
3129 |
+
</li>
|
3130 |
+
<li class="project-title">
|
3131 |
+
<a>
|
3132 |
+
Cosmopolis 2045
|
3133 |
+
</a>
|
3134 |
+
</li>
|
3135 |
+
<li class="project-title">
|
3136 |
+
<a>
|
3137 |
+
This is not a Jazz Club
|
3138 |
+
</a>
|
3139 |
+
</li>
|
3140 |
+
<li class="project-title">
|
3141 |
+
<a>
|
3142 |
+
Minding the Moment
|
3143 |
+
</a>
|
3144 |
+
</li>
|
3145 |
+
</ul>
|
3146 |
+
<ul class="group">
|
3147 |
+
<li class="gallery-title">
|
3148 |
+
<a>
|
3149 |
+
Processes
|
3150 |
+
</a>
|
3151 |
+
</li>
|
3152 |
+
<li class="project-title">
|
3153 |
+
<a>
|
3154 |
+
MMIIRR
|
3155 |
+
</a>
|
3156 |
+
</li>
|
3157 |
+
</ul>
|
3158 |
+
<ul class="group">
|
3159 |
+
<li class="gallery-title">
|
3160 |
+
<a>
|
3161 |
+
Patterns
|
3162 |
+
</a>
|
3163 |
+
</li>
|
3164 |
+
<li class="project-title">
|
3165 |
+
<a>
|
3166 |
+
Patterns of Space
|
3167 |
+
</a>
|
3168 |
+
</li>
|
3169 |
+
<li class="project-title">
|
3170 |
+
<a>
|
3171 |
+
Patterns of Communication
|
3172 |
+
</a>
|
3173 |
+
</li>
|
3174 |
+
<li class="project-title">
|
3175 |
+
<a>
|
3176 |
+
Rather Refreshing
|
3177 |
+
</a>
|
3178 |
+
</li>
|
3179 |
+
</ul>
|
3180 |
+
<ul class="group">
|
3181 |
+
<li class="gallery-title">
|
3182 |
+
<a>
|
3183 |
+
People
|
3184 |
+
</a>
|
3185 |
+
</li>
|
3186 |
+
<li class="project-title">
|
3187 |
+
<a>
|
3188 |
+
Sergej van Middendorp
|
3189 |
+
</a>
|
3190 |
+
</li>
|
3191 |
+
<li class="project-title">
|
3192 |
+
<a>
|
3193 |
+
Rik Spann
|
3194 |
+
</a>
|
3195 |
+
</li>
|
3196 |
+
<li class="project-title">
|
3197 |
+
<a>
|
3198 |
+
Artwork by Sterre van Middendorp
|
3199 |
+
</a>
|
3200 |
+
</li>
|
3201 |
+
</ul>
|
3202 |
+
<ul class="group">
|
3203 |
+
<li class="gallery-title">
|
3204 |
+
<a>
|
3205 |
+
Publications
|
3206 |
+
</a>
|
3207 |
+
</li>
|
3208 |
+
<li class="project-title">
|
3209 |
+
<a>
|
3210 |
+
Places to go
|
3211 |
+
</a>
|
3212 |
+
</li>
|
3213 |
+
<li class="project-title">
|
3214 |
+
<a>
|
3215 |
+
Our Ship
|
3216 |
+
</a>
|
3217 |
+
</li>
|
3218 |
+
<li class="project-title">
|
3219 |
+
<a>
|
3220 |
+
Embodying Metaphors in Systems
|
3221 |
+
</a>
|
3222 |
+
</li>
|
3223 |
+
</ul>
|
3224 |
+
<div class="page-title">
|
3225 |
+
<a>
|
3226 |
+
Contact
|
3227 |
+
</a>
|
3228 |
+
</div>
|
3229 |
+
<div class="social pf-nav-social">
|
3230 |
+
<ul>
|
3231 |
+
</ul>
|
3232 |
+
</div>
|
3233 |
+
</nav>
|
3234 |
+
</div>
|
3235 |
+
<main>
|
3236 |
+
<div class="page-container js-editable-target editable" data-context="page.page.container">
|
3237 |
+
<section class="page standard-modules">
|
3238 |
+
<header class="page-header content js-editable-target editable" data-context="pages" data-identity="id:p59eb9bb1db9f9cc6cf3d74cd095febd955f00bd1453e4e87aae56" data-menu="Page Header">
|
3239 |
+
<h1 class="title preserve-whitespace">
|
3240 |
+
Cultivating Competence
|
3241 |
+
</h1>
|
3242 |
+
<p class="description">
|
3243 |
+
</p>
|
3244 |
+
</header>
|
3245 |
+
<div class="page-content js-page-content js-editable-target editable" data-context="pages" data-identity="id:p59eb9bb1db9f9cc6cf3d74cd095febd955f00bd1453e4e87aae56" data-menu="Page Content">
|
3246 |
+
<div class="js-project-modules modules content" id="project-canvas">
|
3247 |
+
<div id="project-modules">
|
3248 |
+
<div class="project-module module media_collection project-module-media_collection" style=" padding-top: px;
|
3249 |
+
padding-bottom: px;
|
3250 |
+
">
|
3251 |
+
<div class="grid--main js-grid-main grid--ready">
|
3252 |
+
<div class="grid__item-container js-grid-item-container lightbox-link hoverable" data-flex-grow="261.31736526946" data-height="1910" data-width="1920" style="width: 170.861px; flex-grow: 170.861;">
|
3253 |
+
<img class="grid__item-image js-grid__item-image grid__item-image-lazy js-lazy image-loaded" sizes="960px" src="rick.jpg">
|
3254 |
+
<span class="grid__item-filler" style="padding-bottom:99.495875343721%;">
|
3255 |
+
</span>
|
3256 |
+
</div>
|
3257 |
+
<div class="js-grid-spacer" style="display: none;">
|
3258 |
+
</div>
|
3259 |
+
</div>
|
3260 |
+
</div>
|
3261 |
+
<div class="project-module module text project-module-text align- editable js-editable js-project-module" style=" padding-top: px;
|
3262 |
+
padding-bottom: px;
|
3263 |
+
">
|
3264 |
+
<div class="rich-text js-text-editable module-text">
|
3265 |
+
<div>
|
3266 |
+
Sergej: Let's look at the second painting.
|
3267 |
+
<br>
|
3268 |
+
|
3269 |
+
<br>
|
3270 |
+
Sterre: So the knowledge of the one hand complements the other. Also, with this moment, and by making new knowledge, you use the knowledge you already have.
|
3271 |
+
<br>
|
3272 |
+
|
3273 |
+
<br>
|
3274 |
+
Sergej: Yes, suppose you are really good at something, But you cannot concentrate.
|
3275 |
+
<br>
|
3276 |
+
|
3277 |
+
<br>
|
3278 |
+
Sterre: New developments and actions are carried by both hands.
|
3279 |
+
<br>
|
3280 |
+
|
3281 |
+
<br>
|
3282 |
+
Sergej: Somehow, the hands look like the tree of minding the moment. Was that conscious?
|
3283 |
+
<br>
|
3284 |
+
|
3285 |
+
<br>
|
3286 |
+
Sterre: No, it was not a conscious choice to have the hands resemble the tree.
|
3287 |
+
<br>
|
3288 |
+
|
3289 |
+
<br>
|
3290 |
+
Sergej: They also resemble a heart.
|
3291 |
+
<br>
|
3292 |
+
|
3293 |
+
<br>
|
3294 |
+
Sterre: Unconscious too!
|
3295 |
+
<br>
|
3296 |
+
|
3297 |
+
<br>
|
3298 |
+
Sergej: Do you like the painting?
|
3299 |
+
<br>
|
3300 |
+
|
3301 |
+
<br>
|
3302 |
+
Sterre: I like the symbolism of it, but I am not too fond of the painting itself.
|
3303 |
+
<br>
|
3304 |
+
|
3305 |
+
<br>
|
3306 |
+
Sergej: What would you do different if you were to make it now?
|
3307 |
+
<br>
|
3308 |
+
|
3309 |
+
<br>
|
3310 |
+
Sterre: I am not sure, it is my own development since I made this that makes me look at it critically now.
|
3311 |
+
<br>
|
3312 |
+
|
3313 |
+
<br>
|
3314 |
+
Sergej: So when you look back at your own development, at some later point, You can say new things about your earlier performance.
|
3315 |
+
<br>
|
3316 |
+
|
3317 |
+
<br>
|
3318 |
+
Sterre: Indeed!
|
3319 |
+
<br>
|
3320 |
+
</div>
|
3321 |
+
</div>
|
3322 |
+
</div>
|
3323 |
+
</div>
|
3324 |
+
</div>
|
3325 |
+
</div>
|
3326 |
+
</section>
|
3327 |
+
<section class="back-to-top js-editable-target editable">
|
3328 |
+
<a>
|
3329 |
+
<span class="arrow">
|
3330 |
+
↑
|
3331 |
+
</span>
|
3332 |
+
<span class="preserve-whitespace">
|
3333 |
+
Back to Top
|
3334 |
+
</span>
|
3335 |
+
</a>
|
3336 |
+
</section>
|
3337 |
+
<a class="back-to-top-fixed js-editable-target editable js-back-to-top">
|
3338 |
+
</a>
|
3339 |
+
</div>
|
3340 |
+
<footer class="site-footer js-editable-target editable">
|
3341 |
+
<div class="footer-text">
|
3342 |
+
Powered by
|
3343 |
+
<a target="_blank">
|
3344 |
+
Adobe Portfolio
|
3345 |
+
</a>
|
3346 |
+
</div>
|
3347 |
+
</footer>
|
3348 |
+
</main>
|
3349 |
+
</div>
|
3350 |
+
</div>
|
3351 |
+
</div>
|
3352 |
+
<div class="cookie-banner js-cookie-banner">
|
3353 |
+
<p>
|
3354 |
+
Insert copy here, which should vary depending on your region.
|
3355 |
+
<a class="consent-link">
|
3356 |
+
Accept
|
3357 |
+
</a>
|
3358 |
+
</p>
|
3359 |
+
</div>
|
3360 |
+
<div class="js-lightbox-wrap offscreen" id="lightbox-wrap">
|
3361 |
+
<div class="js-blocking" id="lightbox-blocking">
|
3362 |
+
<span class="lightbox-spinner">
|
3363 |
+
</span>
|
3364 |
+
</div>
|
3365 |
+
<div class="js-lightbox-inner-wrap" id="lightbox-inner-wrap">
|
3366 |
+
<div class="js-img-wrap" id="lightbox-img-wrap">
|
3367 |
+
<div class="lightbox-extra control prev js-control js-prev">
|
3368 |
+
</div>
|
3369 |
+
<div class="lightbox-extra control next js-control js-next">
|
3370 |
+
</div>
|
3371 |
+
<div class="lightbox-extra control close js-control js-close">
|
3372 |
+
</div>
|
3373 |
+
<div class="lightbox-contents js-contents">
|
3374 |
+
</div>
|
3375 |
+
</div>
|
3376 |
+
</div>
|
3377 |
+
</div>
|
3378 |
+
</body>
|
3379 |
+
</html>
|
10406.png
ADDED
Git LFS Details
|
1041.html
ADDED
@@ -0,0 +1,1333 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html prefix="og: http://ogp.me/ns#" xmlns:fb="">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
/*
|
6 |
+
* SimpleModal Basic Modal Dialog
|
7 |
+
* http://simplemodal.com
|
8 |
+
*
|
9 |
+
* Copyright (c) 2013 Eric Martin - http://ericmmartin.com
|
10 |
+
*
|
11 |
+
* Licensed under the MIT license:
|
12 |
+
* http://www.opensource.org/licenses/mit-license.php
|
13 |
+
*/
|
14 |
+
|
15 |
+
#basic-modal-content {display:none;}
|
16 |
+
|
17 |
+
/* Overlay */
|
18 |
+
#simplemodal-overlay {background-color:#000;}
|
19 |
+
|
20 |
+
/* Container */
|
21 |
+
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
|
22 |
+
#simplemodal-container .simplemodal-data {padding:8px;}
|
23 |
+
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
|
24 |
+
#simplemodal-container a {color:#ddd;}
|
25 |
+
#simplemodal-container a.modalCloseImg {background:url('https://ssl-static.libsyn.com/p/assets/platform/simplemodal/img/basic/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
|
26 |
+
#simplemodal-container h3 {color:#84b8d9;}
|
27 |
+
</style>
|
28 |
+
<meta content="Az520Inasey3TAyqLyojQa8MnmCALSEU29yQFW8dePZ7xQTvSt73pHazLFTK5f7SyLUJSo2uKLesEtEa9aUYcgMAAACPeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZyIsImV4cGlyeSI6MTcyNTQwNzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0=" http-equiv="origin-trial">
|
29 |
+
<title>
|
30 |
+
We Got This with Mark and Hal: #78 - Clean Slate III with Wil Wheaton
|
31 |
+
</title>
|
32 |
+
<meta content="text/html; charset=utf-8" http-equiv="content-type">
|
33 |
+
<meta content="yes" name="apple-mobile-web-app-capable">
|
34 |
+
<meta content="initial-scale = 1.0, user-scalable = no" name="viewport">
|
35 |
+
<meta content="app-id=971949329" name="apple-itunes-app">
|
36 |
+
<meta content="Among the 250+ topics we've received over the last one and a half years, there are always some that don't warrant a full episode. When that happens, Mark and Hal&nbsp;clean the slate with a multi-topic extravaganza. Helping them&nbsp;out this time is actor/nerd icon , who waxes poetic on everything from theme park ruffians to the popcorn eating style he shares with Hal. Going to Dragon Con? So is Hal! . " name="description">
|
37 |
+
<meta content="We Got This with Mark and Hal: #78 - Clean Slate III with Wil Wheaton" itemprop="name">
|
38 |
+
<meta content="Among the 250+ topics we've received over the last one and a half years, there are always some that don't warrant a full episode. When that happens, Mark and Hal&nbsp;clean the slate with a multi-topic extravaganza. Helping them&nbsp;out this time is actor/nerd icon , who waxes poetic on everything from theme park ruffians to the popcorn eating style he shares with Hal. Going to Dragon Con? So is Hal! . " itemprop="description">
|
39 |
+
<meta content="" itemprop="image">
|
40 |
+
<meta content="" property="og:url">
|
41 |
+
<meta content="We Got This with Mark and Hal: #78 - Clean Slate III with Wil Wheaton" property="og:title">
|
42 |
+
<meta content="Among the 250+ topics we've received over the last one and a half years, there are always some that don't warrant a full episode. When that happens, Mark and Hal&nbsp;clean the slate with a multi-topic extravaganza. Helping them&nbsp;out this time is actor/nerd icon , who waxes poetic on everything from theme park ruffians to the popcorn eating style he shares with Hal. Going to Dragon Con? So is Hal! . " property="og:description">
|
43 |
+
<meta content="" property="og:image">
|
44 |
+
<meta content="250" property="og:image:width">
|
45 |
+
<meta content="250" property="og:image:height">
|
46 |
+
<meta content="@wegotthistweets" name="twitter:site">
|
47 |
+
<meta content="player" name="twitter:card">
|
48 |
+
<meta content="" name="twitter:image">
|
49 |
+
<meta content="" name="twitter:player">
|
50 |
+
<meta content="640" name="twitter:player:width">
|
51 |
+
<meta content="480" name="twitter:player:height">
|
52 |
+
<meta content="" name="twitter:player:stream">
|
53 |
+
<meta content="audio/mpeg" name="twitter:player:stream:content_type">
|
54 |
+
<meta content="We Got This with Mark and Hal: #78 - Clean Slate III with Wil Wheaton" name="twitter:title">
|
55 |
+
<meta content="Among the 250+ topics we've received over the last one and a half years, there are always some that don't warrant a full episode. When that happens, Mark and Hal&nbsp;clean the slate with a multi-topic extravaganza. Helping them&nbsp;out this time is actor/nerd icon , who waxes poetic on everything from theme park ruffians to the popcorn eating style he shares with Hal. Going to Dragon Con? So is Hal! . " name="twitter:description">
|
56 |
+
<!--
|
57 |
+
-->
|
58 |
+
<!--[if IE 6]>
|
59 |
+
|
60 |
+
<![endif]-->
|
61 |
+
<style type="text/css">
|
62 |
+
body {
|
63 |
+
margin: 0px;
|
64 |
+
font-size: 12px;
|
65 |
+
font-family: Verdana, Geneva, sans-serif;
|
66 |
+
background-color: #000000;
|
67 |
+
color: #000000;
|
68 |
+
background-image: url('//asset-server.libsyn.com/show/k-4af4f6dfbff96e93/assets/background_mp1.png');
|
69 |
+
}
|
70 |
+
|
71 |
+
img.item-web-image {
|
72 |
+
max-width: 300px;
|
73 |
+
float: right;
|
74 |
+
margin-left: 8px;
|
75 |
+
margin-bottom: 8px;
|
76 |
+
}
|
77 |
+
|
78 |
+
a, a:active, a:link, a:visited {
|
79 |
+
color: #000000;
|
80 |
+
text-decoration: none;
|
81 |
+
}
|
82 |
+
|
83 |
+
a:hover {
|
84 |
+
text-decoration: underline;
|
85 |
+
}
|
86 |
+
|
87 |
+
p {
|
88 |
+
margin-top: 0em;
|
89 |
+
margin-bottom: 1em;
|
90 |
+
}
|
91 |
+
|
92 |
+
button, input[type="submit"] {
|
93 |
+
background-color: #B50D01;
|
94 |
+
border: 1px solid #f0f0f0;
|
95 |
+
color: #ffffff;
|
96 |
+
}
|
97 |
+
|
98 |
+
.libsyn-podcast-page, #premium-banner-inner, #status-message-inner {
|
99 |
+
max-width: 768px;
|
100 |
+
min-width: 320px;
|
101 |
+
margin-left: auto;
|
102 |
+
margin-right: auto;
|
103 |
+
}
|
104 |
+
|
105 |
+
.libsyn-podcast-page {
|
106 |
+
background-color: #ffffff;
|
107 |
+
margin-bottom: 40px;
|
108 |
+
-moz-border-bottom-left-radius: 15px;
|
109 |
+
-webkit-border-bottom-left-radius: 15px;
|
110 |
+
-khtml-border-bottom-left-radius: 15px;
|
111 |
+
border-bottom-left-radius: 15px;
|
112 |
+
-moz-border-bottom-right-radius: 15px;
|
113 |
+
-webkit-border-bottom-right-radius: 15px;
|
114 |
+
-khtml-border-bottom-right-radius: 15px;
|
115 |
+
border-bottom-right-radius: 15px;
|
116 |
+
}
|
117 |
+
|
118 |
+
#premium-banner-wrapper {
|
119 |
+
background-color: #B50D01;
|
120 |
+
height: 40px;
|
121 |
+
position:fixed;
|
122 |
+
top: 0;
|
123 |
+
z-index: 100;
|
124 |
+
line-height: 40px;
|
125 |
+
width: 100%;
|
126 |
+
font-size: 14px;
|
127 |
+
}
|
128 |
+
|
129 |
+
#status-message-wrapper {
|
130 |
+
background-color: #FFFFFF;
|
131 |
+
height: 40px;
|
132 |
+
top: 0;
|
133 |
+
position:fixed;
|
134 |
+
z-index: 100;
|
135 |
+
line-height: 40px;
|
136 |
+
width: 100%;
|
137 |
+
font-size: 14px;
|
138 |
+
}
|
139 |
+
|
140 |
+
#premium-banner-wrapper.has-premium {
|
141 |
+
position: absolute;
|
142 |
+
background-color: #06BB00;
|
143 |
+
}
|
144 |
+
|
145 |
+
#premium-banner-inner a{
|
146 |
+
color: #ffffff;
|
147 |
+
font-weight: bold;
|
148 |
+
}
|
149 |
+
|
150 |
+
#premium-banner-inner a:hover{
|
151 |
+
color: #ffffff;
|
152 |
+
text-decoration: underline;
|
153 |
+
}
|
154 |
+
|
155 |
+
#premium-banner-wrapper .icon {
|
156 |
+
margin-left: 20px;
|
157 |
+
margin-right: 5px;
|
158 |
+
position: relative;
|
159 |
+
top: 3px;
|
160 |
+
height: 16px;
|
161 |
+
width: 16px;
|
162 |
+
display: inline-block;
|
163 |
+
text-indent: -99999px;
|
164 |
+
overflow: hidden;
|
165 |
+
background-repeat: no-repeat;
|
166 |
+
background-image: url('https://ssl-static.libsyn.com/p/assets/platform/pcp-sprite-ffffff.png');
|
167 |
+
background-position: 0 0;
|
168 |
+
}
|
169 |
+
|
170 |
+
#premium-banner-wrapper.has-premium .icon{
|
171 |
+
background-position: -16px 0;
|
172 |
+
}
|
173 |
+
|
174 |
+
|
175 |
+
.libsyn-archives {
|
176 |
+
margin-left: auto;
|
177 |
+
margin-right: auto;
|
178 |
+
}
|
179 |
+
|
180 |
+
#categories_text ul {
|
181 |
+
padding-left: 5px;
|
182 |
+
list-style-type:none;
|
183 |
+
}
|
184 |
+
|
185 |
+
#categories_text li {
|
186 |
+
margin: 5px auto;
|
187 |
+
}
|
188 |
+
|
189 |
+
.libsyn-show-header {
|
190 |
+
background-color: #000000;
|
191 |
+
height: 289px;
|
192 |
+
font-weight: bold;
|
193 |
+
color: #333;
|
194 |
+
position: relative;
|
195 |
+
}
|
196 |
+
|
197 |
+
.libsyn-show-title,
|
198 |
+
.libsyn-show-title:active,
|
199 |
+
.libsyn-show-title:visited,
|
200 |
+
.libsyn-show-title:link {
|
201 |
+
display: block;
|
202 |
+
position: absolute;
|
203 |
+
left: 20px;
|
204 |
+
top: 100px;
|
205 |
+
font-size: 2.5em;
|
206 |
+
color: #ffffff;
|
207 |
+
}
|
208 |
+
|
209 |
+
.libsyn-show-title:hover {
|
210 |
+
text-decoration: none;
|
211 |
+
}
|
212 |
+
|
213 |
+
.libsyn-item-list {
|
214 |
+
padding-left: 15px;
|
215 |
+
padding-right: 15px;
|
216 |
+
}
|
217 |
+
|
218 |
+
.libsyn-social-button {
|
219 |
+
background-image: url('https://ssl-static.libsyn.com/p/assets/platform/icon_argyle.png');
|
220 |
+
overflow: hidden;
|
221 |
+
color: transparent;
|
222 |
+
display: block;
|
223 |
+
height:35px;
|
224 |
+
width:40px;
|
225 |
+
float:left;
|
226 |
+
cursor: pointer;
|
227 |
+
}
|
228 |
+
|
229 |
+
|
230 |
+
.libsyn-social-button span {
|
231 |
+
display: none;
|
232 |
+
}
|
233 |
+
|
234 |
+
.libsyn-social-info {
|
235 |
+
background-position: -475px center;
|
236 |
+
}
|
237 |
+
|
238 |
+
.libsyn-social-twitter {
|
239 |
+
background-position: -2px center;
|
240 |
+
}
|
241 |
+
|
242 |
+
.libsyn-social-facebook {
|
243 |
+
background-position: -60px center;
|
244 |
+
}
|
245 |
+
|
246 |
+
.libsyn-social-phone {
|
247 |
+
background-position:-116px center;
|
248 |
+
}
|
249 |
+
|
250 |
+
.libsyn-social-email {
|
251 |
+
background-position: -182px center;
|
252 |
+
}
|
253 |
+
|
254 |
+
.libsyn-social-itunes {
|
255 |
+
background-position:-248px center;
|
256 |
+
}
|
257 |
+
|
258 |
+
.libsyn-social-rss {
|
259 |
+
background-position:-306px center;
|
260 |
+
}
|
261 |
+
|
262 |
+
.libsyn-social-android {
|
263 |
+
background-position: -343px center;
|
264 |
+
}
|
265 |
+
|
266 |
+
.libsyn-social-ios {
|
267 |
+
background-position: -376px center;
|
268 |
+
width: 96px;
|
269 |
+
}
|
270 |
+
|
271 |
+
.libsyn-social-premium {
|
272 |
+
background-position: -655px center;
|
273 |
+
width: 55px;
|
274 |
+
|
275 |
+
position:relative;
|
276 |
+
top:-1px;
|
277 |
+
}
|
278 |
+
|
279 |
+
.libsyn-social-premium.logged-in {
|
280 |
+
background-position: -795px center;
|
281 |
+
width: 68px;
|
282 |
+
}
|
283 |
+
|
284 |
+
#libsyn-social-spacer {
|
285 |
+
width: 100%;
|
286 |
+
height: 18px;
|
287 |
+
}
|
288 |
+
|
289 |
+
.libsyn-social {
|
290 |
+
width: 500px;
|
291 |
+
margin-left: 20px;
|
292 |
+
display: block;
|
293 |
+
}
|
294 |
+
|
295 |
+
.libsyn-search {
|
296 |
+
z-index: 15;
|
297 |
+
float: right;
|
298 |
+
width: 200px;
|
299 |
+
margin-right: 20px;
|
300 |
+
margin-bottom: 8px;
|
301 |
+
margin-top: 20px;
|
302 |
+
text-align: right;
|
303 |
+
}
|
304 |
+
|
305 |
+
.libsyn-search-field {
|
306 |
+
width: 150px;;
|
307 |
+
padding: 4px;
|
308 |
+
padding-left: 13px;
|
309 |
+
font-size: 1.1em;
|
310 |
+
-moz-border-radius: 15px;
|
311 |
+
-webkit-border-radius: 15px;
|
312 |
+
-khtml-border-radius: 15px;
|
313 |
+
border-radius: 15px;
|
314 |
+
border: 1px #333 solid;
|
315 |
+
opacity: .25;
|
316 |
+
}
|
317 |
+
|
318 |
+
.libsyn-search-field:focus {
|
319 |
+
opacity: .85;
|
320 |
+
outline: none;
|
321 |
+
}
|
322 |
+
|
323 |
+
.libsyn-item {
|
324 |
+
padding-top: 20px;
|
325 |
+
padding-bottom: 20px;
|
326 |
+
border-bottom: 1px #ccc solid;
|
327 |
+
}
|
328 |
+
|
329 |
+
.libsyn-item-title a {
|
330 |
+
display: block;
|
331 |
+
font-size: 1.6em;
|
332 |
+
font-weight: bold;
|
333 |
+
height: 1.6em;
|
334 |
+
width: 100%;
|
335 |
+
white-space: nowrap;
|
336 |
+
overflow: hidden;
|
337 |
+
text-overflow: ellipsis;
|
338 |
+
color: #000000;
|
339 |
+
}
|
340 |
+
|
341 |
+
.libsyn-item-title a,
|
342 |
+
.libsyn-item-title a:visited,
|
343 |
+
.libsyn-item-title a:link,
|
344 |
+
.libsyn-item-title a:active {
|
345 |
+
color: #000000;
|
346 |
+
}
|
347 |
+
|
348 |
+
.libsyn-item-title a:hover {
|
349 |
+
text-decoration: none;
|
350 |
+
}
|
351 |
+
|
352 |
+
.libsyn-item-content li {
|
353 |
+
list-style-type: none;
|
354 |
+
line-height: 18px;
|
355 |
+
}
|
356 |
+
|
357 |
+
.libsyn-item-content a:hover {
|
358 |
+
text-decoration: underline;
|
359 |
+
}
|
360 |
+
|
361 |
+
|
362 |
+
.libsyn-premium {
|
363 |
+
display: block;
|
364 |
+
float: left;
|
365 |
+
background-image: url(https://ssl-static.libsyn.com/p/assets/platform/18px_lock.png);
|
366 |
+
width: 12px;
|
367 |
+
height: 18px;
|
368 |
+
margin-right: 5px;
|
369 |
+
}
|
370 |
+
|
371 |
+
ul.libsyn-item-premium li{
|
372 |
+
text-decoration:line-through;
|
373 |
+
}
|
374 |
+
|
375 |
+
.libsyn-item-content .libsyn-item-premium {
|
376 |
+
list-style-image: url(https://ssl-static.libsyn.com/p/assets/platform/18px_lock.png);
|
377 |
+
}
|
378 |
+
|
379 |
+
.libsyn-item-release-date {
|
380 |
+
font-size: .9em;
|
381 |
+
color: #555555;
|
382 |
+
padding-bottom: 7px;
|
383 |
+
}
|
384 |
+
|
385 |
+
.libsyn-comment-count,
|
386 |
+
.libsyn-comment-count:active,
|
387 |
+
.libsyn-comment-count:visited,
|
388 |
+
.libsyn-comment-count:link {
|
389 |
+
background-image: url('//assets.libsyn.com/static/wtfpod/25px_comment_bubble_argyle.png');
|
390 |
+
background-position: 0px -22px;
|
391 |
+
display: block;
|
392 |
+
float: right;
|
393 |
+
height: 21px;
|
394 |
+
width: 25px;
|
395 |
+
padding-top: 1px;
|
396 |
+
text-decoration: none;
|
397 |
+
text-align: center;
|
398 |
+
color: #fff !important;
|
399 |
+
font-size: 0.9em !important;
|
400 |
+
font-weight: normal !important;
|
401 |
+
}
|
402 |
+
|
403 |
+
.libsyn-comment-count:hover {
|
404 |
+
text-decoration: none;
|
405 |
+
}
|
406 |
+
|
407 |
+
.libsyn-item-body {
|
408 |
+
line-height: 1.5em;
|
409 |
+
color: #000000;
|
410 |
+
}
|
411 |
+
|
412 |
+
.libsyn-item-social {
|
413 |
+
margin-bottom: 10px;
|
414 |
+
}
|
415 |
+
|
416 |
+
.libsyn-item-player {
|
417 |
+
margin-bottom: 10px;
|
418 |
+
}
|
419 |
+
|
420 |
+
.libsyn-episode-player .libsyn-player {
|
421 |
+
border: 1px #aaa solid;
|
422 |
+
background-color: #efefef;\
|
423 |
+
/**
|
424 |
+
-webkit-border-radius: 10px;
|
425 |
+
-moz-border-radius: 10px;
|
426 |
+
border-radius: 10px;
|
427 |
+
**/
|
428 |
+
}
|
429 |
+
|
430 |
+
.libsyn-item-content a {
|
431 |
+
font-weight: bold;
|
432 |
+
}
|
433 |
+
|
434 |
+
.libsyn-extra-content{
|
435 |
+
text-transform:capitalize;
|
436 |
+
}
|
437 |
+
|
438 |
+
.libsyn-comments {
|
439 |
+
margin-top: 20px;
|
440 |
+
}
|
441 |
+
|
442 |
+
.libsyn-comment-header {
|
443 |
+
font-size: 1.5em;
|
444 |
+
margin-bottom: 10px;
|
445 |
+
}
|
446 |
+
|
447 |
+
.libsyn-comments ul {
|
448 |
+
padding: 0px;
|
449 |
+
margin: 0px;
|
450 |
+
}
|
451 |
+
|
452 |
+
.libsyn-comment {
|
453 |
+
list-style-type: none;
|
454 |
+
margin-left: 0px;
|
455 |
+
margin-bottom: 20px;
|
456 |
+
padding: 20px;
|
457 |
+
background-color: #eee;
|
458 |
+
}
|
459 |
+
|
460 |
+
.libsyn-comment-poster-name {
|
461 |
+
font-weight: bold;
|
462 |
+
}
|
463 |
+
|
464 |
+
.libsyn-comment-creation-date {
|
465 |
+
float: right;
|
466 |
+
}
|
467 |
+
|
468 |
+
.libsyn-comment-form {
|
469 |
+
width: 70%;
|
470 |
+
margin-top: 50px;
|
471 |
+
margin-left: auto;
|
472 |
+
margin-right: auto;
|
473 |
+
}
|
474 |
+
|
475 |
+
.libsyn-comment-form-fields {
|
476 |
+
padding: 0px;
|
477 |
+
margin: 0px;
|
478 |
+
}
|
479 |
+
|
480 |
+
.libsyn-comment-form-fields li {
|
481 |
+
list-style-type: none;
|
482 |
+
margin-left: 0px;
|
483 |
+
}
|
484 |
+
|
485 |
+
.libsyn-comment-form-fields label {
|
486 |
+
display: block;
|
487 |
+
margin-top: 10px;
|
488 |
+
}
|
489 |
+
|
490 |
+
#recaptcha {
|
491 |
+
margin-top: 10px;
|
492 |
+
}
|
493 |
+
|
494 |
+
.libsyn-comment-form-fields label.error {
|
495 |
+
margin-top: 0px;
|
496 |
+
color: red;
|
497 |
+
}
|
498 |
+
|
499 |
+
.libsyn-comment-form-fields input,
|
500 |
+
.libsyn-comment-form-fields textarea {
|
501 |
+
border: 1px #aaa solid;
|
502 |
+
padding: 7px;
|
503 |
+
font-size: 1.4em;
|
504 |
+
width: 100%;
|
505 |
+
}
|
506 |
+
|
507 |
+
.libsyn-comment-form-fields input:focus,
|
508 |
+
.libsyn-comment-form-fields textarea:focus {
|
509 |
+
border: 1px #000 solid;
|
510 |
+
outline: none;
|
511 |
+
}
|
512 |
+
|
513 |
+
#submit {
|
514 |
+
margin-top: 15px;
|
515 |
+
width: auto;
|
516 |
+
padding-left: 20px;
|
517 |
+
padding-right: 20px;
|
518 |
+
cursor: pointer;
|
519 |
+
}
|
520 |
+
|
521 |
+
.libsyn-alert {
|
522 |
+
font-size: 1.1em;
|
523 |
+
font-weight: bold;
|
524 |
+
padding: 10px;
|
525 |
+
margin-bottom: 25px;
|
526 |
+
border:1px #CCDF00 solid;
|
527 |
+
background-color:#F8FFA7;
|
528 |
+
}
|
529 |
+
|
530 |
+
.libsyn-copyright {
|
531 |
+
font-size: .85em;
|
532 |
+
font-style: italic;
|
533 |
+
}
|
534 |
+
|
535 |
+
.pager {
|
536 |
+
text-align: center;
|
537 |
+
margin-top: 20px;
|
538 |
+
}
|
539 |
+
|
540 |
+
.pager .page {
|
541 |
+
padding-left: 7px;
|
542 |
+
padding-right: 7px;
|
543 |
+
}
|
544 |
+
|
545 |
+
.pager .currentPage {
|
546 |
+
font-weight: bold;
|
547 |
+
font-size: 1.4em;
|
548 |
+
}
|
549 |
+
|
550 |
+
.pager .previousPage {
|
551 |
+
padding-right: 15px;
|
552 |
+
}
|
553 |
+
|
554 |
+
.pager .nextPage {
|
555 |
+
padding-left: 15px;
|
556 |
+
}
|
557 |
+
|
558 |
+
.pager .anchorPage {
|
559 |
+
padding-left: 10px;
|
560 |
+
padding-right: 10px;
|
561 |
+
}
|
562 |
+
|
563 |
+
.pager a:hover {
|
564 |
+
text-decoration: underline;
|
565 |
+
}
|
566 |
+
|
567 |
+
.padding {
|
568 |
+
padding: 20px;
|
569 |
+
}
|
570 |
+
|
571 |
+
.center {
|
572 |
+
text-align: center;
|
573 |
+
margin-left: auto;
|
574 |
+
margin-right: auto;
|
575 |
+
}
|
576 |
+
|
577 |
+
.clear {
|
578 |
+
clear: both;
|
579 |
+
}
|
580 |
+
|
581 |
+
.space {
|
582 |
+
min-height: 20px;
|
583 |
+
height: 20px;
|
584 |
+
}
|
585 |
+
|
586 |
+
a, a:link, a:hover, a:visited {
|
587 |
+
color: #000000;
|
588 |
+
text-decoration:none;
|
589 |
+
}
|
590 |
+
|
591 |
+
.libsyn-navbar {
|
592 |
+
background-color: #dcdcdc;
|
593 |
+
padding: 2px 5px;
|
594 |
+
}
|
595 |
+
|
596 |
+
.libsyn-navbutton {
|
597 |
+
color: #000000;
|
598 |
+
font-size: 12px;
|
599 |
+
text-decoration: none;
|
600 |
+
vertical-align: middle;
|
601 |
+
display: inline-block;
|
602 |
+
margin: 5px;
|
603 |
+
}
|
604 |
+
|
605 |
+
.libsyn-navbutton, a.libsyn-navbutton:active, a.libsyn-navbutton:link, a.libsyn-navbutton:visited {
|
606 |
+
text-decoration: none;
|
607 |
+
color: #000000;
|
608 |
+
}
|
609 |
+
|
610 |
+
a.libsyn-navbutton:hover, div.libsyn-navbutton:hover {
|
611 |
+
color: #000000;
|
612 |
+
cursor: pointer;
|
613 |
+
text-decoration: underline;
|
614 |
+
}
|
615 |
+
|
616 |
+
.libsyn-navbutton:active {
|
617 |
+
color: #1874CD;
|
618 |
+
}
|
619 |
+
|
620 |
+
.libsyn-filterbar {
|
621 |
+
background-color: #f0f0f0;
|
622 |
+
color: #000000;
|
623 |
+
padding: 7px 10px;
|
624 |
+
font-weight: bold;
|
625 |
+
border-bottom: 1px #999999 solid;
|
626 |
+
border-top: 1px #999999 solid;
|
627 |
+
}
|
628 |
+
|
629 |
+
.libsyn-producer-message {
|
630 |
+
background-color: #666666;
|
631 |
+
color: #ffffff;
|
632 |
+
font-size:14pt;
|
633 |
+
padding: 7px 10px;
|
634 |
+
border-bottom: 1px solid #999999;
|
635 |
+
border-top: 1px solid #999999;
|
636 |
+
}
|
637 |
+
|
638 |
+
.libsyn-message-button {
|
639 |
+
margin-left: auto;
|
640 |
+
margin-right: auto;
|
641 |
+
padding: 10px;
|
642 |
+
cursor: pointer;
|
643 |
+
display: block;
|
644 |
+
font-weight: bold;
|
645 |
+
}
|
646 |
+
|
647 |
+
/* fix player fullscreen */
|
648 |
+
.jp-playlist{display:none}
|
649 |
+
.libsyn-fullscreen{z-index:[PHONE REDACTED]}
|
650 |
+
|
651 |
+
|
652 |
+
/* info modal */
|
653 |
+
#info_text{
|
654 |
+
display:none;
|
655 |
+
}
|
656 |
+
|
657 |
+
/* archives modal */
|
658 |
+
#archives_text{
|
659 |
+
display:none;
|
660 |
+
}
|
661 |
+
|
662 |
+
/* categories modal */
|
663 |
+
#categories_text{
|
664 |
+
display:none;
|
665 |
+
}
|
666 |
+
|
667 |
+
#simplemodal-container {width:600px; color:#ffffff; background-color:#333333; border:4px solid #444444; padding:12px;}
|
668 |
+
|
669 |
+
#simplemodal-container h2 {margin-top:0px}
|
670 |
+
|
671 |
+
#simplemodal-container a {
|
672 |
+
color: #ffffff;
|
673 |
+
}
|
674 |
+
|
675 |
+
|
676 |
+
#mobile_menu_drop {
|
677 |
+
height: 30px;
|
678 |
+
width: 30px;
|
679 |
+
background-image: url('http://static.libsyn.com/p/assets/platform/pcp-resp-menu-white.png');
|
680 |
+
display:none;
|
681 |
+
position: absolute;
|
682 |
+
top: 10px;
|
683 |
+
left: 10px;
|
684 |
+
}
|
685 |
+
|
686 |
+
@media only screen and (max-width: 700px) {
|
687 |
+
#mobile_menu_drop {
|
688 |
+
display: inline-block;
|
689 |
+
}
|
690 |
+
|
691 |
+
.libsyn-social {
|
692 |
+
z-index: 999;
|
693 |
+
position: absolute;
|
694 |
+
top: 50px;
|
695 |
+
width: 100% !important;
|
696 |
+
display: none;
|
697 |
+
margin-left: 0 !important;
|
698 |
+
background-color:rgba(0, 0, 0, 0.8);
|
699 |
+
padding-top: 10px;
|
700 |
+
}
|
701 |
+
|
702 |
+
|
703 |
+
.libsyn-social .libsyn-social-button {
|
704 |
+
display: block;
|
705 |
+
float: none;
|
706 |
+
background-image: none;
|
707 |
+
z-index: 100;
|
708 |
+
width: 100%;
|
709 |
+
}
|
710 |
+
|
711 |
+
.libsyn-social .libsyn-social-button span.libsyn-social-title {
|
712 |
+
display:block;
|
713 |
+
color: white;
|
714 |
+
margin: 5px;
|
715 |
+
font-size: 1.7em;
|
716 |
+
}
|
717 |
+
|
718 |
+
#simplemodal-container {width:80%; }
|
719 |
+
}
|
720 |
+
</style>
|
721 |
+
<style type="text/css">
|
722 |
+
</style>
|
723 |
+
<!-- Google Analytics -->
|
724 |
+
<!-- End Google Analytics -->
|
725 |
+
<meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial">
|
726 |
+
</head>
|
727 |
+
<body>
|
728 |
+
<div class="libsyn-podcast-page">
|
729 |
+
<div class="libsyn-show-header" style="height: 289px;">
|
730 |
+
<div class="libsyn-search">
|
731 |
+
<form action="" method="get">
|
732 |
+
<input class="libsyn-search-field" name="search" placeholder="Search" type="text">
|
733 |
+
</form>
|
734 |
+
</div>
|
735 |
+
<div id="libsyn-social-spacer">
|
736 |
+
</div>
|
737 |
+
<div id="mobile_menu_drop">
|
738 |
+
</div>
|
739 |
+
<div class="libsyn-social">
|
740 |
+
<div class="libsyn-social-button libsyn-social-info" onclick="showInfoModal()">
|
741 |
+
<span class="libsyn-social-title">
|
742 |
+
Info
|
743 |
+
</span>
|
744 |
+
</div>
|
745 |
+
<div id="info_text">
|
746 |
+
<h2>
|
747 |
+
We Got This with Mark and Hal
|
748 |
+
</h2>
|
749 |
+
Every Wednesday Mark Gagliardi and Hal Lublin (Drunk History, The Thrilling Adventure Hour, Welcome to Night Vale) take the dumb issues in life that people care too much about and settle the argument once and for all.
|
750 |
+
</div>
|
751 |
+
<a class="libsyn-social-button libsyn-social-facebook" rel="noopener noreferrer" target="_blank" title="Facebook">
|
752 |
+
<span class="libsyn-social-title">
|
753 |
+
Facebook
|
754 |
+
</span>
|
755 |
+
</a>
|
756 |
+
<a class="libsyn-social-button libsyn-social-twitter" rel="noopener noreferrer" target="_blank" title="Twitter">
|
757 |
+
<span class="libsyn-social-title">
|
758 |
+
Twitter
|
759 |
+
</span>
|
760 |
+
</a>
|
761 |
+
<a class="libsyn-social-button libsyn-social-email" rel="noopener noreferrer" target="_blank" title="Email">
|
762 |
+
<span class="libsyn-social-title">
|
763 |
+
Email
|
764 |
+
</span>
|
765 |
+
</a>
|
766 |
+
<a class="libsyn-social-button libsyn-social-rss" rel="noopener noreferrer" target="_blank" title="RSS Feed">
|
767 |
+
<span class="libsyn-social-title">
|
768 |
+
RSS Feed
|
769 |
+
</span>
|
770 |
+
</a>
|
771 |
+
<a class="libsyn-social-button libsyn-social-itunes" rel="noopener noreferrer" target="_blank" title="Subscribe in Apple Podcasts">
|
772 |
+
<span class="libsyn-social-title">
|
773 |
+
Subscribe in Apple Podcasts
|
774 |
+
</span>
|
775 |
+
</a>
|
776 |
+
</div>
|
777 |
+
<!-- CLOSE <div class="libsyn-social"> -->
|
778 |
+
<div class="clear">
|
779 |
+
</div>
|
780 |
+
<a class="libsyn-show-title" style="top: 127px;">
|
781 |
+
We Got This with Mark and Hal
|
782 |
+
</a>
|
783 |
+
</div>
|
784 |
+
<!-- CLOSE <div class="libsyn-show-header"> -->
|
785 |
+
<div class="libsyn-archives" id="archives_text">
|
786 |
+
<div style="border-bottom: 1px solid #aaa; width:40%;">
|
787 |
+
<strong>
|
788 |
+
<a>
|
789 |
+
2020
|
790 |
+
</a>
|
791 |
+
</strong>
|
792 |
+
<br>
|
793 |
+
<span style="margin-left: 10px;">
|
794 |
+
<a>
|
795 |
+
May
|
796 |
+
</a>
|
797 |
+
<br>
|
798 |
+
</span>
|
799 |
+
<span style="margin-left: 10px;">
|
800 |
+
<a>
|
801 |
+
April
|
802 |
+
</a>
|
803 |
+
<br>
|
804 |
+
</span>
|
805 |
+
<span style="margin-left: 10px;">
|
806 |
+
<a>
|
807 |
+
March
|
808 |
+
</a>
|
809 |
+
<br>
|
810 |
+
</span>
|
811 |
+
<span style="margin-left: 10px;">
|
812 |
+
<a>
|
813 |
+
February
|
814 |
+
</a>
|
815 |
+
<br>
|
816 |
+
</span>
|
817 |
+
<span style="margin-left: 10px;">
|
818 |
+
<a>
|
819 |
+
January
|
820 |
+
</a>
|
821 |
+
<br>
|
822 |
+
</span>
|
823 |
+
<br>
|
824 |
+
</div>
|
825 |
+
<!-- CLOSE <div style="border-bottom: 1px solid #aaa; width:40%;"> -->
|
826 |
+
<br>
|
827 |
+
<div style="border-bottom: 1px solid #aaa; width:40%;">
|
828 |
+
<strong>
|
829 |
+
<a>
|
830 |
+
2019
|
831 |
+
</a>
|
832 |
+
</strong>
|
833 |
+
<br>
|
834 |
+
<span style="margin-left: 10px;">
|
835 |
+
<a>
|
836 |
+
December
|
837 |
+
</a>
|
838 |
+
<br>
|
839 |
+
</span>
|
840 |
+
<span style="margin-left: 10px;">
|
841 |
+
<a>
|
842 |
+
November
|
843 |
+
</a>
|
844 |
+
<br>
|
845 |
+
</span>
|
846 |
+
<span style="margin-left: 10px;">
|
847 |
+
<a>
|
848 |
+
October
|
849 |
+
</a>
|
850 |
+
<br>
|
851 |
+
</span>
|
852 |
+
<span style="margin-left: 10px;">
|
853 |
+
<a>
|
854 |
+
September
|
855 |
+
</a>
|
856 |
+
<br>
|
857 |
+
</span>
|
858 |
+
<span style="margin-left: 10px;">
|
859 |
+
<a>
|
860 |
+
August
|
861 |
+
</a>
|
862 |
+
<br>
|
863 |
+
</span>
|
864 |
+
<span style="margin-left: 10px;">
|
865 |
+
<a>
|
866 |
+
July
|
867 |
+
</a>
|
868 |
+
<br>
|
869 |
+
</span>
|
870 |
+
<span style="margin-left: 10px;">
|
871 |
+
<a>
|
872 |
+
June
|
873 |
+
</a>
|
874 |
+
<br>
|
875 |
+
</span>
|
876 |
+
<span style="margin-left: 10px;">
|
877 |
+
<a>
|
878 |
+
May
|
879 |
+
</a>
|
880 |
+
<br>
|
881 |
+
</span>
|
882 |
+
<span style="margin-left: 10px;">
|
883 |
+
<a>
|
884 |
+
April
|
885 |
+
</a>
|
886 |
+
<br>
|
887 |
+
</span>
|
888 |
+
<span style="margin-left: 10px;">
|
889 |
+
<a>
|
890 |
+
March
|
891 |
+
</a>
|
892 |
+
<br>
|
893 |
+
</span>
|
894 |
+
<span style="margin-left: 10px;">
|
895 |
+
<a>
|
896 |
+
February
|
897 |
+
</a>
|
898 |
+
<br>
|
899 |
+
</span>
|
900 |
+
<span style="margin-left: 10px;">
|
901 |
+
<a>
|
902 |
+
January
|
903 |
+
</a>
|
904 |
+
<br>
|
905 |
+
</span>
|
906 |
+
<br>
|
907 |
+
</div>
|
908 |
+
<!-- CLOSE <div style="border-bottom: 1px solid #aaa; width:40%;"> -->
|
909 |
+
<br>
|
910 |
+
<div style="border-bottom: 1px solid #aaa; width:40%;">
|
911 |
+
<strong>
|
912 |
+
<a>
|
913 |
+
2018
|
914 |
+
</a>
|
915 |
+
</strong>
|
916 |
+
<br>
|
917 |
+
<span style="margin-left: 10px;">
|
918 |
+
<a>
|
919 |
+
December
|
920 |
+
</a>
|
921 |
+
<br>
|
922 |
+
</span>
|
923 |
+
<span style="margin-left: 10px;">
|
924 |
+
<a>
|
925 |
+
November
|
926 |
+
</a>
|
927 |
+
<br>
|
928 |
+
</span>
|
929 |
+
<span style="margin-left: 10px;">
|
930 |
+
<a>
|
931 |
+
October
|
932 |
+
</a>
|
933 |
+
<br>
|
934 |
+
</span>
|
935 |
+
<span style="margin-left: 10px;">
|
936 |
+
<a>
|
937 |
+
September
|
938 |
+
</a>
|
939 |
+
<br>
|
940 |
+
</span>
|
941 |
+
<span style="margin-left: 10px;">
|
942 |
+
<a>
|
943 |
+
August
|
944 |
+
</a>
|
945 |
+
<br>
|
946 |
+
</span>
|
947 |
+
<span style="margin-left: 10px;">
|
948 |
+
<a>
|
949 |
+
July
|
950 |
+
</a>
|
951 |
+
<br>
|
952 |
+
</span>
|
953 |
+
<span style="margin-left: 10px;">
|
954 |
+
<a>
|
955 |
+
June
|
956 |
+
</a>
|
957 |
+
<br>
|
958 |
+
</span>
|
959 |
+
<span style="margin-left: 10px;">
|
960 |
+
<a>
|
961 |
+
May
|
962 |
+
</a>
|
963 |
+
<br>
|
964 |
+
</span>
|
965 |
+
<span style="margin-left: 10px;">
|
966 |
+
<a>
|
967 |
+
April
|
968 |
+
</a>
|
969 |
+
<br>
|
970 |
+
</span>
|
971 |
+
<span style="margin-left: 10px;">
|
972 |
+
<a>
|
973 |
+
March
|
974 |
+
</a>
|
975 |
+
<br>
|
976 |
+
</span>
|
977 |
+
<span style="margin-left: 10px;">
|
978 |
+
<a>
|
979 |
+
February
|
980 |
+
</a>
|
981 |
+
<br>
|
982 |
+
</span>
|
983 |
+
<span style="margin-left: 10px;">
|
984 |
+
<a>
|
985 |
+
January
|
986 |
+
</a>
|
987 |
+
<br>
|
988 |
+
</span>
|
989 |
+
<br>
|
990 |
+
</div>
|
991 |
+
<!-- CLOSE <div style="border-bottom: 1px solid #aaa; width:40%;"> -->
|
992 |
+
<br>
|
993 |
+
<div style="border-bottom: 1px solid #aaa; width:40%;">
|
994 |
+
<strong>
|
995 |
+
<a>
|
996 |
+
2017
|
997 |
+
</a>
|
998 |
+
</strong>
|
999 |
+
<br>
|
1000 |
+
<span style="margin-left: 10px;">
|
1001 |
+
<a>
|
1002 |
+
December
|
1003 |
+
</a>
|
1004 |
+
<br>
|
1005 |
+
</span>
|
1006 |
+
<span style="margin-left: 10px;">
|
1007 |
+
<a>
|
1008 |
+
November
|
1009 |
+
</a>
|
1010 |
+
<br>
|
1011 |
+
</span>
|
1012 |
+
<span style="margin-left: 10px;">
|
1013 |
+
<a>
|
1014 |
+
October
|
1015 |
+
</a>
|
1016 |
+
<br>
|
1017 |
+
</span>
|
1018 |
+
<span style="margin-left: 10px;">
|
1019 |
+
<a>
|
1020 |
+
September
|
1021 |
+
</a>
|
1022 |
+
<br>
|
1023 |
+
</span>
|
1024 |
+
<span style="margin-left: 10px;">
|
1025 |
+
<a>
|
1026 |
+
August
|
1027 |
+
</a>
|
1028 |
+
<br>
|
1029 |
+
</span>
|
1030 |
+
<span style="margin-left: 10px;">
|
1031 |
+
<a>
|
1032 |
+
July
|
1033 |
+
</a>
|
1034 |
+
<br>
|
1035 |
+
</span>
|
1036 |
+
<span style="margin-left: 10px;">
|
1037 |
+
<a>
|
1038 |
+
June
|
1039 |
+
</a>
|
1040 |
+
<br>
|
1041 |
+
</span>
|
1042 |
+
<span style="margin-left: 10px;">
|
1043 |
+
<a>
|
1044 |
+
May
|
1045 |
+
</a>
|
1046 |
+
<br>
|
1047 |
+
</span>
|
1048 |
+
<span style="margin-left: 10px;">
|
1049 |
+
<a>
|
1050 |
+
April
|
1051 |
+
</a>
|
1052 |
+
<br>
|
1053 |
+
</span>
|
1054 |
+
<span style="margin-left: 10px;">
|
1055 |
+
<a>
|
1056 |
+
March
|
1057 |
+
</a>
|
1058 |
+
<br>
|
1059 |
+
</span>
|
1060 |
+
<span style="margin-left: 10px;">
|
1061 |
+
<a>
|
1062 |
+
February
|
1063 |
+
</a>
|
1064 |
+
<br>
|
1065 |
+
</span>
|
1066 |
+
<span style="margin-left: 10px;">
|
1067 |
+
<a>
|
1068 |
+
January
|
1069 |
+
</a>
|
1070 |
+
<br>
|
1071 |
+
</span>
|
1072 |
+
<br>
|
1073 |
+
</div>
|
1074 |
+
<!-- CLOSE <div style="border-bottom: 1px solid #aaa; width:40%;"> -->
|
1075 |
+
<br>
|
1076 |
+
<div style="border-bottom: 1px solid #aaa; width:40%;">
|
1077 |
+
<strong>
|
1078 |
+
<a>
|
1079 |
+
2016
|
1080 |
+
</a>
|
1081 |
+
</strong>
|
1082 |
+
<br>
|
1083 |
+
<span style="margin-left: 10px;">
|
1084 |
+
<a>
|
1085 |
+
December
|
1086 |
+
</a>
|
1087 |
+
<br>
|
1088 |
+
</span>
|
1089 |
+
<span style="margin-left: 10px;">
|
1090 |
+
<a>
|
1091 |
+
November
|
1092 |
+
</a>
|
1093 |
+
<br>
|
1094 |
+
</span>
|
1095 |
+
<span style="margin-left: 10px;">
|
1096 |
+
<a>
|
1097 |
+
October
|
1098 |
+
</a>
|
1099 |
+
<br>
|
1100 |
+
</span>
|
1101 |
+
<span style="margin-left: 10px;">
|
1102 |
+
<a>
|
1103 |
+
September
|
1104 |
+
</a>
|
1105 |
+
<br>
|
1106 |
+
</span>
|
1107 |
+
<span style="margin-left: 10px;">
|
1108 |
+
<a>
|
1109 |
+
August
|
1110 |
+
</a>
|
1111 |
+
<br>
|
1112 |
+
</span>
|
1113 |
+
<span style="margin-left: 10px;">
|
1114 |
+
<a>
|
1115 |
+
July
|
1116 |
+
</a>
|
1117 |
+
<br>
|
1118 |
+
</span>
|
1119 |
+
<span style="margin-left: 10px;">
|
1120 |
+
<a>
|
1121 |
+
June
|
1122 |
+
</a>
|
1123 |
+
<br>
|
1124 |
+
</span>
|
1125 |
+
<span style="margin-left: 10px;">
|
1126 |
+
<a>
|
1127 |
+
May
|
1128 |
+
</a>
|
1129 |
+
<br>
|
1130 |
+
</span>
|
1131 |
+
<span style="margin-left: 10px;">
|
1132 |
+
<a>
|
1133 |
+
April
|
1134 |
+
</a>
|
1135 |
+
<br>
|
1136 |
+
</span>
|
1137 |
+
<span style="margin-left: 10px;">
|
1138 |
+
<a>
|
1139 |
+
March
|
1140 |
+
</a>
|
1141 |
+
<br>
|
1142 |
+
</span>
|
1143 |
+
<span style="margin-left: 10px;">
|
1144 |
+
<a>
|
1145 |
+
February
|
1146 |
+
</a>
|
1147 |
+
<br>
|
1148 |
+
</span>
|
1149 |
+
<span style="margin-left: 10px;">
|
1150 |
+
<a>
|
1151 |
+
January
|
1152 |
+
</a>
|
1153 |
+
<br>
|
1154 |
+
</span>
|
1155 |
+
<br>
|
1156 |
+
</div>
|
1157 |
+
<!-- CLOSE <div style="border-bottom: 1px solid #aaa; width:40%;"> -->
|
1158 |
+
<br>
|
1159 |
+
<div style="border-bottom: 1px solid #aaa; width:40%;">
|
1160 |
+
<strong>
|
1161 |
+
<a>
|
1162 |
+
2015
|
1163 |
+
</a>
|
1164 |
+
</strong>
|
1165 |
+
<br>
|
1166 |
+
<span style="margin-left: 10px;">
|
1167 |
+
<a>
|
1168 |
+
December
|
1169 |
+
</a>
|
1170 |
+
<br>
|
1171 |
+
</span>
|
1172 |
+
<span style="margin-left: 10px;">
|
1173 |
+
<a>
|
1174 |
+
November
|
1175 |
+
</a>
|
1176 |
+
<br>
|
1177 |
+
</span>
|
1178 |
+
<span style="margin-left: 10px;">
|
1179 |
+
<a>
|
1180 |
+
October
|
1181 |
+
</a>
|
1182 |
+
<br>
|
1183 |
+
</span>
|
1184 |
+
<span style="margin-left: 10px;">
|
1185 |
+
<a>
|
1186 |
+
September
|
1187 |
+
</a>
|
1188 |
+
<br>
|
1189 |
+
</span>
|
1190 |
+
<span style="margin-left: 10px;">
|
1191 |
+
<a>
|
1192 |
+
August
|
1193 |
+
</a>
|
1194 |
+
<br>
|
1195 |
+
</span>
|
1196 |
+
<span style="margin-left: 10px;">
|
1197 |
+
<a>
|
1198 |
+
July
|
1199 |
+
</a>
|
1200 |
+
<br>
|
1201 |
+
</span>
|
1202 |
+
<span style="margin-left: 10px;">
|
1203 |
+
<a>
|
1204 |
+
June
|
1205 |
+
</a>
|
1206 |
+
<br>
|
1207 |
+
</span>
|
1208 |
+
<span style="margin-left: 10px;">
|
1209 |
+
<a>
|
1210 |
+
May
|
1211 |
+
</a>
|
1212 |
+
<br>
|
1213 |
+
</span>
|
1214 |
+
<span style="margin-left: 10px;">
|
1215 |
+
<a>
|
1216 |
+
April
|
1217 |
+
</a>
|
1218 |
+
<br>
|
1219 |
+
</span>
|
1220 |
+
<span style="margin-left: 10px;">
|
1221 |
+
<a>
|
1222 |
+
March
|
1223 |
+
</a>
|
1224 |
+
<br>
|
1225 |
+
</span>
|
1226 |
+
<span style="margin-left: 10px;">
|
1227 |
+
<a>
|
1228 |
+
February
|
1229 |
+
</a>
|
1230 |
+
<br>
|
1231 |
+
</span>
|
1232 |
+
<br>
|
1233 |
+
</div>
|
1234 |
+
<!-- CLOSE <div style="border-bottom: 1px solid #aaa; width:40%;"> -->
|
1235 |
+
<br>
|
1236 |
+
</div>
|
1237 |
+
<!-- CLOSE <div id="archives_text" class="libsyn-archives"> -->
|
1238 |
+
<div class="libsyn-navbar">
|
1239 |
+
<a class="libsyn-navbutton">
|
1240 |
+
All Episodes
|
1241 |
+
</a>
|
1242 |
+
<div class="libsyn-navbutton" onclick="showArchivesModal()" style="width:auto">
|
1243 |
+
Archives
|
1244 |
+
</div>
|
1245 |
+
</div>
|
1246 |
+
<!-- CLOSE <div class="libsyn-navbar"> -->
|
1247 |
+
<div class="libsyn-filterbar">
|
1248 |
+
Now displaying: Page 1
|
1249 |
+
</div>
|
1250 |
+
<div class="libsyn-item-list">
|
1251 |
+
<div class="libsyn-item" id="libsyn-item-4608175">
|
1252 |
+
<div class="libsyn-item-title">
|
1253 |
+
<a>
|
1254 |
+
#78 - Clean Slate III with Wil Wheaton
|
1255 |
+
</a>
|
1256 |
+
<a class="libsyn-comment-count">
|
1257 |
+
0
|
1258 |
+
</a>
|
1259 |
+
</div>
|
1260 |
+
<!-- CLOSE <div class="libsyn-item-title"> -->
|
1261 |
+
<div class="libsyn-item-release-date">
|
1262 |
+
Aug 24, 2016
|
1263 |
+
</div>
|
1264 |
+
<!-- CLOSE <div class="libsyn-item-release-date"> -->
|
1265 |
+
<div class="libsyn-item-body">
|
1266 |
+
<p>
|
1267 |
+
Among the 250+ topics we've received over the last one and a half years, there are always some that don't warrant a full episode.
|
1268 |
+
<a target="_blank">
|
1269 |
+
Wil Wheaton
|
1270 |
+
</a>
|
1271 |
+
, who waxes poetic on everything from theme park ruffians to the popcorn eating style he shares with Hal.
|
1272 |
+
</p>
|
1273 |
+
<p>
|
1274 |
+
Going to Dragon Con? So is Hal!
|
1275 |
+
<a target="_blank">
|
1276 |
+
Here's where you can find him
|
1277 |
+
</a>
|
1278 |
+
.
|
1279 |
+
</p>
|
1280 |
+
</div>
|
1281 |
+
<!-- CLOSE <div class="libsyn-item-body"> -->
|
1282 |
+
<div class="libsyn-item-social">
|
1283 |
+
<div class="pw-widget pw-counter-horizontal" pw:title="#78 - Clean Slate III with Wil Wheaton" pw:url="">
|
1284 |
+
<a class="pw-button-facebook pw-look-native">
|
1285 |
+
</a>
|
1286 |
+
<a class="pw-button-twitter pw-look-native">
|
1287 |
+
</a>
|
1288 |
+
<a class="pw-button-pinterest pw-look-native">
|
1289 |
+
</a>
|
1290 |
+
<a class="pw-button-googleplus pw-look-native">
|
1291 |
+
</a>
|
1292 |
+
<a class="pw-button-post-share">
|
1293 |
+
</a>
|
1294 |
+
</div>
|
1295 |
+
</div>
|
1296 |
+
<!-- CLOSE <div class="libsyn-item-social"> -->
|
1297 |
+
<div class="libsyn-item-player">
|
1298 |
+
</div>
|
1299 |
+
<!-- CLOSE <div class="libsyn-item-player"> -->
|
1300 |
+
<div class="libsyn-item-content">
|
1301 |
+
<ul class="libsyn-item-free">
|
1302 |
+
<li>
|
1303 |
+
<a>
|
1304 |
+
Download this Episode
|
1305 |
+
</a>
|
1306 |
+
</li>
|
1307 |
+
</ul>
|
1308 |
+
</div>
|
1309 |
+
<!-- CLOSE <div class="libsyn-item-content"> -->
|
1310 |
+
<div class="libsyn-comments">
|
1311 |
+
<div class="libsyn-comment-header">
|
1312 |
+
0 Comments
|
1313 |
+
</div>
|
1314 |
+
<div>
|
1315 |
+
Adding comments is not available at this time.
|
1316 |
+
</div>
|
1317 |
+
</div>
|
1318 |
+
<!-- CLOSE <div class="libsyn-comments"> -->
|
1319 |
+
</div>
|
1320 |
+
<!-- CLOSE <div class="libsyn-item" id="libsyn-item-4608175"> -->
|
1321 |
+
</div>
|
1322 |
+
<!-- CLOSE <div class="libsyn-item-list"> -->
|
1323 |
+
<div class="space">
|
1324 |
+
</div>
|
1325 |
+
<div class="space">
|
1326 |
+
</div>
|
1327 |
+
<div class="libsyn-copyright center padding">
|
1328 |
+
©Copyright Hal Lublin and Mark Gagliardi
|
1329 |
+
</div>
|
1330 |
+
</div>
|
1331 |
+
<!-- CLOSE <div class="libsyn-podcast-page"> -->
|
1332 |
+
</body>
|
1333 |
+
</html>
|
1041.png
ADDED
Git LFS Details
|
10414.html
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<html>
|
2 |
+
<head>
|
3 |
+
<style>
|
4 |
+
@font-face {
|
5 |
+
font-family: 'Open Sans';
|
6 |
+
font-style: normal;
|
7 |
+
font-weight: 400;
|
8 |
+
font-stretch: normal;
|
9 |
+
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
|
10 |
+
}
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
@font-face {
|
15 |
+
font-family: 'Open Sans';
|
16 |
+
font-style: normal;
|
17 |
+
font-weight: 300;
|
18 |
+
font-stretch: normal;
|
19 |
+
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
|
20 |
+
}
|
21 |
+
@font-face {
|
22 |
+
font-family: 'Open Sans';
|
23 |
+
font-style: normal;
|
24 |
+
font-weight: 400;
|
25 |
+
font-stretch: normal;
|
26 |
+
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
|
27 |
+
}
|
28 |
+
@font-face {
|
29 |
+
font-family: 'Open Sans';
|
30 |
+
font-style: normal;
|
31 |
+
font-weight: 500;
|
32 |
+
font-stretch: normal;
|
33 |
+
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVc.ttf) format('truetype');
|
34 |
+
}
|
35 |
+
@font-face {
|
36 |
+
font-family: 'Open Sans';
|
37 |
+
font-style: normal;
|
38 |
+
font-weight: 600;
|
39 |
+
font-stretch: normal;
|
40 |
+
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
|
41 |
+
}
|
42 |
+
@font-face {
|
43 |
+
font-family: 'Open Sans';
|
44 |
+
font-style: normal;
|
45 |
+
font-weight: 800;
|
46 |
+
font-stretch: normal;
|
47 |
+
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
<title>
|
51 |
+
Coming Soon Page
|
52 |
+
</title>
|
53 |
+
<meta charset="utf-8">
|
54 |
+
<meta content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" name="viewport">
|
55 |
+
<style type="text/css">
|
56 |
+
body {
|
57 |
+
margin: 0;
|
58 |
+
padding: 0;
|
59 |
+
}
|
60 |
+
.column1 {
|
61 |
+
background: #111;
|
62 |
+
width: 50%;
|
63 |
+
height: 100%;
|
64 |
+
float: left;
|
65 |
+
}
|
66 |
+
.column2 {
|
67 |
+
background: #690;
|
68 |
+
width: 50%;
|
69 |
+
height: 100%;
|
70 |
+
float: left;
|
71 |
+
}
|
72 |
+
.contents {
|
73 |
+
position: absolute;
|
74 |
+
top: 30%; color: #fff;
|
75 |
+
text-align: center;
|
76 |
+
margin: 0 auto;
|
77 |
+
width: 98%;
|
78 |
+
font-family: open sans;
|
79 |
+
}
|
80 |
+
.contents h3 {
|
81 |
+
font-weight: 200;
|
82 |
+
font-size: 26px;
|
83 |
+
text-transform: uppercase;
|
84 |
+
letter-spacing: 2px;
|
85 |
+
}
|
86 |
+
.title{text-transform: uppercase; font-size: 80px;}
|
87 |
+
</style>
|
88 |
+
</head>
|
89 |
+
<body>
|
90 |
+
<div class="column1">
|
91 |
+
</div>
|
92 |
+
<div class="column2">
|
93 |
+
</div>
|
94 |
+
<div class="contents">
|
95 |
+
<h1 class="title">
|
96 |
+
<span1>
|
97 |
+
Global
|
98 |
+
</span1>
|
99 |
+
<span2>
|
100 |
+
Jobs
|
101 |
+
</span2>
|
102 |
+
</h1>
|
103 |
+
<h3>
|
104 |
+
Hello, We will be right back very shortly.
|
105 |
+
</h3>
|
106 |
+
</div>
|
107 |
+
</body>
|
108 |
+
</html>
|
10414.png
ADDED
Git LFS Details
|
10473.html
ADDED
@@ -0,0 +1,502 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
html, body, div, span, applet, object, iframe,
|
6 |
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
7 |
+
a, abbr, acronym, address, big, cite, code,
|
8 |
+
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
9 |
+
small, strike, strong, sub, sup, tt, var,
|
10 |
+
b, u, i, center,
|
11 |
+
dl, dt, dd, ol, ul, li,
|
12 |
+
fieldset, form, label, legend,
|
13 |
+
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
|
14 |
+
ol, ul{list-style:none;}
|
15 |
+
blockquote, q{quotes:none;}
|
16 |
+
:focus{outline:0;}
|
17 |
+
ins{text-decoration:none;}
|
18 |
+
del{text-decoration:line-through;}
|
19 |
+
table{border-collapse:collapse;border-spacing:0;}
|
20 |
+
body{font:12px/18px 'Palatino Linotype', 'Times New Roman', Times, serif;width:100%;background:#333;}
|
21 |
+
a{color:#0062c8;outline:none;text-decoration:none;}
|
22 |
+
a:hover{text-decoration:underline;}
|
23 |
+
p{margin:0 0 18px}
|
24 |
+
img{border:none;}
|
25 |
+
input{vertical-align:middle;}
|
26 |
+
#wrapper{margin:0 auto;background:#fff;}
|
27 |
+
#header{height:auto;border-bottom:1px dashed #389fff;}
|
28 |
+
#header h1{font-size:2.0em;line-height:1.3em;color:#990000;padding:10px 0px 7px 0px;}
|
29 |
+
#header p{font-size:1.2em;color:#000;padding-left:20px;}
|
30 |
+
.lg0{float:left;margin:0 1em 0 0;}
|
31 |
+
#middle{height:1%;}
|
32 |
+
#middle:after{content:'';clear:both;display:table;}
|
33 |
+
#container{width:100%;}
|
34 |
+
#content{border-left:1px dashed #389fff;}
|
35 |
+
#content h2,h3{font-size:1.5em;color:#990000;padding:0px 0px 20px 0px;}
|
36 |
+
#content p,form{font-size:1.2em;color:#000;width:auto;}
|
37 |
+
.descf ul{font-size:1.2em;color:#000;padding:0 0 0.5em;width:auto;}
|
38 |
+
.descf{display:inline-block;}
|
39 |
+
.descf p{margin-bottom:0.5em;}
|
40 |
+
.descf li{}
|
41 |
+
#content iframe{}
|
42 |
+
#content object, embed{background:#eee;}
|
43 |
+
.banner{margin:20px 0;overflow:hidden;height:auto;text-align:center;border:1px solid #ccc;}
|
44 |
+
.swf{padding:0px 0px 20px 0px;background:#fff;margin:auto;}
|
45 |
+
#gm_cont,#s,#sc{z-index:999;}
|
46 |
+
#swfs{background:#fff;padding:0px 0px 0px 0px;}
|
47 |
+
.cb{content:'';clear:both;}
|
48 |
+
.fsmode{padding:4px;text-align:center;background-color:#eee;font-size:1.2em;color:#999;border-top:1px solid orange;border-bottom:1px solid orange;}
|
49 |
+
.thmb{float:left;margin:0 1em 0.8em 0;padding:0px 0px 5px 0px;width:131px;height:141px;overflow:hidden;text-align:center;}
|
50 |
+
.thmb img{margin-bottom:1px;border-radius:16px;}
|
51 |
+
.thmb a{font-size:1.1em;line-height:1.1em;}
|
52 |
+
.hr_b{width:auto;height:26px;line-height:26px;background:#fff url(/img/bg_hr_b.png);margin-top:4px;color:#fff;}
|
53 |
+
.hr_b a{font-size:1.2em;color:#fff;margin-left:24px;}
|
54 |
+
.hr_b span{font-size:1.2em;color:#fff;margin-left:24px;}
|
55 |
+
.hr_g{width:auto;height:26px;line-height:26px;background:#fff url(/img/bg_hr_g.png);margin-top:4px;color:#fff;}
|
56 |
+
.hr_g a{font-size:1.2em;color:#fff;margin-left:24px;}
|
57 |
+
.hr_g span{font-size:1.2em;color:#fff;margin-left:24px;}
|
58 |
+
.hr_r{width:auto;height:26px;line-height:26px;background:#fff url(/img/bg_hr_r.png);margin-top:4px;color:#fff;}
|
59 |
+
.hr_r a{font-size:1.2em;color:#fff;margin-left:24px;}
|
60 |
+
.hr_r span{font-size:1.2em;color:#fff;margin-left:24px;}
|
61 |
+
.lnks{position:relative;font-size:1.3em;line-height:26px;display:inline-block;top:-26px;left:165px;}
|
62 |
+
#sideLeft{background:#fff;}
|
63 |
+
#sideLeft a{font-size:1.1em;line-height:1.1em;}
|
64 |
+
#sideLeft ul{font-size:1.1em;}
|
65 |
+
#sideLeft li{padding-bottom:0.8em;}
|
66 |
+
#footer{min-height:35px;padding:15px 15px 0px 0px;border-bottom:3px solid #e2f1ff;border-top:1px dashed #389fff;}
|
67 |
+
#footer p{font-size:1.0em;line-height:1.3em;color:#000;padding-left:20px;}
|
68 |
+
.lg1{float:left;margin:0 10px 0 0;}
|
69 |
+
.cnt{float:right;margin:0 0 0 10px;width:70px;}
|
70 |
+
.cnt img{float:right;}
|
71 |
+
@media screen and (min-width:1065px){#header{padding:5px 20px 5px 0px;}
|
72 |
+
#wrapper{width:1042px;border-left:3px solid #e2f1ff;}
|
73 |
+
#middle{border-left:200px solid #fff;position:relative;}
|
74 |
+
#container{float:left;overflow:hidden;margin-right:-100%;}
|
75 |
+
#content{padding:20px;}
|
76 |
+
#sideLeft{float:left;width:160px;position:relative;left:-200px;padding:20px 20px 20px 0;}
|
77 |
+
#sideLeft ul{padding-left:20px;}
|
78 |
+
#content object, embed{width:800px;height:600px;}
|
79 |
+
#swfs{width:800px;height:600px;}
|
80 |
+
#content iframe{width:800px;height:600px;}
|
81 |
+
}
|
82 |
+
@media screen and (max-width:1064px){#header{padding:5px 15px 5px 0px;}
|
83 |
+
#wrapper{width:100%;min-width:260px;}
|
84 |
+
#content{padding:15px;}
|
85 |
+
#sideLeft{padding:0 15px 15px 0;}
|
86 |
+
#sideLeft ul{padding-left:15px;float:left;width:18%;}
|
87 |
+
#content object, embed{width:100%;height:90vh;}
|
88 |
+
#swfs{width:100%;height:auto;}
|
89 |
+
#content iframe{width:100%;height:90vh;}
|
90 |
+
}
|
91 |
+
@media screen and (max-width:800px){#sideLeft ul{width:22%;}
|
92 |
+
}
|
93 |
+
@media screen and (max-width:640px){#sideLeft ul{width:30%;}
|
94 |
+
}
|
95 |
+
@media screen and (max-width:480px){#sideLeft ul{width:43%;}
|
96 |
+
.lnks{top:0;left:20px;margin:15px 0;}
|
97 |
+
}
|
98 |
+
</style>
|
99 |
+
<meta content="text/html; charset=utf-8" http-equiv="content-type">
|
100 |
+
<title>
|
101 |
+
ZOOM - play online free
|
102 |
+
</title>
|
103 |
+
<meta content="You must use the cannon to collect the same balls in the group. Gathered, a group of three or more balls of the burst, and disappears." name="description">
|
104 |
+
<meta content="width=device-width, initial-scale=1" name="viewport">
|
105 |
+
<meta content="Zoom, zuma" name="keywords">
|
106 |
+
<meta content="Min2win" name="author">
|
107 |
+
<meta content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial">
|
108 |
+
<meta content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial">
|
109 |
+
<style media="screen" type="text/css">
|
110 |
+
#swfs {visibility:hidden}
|
111 |
+
</style>
|
112 |
+
</head>
|
113 |
+
<body>
|
114 |
+
<div id="wrapper" style="height: auto !important;">
|
115 |
+
<div id="header">
|
116 |
+
<a title="FREE ONLINE GAMES">
|
117 |
+
<img alt="FREE ONLINE GAMES" class="lg0" height="100" src="rick.jpg" width="110">
|
118 |
+
</a>
|
119 |
+
<h1>
|
120 |
+
ZOOM
|
121 |
+
</h1>
|
122 |
+
<p>
|
123 |
+
You can find this game in Zuma section, where also located a number of similar free online games. Read how to play, rules and features below and get ready to start.
|
124 |
+
</p>
|
125 |
+
</div>
|
126 |
+
<div id="middle" style="height: auto !important;">
|
127 |
+
<div id="container" style="height: auto !important;">
|
128 |
+
<div id="content" style="height: auto !important;">
|
129 |
+
<h2>
|
130 |
+
RULES AND FEATURES
|
131 |
+
</h2>
|
132 |
+
<div class="descf">
|
133 |
+
<p>
|
134 |
+
The game Zuma, not having appeared in 2004 and immediately gained popularity among the many fans of the game Balls. The idea is simple and yet original.
|
135 |
+
</p>
|
136 |
+
<p>
|
137 |
+
The Problem is that firing out of a cannon ball of a certain color to get them in the group of balls of the same color. Getting a group of three or more balls of the group of bursts and disappears, giving the player points.
|
138 |
+
</p>
|
139 |
+
<p>
|
140 |
+
For a full understanding of the process, we recommend you to watch the video
|
141 |
+
<a (watch play title="How" to video) zuma>
|
142 |
+
how to play Zuma
|
143 |
+
</a>
|
144 |
+
.
|
145 |
+
</p>
|
146 |
+
</div>
|
147 |
+
<div class="banner">
|
148 |
+
<!-- ORG_top_game -->
|
149 |
+
<ins class="adsbygoogle" data-ad-client="ca-pub-6476682684031179" data-ad-format="auto" data-ad-slot="[PHONE REDACTED]" data-adsbygoogle-status="done" style="display: block; height: 280px;">
|
150 |
+
<div aria-label="Advertisement" id="aswift_0_host" style="border: none; height: 280px; width: 799px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block; overflow: visible;" tabindex="0" title="Advertisement">
|
151 |
+
</div>
|
152 |
+
</ins>
|
153 |
+
</div>
|
154 |
+
<div class="fsmode" id="s">
|
155 |
+
<a onclick="$('#gm_cont > object').height($('#gm_cont > object').height() + 30)" title="Increase size">
|
156 |
+
( + )
|
157 |
+
</a>
|
158 |
+
•
|
159 |
+
<a onclick="$('#gm_cont > object').height($('#gm_cont > object').height() - 30)" title="Decrease size">
|
160 |
+
( – )
|
161 |
+
</a>
|
162 |
+
•
|
163 |
+
<a onclick="$('#gm_cont > object').css({'height':'600px','width':'800px'})" title="Set original size">
|
164 |
+
(800x600)
|
165 |
+
</a>
|
166 |
+
•
|
167 |
+
<a onclick="window.open('/swfs/833.swf', '_blank');" title="Full screen mode (game opens in new window)">
|
168 |
+
Full screen
|
169 |
+
</a>
|
170 |
+
</div>
|
171 |
+
<div class="swf" id="gm_cont">
|
172 |
+
<!--googleoff: index-->
|
173 |
+
<!--noindex-->
|
174 |
+
<ruffle-object data="/swfs/833.swf" height="100%" id="swfs" style="visibility: visible;" type="application/x-shockwave-flash" width="100%">
|
175 |
+
<param name="allowScriptAccess" value="sameDomain">
|
176 |
+
<param name="allowNetworking" value="all">
|
177 |
+
<param name="base" value="/swfs/">
|
178 |
+
</ruffle-object>
|
179 |
+
<!--/noindex-->
|
180 |
+
<!--googleon: index-->
|
181 |
+
</div>
|
182 |
+
<p>
|
183 |
+
You can play the game
|
184 |
+
<b>
|
185 |
+
ZOOM
|
186 |
+
</b>
|
187 |
+
online 24 hours a day for free.
|
188 |
+
<br>
|
189 |
+
<br>
|
190 |
+
</p>
|
191 |
+
<h3>
|
192 |
+
RELATED GAMES
|
193 |
+
</h3>
|
194 |
+
<div class="thmb">
|
195 |
+
<a title="BALLS">
|
196 |
+
<img alt="Game BALLS" height="100" src="rick.jpg" width="100">
|
197 |
+
<br>
|
198 |
+
BALLS
|
199 |
+
</a>
|
200 |
+
</div>
|
201 |
+
<div class="thmb">
|
202 |
+
<a title="BEADS AND HONEY">
|
203 |
+
<img alt="Game BEADS AND HONEY" height="100" src="rick.jpg" width="100">
|
204 |
+
<br>
|
205 |
+
BEADS AND HONEY
|
206 |
+
</a>
|
207 |
+
</div>
|
208 |
+
<div class="thmb">
|
209 |
+
<a title="PIG ZUMA">
|
210 |
+
<img alt="Game PIG ZUMA" height="100" src="rick.jpg" width="100">
|
211 |
+
<br>
|
212 |
+
PIG ZUMA
|
213 |
+
</a>
|
214 |
+
</div>
|
215 |
+
<div class="thmb">
|
216 |
+
<a title="ZUMA-ZUMA">
|
217 |
+
<img alt="Game ZUMA-ZUMA" height="100" src="rick.jpg" width="100">
|
218 |
+
<br>
|
219 |
+
ZUMA-ZUMA
|
220 |
+
</a>
|
221 |
+
</div>
|
222 |
+
<div class="thmb">
|
223 |
+
<a title="ZUMA BALLS">
|
224 |
+
<img alt="Game ZUMA BALLS" height="100" src="rick.jpg" width="100">
|
225 |
+
<br>
|
226 |
+
ZUMA BALLS
|
227 |
+
</a>
|
228 |
+
</div>
|
229 |
+
<div class="thmb">
|
230 |
+
<a title="DIGITAL ZOOM">
|
231 |
+
<img alt="Game DIGITAL ZOOM" height="100" src="rick.jpg" width="100">
|
232 |
+
<br>
|
233 |
+
DIGITAL ZOOM
|
234 |
+
</a>
|
235 |
+
</div>
|
236 |
+
<div class="thmb">
|
237 |
+
<a title="INDIAN ZUMA">
|
238 |
+
<img alt="Game INDIAN ZUMA" height="100" src="rick.jpg" width="100">
|
239 |
+
<br>
|
240 |
+
INDIAN ZUMA
|
241 |
+
</a>
|
242 |
+
</div>
|
243 |
+
<div class="thmb">
|
244 |
+
<a title="ZUMA DELUXE">
|
245 |
+
<img alt="Game ZUMA DELUXE" height="100" src="rick.jpg" width="100">
|
246 |
+
<br>
|
247 |
+
ZUMA DELUXE
|
248 |
+
</a>
|
249 |
+
</div>
|
250 |
+
<div class="cb">
|
251 |
+
</div>
|
252 |
+
<div class="hr_b">
|
253 |
+
<a title="All games">
|
254 |
+
All games
|
255 |
+
</a>
|
256 |
+
</div>
|
257 |
+
<div class="lnks">
|
258 |
+
<a title="All Zuma">
|
259 |
+
Zuma
|
260 |
+
</a>
|
261 |
+
</div>
|
262 |
+
<p>
|
263 |
+
</p>
|
264 |
+
<h3>
|
265 |
+
NEW ZUMA
|
266 |
+
</h3>
|
267 |
+
<div class="thmb">
|
268 |
+
<a title="ZOOM GARY">
|
269 |
+
<img alt="ZOOM GARY" height="100" src="rick.jpg" width="100">
|
270 |
+
<br>
|
271 |
+
ZOOM GARY
|
272 |
+
</a>
|
273 |
+
</div>
|
274 |
+
<div class="thmb">
|
275 |
+
<a title="ZOOM WITH THE WIZARD">
|
276 |
+
<img alt="ZOOM WITH THE WIZARD" height="100" src="rick.jpg" width="100">
|
277 |
+
<br>
|
278 |
+
ZOOM WITH THE WIZARD
|
279 |
+
</a>
|
280 |
+
</div>
|
281 |
+
<div class="thmb">
|
282 |
+
<a title="ZUMA LEGEND JUNGLE">
|
283 |
+
<img alt="ZUMA LEGEND JUNGLE" height="100" src="rick.jpg" width="100">
|
284 |
+
<br>
|
285 |
+
ZUMA LEGEND JUNGLE
|
286 |
+
</a>
|
287 |
+
</div>
|
288 |
+
<div class="thmb">
|
289 |
+
<a title="SAVE BIRDS OR ZUMA IN THE CELLS">
|
290 |
+
<img alt="SAVE BIRDS OR ZUMA IN THE CELLS" height="100" src="rick.jpg" width="100">
|
291 |
+
<br>
|
292 |
+
SAVE BIRDS OR ZUMA IN THE CELLS
|
293 |
+
</a>
|
294 |
+
</div>
|
295 |
+
<div class="thmb">
|
296 |
+
<a title="SEARCH ITEMS: PACIFIC CITY">
|
297 |
+
<img alt="SEARCH ITEMS: PACIFIC CITY" height="100" src="rick.jpg" width="100">
|
298 |
+
<br>
|
299 |
+
SEARCH ITEMS: PACIFIC CITY
|
300 |
+
</a>
|
301 |
+
</div>
|
302 |
+
<div class="cb">
|
303 |
+
</div>
|
304 |
+
<div class="hr_g">
|
305 |
+
<a title="All new games">
|
306 |
+
New games
|
307 |
+
</a>
|
308 |
+
</div>
|
309 |
+
<div class="lnks">
|
310 |
+
<a title="New Zuma">
|
311 |
+
Zuma
|
312 |
+
</a>
|
313 |
+
</div>
|
314 |
+
<p>
|
315 |
+
</p>
|
316 |
+
<h3>
|
317 |
+
TOP ZUMA
|
318 |
+
</h3>
|
319 |
+
<div class="thmb">
|
320 |
+
<a title="ZUMA TOTEMIA">
|
321 |
+
<img alt="ZUMA TOTEMIA" height="100" src="rick.jpg" width="100">
|
322 |
+
<br>
|
323 |
+
ZUMA TOTEMIA
|
324 |
+
</a>
|
325 |
+
</div>
|
326 |
+
<div class="thmb">
|
327 |
+
<a title="ZUMA DELUXE">
|
328 |
+
<img alt="ZUMA DELUXE" height="100" src="rick.jpg" width="100">
|
329 |
+
<br>
|
330 |
+
ZUMA DELUXE
|
331 |
+
</a>
|
332 |
+
</div>
|
333 |
+
<div class="thmb">
|
334 |
+
<a title="ZUMA LEGEND JUNGLE">
|
335 |
+
<img alt="ZUMA LEGEND JUNGLE" height="100" src="rick.jpg" width="100">
|
336 |
+
<br>
|
337 |
+
ZUMA LEGEND JUNGLE
|
338 |
+
</a>
|
339 |
+
</div>
|
340 |
+
<div class="thmb">
|
341 |
+
<a title="ZUMA FOR FREE">
|
342 |
+
<img alt="ZUMA FOR FREE" height="100" src="rick.jpg" width="100">
|
343 |
+
<br>
|
344 |
+
ZUMA FOR FREE
|
345 |
+
</a>
|
346 |
+
</div>
|
347 |
+
<div class="thmb">
|
348 |
+
<a title="INDIAN ZUMA">
|
349 |
+
<img alt="INDIAN ZUMA" height="100" src="rick.jpg" width="100">
|
350 |
+
<br>
|
351 |
+
INDIAN ZUMA
|
352 |
+
</a>
|
353 |
+
</div>
|
354 |
+
<div class="cb">
|
355 |
+
</div>
|
356 |
+
<div class="hr_r">
|
357 |
+
<a title="All TOP games">
|
358 |
+
TOP games
|
359 |
+
</a>
|
360 |
+
</div>
|
361 |
+
<div class="lnks">
|
362 |
+
<a title="TOP Zuma">
|
363 |
+
Zuma
|
364 |
+
</a>
|
365 |
+
</div>
|
366 |
+
</div>
|
367 |
+
</div>
|
368 |
+
<div class="sidebar" id="sideLeft">
|
369 |
+
<div id="menu">
|
370 |
+
<ul>
|
371 |
+
<li>
|
372 |
+
<a title="Play Angry Birds">
|
373 |
+
Angry Birds
|
374 |
+
</a>
|
375 |
+
</li>
|
376 |
+
<li>
|
377 |
+
<a title="Play Animals Care">
|
378 |
+
Animals Care
|
379 |
+
</a>
|
380 |
+
</li>
|
381 |
+
<li>
|
382 |
+
<a title="Play Balls">
|
383 |
+
Balls
|
384 |
+
</a>
|
385 |
+
</li>
|
386 |
+
<li>
|
387 |
+
<a title="Play Billiards">
|
388 |
+
Billiards
|
389 |
+
</a>
|
390 |
+
</li>
|
391 |
+
</ul>
|
392 |
+
<ul>
|
393 |
+
<li>
|
394 |
+
<a title="Play Cooking">
|
395 |
+
Cooking
|
396 |
+
</a>
|
397 |
+
</li>
|
398 |
+
<li>
|
399 |
+
<a title="Play Divination">
|
400 |
+
Divination
|
401 |
+
</a>
|
402 |
+
</li>
|
403 |
+
<li>
|
404 |
+
<a title="Play Dress Up And Hairstyle">
|
405 |
+
Dress Up And Hairstyle
|
406 |
+
</a>
|
407 |
+
</li>
|
408 |
+
<li>
|
409 |
+
<a title="Play Fighting">
|
410 |
+
Fighting
|
411 |
+
</a>
|
412 |
+
</li>
|
413 |
+
</ul>
|
414 |
+
<ul>
|
415 |
+
<li>
|
416 |
+
<a title="Play Jokes And Cartoons">
|
417 |
+
Jokes And Cartoons
|
418 |
+
</a>
|
419 |
+
</li>
|
420 |
+
<li>
|
421 |
+
<a title="Play Kids Games">
|
422 |
+
Kids Games
|
423 |
+
</a>
|
424 |
+
</li>
|
425 |
+
<li>
|
426 |
+
<a title="Play Logical Games">
|
427 |
+
Logical Games
|
428 |
+
</a>
|
429 |
+
</li>
|
430 |
+
<li>
|
431 |
+
<a title="Play Mahjongs">
|
432 |
+
Mahjongs
|
433 |
+
</a>
|
434 |
+
</li>
|
435 |
+
</ul>
|
436 |
+
<ul>
|
437 |
+
<li>
|
438 |
+
<a title="Play Quests">
|
439 |
+
Quests
|
440 |
+
</a>
|
441 |
+
</li>
|
442 |
+
<li>
|
443 |
+
<a title="Play Races">
|
444 |
+
Races
|
445 |
+
</a>
|
446 |
+
</li>
|
447 |
+
<li>
|
448 |
+
<a title="Play Rpgs And Arcades">
|
449 |
+
Rpgs And Arcades
|
450 |
+
</a>
|
451 |
+
</li>
|
452 |
+
<li>
|
453 |
+
<a title="Play Search Items">
|
454 |
+
Search Items
|
455 |
+
</a>
|
456 |
+
</li>
|
457 |
+
</ul>
|
458 |
+
<ul>
|
459 |
+
<li>
|
460 |
+
<a title="Play Tetris">
|
461 |
+
Tetris
|
462 |
+
</a>
|
463 |
+
</li>
|
464 |
+
<li>
|
465 |
+
<a title="Play Three In A Row">
|
466 |
+
Three In A Row
|
467 |
+
</a>
|
468 |
+
</li>
|
469 |
+
<li>
|
470 |
+
<a title="Play Trucks">
|
471 |
+
Trucks
|
472 |
+
</a>
|
473 |
+
</li>
|
474 |
+
<li>
|
475 |
+
<a title="Play Two Player Games">
|
476 |
+
Two Player Games
|
477 |
+
</a>
|
478 |
+
</li>
|
479 |
+
</ul>
|
480 |
+
</div>
|
481 |
+
<div class="cb">
|
482 |
+
</div>
|
483 |
+
</div>
|
484 |
+
</div>
|
485 |
+
<div id="footer">
|
486 |
+
<img alt="Min2win" class="lg1" height="31" src="rick.jpg" width="50">
|
487 |
+
<div class="cnt">
|
488 |
+
</div>
|
489 |
+
<p>
|
490 |
+
<a title="Free Online Games">
|
491 |
+
Free Online Games
|
492 |
+
</a>
|
493 |
+
.
|
494 |
+
</p>
|
495 |
+
</div>
|
496 |
+
</div>
|
497 |
+
<ins class="adsbygoogle adsbygoogle-noablate" data-adsbygoogle-status="done" style="display: none !important;">
|
498 |
+
<div aria-label="Advertisement" id="aswift_1_host" style="border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-block;" tabindex="0" title="Advertisement">
|
499 |
+
</div>
|
500 |
+
</ins>
|
501 |
+
</body>
|
502 |
+
</html>
|
10473.png
ADDED
Git LFS Details
|
10486.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10486.png
ADDED
Git LFS Details
|
10512.html
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta charset="utf-8">
|
5 |
+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
6 |
+
<title>
|
7 |
+
permafrost.today is not found
|
8 |
+
</title>
|
9 |
+
<style>
|
10 |
+
* {margin: 0;padding: 0;}
|
11 |
+
|
12 |
+
body {
|
13 |
+
background: #ccc;
|
14 |
+
font-family: Arial, Helvetica, sans-serif;
|
15 |
+
font-size: 11pt;
|
16 |
+
text-align: center;
|
17 |
+
}
|
18 |
+
|
19 |
+
h1 {
|
20 |
+
margin: 10px auto 20px 10px;
|
21 |
+
color: #3498db;
|
22 |
+
}
|
23 |
+
|
24 |
+
p {
|
25 |
+
display: inline-block;
|
26 |
+
min-width: 200px;
|
27 |
+
margin: auto 30px 10px 30px;
|
28 |
+
}
|
29 |
+
|
30 |
+
.container {
|
31 |
+
position: relative;
|
32 |
+
text-align: left;
|
33 |
+
min-height: 200px;
|
34 |
+
max-width: 800px;
|
35 |
+
min-width: 450px;
|
36 |
+
margin: 15% auto 0px auto;
|
37 |
+
background: #FFFFFF;
|
38 |
+
border-radius: 20px;
|
39 |
+
padding: 20px;
|
40 |
+
box-sizing: border-box;
|
41 |
+
}
|
42 |
+
|
43 |
+
img.logo {
|
44 |
+
width: auto;
|
45 |
+
max-height: 50px;
|
46 |
+
margin-top: 30px;
|
47 |
+
border: 0;
|
48 |
+
}
|
49 |
+
|
50 |
+
.logocont {
|
51 |
+
text-align: center;
|
52 |
+
}
|
53 |
+
|
54 |
+
.langselect {
|
55 |
+
position: absolute;
|
56 |
+
top: 10px;
|
57 |
+
right: 10px;
|
58 |
+
}
|
59 |
+
|
60 |
+
.langselect img {
|
61 |
+
position: relative;
|
62 |
+
width: auto;
|
63 |
+
border: 0;
|
64 |
+
margin: 2px;
|
65 |
+
height: 15px;
|
66 |
+
}
|
67 |
+
|
68 |
+
.footer {
|
69 |
+
color: #aaa;
|
70 |
+
margin: 1em auto 0px auto;
|
71 |
+
font-size: 8pt;
|
72 |
+
text-align: center;
|
73 |
+
min-width: 450px;
|
74 |
+
}
|
75 |
+
</style>
|
76 |
+
</head>
|
77 |
+
<body>
|
78 |
+
<div class="container">
|
79 |
+
<h1 id="t">
|
80 |
+
permafrost.today is not found
|
81 |
+
</h1>
|
82 |
+
<p id="m">
|
83 |
+
permafrost.today is not found in the configuration on this server. It might be because of a newly changed or wrong DNS pointer, or a reconfiguration of the server.
|
84 |
+
<br>
|
85 |
+
<br>
|
86 |
+
Please contact customer support if the problem persists.
|
87 |
+
</p>
|
88 |
+
<div class="logocont">
|
89 |
+
<a id="l">
|
90 |
+
<img class="logo" id="i" src="rick.jpg">
|
91 |
+
</a>
|
92 |
+
</div>
|
93 |
+
<div class="langselect" id="ls" style>
|
94 |
+
<img alt="Norsk" onclick="setLang('no')" src="rick.jpg" title="Norsk">
|
95 |
+
<img alt="Svenska" onclick="setLang('sv')" src="rick.jpg" title="Svenska">
|
96 |
+
<img alt="English" onclick="setLang('en')" src="rick.jpg" title="English">
|
97 |
+
</div>
|
98 |
+
</div>
|
99 |
+
<div class="footer">
|
100 |
+
Domeneshop AS © 2023
|
101 |
+
</div>
|
102 |
+
</body>
|
103 |
+
</html>
|
10512.png
ADDED
Git LFS Details
|
10564.html
ADDED
@@ -0,0 +1,2278 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
/*! jQuery UI - v1.12.1 - 2017-03-26
|
6 |
+
* http://jqueryui.com
|
7 |
+
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
8 |
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
9 |
+
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
10 |
+
|
11 |
+
.ui-draggable-handle {
|
12 |
+
-ms-touch-action: none;
|
13 |
+
touch-action: none;
|
14 |
+
}
|
15 |
+
/* Layout helpers
|
16 |
+
----------------------------------*/
|
17 |
+
.ui-helper-hidden {
|
18 |
+
display: none;
|
19 |
+
}
|
20 |
+
.ui-helper-hidden-accessible {
|
21 |
+
border: 0;
|
22 |
+
clip: rect(0 0 0 0);
|
23 |
+
height: 1px;
|
24 |
+
margin: -1px;
|
25 |
+
overflow: hidden;
|
26 |
+
padding: 0;
|
27 |
+
position: absolute;
|
28 |
+
width: 1px;
|
29 |
+
}
|
30 |
+
.ui-helper-reset {
|
31 |
+
margin: 0;
|
32 |
+
padding: 0;
|
33 |
+
border: 0;
|
34 |
+
outline: 0;
|
35 |
+
line-height: 1.3;
|
36 |
+
text-decoration: none;
|
37 |
+
font-size: 100%;
|
38 |
+
list-style: none;
|
39 |
+
}
|
40 |
+
.ui-helper-clearfix:before,
|
41 |
+
.ui-helper-clearfix:after {
|
42 |
+
content: "";
|
43 |
+
display: table;
|
44 |
+
border-collapse: collapse;
|
45 |
+
}
|
46 |
+
.ui-helper-clearfix:after {
|
47 |
+
clear: both;
|
48 |
+
}
|
49 |
+
.ui-helper-zfix {
|
50 |
+
width: 100%;
|
51 |
+
height: 100%;
|
52 |
+
top: 0;
|
53 |
+
left: 0;
|
54 |
+
position: absolute;
|
55 |
+
opacity: 0;
|
56 |
+
filter:Alpha(Opacity=0); /* support: IE8 */
|
57 |
+
}
|
58 |
+
|
59 |
+
.ui-front {
|
60 |
+
z-index: 100;
|
61 |
+
}
|
62 |
+
|
63 |
+
|
64 |
+
/* Interaction Cues
|
65 |
+
----------------------------------*/
|
66 |
+
.ui-state-disabled {
|
67 |
+
cursor: default !important;
|
68 |
+
pointer-events: none;
|
69 |
+
}
|
70 |
+
|
71 |
+
|
72 |
+
/* Icons
|
73 |
+
----------------------------------*/
|
74 |
+
.ui-icon {
|
75 |
+
display: inline-block;
|
76 |
+
vertical-align: middle;
|
77 |
+
margin-top: -.25em;
|
78 |
+
position: relative;
|
79 |
+
text-indent: -99999px;
|
80 |
+
overflow: hidden;
|
81 |
+
background-repeat: no-repeat;
|
82 |
+
}
|
83 |
+
|
84 |
+
.ui-widget-icon-block {
|
85 |
+
left: 50%;
|
86 |
+
margin-left: -8px;
|
87 |
+
display: block;
|
88 |
+
}
|
89 |
+
|
90 |
+
/* Misc visuals
|
91 |
+
----------------------------------*/
|
92 |
+
|
93 |
+
/* Overlays */
|
94 |
+
.ui-widget-overlay {
|
95 |
+
position: fixed;
|
96 |
+
top: 0;
|
97 |
+
left: 0;
|
98 |
+
width: 100%;
|
99 |
+
height: 100%;
|
100 |
+
}
|
101 |
+
.ui-resizable {
|
102 |
+
position: relative;
|
103 |
+
}
|
104 |
+
.ui-resizable-handle {
|
105 |
+
position: absolute;
|
106 |
+
font-size: 0.1px;
|
107 |
+
display: block;
|
108 |
+
-ms-touch-action: none;
|
109 |
+
touch-action: none;
|
110 |
+
}
|
111 |
+
.ui-resizable-disabled .ui-resizable-handle,
|
112 |
+
.ui-resizable-autohide .ui-resizable-handle {
|
113 |
+
display: none;
|
114 |
+
}
|
115 |
+
.ui-resizable-n {
|
116 |
+
cursor: n-resize;
|
117 |
+
height: 7px;
|
118 |
+
width: 100%;
|
119 |
+
top: -5px;
|
120 |
+
left: 0;
|
121 |
+
}
|
122 |
+
.ui-resizable-s {
|
123 |
+
cursor: s-resize;
|
124 |
+
height: 7px;
|
125 |
+
width: 100%;
|
126 |
+
bottom: -5px;
|
127 |
+
left: 0;
|
128 |
+
}
|
129 |
+
.ui-resizable-e {
|
130 |
+
cursor: e-resize;
|
131 |
+
width: 7px;
|
132 |
+
right: -5px;
|
133 |
+
top: 0;
|
134 |
+
height: 100%;
|
135 |
+
}
|
136 |
+
.ui-resizable-w {
|
137 |
+
cursor: w-resize;
|
138 |
+
width: 7px;
|
139 |
+
left: -5px;
|
140 |
+
top: 0;
|
141 |
+
height: 100%;
|
142 |
+
}
|
143 |
+
.ui-resizable-se {
|
144 |
+
cursor: se-resize;
|
145 |
+
width: 12px;
|
146 |
+
height: 12px;
|
147 |
+
right: 1px;
|
148 |
+
bottom: 1px;
|
149 |
+
}
|
150 |
+
.ui-resizable-sw {
|
151 |
+
cursor: sw-resize;
|
152 |
+
width: 9px;
|
153 |
+
height: 9px;
|
154 |
+
left: -5px;
|
155 |
+
bottom: -5px;
|
156 |
+
}
|
157 |
+
.ui-resizable-nw {
|
158 |
+
cursor: nw-resize;
|
159 |
+
width: 9px;
|
160 |
+
height: 9px;
|
161 |
+
left: -5px;
|
162 |
+
top: -5px;
|
163 |
+
}
|
164 |
+
.ui-resizable-ne {
|
165 |
+
cursor: ne-resize;
|
166 |
+
width: 9px;
|
167 |
+
height: 9px;
|
168 |
+
right: -5px;
|
169 |
+
top: -5px;
|
170 |
+
}
|
171 |
+
.ui-selectable {
|
172 |
+
-ms-touch-action: none;
|
173 |
+
touch-action: none;
|
174 |
+
}
|
175 |
+
.ui-selectable-helper {
|
176 |
+
position: absolute;
|
177 |
+
z-index: 100;
|
178 |
+
border: 1px dotted black;
|
179 |
+
}
|
180 |
+
.ui-sortable-handle {
|
181 |
+
-ms-touch-action: none;
|
182 |
+
touch-action: none;
|
183 |
+
}
|
184 |
+
.ui-accordion .ui-accordion-header {
|
185 |
+
display: block;
|
186 |
+
cursor: pointer;
|
187 |
+
position: relative;
|
188 |
+
margin: 2px 0 0 0;
|
189 |
+
padding: .5em .5em .5em .7em;
|
190 |
+
font-size: 100%;
|
191 |
+
}
|
192 |
+
.ui-accordion .ui-accordion-content {
|
193 |
+
padding: 1em 2.2em;
|
194 |
+
border-top: 0;
|
195 |
+
overflow: auto;
|
196 |
+
}
|
197 |
+
.ui-autocomplete {
|
198 |
+
position: absolute;
|
199 |
+
top: 0;
|
200 |
+
left: 0;
|
201 |
+
cursor: default;
|
202 |
+
}
|
203 |
+
.ui-menu {
|
204 |
+
list-style: none;
|
205 |
+
padding: 0;
|
206 |
+
margin: 0;
|
207 |
+
display: block;
|
208 |
+
outline: 0;
|
209 |
+
}
|
210 |
+
.ui-menu .ui-menu {
|
211 |
+
position: absolute;
|
212 |
+
}
|
213 |
+
.ui-menu .ui-menu-item {
|
214 |
+
margin: 0;
|
215 |
+
cursor: pointer;
|
216 |
+
/* support: IE10, see #8844 */
|
217 |
+
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
218 |
+
}
|
219 |
+
.ui-menu .ui-menu-item-wrapper {
|
220 |
+
position: relative;
|
221 |
+
padding: 3px 1em 3px .4em;
|
222 |
+
}
|
223 |
+
.ui-menu .ui-menu-divider {
|
224 |
+
margin: 5px 0;
|
225 |
+
height: 0;
|
226 |
+
font-size: 0;
|
227 |
+
line-height: 0;
|
228 |
+
border-width: 1px 0 0 0;
|
229 |
+
}
|
230 |
+
.ui-menu .ui-state-focus,
|
231 |
+
.ui-menu .ui-state-active {
|
232 |
+
margin: -1px;
|
233 |
+
}
|
234 |
+
|
235 |
+
/* icon support */
|
236 |
+
.ui-menu-icons {
|
237 |
+
position: relative;
|
238 |
+
}
|
239 |
+
.ui-menu-icons .ui-menu-item-wrapper {
|
240 |
+
padding-left: 2em;
|
241 |
+
}
|
242 |
+
|
243 |
+
/* left-aligned */
|
244 |
+
.ui-menu .ui-icon {
|
245 |
+
position: absolute;
|
246 |
+
top: 0;
|
247 |
+
bottom: 0;
|
248 |
+
left: .2em;
|
249 |
+
margin: auto 0;
|
250 |
+
}
|
251 |
+
|
252 |
+
/* right-aligned */
|
253 |
+
.ui-menu .ui-menu-icon {
|
254 |
+
left: auto;
|
255 |
+
right: 0;
|
256 |
+
}
|
257 |
+
.ui-button {
|
258 |
+
padding: .4em 1em;
|
259 |
+
display: inline-block;
|
260 |
+
position: relative;
|
261 |
+
line-height: normal;
|
262 |
+
margin-right: .1em;
|
263 |
+
cursor: pointer;
|
264 |
+
vertical-align: middle;
|
265 |
+
text-align: center;
|
266 |
+
-webkit-user-select: none;
|
267 |
+
-moz-user-select: none;
|
268 |
+
-ms-user-select: none;
|
269 |
+
user-select: none;
|
270 |
+
|
271 |
+
/* Support: IE <= 11 */
|
272 |
+
overflow: visible;
|
273 |
+
}
|
274 |
+
|
275 |
+
.ui-button,
|
276 |
+
.ui-button:link,
|
277 |
+
.ui-button:visited,
|
278 |
+
.ui-button:hover,
|
279 |
+
.ui-button:active {
|
280 |
+
text-decoration: none;
|
281 |
+
}
|
282 |
+
|
283 |
+
/* to make room for the icon, a width needs to be set here */
|
284 |
+
.ui-button-icon-only {
|
285 |
+
width: 2em;
|
286 |
+
box-sizing: border-box;
|
287 |
+
text-indent: -9999px;
|
288 |
+
white-space: nowrap;
|
289 |
+
}
|
290 |
+
|
291 |
+
/* no icon support for input elements */
|
292 |
+
input.ui-button.ui-button-icon-only {
|
293 |
+
text-indent: 0;
|
294 |
+
}
|
295 |
+
|
296 |
+
/* button icon element(s) */
|
297 |
+
.ui-button-icon-only .ui-icon {
|
298 |
+
position: absolute;
|
299 |
+
top: 50%;
|
300 |
+
left: 50%;
|
301 |
+
margin-top: -8px;
|
302 |
+
margin-left: -8px;
|
303 |
+
}
|
304 |
+
|
305 |
+
.ui-button.ui-icon-notext .ui-icon {
|
306 |
+
padding: 0;
|
307 |
+
width: 2.1em;
|
308 |
+
height: 2.1em;
|
309 |
+
text-indent: -9999px;
|
310 |
+
white-space: nowrap;
|
311 |
+
|
312 |
+
}
|
313 |
+
|
314 |
+
input.ui-button.ui-icon-notext .ui-icon {
|
315 |
+
width: auto;
|
316 |
+
height: auto;
|
317 |
+
text-indent: 0;
|
318 |
+
white-space: normal;
|
319 |
+
padding: .4em 1em;
|
320 |
+
}
|
321 |
+
|
322 |
+
/* workarounds */
|
323 |
+
/* Support: Firefox 5 - 40 */
|
324 |
+
input.ui-button::-moz-focus-inner,
|
325 |
+
button.ui-button::-moz-focus-inner {
|
326 |
+
border: 0;
|
327 |
+
padding: 0;
|
328 |
+
}
|
329 |
+
.ui-controlgroup {
|
330 |
+
vertical-align: middle;
|
331 |
+
display: inline-block;
|
332 |
+
}
|
333 |
+
.ui-controlgroup > .ui-controlgroup-item {
|
334 |
+
float: left;
|
335 |
+
margin-left: 0;
|
336 |
+
margin-right: 0;
|
337 |
+
}
|
338 |
+
.ui-controlgroup > .ui-controlgroup-item:focus,
|
339 |
+
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
|
340 |
+
z-index: 9999;
|
341 |
+
}
|
342 |
+
.ui-controlgroup-vertical > .ui-controlgroup-item {
|
343 |
+
display: block;
|
344 |
+
float: none;
|
345 |
+
width: 100%;
|
346 |
+
margin-top: 0;
|
347 |
+
margin-bottom: 0;
|
348 |
+
text-align: left;
|
349 |
+
}
|
350 |
+
.ui-controlgroup-vertical .ui-controlgroup-item {
|
351 |
+
box-sizing: border-box;
|
352 |
+
}
|
353 |
+
.ui-controlgroup .ui-controlgroup-label {
|
354 |
+
padding: .4em 1em;
|
355 |
+
}
|
356 |
+
.ui-controlgroup .ui-controlgroup-label span {
|
357 |
+
font-size: 80%;
|
358 |
+
}
|
359 |
+
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
|
360 |
+
border-left: none;
|
361 |
+
}
|
362 |
+
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
|
363 |
+
border-top: none;
|
364 |
+
}
|
365 |
+
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
|
366 |
+
border-right: none;
|
367 |
+
}
|
368 |
+
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
369 |
+
border-bottom: none;
|
370 |
+
}
|
371 |
+
|
372 |
+
/* Spinner specific style fixes */
|
373 |
+
.ui-controlgroup-vertical .ui-spinner-input {
|
374 |
+
|
375 |
+
/* Support: IE8 only, Android < 4.4 only */
|
376 |
+
width: 75%;
|
377 |
+
width: calc( 100% - 2.4em );
|
378 |
+
}
|
379 |
+
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
380 |
+
border-top-style: solid;
|
381 |
+
}
|
382 |
+
|
383 |
+
.ui-checkboxradio-label .ui-icon-background {
|
384 |
+
box-shadow: inset 1px 1px 1px #ccc;
|
385 |
+
border-radius: .12em;
|
386 |
+
border: none;
|
387 |
+
}
|
388 |
+
.ui-checkboxradio-radio-label .ui-icon-background {
|
389 |
+
width: 16px;
|
390 |
+
height: 16px;
|
391 |
+
border-radius: 1em;
|
392 |
+
overflow: visible;
|
393 |
+
border: none;
|
394 |
+
}
|
395 |
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
|
396 |
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
|
397 |
+
background-image: none;
|
398 |
+
width: 8px;
|
399 |
+
height: 8px;
|
400 |
+
border-width: 4px;
|
401 |
+
border-style: solid;
|
402 |
+
}
|
403 |
+
.ui-checkboxradio-disabled {
|
404 |
+
pointer-events: none;
|
405 |
+
}
|
406 |
+
.ui-datepicker {
|
407 |
+
width: 17em;
|
408 |
+
padding: .2em .2em 0;
|
409 |
+
display: none;
|
410 |
+
}
|
411 |
+
.ui-datepicker .ui-datepicker-header {
|
412 |
+
position: relative;
|
413 |
+
padding: .2em 0;
|
414 |
+
}
|
415 |
+
.ui-datepicker .ui-datepicker-prev,
|
416 |
+
.ui-datepicker .ui-datepicker-next {
|
417 |
+
position: absolute;
|
418 |
+
top: 2px;
|
419 |
+
width: 1.8em;
|
420 |
+
height: 1.8em;
|
421 |
+
}
|
422 |
+
.ui-datepicker .ui-datepicker-prev-hover,
|
423 |
+
.ui-datepicker .ui-datepicker-next-hover {
|
424 |
+
top: 1px;
|
425 |
+
}
|
426 |
+
.ui-datepicker .ui-datepicker-prev {
|
427 |
+
left: 2px;
|
428 |
+
}
|
429 |
+
.ui-datepicker .ui-datepicker-next {
|
430 |
+
right: 2px;
|
431 |
+
}
|
432 |
+
.ui-datepicker .ui-datepicker-prev-hover {
|
433 |
+
left: 1px;
|
434 |
+
}
|
435 |
+
.ui-datepicker .ui-datepicker-next-hover {
|
436 |
+
right: 1px;
|
437 |
+
}
|
438 |
+
.ui-datepicker .ui-datepicker-prev span,
|
439 |
+
.ui-datepicker .ui-datepicker-next span {
|
440 |
+
display: block;
|
441 |
+
position: absolute;
|
442 |
+
left: 50%;
|
443 |
+
margin-left: -8px;
|
444 |
+
top: 50%;
|
445 |
+
margin-top: -8px;
|
446 |
+
}
|
447 |
+
.ui-datepicker .ui-datepicker-title {
|
448 |
+
margin: 0 2.3em;
|
449 |
+
line-height: 1.8em;
|
450 |
+
text-align: center;
|
451 |
+
}
|
452 |
+
.ui-datepicker .ui-datepicker-title select {
|
453 |
+
font-size: 1em;
|
454 |
+
margin: 1px 0;
|
455 |
+
}
|
456 |
+
.ui-datepicker select.ui-datepicker-month,
|
457 |
+
.ui-datepicker select.ui-datepicker-year {
|
458 |
+
width: 45%;
|
459 |
+
}
|
460 |
+
.ui-datepicker table {
|
461 |
+
width: 100%;
|
462 |
+
font-size: .9em;
|
463 |
+
border-collapse: collapse;
|
464 |
+
margin: 0 0 .4em;
|
465 |
+
}
|
466 |
+
.ui-datepicker th {
|
467 |
+
padding: .7em .3em;
|
468 |
+
text-align: center;
|
469 |
+
font-weight: bold;
|
470 |
+
border: 0;
|
471 |
+
}
|
472 |
+
.ui-datepicker td {
|
473 |
+
border: 0;
|
474 |
+
padding: 1px;
|
475 |
+
}
|
476 |
+
.ui-datepicker td span,
|
477 |
+
.ui-datepicker td a {
|
478 |
+
display: block;
|
479 |
+
padding: .2em;
|
480 |
+
text-align: right;
|
481 |
+
text-decoration: none;
|
482 |
+
}
|
483 |
+
.ui-datepicker .ui-datepicker-buttonpane {
|
484 |
+
background-image: none;
|
485 |
+
margin: .7em 0 0 0;
|
486 |
+
padding: 0 .2em;
|
487 |
+
border-left: 0;
|
488 |
+
border-right: 0;
|
489 |
+
border-bottom: 0;
|
490 |
+
}
|
491 |
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
492 |
+
float: right;
|
493 |
+
margin: .5em .2em .4em;
|
494 |
+
cursor: pointer;
|
495 |
+
padding: .2em .6em .3em .6em;
|
496 |
+
width: auto;
|
497 |
+
overflow: visible;
|
498 |
+
}
|
499 |
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
500 |
+
float: left;
|
501 |
+
}
|
502 |
+
|
503 |
+
/* with multiple calendars */
|
504 |
+
.ui-datepicker.ui-datepicker-multi {
|
505 |
+
width: auto;
|
506 |
+
}
|
507 |
+
.ui-datepicker-multi .ui-datepicker-group {
|
508 |
+
float: left;
|
509 |
+
}
|
510 |
+
.ui-datepicker-multi .ui-datepicker-group table {
|
511 |
+
width: 95%;
|
512 |
+
margin: 0 auto .4em;
|
513 |
+
}
|
514 |
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
515 |
+
width: 50%;
|
516 |
+
}
|
517 |
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
518 |
+
width: 33.3%;
|
519 |
+
}
|
520 |
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
521 |
+
width: 25%;
|
522 |
+
}
|
523 |
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
524 |
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
525 |
+
border-left-width: 0;
|
526 |
+
}
|
527 |
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
528 |
+
clear: left;
|
529 |
+
}
|
530 |
+
.ui-datepicker-row-break {
|
531 |
+
clear: both;
|
532 |
+
width: 100%;
|
533 |
+
font-size: 0;
|
534 |
+
}
|
535 |
+
|
536 |
+
/* RTL support */
|
537 |
+
.ui-datepicker-rtl {
|
538 |
+
direction: rtl;
|
539 |
+
}
|
540 |
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
541 |
+
right: 2px;
|
542 |
+
left: auto;
|
543 |
+
}
|
544 |
+
.ui-datepicker-rtl .ui-datepicker-next {
|
545 |
+
left: 2px;
|
546 |
+
right: auto;
|
547 |
+
}
|
548 |
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
549 |
+
right: 1px;
|
550 |
+
left: auto;
|
551 |
+
}
|
552 |
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
553 |
+
left: 1px;
|
554 |
+
right: auto;
|
555 |
+
}
|
556 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
557 |
+
clear: right;
|
558 |
+
}
|
559 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
560 |
+
float: left;
|
561 |
+
}
|
562 |
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
563 |
+
.ui-datepicker-rtl .ui-datepicker-group {
|
564 |
+
float: right;
|
565 |
+
}
|
566 |
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
567 |
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
568 |
+
border-right-width: 0;
|
569 |
+
border-left-width: 1px;
|
570 |
+
}
|
571 |
+
|
572 |
+
/* Icons */
|
573 |
+
.ui-datepicker .ui-icon {
|
574 |
+
display: block;
|
575 |
+
text-indent: -99999px;
|
576 |
+
overflow: hidden;
|
577 |
+
background-repeat: no-repeat;
|
578 |
+
left: .5em;
|
579 |
+
top: .3em;
|
580 |
+
}
|
581 |
+
.ui-dialog {
|
582 |
+
position: absolute;
|
583 |
+
top: 0;
|
584 |
+
left: 0;
|
585 |
+
padding: .2em;
|
586 |
+
outline: 0;
|
587 |
+
}
|
588 |
+
.ui-dialog .ui-dialog-titlebar {
|
589 |
+
padding: .4em 1em;
|
590 |
+
position: relative;
|
591 |
+
}
|
592 |
+
.ui-dialog .ui-dialog-title {
|
593 |
+
float: left;
|
594 |
+
margin: .1em 0;
|
595 |
+
white-space: nowrap;
|
596 |
+
width: 90%;
|
597 |
+
overflow: hidden;
|
598 |
+
text-overflow: ellipsis;
|
599 |
+
}
|
600 |
+
.ui-dialog .ui-dialog-titlebar-close {
|
601 |
+
position: absolute;
|
602 |
+
right: .3em;
|
603 |
+
top: 50%;
|
604 |
+
width: 20px;
|
605 |
+
margin: -10px 0 0 0;
|
606 |
+
padding: 1px;
|
607 |
+
height: 20px;
|
608 |
+
}
|
609 |
+
.ui-dialog .ui-dialog-content {
|
610 |
+
position: relative;
|
611 |
+
border: 0;
|
612 |
+
padding: .5em 1em;
|
613 |
+
background: none;
|
614 |
+
overflow: auto;
|
615 |
+
}
|
616 |
+
.ui-dialog .ui-dialog-buttonpane {
|
617 |
+
text-align: left;
|
618 |
+
border-width: 1px 0 0 0;
|
619 |
+
background-image: none;
|
620 |
+
margin-top: .5em;
|
621 |
+
padding: .3em 1em .5em .4em;
|
622 |
+
}
|
623 |
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
624 |
+
float: right;
|
625 |
+
}
|
626 |
+
.ui-dialog .ui-dialog-buttonpane button {
|
627 |
+
margin: .5em .4em .5em 0;
|
628 |
+
cursor: pointer;
|
629 |
+
}
|
630 |
+
.ui-dialog .ui-resizable-n {
|
631 |
+
height: 2px;
|
632 |
+
top: 0;
|
633 |
+
}
|
634 |
+
.ui-dialog .ui-resizable-e {
|
635 |
+
width: 2px;
|
636 |
+
right: 0;
|
637 |
+
}
|
638 |
+
.ui-dialog .ui-resizable-s {
|
639 |
+
height: 2px;
|
640 |
+
bottom: 0;
|
641 |
+
}
|
642 |
+
.ui-dialog .ui-resizable-w {
|
643 |
+
width: 2px;
|
644 |
+
left: 0;
|
645 |
+
}
|
646 |
+
.ui-dialog .ui-resizable-se,
|
647 |
+
.ui-dialog .ui-resizable-sw,
|
648 |
+
.ui-dialog .ui-resizable-ne,
|
649 |
+
.ui-dialog .ui-resizable-nw {
|
650 |
+
width: 7px;
|
651 |
+
height: 7px;
|
652 |
+
}
|
653 |
+
.ui-dialog .ui-resizable-se {
|
654 |
+
right: 0;
|
655 |
+
bottom: 0;
|
656 |
+
}
|
657 |
+
.ui-dialog .ui-resizable-sw {
|
658 |
+
left: 0;
|
659 |
+
bottom: 0;
|
660 |
+
}
|
661 |
+
.ui-dialog .ui-resizable-ne {
|
662 |
+
right: 0;
|
663 |
+
top: 0;
|
664 |
+
}
|
665 |
+
.ui-dialog .ui-resizable-nw {
|
666 |
+
left: 0;
|
667 |
+
top: 0;
|
668 |
+
}
|
669 |
+
.ui-draggable .ui-dialog-titlebar {
|
670 |
+
cursor: move;
|
671 |
+
}
|
672 |
+
.ui-progressbar {
|
673 |
+
height: 2em;
|
674 |
+
text-align: left;
|
675 |
+
overflow: hidden;
|
676 |
+
}
|
677 |
+
.ui-progressbar .ui-progressbar-value {
|
678 |
+
margin: -1px;
|
679 |
+
height: 100%;
|
680 |
+
}
|
681 |
+
.ui-progressbar .ui-progressbar-overlay {
|
682 |
+
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
|
683 |
+
height: 100%;
|
684 |
+
filter: alpha(opacity=25); /* support: IE8 */
|
685 |
+
opacity: 0.25;
|
686 |
+
}
|
687 |
+
.ui-progressbar-indeterminate .ui-progressbar-value {
|
688 |
+
background-image: none;
|
689 |
+
}
|
690 |
+
.ui-selectmenu-menu {
|
691 |
+
padding: 0;
|
692 |
+
margin: 0;
|
693 |
+
position: absolute;
|
694 |
+
top: 0;
|
695 |
+
left: 0;
|
696 |
+
display: none;
|
697 |
+
}
|
698 |
+
.ui-selectmenu-menu .ui-menu {
|
699 |
+
overflow: auto;
|
700 |
+
overflow-x: hidden;
|
701 |
+
padding-bottom: 1px;
|
702 |
+
}
|
703 |
+
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
|
704 |
+
font-size: 1em;
|
705 |
+
font-weight: bold;
|
706 |
+
line-height: 1.5;
|
707 |
+
padding: 2px 0.4em;
|
708 |
+
margin: 0.5em 0 0 0;
|
709 |
+
height: auto;
|
710 |
+
border: 0;
|
711 |
+
}
|
712 |
+
.ui-selectmenu-open {
|
713 |
+
display: block;
|
714 |
+
}
|
715 |
+
.ui-selectmenu-text {
|
716 |
+
display: block;
|
717 |
+
margin-right: 20px;
|
718 |
+
overflow: hidden;
|
719 |
+
text-overflow: ellipsis;
|
720 |
+
}
|
721 |
+
.ui-selectmenu-button.ui-button {
|
722 |
+
text-align: left;
|
723 |
+
white-space: nowrap;
|
724 |
+
width: 14em;
|
725 |
+
}
|
726 |
+
.ui-selectmenu-icon.ui-icon {
|
727 |
+
float: right;
|
728 |
+
margin-top: 0;
|
729 |
+
}
|
730 |
+
.ui-slider {
|
731 |
+
position: relative;
|
732 |
+
text-align: left;
|
733 |
+
}
|
734 |
+
.ui-slider .ui-slider-handle {
|
735 |
+
position: absolute;
|
736 |
+
z-index: 2;
|
737 |
+
width: 1.2em;
|
738 |
+
height: 1.2em;
|
739 |
+
cursor: default;
|
740 |
+
-ms-touch-action: none;
|
741 |
+
touch-action: none;
|
742 |
+
}
|
743 |
+
.ui-slider .ui-slider-range {
|
744 |
+
position: absolute;
|
745 |
+
z-index: 1;
|
746 |
+
font-size: .7em;
|
747 |
+
display: block;
|
748 |
+
border: 0;
|
749 |
+
background-position: 0 0;
|
750 |
+
}
|
751 |
+
|
752 |
+
/* support: IE8 - See #6727 */
|
753 |
+
.ui-slider.ui-state-disabled .ui-slider-handle,
|
754 |
+
.ui-slider.ui-state-disabled .ui-slider-range {
|
755 |
+
filter: inherit;
|
756 |
+
}
|
757 |
+
|
758 |
+
.ui-slider-horizontal {
|
759 |
+
height: .8em;
|
760 |
+
}
|
761 |
+
.ui-slider-horizontal .ui-slider-handle {
|
762 |
+
top: -.3em;
|
763 |
+
margin-left: -.6em;
|
764 |
+
}
|
765 |
+
.ui-slider-horizontal .ui-slider-range {
|
766 |
+
top: 0;
|
767 |
+
height: 100%;
|
768 |
+
}
|
769 |
+
.ui-slider-horizontal .ui-slider-range-min {
|
770 |
+
left: 0;
|
771 |
+
}
|
772 |
+
.ui-slider-horizontal .ui-slider-range-max {
|
773 |
+
right: 0;
|
774 |
+
}
|
775 |
+
|
776 |
+
.ui-slider-vertical {
|
777 |
+
width: .8em;
|
778 |
+
height: 100px;
|
779 |
+
}
|
780 |
+
.ui-slider-vertical .ui-slider-handle {
|
781 |
+
left: -.3em;
|
782 |
+
margin-left: 0;
|
783 |
+
margin-bottom: -.6em;
|
784 |
+
}
|
785 |
+
.ui-slider-vertical .ui-slider-range {
|
786 |
+
left: 0;
|
787 |
+
width: 100%;
|
788 |
+
}
|
789 |
+
.ui-slider-vertical .ui-slider-range-min {
|
790 |
+
bottom: 0;
|
791 |
+
}
|
792 |
+
.ui-slider-vertical .ui-slider-range-max {
|
793 |
+
top: 0;
|
794 |
+
}
|
795 |
+
.ui-spinner {
|
796 |
+
position: relative;
|
797 |
+
display: inline-block;
|
798 |
+
overflow: hidden;
|
799 |
+
padding: 0;
|
800 |
+
vertical-align: middle;
|
801 |
+
}
|
802 |
+
.ui-spinner-input {
|
803 |
+
border: none;
|
804 |
+
background: none;
|
805 |
+
color: inherit;
|
806 |
+
padding: .222em 0;
|
807 |
+
margin: .2em 0;
|
808 |
+
vertical-align: middle;
|
809 |
+
margin-left: .4em;
|
810 |
+
margin-right: 2em;
|
811 |
+
}
|
812 |
+
.ui-spinner-button {
|
813 |
+
width: 1.6em;
|
814 |
+
height: 50%;
|
815 |
+
font-size: .5em;
|
816 |
+
padding: 0;
|
817 |
+
margin: 0;
|
818 |
+
text-align: center;
|
819 |
+
position: absolute;
|
820 |
+
cursor: default;
|
821 |
+
display: block;
|
822 |
+
overflow: hidden;
|
823 |
+
right: 0;
|
824 |
+
}
|
825 |
+
/* more specificity required here to override default borders */
|
826 |
+
.ui-spinner a.ui-spinner-button {
|
827 |
+
border-top-style: none;
|
828 |
+
border-bottom-style: none;
|
829 |
+
border-right-style: none;
|
830 |
+
}
|
831 |
+
.ui-spinner-up {
|
832 |
+
top: 0;
|
833 |
+
}
|
834 |
+
.ui-spinner-down {
|
835 |
+
bottom: 0;
|
836 |
+
}
|
837 |
+
.ui-tabs {
|
838 |
+
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
839 |
+
padding: .2em;
|
840 |
+
}
|
841 |
+
.ui-tabs .ui-tabs-nav {
|
842 |
+
margin: 0;
|
843 |
+
padding: .2em .2em 0;
|
844 |
+
}
|
845 |
+
.ui-tabs .ui-tabs-nav li {
|
846 |
+
list-style: none;
|
847 |
+
float: left;
|
848 |
+
position: relative;
|
849 |
+
top: 0;
|
850 |
+
margin: 1px .2em 0 0;
|
851 |
+
border-bottom-width: 0;
|
852 |
+
padding: 0;
|
853 |
+
white-space: nowrap;
|
854 |
+
}
|
855 |
+
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
856 |
+
float: left;
|
857 |
+
padding: .5em 1em;
|
858 |
+
text-decoration: none;
|
859 |
+
}
|
860 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
861 |
+
margin-bottom: -1px;
|
862 |
+
padding-bottom: 1px;
|
863 |
+
}
|
864 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
865 |
+
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
866 |
+
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
867 |
+
cursor: text;
|
868 |
+
}
|
869 |
+
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
870 |
+
cursor: pointer;
|
871 |
+
}
|
872 |
+
.ui-tabs .ui-tabs-panel {
|
873 |
+
display: block;
|
874 |
+
border-width: 0;
|
875 |
+
padding: 1em 1.4em;
|
876 |
+
background: none;
|
877 |
+
}
|
878 |
+
.ui-tooltip {
|
879 |
+
padding: 8px;
|
880 |
+
position: absolute;
|
881 |
+
z-index: 9999;
|
882 |
+
max-width: 300px;
|
883 |
+
}
|
884 |
+
body .ui-tooltip {
|
885 |
+
border-width: 2px;
|
886 |
+
}
|
887 |
+
|
888 |
+
/* Component containers
|
889 |
+
----------------------------------*/
|
890 |
+
.ui-widget {
|
891 |
+
font-family: Arial,Helvetica,sans-serif;
|
892 |
+
font-size: 1em;
|
893 |
+
}
|
894 |
+
.ui-widget .ui-widget {
|
895 |
+
font-size: 1em;
|
896 |
+
}
|
897 |
+
.ui-widget input,
|
898 |
+
.ui-widget select,
|
899 |
+
.ui-widget textarea,
|
900 |
+
.ui-widget button {
|
901 |
+
font-family: Arial,Helvetica,sans-serif;
|
902 |
+
font-size: 1em;
|
903 |
+
}
|
904 |
+
.ui-widget.ui-widget-content {
|
905 |
+
border: 1px solid #c5c5c5;
|
906 |
+
}
|
907 |
+
.ui-widget-content {
|
908 |
+
border: 1px solid #dddddd;
|
909 |
+
background: #ffffff;
|
910 |
+
color: #333333;
|
911 |
+
}
|
912 |
+
.ui-widget-content a {
|
913 |
+
color: #333333;
|
914 |
+
}
|
915 |
+
.ui-widget-header {
|
916 |
+
border: 1px solid #dddddd;
|
917 |
+
background: #e9e9e9;
|
918 |
+
color: #333333;
|
919 |
+
font-weight: bold;
|
920 |
+
}
|
921 |
+
.ui-widget-header a {
|
922 |
+
color: #333333;
|
923 |
+
}
|
924 |
+
|
925 |
+
/* Interaction states
|
926 |
+
----------------------------------*/
|
927 |
+
.ui-state-default,
|
928 |
+
.ui-widget-content .ui-state-default,
|
929 |
+
.ui-widget-header .ui-state-default,
|
930 |
+
.ui-button,
|
931 |
+
|
932 |
+
/* We use html here because we need a greater specificity to make sure disabled
|
933 |
+
works properly when clicked or hovered */
|
934 |
+
html .ui-button.ui-state-disabled:hover,
|
935 |
+
html .ui-button.ui-state-disabled:active {
|
936 |
+
border: 1px solid #c5c5c5;
|
937 |
+
background: #f6f6f6;
|
938 |
+
font-weight: normal;
|
939 |
+
color: #454545;
|
940 |
+
}
|
941 |
+
.ui-state-default a,
|
942 |
+
.ui-state-default a:link,
|
943 |
+
.ui-state-default a:visited,
|
944 |
+
a.ui-button,
|
945 |
+
a:link.ui-button,
|
946 |
+
a:visited.ui-button,
|
947 |
+
.ui-button {
|
948 |
+
color: #454545;
|
949 |
+
text-decoration: none;
|
950 |
+
}
|
951 |
+
.ui-state-hover,
|
952 |
+
.ui-widget-content .ui-state-hover,
|
953 |
+
.ui-widget-header .ui-state-hover,
|
954 |
+
.ui-state-focus,
|
955 |
+
.ui-widget-content .ui-state-focus,
|
956 |
+
.ui-widget-header .ui-state-focus,
|
957 |
+
.ui-button:hover,
|
958 |
+
.ui-button:focus {
|
959 |
+
border: 1px solid #cccccc;
|
960 |
+
background: #ededed;
|
961 |
+
font-weight: normal;
|
962 |
+
color: #2b2b2b;
|
963 |
+
}
|
964 |
+
.ui-state-hover a,
|
965 |
+
.ui-state-hover a:hover,
|
966 |
+
.ui-state-hover a:link,
|
967 |
+
.ui-state-hover a:visited,
|
968 |
+
.ui-state-focus a,
|
969 |
+
.ui-state-focus a:hover,
|
970 |
+
.ui-state-focus a:link,
|
971 |
+
.ui-state-focus a:visited,
|
972 |
+
a.ui-button:hover,
|
973 |
+
a.ui-button:focus {
|
974 |
+
color: #2b2b2b;
|
975 |
+
text-decoration: none;
|
976 |
+
}
|
977 |
+
|
978 |
+
.ui-visual-focus {
|
979 |
+
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
|
980 |
+
}
|
981 |
+
.ui-state-active,
|
982 |
+
.ui-widget-content .ui-state-active,
|
983 |
+
.ui-widget-header .ui-state-active,
|
984 |
+
a.ui-button:active,
|
985 |
+
.ui-button:active,
|
986 |
+
.ui-button.ui-state-active:hover {
|
987 |
+
border: 1px solid #003eff;
|
988 |
+
background: #007fff;
|
989 |
+
font-weight: normal;
|
990 |
+
color: #ffffff;
|
991 |
+
}
|
992 |
+
.ui-icon-background,
|
993 |
+
.ui-state-active .ui-icon-background {
|
994 |
+
border: #003eff;
|
995 |
+
background-color: #ffffff;
|
996 |
+
}
|
997 |
+
.ui-state-active a,
|
998 |
+
.ui-state-active a:link,
|
999 |
+
.ui-state-active a:visited {
|
1000 |
+
color: #ffffff;
|
1001 |
+
text-decoration: none;
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
/* Interaction Cues
|
1005 |
+
----------------------------------*/
|
1006 |
+
.ui-state-highlight,
|
1007 |
+
.ui-widget-content .ui-state-highlight,
|
1008 |
+
.ui-widget-header .ui-state-highlight {
|
1009 |
+
border: 1px solid #dad55e;
|
1010 |
+
background: #fffa90;
|
1011 |
+
color: #777620;
|
1012 |
+
}
|
1013 |
+
.ui-state-checked {
|
1014 |
+
border: 1px solid #dad55e;
|
1015 |
+
background: #fffa90;
|
1016 |
+
}
|
1017 |
+
.ui-state-highlight a,
|
1018 |
+
.ui-widget-content .ui-state-highlight a,
|
1019 |
+
.ui-widget-header .ui-state-highlight a {
|
1020 |
+
color: #777620;
|
1021 |
+
}
|
1022 |
+
.ui-state-error,
|
1023 |
+
.ui-widget-content .ui-state-error,
|
1024 |
+
.ui-widget-header .ui-state-error {
|
1025 |
+
border: 1px solid #f1a899;
|
1026 |
+
background: #fddfdf;
|
1027 |
+
color: #5f3f3f;
|
1028 |
+
}
|
1029 |
+
.ui-state-error a,
|
1030 |
+
.ui-widget-content .ui-state-error a,
|
1031 |
+
.ui-widget-header .ui-state-error a {
|
1032 |
+
color: #5f3f3f;
|
1033 |
+
}
|
1034 |
+
.ui-state-error-text,
|
1035 |
+
.ui-widget-content .ui-state-error-text,
|
1036 |
+
.ui-widget-header .ui-state-error-text {
|
1037 |
+
color: #5f3f3f;
|
1038 |
+
}
|
1039 |
+
.ui-priority-primary,
|
1040 |
+
.ui-widget-content .ui-priority-primary,
|
1041 |
+
.ui-widget-header .ui-priority-primary {
|
1042 |
+
font-weight: bold;
|
1043 |
+
}
|
1044 |
+
.ui-priority-secondary,
|
1045 |
+
.ui-widget-content .ui-priority-secondary,
|
1046 |
+
.ui-widget-header .ui-priority-secondary {
|
1047 |
+
opacity: .7;
|
1048 |
+
filter:Alpha(Opacity=70); /* support: IE8 */
|
1049 |
+
font-weight: normal;
|
1050 |
+
}
|
1051 |
+
.ui-state-disabled,
|
1052 |
+
.ui-widget-content .ui-state-disabled,
|
1053 |
+
.ui-widget-header .ui-state-disabled {
|
1054 |
+
opacity: .35;
|
1055 |
+
filter:Alpha(Opacity=35); /* support: IE8 */
|
1056 |
+
background-image: none;
|
1057 |
+
}
|
1058 |
+
.ui-state-disabled .ui-icon {
|
1059 |
+
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
1060 |
+
}
|
1061 |
+
|
1062 |
+
/* Icons
|
1063 |
+
----------------------------------*/
|
1064 |
+
|
1065 |
+
/* states and images */
|
1066 |
+
.ui-icon {
|
1067 |
+
width: 16px;
|
1068 |
+
height: 16px;
|
1069 |
+
}
|
1070 |
+
.ui-icon,
|
1071 |
+
.ui-widget-content .ui-icon {
|
1072 |
+
background-image: url("images/ui-icons_444444_256x240.png");
|
1073 |
+
}
|
1074 |
+
.ui-widget-header .ui-icon {
|
1075 |
+
background-image: url("images/ui-icons_444444_256x240.png");
|
1076 |
+
}
|
1077 |
+
.ui-state-hover .ui-icon,
|
1078 |
+
.ui-state-focus .ui-icon,
|
1079 |
+
.ui-button:hover .ui-icon,
|
1080 |
+
.ui-button:focus .ui-icon {
|
1081 |
+
background-image: url("images/ui-icons_555555_256x240.png");
|
1082 |
+
}
|
1083 |
+
.ui-state-active .ui-icon,
|
1084 |
+
.ui-button:active .ui-icon {
|
1085 |
+
background-image: url("images/ui-icons_ffffff_256x240.png");
|
1086 |
+
}
|
1087 |
+
.ui-state-highlight .ui-icon,
|
1088 |
+
.ui-button .ui-state-highlight.ui-icon {
|
1089 |
+
background-image: url("images/ui-icons_777620_256x240.png");
|
1090 |
+
}
|
1091 |
+
.ui-state-error .ui-icon,
|
1092 |
+
.ui-state-error-text .ui-icon {
|
1093 |
+
background-image: url("images/ui-icons_cc0000_256x240.png");
|
1094 |
+
}
|
1095 |
+
.ui-button .ui-icon {
|
1096 |
+
background-image: url("images/ui-icons_777777_256x240.png");
|
1097 |
+
}
|
1098 |
+
|
1099 |
+
/* positioning */
|
1100 |
+
.ui-icon-blank { background-position: 16px 16px; }
|
1101 |
+
.ui-icon-caret-1-n { background-position: 0 0; }
|
1102 |
+
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
1103 |
+
.ui-icon-caret-1-e { background-position: -32px 0; }
|
1104 |
+
.ui-icon-caret-1-se { background-position: -48px 0; }
|
1105 |
+
.ui-icon-caret-1-s { background-position: -65px 0; }
|
1106 |
+
.ui-icon-caret-1-sw { background-position: -80px 0; }
|
1107 |
+
.ui-icon-caret-1-w { background-position: -96px 0; }
|
1108 |
+
.ui-icon-caret-1-nw { background-position: -112px 0; }
|
1109 |
+
.ui-icon-caret-2-n-s { background-position: -128px 0; }
|
1110 |
+
.ui-icon-caret-2-e-w { background-position: -144px 0; }
|
1111 |
+
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
1112 |
+
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
1113 |
+
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
1114 |
+
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
1115 |
+
.ui-icon-triangle-1-s { background-position: -65px -16px; }
|
1116 |
+
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
1117 |
+
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
1118 |
+
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
1119 |
+
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
1120 |
+
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
1121 |
+
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
1122 |
+
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
1123 |
+
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
1124 |
+
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
1125 |
+
.ui-icon-arrow-1-s { background-position: -65px -32px; }
|
1126 |
+
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
1127 |
+
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
1128 |
+
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
1129 |
+
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
1130 |
+
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
1131 |
+
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
1132 |
+
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
1133 |
+
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
1134 |
+
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
1135 |
+
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
1136 |
+
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
1137 |
+
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
|
1138 |
+
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
1139 |
+
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
1140 |
+
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
1141 |
+
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
1142 |
+
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
1143 |
+
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
1144 |
+
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
1145 |
+
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
1146 |
+
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
1147 |
+
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
1148 |
+
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
1149 |
+
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
1150 |
+
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
1151 |
+
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
1152 |
+
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
1153 |
+
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
1154 |
+
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
1155 |
+
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
1156 |
+
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
1157 |
+
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
1158 |
+
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
1159 |
+
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
1160 |
+
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
1161 |
+
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
1162 |
+
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
1163 |
+
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
1164 |
+
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
1165 |
+
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
1166 |
+
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
1167 |
+
.ui-icon-extlink { background-position: -32px -80px; }
|
1168 |
+
.ui-icon-newwin { background-position: -48px -80px; }
|
1169 |
+
.ui-icon-refresh { background-position: -64px -80px; }
|
1170 |
+
.ui-icon-shuffle { background-position: -80px -80px; }
|
1171 |
+
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
1172 |
+
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
1173 |
+
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
1174 |
+
.ui-icon-folder-open { background-position: -16px -96px; }
|
1175 |
+
.ui-icon-document { background-position: -32px -96px; }
|
1176 |
+
.ui-icon-document-b { background-position: -48px -96px; }
|
1177 |
+
.ui-icon-note { background-position: -64px -96px; }
|
1178 |
+
.ui-icon-mail-closed { background-position: -80px -96px; }
|
1179 |
+
.ui-icon-mail-open { background-position: -96px -96px; }
|
1180 |
+
.ui-icon-suitcase { background-position: -112px -96px; }
|
1181 |
+
.ui-icon-comment { background-position: -128px -96px; }
|
1182 |
+
.ui-icon-person { background-position: -144px -96px; }
|
1183 |
+
.ui-icon-print { background-position: -160px -96px; }
|
1184 |
+
.ui-icon-trash { background-position: -176px -96px; }
|
1185 |
+
.ui-icon-locked { background-position: -192px -96px; }
|
1186 |
+
.ui-icon-unlocked { background-position: -208px -96px; }
|
1187 |
+
.ui-icon-bookmark { background-position: -224px -96px; }
|
1188 |
+
.ui-icon-tag { background-position: -240px -96px; }
|
1189 |
+
.ui-icon-home { background-position: 0 -112px; }
|
1190 |
+
.ui-icon-flag { background-position: -16px -112px; }
|
1191 |
+
.ui-icon-calendar { background-position: -32px -112px; }
|
1192 |
+
.ui-icon-cart { background-position: -48px -112px; }
|
1193 |
+
.ui-icon-pencil { background-position: -64px -112px; }
|
1194 |
+
.ui-icon-clock { background-position: -80px -112px; }
|
1195 |
+
.ui-icon-disk { background-position: -96px -112px; }
|
1196 |
+
.ui-icon-calculator { background-position: -112px -112px; }
|
1197 |
+
.ui-icon-zoomin { background-position: -128px -112px; }
|
1198 |
+
.ui-icon-zoomout { background-position: -144px -112px; }
|
1199 |
+
.ui-icon-search { background-position: -160px -112px; }
|
1200 |
+
.ui-icon-wrench { background-position: -176px -112px; }
|
1201 |
+
.ui-icon-gear { background-position: -192px -112px; }
|
1202 |
+
.ui-icon-heart { background-position: -208px -112px; }
|
1203 |
+
.ui-icon-star { background-position: -224px -112px; }
|
1204 |
+
.ui-icon-link { background-position: -240px -112px; }
|
1205 |
+
.ui-icon-cancel { background-position: 0 -128px; }
|
1206 |
+
.ui-icon-plus { background-position: -16px -128px; }
|
1207 |
+
.ui-icon-plusthick { background-position: -32px -128px; }
|
1208 |
+
.ui-icon-minus { background-position: -48px -128px; }
|
1209 |
+
.ui-icon-minusthick { background-position: -64px -128px; }
|
1210 |
+
.ui-icon-close { background-position: -80px -128px; }
|
1211 |
+
.ui-icon-closethick { background-position: -96px -128px; }
|
1212 |
+
.ui-icon-key { background-position: -112px -128px; }
|
1213 |
+
.ui-icon-lightbulb { background-position: -128px -128px; }
|
1214 |
+
.ui-icon-scissors { background-position: -144px -128px; }
|
1215 |
+
.ui-icon-clipboard { background-position: -160px -128px; }
|
1216 |
+
.ui-icon-copy { background-position: -176px -128px; }
|
1217 |
+
.ui-icon-contact { background-position: -192px -128px; }
|
1218 |
+
.ui-icon-image { background-position: -208px -128px; }
|
1219 |
+
.ui-icon-video { background-position: -224px -128px; }
|
1220 |
+
.ui-icon-script { background-position: -240px -128px; }
|
1221 |
+
.ui-icon-alert { background-position: 0 -144px; }
|
1222 |
+
.ui-icon-info { background-position: -16px -144px; }
|
1223 |
+
.ui-icon-notice { background-position: -32px -144px; }
|
1224 |
+
.ui-icon-help { background-position: -48px -144px; }
|
1225 |
+
.ui-icon-check { background-position: -64px -144px; }
|
1226 |
+
.ui-icon-bullet { background-position: -80px -144px; }
|
1227 |
+
.ui-icon-radio-on { background-position: -96px -144px; }
|
1228 |
+
.ui-icon-radio-off { background-position: -112px -144px; }
|
1229 |
+
.ui-icon-pin-w { background-position: -128px -144px; }
|
1230 |
+
.ui-icon-pin-s { background-position: -144px -144px; }
|
1231 |
+
.ui-icon-play { background-position: 0 -160px; }
|
1232 |
+
.ui-icon-pause { background-position: -16px -160px; }
|
1233 |
+
.ui-icon-seek-next { background-position: -32px -160px; }
|
1234 |
+
.ui-icon-seek-prev { background-position: -48px -160px; }
|
1235 |
+
.ui-icon-seek-end { background-position: -64px -160px; }
|
1236 |
+
.ui-icon-seek-start { background-position: -80px -160px; }
|
1237 |
+
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
1238 |
+
.ui-icon-seek-first { background-position: -80px -160px; }
|
1239 |
+
.ui-icon-stop { background-position: -96px -160px; }
|
1240 |
+
.ui-icon-eject { background-position: -112px -160px; }
|
1241 |
+
.ui-icon-volume-off { background-position: -128px -160px; }
|
1242 |
+
.ui-icon-volume-on { background-position: -144px -160px; }
|
1243 |
+
.ui-icon-power { background-position: 0 -176px; }
|
1244 |
+
.ui-icon-signal-diag { background-position: -16px -176px; }
|
1245 |
+
.ui-icon-signal { background-position: -32px -176px; }
|
1246 |
+
.ui-icon-battery-0 { background-position: -48px -176px; }
|
1247 |
+
.ui-icon-battery-1 { background-position: -64px -176px; }
|
1248 |
+
.ui-icon-battery-2 { background-position: -80px -176px; }
|
1249 |
+
.ui-icon-battery-3 { background-position: -96px -176px; }
|
1250 |
+
.ui-icon-circle-plus { background-position: 0 -192px; }
|
1251 |
+
.ui-icon-circle-minus { background-position: -16px -192px; }
|
1252 |
+
.ui-icon-circle-close { background-position: -32px -192px; }
|
1253 |
+
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
1254 |
+
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
1255 |
+
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
1256 |
+
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
1257 |
+
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
1258 |
+
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
1259 |
+
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
1260 |
+
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
1261 |
+
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
1262 |
+
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
1263 |
+
.ui-icon-circle-check { background-position: -208px -192px; }
|
1264 |
+
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
1265 |
+
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
1266 |
+
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
1267 |
+
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
1268 |
+
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
1269 |
+
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
1270 |
+
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
1271 |
+
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
1272 |
+
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
1273 |
+
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
1274 |
+
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
1275 |
+
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
1276 |
+
|
1277 |
+
|
1278 |
+
/* Misc visuals
|
1279 |
+
----------------------------------*/
|
1280 |
+
|
1281 |
+
/* Corner radius */
|
1282 |
+
.ui-corner-all,
|
1283 |
+
.ui-corner-top,
|
1284 |
+
.ui-corner-left,
|
1285 |
+
.ui-corner-tl {
|
1286 |
+
border-top-left-radius: 3px;
|
1287 |
+
}
|
1288 |
+
.ui-corner-all,
|
1289 |
+
.ui-corner-top,
|
1290 |
+
.ui-corner-right,
|
1291 |
+
.ui-corner-tr {
|
1292 |
+
border-top-right-radius: 3px;
|
1293 |
+
}
|
1294 |
+
.ui-corner-all,
|
1295 |
+
.ui-corner-bottom,
|
1296 |
+
.ui-corner-left,
|
1297 |
+
.ui-corner-bl {
|
1298 |
+
border-bottom-left-radius: 3px;
|
1299 |
+
}
|
1300 |
+
.ui-corner-all,
|
1301 |
+
.ui-corner-bottom,
|
1302 |
+
.ui-corner-right,
|
1303 |
+
.ui-corner-br {
|
1304 |
+
border-bottom-right-radius: 3px;
|
1305 |
+
}
|
1306 |
+
|
1307 |
+
/* Overlays */
|
1308 |
+
.ui-widget-overlay {
|
1309 |
+
background: #aaaaaa;
|
1310 |
+
opacity: .3;
|
1311 |
+
filter: Alpha(Opacity=30); /* support: IE8 */
|
1312 |
+
}
|
1313 |
+
.ui-widget-shadow {
|
1314 |
+
-webkit-box-shadow: 0px 0px 5px #666666;
|
1315 |
+
box-shadow: 0px 0px 5px #666666;
|
1316 |
+
}
|
1317 |
+
</style>
|
1318 |
+
<meta content="Az520Inasey3TAyqLyojQa8MnmCALSEU29yQFW8dePZ7xQTvSt73pHazLFTK5f7SyLUJSo2uKLesEtEa9aUYcgMAAACPeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZS5jb206NDQzIiwiZmVhdHVyZSI6IkRpc2FibGVUaGlyZFBhcnR5U3RvcmFnZVBhcnRpdGlvbmluZyIsImV4cGlyeSI6MTcyNTQwNzk5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0=" http-equiv="origin-trial">
|
1319 |
+
<meta content="[EMAIL REDACTED]" name="reply-to">
|
1320 |
+
<meta content="en-us" http-equiv="Content-Language">
|
1321 |
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
1322 |
+
<title>
|
1323 |
+
IternetSoftware Solutions - Support Request
|
1324 |
+
</title>
|
1325 |
+
<meta content="Advanced Communications Software for the Wireless and Internet Industries" name="description">
|
1326 |
+
<meta content="paging software,application development,messaging,internet products,wireless sms,cellular paging,pagers,internet software solutions,air messenger,snpp,wctp,tap,ixo,wctp paging,internet paging,snpp paging, wctp paging,sms text messaging,wireless,fleetsync,kenwood,health care, public safty, disaster notification,it,information technologies" name="keywords">
|
1327 |
+
<meta content="Internet Software Solutions" name="author">
|
1328 |
+
<meta content="index, follow" name="robots">
|
1329 |
+
<meta content="WYSIWYG Web Builder 12 - http://www.wysiwygwebbuilder.com" name="generator">
|
1330 |
+
<style type="text/css">
|
1331 |
+
div#container
|
1332 |
+
{
|
1333 |
+
width: 800px;
|
1334 |
+
position: relative;
|
1335 |
+
margin: 0 auto 0 auto;
|
1336 |
+
text-align: left;
|
1337 |
+
}
|
1338 |
+
body
|
1339 |
+
{
|
1340 |
+
background-color: #FFFFFF;
|
1341 |
+
color: #000000;
|
1342 |
+
font-family: Arial;
|
1343 |
+
font-weight: normal;
|
1344 |
+
font-size: 13px;
|
1345 |
+
line-height: 1.1875;
|
1346 |
+
margin: 0;
|
1347 |
+
text-align: center;
|
1348 |
+
}
|
1349 |
+
a
|
1350 |
+
{
|
1351 |
+
color: #0000FF;
|
1352 |
+
text-decoration: underline;
|
1353 |
+
}
|
1354 |
+
a:visited
|
1355 |
+
{
|
1356 |
+
color: #800080;
|
1357 |
+
}
|
1358 |
+
a:active
|
1359 |
+
{
|
1360 |
+
color: #FF0000;
|
1361 |
+
}
|
1362 |
+
a:hover
|
1363 |
+
{
|
1364 |
+
color: #0000FF;
|
1365 |
+
text-decoration: underline;
|
1366 |
+
}
|
1367 |
+
#mainMenuLayer
|
1368 |
+
{
|
1369 |
+
background-color: #000000;
|
1370 |
+
background-image: none;
|
1371 |
+
}
|
1372 |
+
#mainCopyrightLayer
|
1373 |
+
{
|
1374 |
+
background-color: #333333;
|
1375 |
+
background-image: none;
|
1376 |
+
}
|
1377 |
+
#wb_mainCopyrightText1
|
1378 |
+
{
|
1379 |
+
background-color: transparent;
|
1380 |
+
background-image: none;
|
1381 |
+
border: 0px #000000 solid;
|
1382 |
+
padding: 0;
|
1383 |
+
margin: 0;
|
1384 |
+
text-align: center;
|
1385 |
+
}
|
1386 |
+
#wb_mainCopyrightText1 div
|
1387 |
+
{
|
1388 |
+
text-align: center;
|
1389 |
+
}
|
1390 |
+
#wb_mainCssMenu1
|
1391 |
+
{
|
1392 |
+
border: 0px #DCDCDC solid;
|
1393 |
+
background-color: transparent;
|
1394 |
+
}
|
1395 |
+
#wb_mainCssMenu1 ul
|
1396 |
+
{
|
1397 |
+
list-style-type: none;
|
1398 |
+
margin: 0;
|
1399 |
+
padding: 0;
|
1400 |
+
}
|
1401 |
+
#wb_mainCssMenu1 li
|
1402 |
+
{
|
1403 |
+
float: left;
|
1404 |
+
margin: 0;
|
1405 |
+
padding: 0px 1px 0px 0px;
|
1406 |
+
}
|
1407 |
+
#wb_mainCssMenu1 a
|
1408 |
+
{
|
1409 |
+
display: block;
|
1410 |
+
float: left;
|
1411 |
+
color: #FFFFFF;
|
1412 |
+
border: 0px #D0F0EF solid;
|
1413 |
+
background-color: #000000;
|
1414 |
+
background-color: rgba(0,0,0,0.50);
|
1415 |
+
background-image: none;
|
1416 |
+
font-family: Arial;
|
1417 |
+
font-weight: bold;
|
1418 |
+
font-size: 13px;
|
1419 |
+
font-style: normal;
|
1420 |
+
text-decoration: none;
|
1421 |
+
height: 56px;
|
1422 |
+
line-height: 56px;
|
1423 |
+
padding: 0px 5px 0px 5px;
|
1424 |
+
vertical-align: middle;
|
1425 |
+
text-align: center;
|
1426 |
+
}
|
1427 |
+
#wb_mainCssMenu1 li:hover a, #wb_mainCssMenu1 a:hover, #wb_mainCssMenu1 .active
|
1428 |
+
{
|
1429 |
+
color: #9E66C1;
|
1430 |
+
background-color: #000000;
|
1431 |
+
background-color: rgba(0,0,0,0.75);
|
1432 |
+
background-image: none;
|
1433 |
+
border: 0px #145F74 solid;
|
1434 |
+
}
|
1435 |
+
#wb_mainCssMenu1 li.firstmain
|
1436 |
+
{
|
1437 |
+
padding-left: 0px;
|
1438 |
+
}
|
1439 |
+
#wb_mainCssMenu1 li.lastmain
|
1440 |
+
{
|
1441 |
+
padding-right: 0px;
|
1442 |
+
}
|
1443 |
+
#wb_mainCssMenu1 br
|
1444 |
+
{
|
1445 |
+
clear: both;
|
1446 |
+
font-size: 1px;
|
1447 |
+
height: 0;
|
1448 |
+
line-height: 0;
|
1449 |
+
}
|
1450 |
+
#wb_mainCompanyName
|
1451 |
+
{
|
1452 |
+
background-color: transparent;
|
1453 |
+
background-image: none;
|
1454 |
+
border: 0px #000000 solid;
|
1455 |
+
padding: 0;
|
1456 |
+
margin: 0;
|
1457 |
+
text-align: left;
|
1458 |
+
}
|
1459 |
+
#wb_mainCompanyName div
|
1460 |
+
{
|
1461 |
+
text-align: left;
|
1462 |
+
}
|
1463 |
+
#mainFooterLayer
|
1464 |
+
{
|
1465 |
+
background-color: #000000;
|
1466 |
+
background-image: none;
|
1467 |
+
}
|
1468 |
+
#wb_mainSolutionsCssMenu
|
1469 |
+
{
|
1470 |
+
border: 0px #DCDCDC solid;
|
1471 |
+
background-color: transparent;
|
1472 |
+
}
|
1473 |
+
#wb_mainSolutionsCssMenu ul
|
1474 |
+
{
|
1475 |
+
list-style-type: none;
|
1476 |
+
margin: 0;
|
1477 |
+
padding: 0;
|
1478 |
+
width: 80px;
|
1479 |
+
}
|
1480 |
+
#wb_mainSolutionsCssMenu li
|
1481 |
+
{
|
1482 |
+
float: left;
|
1483 |
+
margin: 0;
|
1484 |
+
padding: 0px 0px 0px 0px;
|
1485 |
+
width: 80px;
|
1486 |
+
}
|
1487 |
+
#wb_mainSolutionsCssMenu a
|
1488 |
+
{
|
1489 |
+
display: block;
|
1490 |
+
color: #BBBBBB;
|
1491 |
+
border: 0px #D0F0EF solid;
|
1492 |
+
background-color: transparent;
|
1493 |
+
background-image: none;
|
1494 |
+
font-family: Arial;
|
1495 |
+
font-weight: normal;
|
1496 |
+
font-size: 11px;
|
1497 |
+
font-style: normal;
|
1498 |
+
text-decoration: none;
|
1499 |
+
width: 70px;
|
1500 |
+
height: 20px;
|
1501 |
+
padding: 0px 5px 0px 5px;
|
1502 |
+
vertical-align: middle;
|
1503 |
+
line-height: 20px;
|
1504 |
+
text-align: left;
|
1505 |
+
}
|
1506 |
+
#wb_mainSolutionsCssMenu li:hover a, #wb_mainSolutionsCssMenu a:hover
|
1507 |
+
{
|
1508 |
+
color: #6EC401;
|
1509 |
+
background-color: transparent;
|
1510 |
+
background-image: none;
|
1511 |
+
border: 0px #145F74 solid;
|
1512 |
+
}
|
1513 |
+
#wb_mainSolutionsCssMenu .firstmain a
|
1514 |
+
{
|
1515 |
+
margin-top: 0px;
|
1516 |
+
}
|
1517 |
+
#wb_mainSolutionsCssMenu li.lastmain
|
1518 |
+
{
|
1519 |
+
padding-bottom: 0px;
|
1520 |
+
}
|
1521 |
+
#wb_mainSolutionsCssMenu br
|
1522 |
+
{
|
1523 |
+
clear: both;
|
1524 |
+
font-size: 1px;
|
1525 |
+
height: 0;
|
1526 |
+
line-height: 0;
|
1527 |
+
}
|
1528 |
+
#wb_mainInformationHeadding
|
1529 |
+
{
|
1530 |
+
background-color: transparent;
|
1531 |
+
background-image: none;
|
1532 |
+
border: 0px #000000 solid;
|
1533 |
+
padding: 0;
|
1534 |
+
margin: 0;
|
1535 |
+
text-align: left;
|
1536 |
+
}
|
1537 |
+
#wb_mainInformationHeadding div
|
1538 |
+
{
|
1539 |
+
text-align: left;
|
1540 |
+
}
|
1541 |
+
#wb_mainInformationCssMenu
|
1542 |
+
{
|
1543 |
+
border: 0px #DCDCDC solid;
|
1544 |
+
background-color: transparent;
|
1545 |
+
}
|
1546 |
+
#wb_mainInformationCssMenu ul
|
1547 |
+
{
|
1548 |
+
list-style-type: none;
|
1549 |
+
margin: 0;
|
1550 |
+
padding: 0;
|
1551 |
+
width: 80px;
|
1552 |
+
}
|
1553 |
+
#wb_mainInformationCssMenu li
|
1554 |
+
{
|
1555 |
+
float: left;
|
1556 |
+
margin: 0;
|
1557 |
+
padding: 0px 0px 0px 0px;
|
1558 |
+
width: 80px;
|
1559 |
+
}
|
1560 |
+
#wb_mainInformationCssMenu a
|
1561 |
+
{
|
1562 |
+
display: block;
|
1563 |
+
color: #BBBBBB;
|
1564 |
+
border: 0px #D0F0EF solid;
|
1565 |
+
background-color: transparent;
|
1566 |
+
background-image: none;
|
1567 |
+
font-family: Arial;
|
1568 |
+
font-weight: normal;
|
1569 |
+
font-size: 11px;
|
1570 |
+
font-style: normal;
|
1571 |
+
text-decoration: none;
|
1572 |
+
width: 70px;
|
1573 |
+
height: 20px;
|
1574 |
+
padding: 0px 5px 0px 5px;
|
1575 |
+
vertical-align: middle;
|
1576 |
+
line-height: 20px;
|
1577 |
+
text-align: left;
|
1578 |
+
}
|
1579 |
+
#wb_mainInformationCssMenu li:hover a, #wb_mainInformationCssMenu a:hover
|
1580 |
+
{
|
1581 |
+
color: #6EC401;
|
1582 |
+
background-color: transparent;
|
1583 |
+
background-image: none;
|
1584 |
+
border: 0px #145F74 solid;
|
1585 |
+
}
|
1586 |
+
#wb_mainInformationCssMenu .firstmain a
|
1587 |
+
{
|
1588 |
+
margin-top: 0px;
|
1589 |
+
}
|
1590 |
+
#wb_mainInformationCssMenu li.lastmain
|
1591 |
+
{
|
1592 |
+
padding-bottom: 0px;
|
1593 |
+
}
|
1594 |
+
#wb_mainInformationCssMenu br
|
1595 |
+
{
|
1596 |
+
clear: both;
|
1597 |
+
font-size: 1px;
|
1598 |
+
height: 0;
|
1599 |
+
line-height: 0;
|
1600 |
+
}
|
1601 |
+
#wb_mainSolutionsHeading
|
1602 |
+
{
|
1603 |
+
background-color: transparent;
|
1604 |
+
background-image: none;
|
1605 |
+
border: 0px #000000 solid;
|
1606 |
+
padding: 0;
|
1607 |
+
margin: 0;
|
1608 |
+
text-align: left;
|
1609 |
+
}
|
1610 |
+
#wb_mainSolutionsHeading div
|
1611 |
+
{
|
1612 |
+
text-align: left;
|
1613 |
+
}
|
1614 |
+
#Layer1
|
1615 |
+
{
|
1616 |
+
background-color: transparent;
|
1617 |
+
background-image: none;
|
1618 |
+
}
|
1619 |
+
#wb_Text2
|
1620 |
+
{
|
1621 |
+
background-color: transparent;
|
1622 |
+
background-image: none;
|
1623 |
+
border: 0px #000000 solid;
|
1624 |
+
padding: 0;
|
1625 |
+
margin: 0;
|
1626 |
+
text-align: left;
|
1627 |
+
}
|
1628 |
+
#wb_Text2 div
|
1629 |
+
{
|
1630 |
+
text-align: left;
|
1631 |
+
}
|
1632 |
+
#wb_suportRequestForm
|
1633 |
+
{
|
1634 |
+
background-color: #FBFBFB;
|
1635 |
+
background-image: none;
|
1636 |
+
border: 0px #CCCCCC solid;
|
1637 |
+
border-radius: 15px;
|
1638 |
+
}
|
1639 |
+
#Label1
|
1640 |
+
{
|
1641 |
+
border: 0px #CCCCCC solid;
|
1642 |
+
border-radius: 4px;
|
1643 |
+
background-color: transparent;
|
1644 |
+
background-image: none;
|
1645 |
+
color :#000000;
|
1646 |
+
font-family: Arial;
|
1647 |
+
font-weight: bold;
|
1648 |
+
font-size: 16px;
|
1649 |
+
padding: 4px 4px 4px 4px;
|
1650 |
+
text-align: right;
|
1651 |
+
vertical-align: top;
|
1652 |
+
}
|
1653 |
+
#Label2
|
1654 |
+
{
|
1655 |
+
border: 0px #CCCCCC solid;
|
1656 |
+
border-radius: 4px;
|
1657 |
+
background-color: transparent;
|
1658 |
+
background-image: none;
|
1659 |
+
color :#000000;
|
1660 |
+
font-family: Arial;
|
1661 |
+
font-weight: bold;
|
1662 |
+
font-size: 16px;
|
1663 |
+
padding: 4px 4px 4px 4px;
|
1664 |
+
text-align: right;
|
1665 |
+
vertical-align: top;
|
1666 |
+
}
|
1667 |
+
#Label3
|
1668 |
+
{
|
1669 |
+
border: 0px #CCCCCC solid;
|
1670 |
+
border-radius: 4px;
|
1671 |
+
background-color: transparent;
|
1672 |
+
background-image: none;
|
1673 |
+
color :#000000;
|
1674 |
+
font-family: Arial;
|
1675 |
+
font-weight: bold;
|
1676 |
+
font-size: 16px;
|
1677 |
+
padding: 4px 4px 4px 4px;
|
1678 |
+
text-align: right;
|
1679 |
+
vertical-align: top;
|
1680 |
+
}
|
1681 |
+
#Label4
|
1682 |
+
{
|
1683 |
+
border: 0px #CCCCCC solid;
|
1684 |
+
border-radius: 4px;
|
1685 |
+
background-color: transparent;
|
1686 |
+
background-image: none;
|
1687 |
+
color :#000000;
|
1688 |
+
font-family: Arial;
|
1689 |
+
font-weight: bold;
|
1690 |
+
font-size: 16px;
|
1691 |
+
padding: 4px 4px 4px 4px;
|
1692 |
+
text-align: right;
|
1693 |
+
vertical-align: top;
|
1694 |
+
}
|
1695 |
+
#Label5
|
1696 |
+
{
|
1697 |
+
border: 0px #CCCCCC solid;
|
1698 |
+
border-radius: 4px;
|
1699 |
+
background-color: transparent;
|
1700 |
+
background-image: none;
|
1701 |
+
color :#000000;
|
1702 |
+
font-family: Arial;
|
1703 |
+
font-weight: bold;
|
1704 |
+
font-size: 16px;
|
1705 |
+
padding: 4px 4px 4px 4px;
|
1706 |
+
text-align: right;
|
1707 |
+
vertical-align: top;
|
1708 |
+
}
|
1709 |
+
#product
|
1710 |
+
{
|
1711 |
+
border: 1px #CCCCCC solid;
|
1712 |
+
border-radius: 4px;
|
1713 |
+
background-color: #FFFFFF;
|
1714 |
+
background-image: none;
|
1715 |
+
color: #000000;
|
1716 |
+
font-family: Arial;
|
1717 |
+
font-weight: normal;
|
1718 |
+
font-size: 16px;
|
1719 |
+
padding: 4px 4px 4px 4px;
|
1720 |
+
-webkit-box-sizing: border-box;
|
1721 |
+
-moz-box-sizing: border-box;
|
1722 |
+
box-sizing: border-box;
|
1723 |
+
}
|
1724 |
+
#product:focus
|
1725 |
+
{
|
1726 |
+
border-color: #66AFE9;
|
1727 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1728 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1729 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1730 |
+
outline: 0;
|
1731 |
+
}
|
1732 |
+
#registrationKey
|
1733 |
+
{
|
1734 |
+
border: 1px #CCCCCC solid;
|
1735 |
+
border-radius: 4px;
|
1736 |
+
background-color: #FFFFFF;
|
1737 |
+
background-image: none;
|
1738 |
+
color :#000000;
|
1739 |
+
font-family: Arial;
|
1740 |
+
font-weight: normal;
|
1741 |
+
font-size: 16px;
|
1742 |
+
padding: 4px 4px 4px 4px;
|
1743 |
+
text-align: left;
|
1744 |
+
vertical-align: middle;
|
1745 |
+
}
|
1746 |
+
#registrationKey:focus
|
1747 |
+
{
|
1748 |
+
border-color: #66AFE9;
|
1749 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1750 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1751 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1752 |
+
outline: 0;
|
1753 |
+
}
|
1754 |
+
#Label7
|
1755 |
+
{
|
1756 |
+
border: 0px #CCCCCC solid;
|
1757 |
+
border-radius: 4px;
|
1758 |
+
background-color: transparent;
|
1759 |
+
background-image: none;
|
1760 |
+
color :#000000;
|
1761 |
+
font-family: Arial;
|
1762 |
+
font-weight: bold;
|
1763 |
+
font-size: 16px;
|
1764 |
+
padding: 4px 4px 4px 4px;
|
1765 |
+
text-align: right;
|
1766 |
+
vertical-align: top;
|
1767 |
+
}
|
1768 |
+
#realname
|
1769 |
+
{
|
1770 |
+
border: 1px #CCCCCC solid;
|
1771 |
+
border-radius: 4px;
|
1772 |
+
background-color: #FFFFFF;
|
1773 |
+
background-image: none;
|
1774 |
+
color :#000000;
|
1775 |
+
font-family: Arial;
|
1776 |
+
font-weight: normal;
|
1777 |
+
font-size: 16px;
|
1778 |
+
padding: 4px 4px 4px 4px;
|
1779 |
+
text-align: left;
|
1780 |
+
vertical-align: middle;
|
1781 |
+
}
|
1782 |
+
#realname:focus
|
1783 |
+
{
|
1784 |
+
border-color: #66AFE9;
|
1785 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1786 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1787 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1788 |
+
outline: 0;
|
1789 |
+
}
|
1790 |
+
#phone
|
1791 |
+
{
|
1792 |
+
border: 1px #CCCCCC solid;
|
1793 |
+
border-radius: 4px;
|
1794 |
+
background-color: #FFFFFF;
|
1795 |
+
background-image: none;
|
1796 |
+
color :#000000;
|
1797 |
+
font-family: Arial;
|
1798 |
+
font-weight: normal;
|
1799 |
+
font-size: 16px;
|
1800 |
+
padding: 4px 4px 4px 4px;
|
1801 |
+
text-align: left;
|
1802 |
+
vertical-align: middle;
|
1803 |
+
}
|
1804 |
+
#phone:focus
|
1805 |
+
{
|
1806 |
+
border-color: #66AFE9;
|
1807 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1808 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1809 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1810 |
+
outline: 0;
|
1811 |
+
}
|
1812 |
+
#email
|
1813 |
+
{
|
1814 |
+
border: 1px #CCCCCC solid;
|
1815 |
+
border-radius: 4px;
|
1816 |
+
background-color: #FFFFFF;
|
1817 |
+
background-image: none;
|
1818 |
+
color :#000000;
|
1819 |
+
font-family: Arial;
|
1820 |
+
font-weight: normal;
|
1821 |
+
font-size: 16px;
|
1822 |
+
padding: 4px 4px 4px 4px;
|
1823 |
+
text-align: left;
|
1824 |
+
vertical-align: middle;
|
1825 |
+
}
|
1826 |
+
#email:focus
|
1827 |
+
{
|
1828 |
+
border-color: #66AFE9;
|
1829 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1830 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1831 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1832 |
+
outline: 0;
|
1833 |
+
}
|
1834 |
+
#Label8
|
1835 |
+
{
|
1836 |
+
border: 0px #CCCCCC solid;
|
1837 |
+
border-radius: 4px;
|
1838 |
+
background-color: transparent;
|
1839 |
+
background-image: none;
|
1840 |
+
color :#000000;
|
1841 |
+
font-family: Arial;
|
1842 |
+
font-weight: bold;
|
1843 |
+
font-size: 16px;
|
1844 |
+
padding: 4px 4px 4px 4px;
|
1845 |
+
text-align: right;
|
1846 |
+
vertical-align: top;
|
1847 |
+
}
|
1848 |
+
#Label9
|
1849 |
+
{
|
1850 |
+
border: 0px #CCCCCC solid;
|
1851 |
+
border-radius: 4px;
|
1852 |
+
background-color: transparent;
|
1853 |
+
background-image: none;
|
1854 |
+
color :#000000;
|
1855 |
+
font-family: Arial;
|
1856 |
+
font-weight: bold;
|
1857 |
+
font-size: 16px;
|
1858 |
+
padding: 4px 4px 4px 4px;
|
1859 |
+
text-align: right;
|
1860 |
+
vertical-align: top;
|
1861 |
+
}
|
1862 |
+
#Editbox5
|
1863 |
+
{
|
1864 |
+
border: 1px #CCCCCC solid;
|
1865 |
+
border-radius: 4px;
|
1866 |
+
background-color: #FFFFFF;
|
1867 |
+
background-image: none;
|
1868 |
+
color :#000000;
|
1869 |
+
font-family: Arial;
|
1870 |
+
font-weight: normal;
|
1871 |
+
font-size: 16px;
|
1872 |
+
padding: 4px 4px 4px 4px;
|
1873 |
+
text-align: left;
|
1874 |
+
vertical-align: middle;
|
1875 |
+
}
|
1876 |
+
#Editbox5:focus
|
1877 |
+
{
|
1878 |
+
border-color: #66AFE9;
|
1879 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1880 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1881 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1882 |
+
outline: 0;
|
1883 |
+
}
|
1884 |
+
#registrationName
|
1885 |
+
{
|
1886 |
+
border: 1px #CCCCCC solid;
|
1887 |
+
border-radius: 4px;
|
1888 |
+
background-color: #FFFFFF;
|
1889 |
+
background-image: none;
|
1890 |
+
color :#000000;
|
1891 |
+
font-family: Arial;
|
1892 |
+
font-weight: normal;
|
1893 |
+
font-size: 16px;
|
1894 |
+
padding: 4px 4px 4px 4px;
|
1895 |
+
text-align: left;
|
1896 |
+
vertical-align: middle;
|
1897 |
+
}
|
1898 |
+
#registrationName:focus
|
1899 |
+
{
|
1900 |
+
border-color: #66AFE9;
|
1901 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1902 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1903 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1904 |
+
outline: 0;
|
1905 |
+
}
|
1906 |
+
#companyName
|
1907 |
+
{
|
1908 |
+
border: 1px #CCCCCC solid;
|
1909 |
+
border-radius: 4px;
|
1910 |
+
background-color: #FFFFFF;
|
1911 |
+
background-image: none;
|
1912 |
+
color :#000000;
|
1913 |
+
font-family: Arial;
|
1914 |
+
font-weight: normal;
|
1915 |
+
font-size: 16px;
|
1916 |
+
padding: 4px 4px 4px 4px;
|
1917 |
+
text-align: left;
|
1918 |
+
vertical-align: middle;
|
1919 |
+
}
|
1920 |
+
#companyName:focus
|
1921 |
+
{
|
1922 |
+
border-color: #66AFE9;
|
1923 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1924 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1925 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1926 |
+
outline: 0;
|
1927 |
+
}
|
1928 |
+
#phoneExt
|
1929 |
+
{
|
1930 |
+
border: 1px #CCCCCC solid;
|
1931 |
+
border-radius: 4px;
|
1932 |
+
background-color: #FFFFFF;
|
1933 |
+
background-image: none;
|
1934 |
+
color :#000000;
|
1935 |
+
font-family: Arial;
|
1936 |
+
font-weight: normal;
|
1937 |
+
font-size: 16px;
|
1938 |
+
padding: 4px 4px 4px 4px;
|
1939 |
+
text-align: left;
|
1940 |
+
vertical-align: middle;
|
1941 |
+
}
|
1942 |
+
#phoneExt:focus
|
1943 |
+
{
|
1944 |
+
border-color: #66AFE9;
|
1945 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1946 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1947 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
1948 |
+
outline: 0;
|
1949 |
+
}
|
1950 |
+
#Line1
|
1951 |
+
{
|
1952 |
+
border-color: #A0A0A0;
|
1953 |
+
border-style: solid;
|
1954 |
+
border-bottom-width: 3px;
|
1955 |
+
border-top: 0px;
|
1956 |
+
border-left: 0px;
|
1957 |
+
border-right: 0px;
|
1958 |
+
height: 0 !important;
|
1959 |
+
line-height: 0px !important;
|
1960 |
+
margin: 0;
|
1961 |
+
padding: 0;
|
1962 |
+
}
|
1963 |
+
#Label10
|
1964 |
+
{
|
1965 |
+
border: 0px #CCCCCC solid;
|
1966 |
+
border-radius: 4px;
|
1967 |
+
background-color: transparent;
|
1968 |
+
background-image: none;
|
1969 |
+
color :#000000;
|
1970 |
+
font-family: Arial;
|
1971 |
+
font-weight: bold;
|
1972 |
+
font-size: 16px;
|
1973 |
+
padding: 4px 4px 4px 4px;
|
1974 |
+
text-align: right;
|
1975 |
+
vertical-align: top;
|
1976 |
+
}
|
1977 |
+
#wb_Text1
|
1978 |
+
{
|
1979 |
+
background-color: transparent;
|
1980 |
+
background-image: none;
|
1981 |
+
border: 0px #000000 solid;
|
1982 |
+
padding: 0;
|
1983 |
+
margin: 0;
|
1984 |
+
text-align: left;
|
1985 |
+
}
|
1986 |
+
#wb_Text1 div
|
1987 |
+
{
|
1988 |
+
text-align: left;
|
1989 |
+
}
|
1990 |
+
#comment
|
1991 |
+
{
|
1992 |
+
border: 1px #CCCCCC solid;
|
1993 |
+
border-radius: 4px;
|
1994 |
+
background-color: #FFFFFF;
|
1995 |
+
background-image: none;
|
1996 |
+
color :#000000;
|
1997 |
+
font-family: Arial;
|
1998 |
+
font-weight: normal;
|
1999 |
+
font-size: 16px;
|
2000 |
+
padding: 4px 4px 4px 4px;
|
2001 |
+
text-align: left;
|
2002 |
+
overflow: auto;
|
2003 |
+
resize: none;
|
2004 |
+
}
|
2005 |
+
#comment:focus
|
2006 |
+
{
|
2007 |
+
border-color: #66AFE9;
|
2008 |
+
-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
2009 |
+
-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
2010 |
+
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
|
2011 |
+
outline: 0;
|
2012 |
+
}
|
2013 |
+
#Button1
|
2014 |
+
{
|
2015 |
+
border: 1px #2E6DA4 solid;
|
2016 |
+
border-radius: 4px;
|
2017 |
+
background-color: #3370B7;
|
2018 |
+
background-image: none;
|
2019 |
+
color: #FFFFFF;
|
2020 |
+
font-family: Arial;
|
2021 |
+
font-weight: normal;
|
2022 |
+
font-size: 16px;
|
2023 |
+
}
|
2024 |
+
#Button2
|
2025 |
+
{
|
2026 |
+
border: 1px #2E6DA4 solid;
|
2027 |
+
border-radius: 4px;
|
2028 |
+
background-color: #3370B7;
|
2029 |
+
background-image: none;
|
2030 |
+
color: #FFFFFF;
|
2031 |
+
font-family: Arial;
|
2032 |
+
font-weight: normal;
|
2033 |
+
font-size: 16px;
|
2034 |
+
}
|
2035 |
+
#wb_Text3
|
2036 |
+
{
|
2037 |
+
background-color: transparent;
|
2038 |
+
background-image: none;
|
2039 |
+
border: 0px #000000 solid;
|
2040 |
+
padding: 0;
|
2041 |
+
margin: 0;
|
2042 |
+
text-align: center;
|
2043 |
+
}
|
2044 |
+
#wb_Text3 div
|
2045 |
+
{
|
2046 |
+
text-align: center;
|
2047 |
+
}
|
2048 |
+
</style>
|
2049 |
+
</head>
|
2050 |
+
<body>
|
2051 |
+
<div id="container">
|
2052 |
+
<div id="Layer1" style="position:absolute;text-align:left;left:0px;top:80px;width:800px;height:696px;z-index:58;">
|
2053 |
+
<div id="wb_Text2" style="position:absolute;left:54px;top:93px;width:698px;height:72px;z-index:31;">
|
2054 |
+
<span style="color:#000000;font-family:Arial;font-size:16px;">
|
2055 |
+
Use this form to leave feedback on products that are developed by Internet Software Solutions. We at Internet Software Solutions value your comments about our products, and we will do our best to accommodate our customers needs.
|
2056 |
+
</span>
|
2057 |
+
</div>
|
2058 |
+
<div id="wb_suportRequestForm" style="position:absolute;left:32px;top:185px;width:736px;height:498px;z-index:32;">
|
2059 |
+
<form action enctype="text/plain" id="suportRequestForm" method="post" name="suportRequestForm">
|
2060 |
+
<input name="form_name" type="hidden" value="suportRequestForm">
|
2061 |
+
<label for id="Label1" style="position:absolute;left:20px;top:132px;width:126px;height:24px;line-height:24px;z-index:7;">
|
2062 |
+
Contact Phone:
|
2063 |
+
</label>
|
2064 |
+
<label for id="Label2" style="position:absolute;left:9px;top:62px;width:137px;height:24px;line-height:24px;z-index:8;">
|
2065 |
+
Registration Key:
|
2066 |
+
</label>
|
2067 |
+
<label for id="Label3" style="position:absolute;left:20px;top:96px;width:126px;height:24px;line-height:24px;z-index:9;">
|
2068 |
+
Your Name:
|
2069 |
+
</label>
|
2070 |
+
<label for id="Label5" style="position:absolute;left:368px;top:23px;width:151px;height:24px;line-height:24px;z-index:10;">
|
2071 |
+
Product Version:
|
2072 |
+
</label>
|
2073 |
+
<select id="product" name="product" size="1" style="position:absolute;left:154px;top:24px;width:214px;height:32px;z-index:11;">
|
2074 |
+
<option value="-1">
|
2075 |
+
Select Product
|
2076 |
+
</option>
|
2077 |
+
<option value="Air Messenger Lite">
|
2078 |
+
Air Messenger Lite
|
2079 |
+
</option>
|
2080 |
+
<option value="Air Messenger Pro">
|
2081 |
+
Air Messenger Pro
|
2082 |
+
</option>
|
2083 |
+
<option value="Air Messenger SMPP">
|
2084 |
+
Air Messenger SMPP
|
2085 |
+
</option>
|
2086 |
+
<option value="Air Messenger SMS">
|
2087 |
+
Air Messenger SMS
|
2088 |
+
</option>
|
2089 |
+
<option value="Air Messenger LAN Server">
|
2090 |
+
Air Messenger LAN Server
|
2091 |
+
</option>
|
2092 |
+
<option value="Air Messenger ASCII">
|
2093 |
+
Air Messenger ASCII
|
2094 |
+
</option>
|
2095 |
+
<option value="Air Messenger Serial">
|
2096 |
+
Air Messenger Serial
|
2097 |
+
</option>
|
2098 |
+
<option value="Air Messenger WCTP">
|
2099 |
+
Air Messenger WCTP
|
2100 |
+
</option>
|
2101 |
+
<option value="Air Messenger Mobile">
|
2102 |
+
Air Messenger Mobile
|
2103 |
+
</option>
|
2104 |
+
<option value="QC FTP Uploader">
|
2105 |
+
QC FTP Uploader
|
2106 |
+
</option>
|
2107 |
+
<option value="Air Messenger SNPP">
|
2108 |
+
Air Messenger SNPP
|
2109 |
+
</option>
|
2110 |
+
<option value="Wave Gate Server">
|
2111 |
+
Wave Gate Server
|
2112 |
+
</option>
|
2113 |
+
<option value="other">
|
2114 |
+
Other
|
2115 |
+
</option>
|
2116 |
+
</select>
|
2117 |
+
<input id="registrationKey" name="registrationKey" spellcheck="false" style="position:absolute;left:155px;top:62px;width:203px;height:18px;line-height:18px;z-index:12;" type="text" value>
|
2118 |
+
<label for id="Label7" style="position:absolute;left:368px;top:61px;width:151px;height:24px;line-height:24px;z-index:13;">
|
2119 |
+
Registered To
|
2120 |
+
</label>
|
2121 |
+
<label for id="Label4" style="position:absolute;left:19px;top:23px;width:126px;height:24px;line-height:24px;z-index:14;">
|
2122 |
+
Select Product:
|
2123 |
+
</label>
|
2124 |
+
<input id="realname" name="realname" spellcheck="false" style="position:absolute;left:155px;top:98px;width:202px;height:18px;line-height:18px;z-index:15;" type="text" value>
|
2125 |
+
<input id="phone" name="phone" spellcheck="false" style="position:absolute;left:155px;top:134px;width:202px;height:18px;line-height:18px;z-index:16;" type="text" value>
|
2126 |
+
<input id="email" name="email" spellcheck="false" style="position:absolute;left:154px;top:171px;width:553px;height:18px;line-height:18px;z-index:17;" type="email" value>
|
2127 |
+
<label for id="Label8" style="position:absolute;left:382px;top:96px;width:137px;height:24px;line-height:24px;z-index:18;">
|
2128 |
+
Company Name:
|
2129 |
+
</label>
|
2130 |
+
<label for id="Label9" style="position:absolute;left:382px;top:132px;width:137px;height:24px;line-height:24px;z-index:19;">
|
2131 |
+
Phone Ext:
|
2132 |
+
</label>
|
2133 |
+
<input id="Editbox5" name="version" spellcheck="false" style="position:absolute;left:527px;top:25px;width:180px;height:18px;line-height:18px;z-index:20;" type="text" value>
|
2134 |
+
<input id="registrationName" name="registrationName" spellcheck="false" style="position:absolute;left:527px;top:63px;width:180px;height:18px;line-height:18px;z-index:21;" type="text" value>
|
2135 |
+
<input id="companyName" name="companyName" spellcheck="false" style="position:absolute;left:528px;top:98px;width:179px;height:18px;line-height:18px;z-index:22;" type="text" value>
|
2136 |
+
<input id="phoneExt" name="phoneExt" spellcheck="false" style="position:absolute;left:528px;top:134px;width:179px;height:18px;line-height:18px;z-index:23;" type="text" value>
|
2137 |
+
<hr id="Line1" style="position:absolute;left:22px;top:217px;width:695px;z-index:24;">
|
2138 |
+
<div id="wb_Text1" style="position:absolute;left:22px;top:237px;width:294px;height:76px;z-index:25;">
|
2139 |
+
<span style="color:#000000;font-family:Arial;font-size:16px;">
|
2140 |
+
<strong>
|
2141 |
+
Please give a detailed description of your problem, include any relevant error messages, network information, and connection information.
|
2142 |
+
</strong>
|
2143 |
+
</span>
|
2144 |
+
</div>
|
2145 |
+
<textarea cols="51" id="comment" name="comment" rows="4" spellcheck="false" style="position:absolute;left:336px;top:235px;width:375px;height:102px;z-index:26;"></textarea>
|
2146 |
+
<input id="Button1" name style="position:absolute;left:271px;top:454px;width:96px;height:25px;z-index:27;" type="submit" value="Submit">
|
2147 |
+
<input id="Button2" name style="position:absolute;left:378px;top:454px;width:96px;height:25px;z-index:28;" type="reset" value="Reset">
|
2148 |
+
<!-- reCAPTCHA -->
|
2149 |
+
<div id="Html3" style="position:absolute;left:238px;top:361px;width:268px;height:79px;z-index:29">
|
2150 |
+
<div class="g-recaptcha" data-sitekey="6LfNxzIUAAAAALUIpA-3pWcUUBfkSYvHPwyXP-yq">
|
2151 |
+
<div style="width: 304px; height: 78px;">
|
2152 |
+
<div>
|
2153 |
+
</div>
|
2154 |
+
<textarea class="g-recaptcha-response" id="g-recaptcha-response" name="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
|
2155 |
+
</div>
|
2156 |
+
</div>
|
2157 |
+
</div>
|
2158 |
+
<label for id="Label10" style="position:absolute;left:19px;top:171px;width:126px;height:24px;line-height:24px;z-index:30;">
|
2159 |
+
EMail Address:
|
2160 |
+
</label>
|
2161 |
+
</form>
|
2162 |
+
</div>
|
2163 |
+
<div id="wb_Text3" style="position:absolute;left:129px;top:34px;width:543px;height:29px;text-align:center;z-index:33;">
|
2164 |
+
<span style="color:#000000;font-family:Arial;font-size:24px;">
|
2165 |
+
<strong>
|
2166 |
+
Product Feedback
|
2167 |
+
</strong>
|
2168 |
+
</span>
|
2169 |
+
</div>
|
2170 |
+
</div>
|
2171 |
+
</div>
|
2172 |
+
<div id="mainMenuLayer" style="position:absolute;text-align:center;left:0px;top:0px;width:100%;height:80px;z-index:61;">
|
2173 |
+
<div id="mainMenuLayer_Container" style="width:800px;position:relative;margin-left:auto;margin-right:auto;text-align:left;">
|
2174 |
+
<div id="wb_mainCompanyName" style="position:absolute;left:13px;top:16px;width:314px;height:58px;z-index:0;">
|
2175 |
+
<span style="color:#FFFFFF;font-family:'Trebuchet MS';font-size:24px;">
|
2176 |
+
<strong>
|
2177 |
+
Internet Software Solutions
|
2178 |
+
</strong>
|
2179 |
+
</span>
|
2180 |
+
</div>
|
2181 |
+
<div id="wb_mainCssMenu1" style="position:absolute;left:334px;top:11px;width:460px;height:56px;z-index:1;">
|
2182 |
+
<ul>
|
2183 |
+
<li class="firstmain">
|
2184 |
+
<a target="_self" title="HOME">
|
2185 |
+
HOME
|
2186 |
+
</a>
|
2187 |
+
</li>
|
2188 |
+
<li>
|
2189 |
+
<a target="_self" title="PRODUCTS">
|
2190 |
+
PRODUCTS
|
2191 |
+
</a>
|
2192 |
+
</li>
|
2193 |
+
<li>
|
2194 |
+
<a target="_self" title="PURCHASE">
|
2195 |
+
PURCHASE
|
2196 |
+
</a>
|
2197 |
+
</li>
|
2198 |
+
<li>
|
2199 |
+
<a target="_self" title="DOWNLOAD">
|
2200 |
+
DOWNLOAD
|
2201 |
+
</a>
|
2202 |
+
</li>
|
2203 |
+
</ul>
|
2204 |
+
</div>
|
2205 |
+
</div>
|
2206 |
+
</div>
|
2207 |
+
<div id="mainCopyrightLayer" style="position:absolute;text-align:center;left:0px;top:945px;width:100%;height:49px;z-index:62;">
|
2208 |
+
<div id="mainCopyrightLayer_Container" style="width:800px;position:relative;margin-left:auto;margin-right:auto;text-align:left;">
|
2209 |
+
<div id="wb_mainCopyrightText1" style="position:absolute;left:13px;top:17px;width:781px;height:16px;text-align:center;z-index:2;">
|
2210 |
+
<span style="color:#FFFFFF;font-family:'Trebuchet MS';font-size:11px;">
|
2211 |
+
Copyright © 2017 by "Internet Software Solutions" · All Rights reserved · E-Mail: [EMAIL REDACTED]
|
2212 |
+
</span>
|
2213 |
+
</div>
|
2214 |
+
</div>
|
2215 |
+
</div>
|
2216 |
+
<div id="mainFooterLayer" style="position:absolute;text-align:center;left:0px;top:776px;width:100%;height:169px;z-index:63;">
|
2217 |
+
<div id="mainFooterLayer_Container" style="width:800px;position:relative;margin-left:auto;margin-right:auto;text-align:left;">
|
2218 |
+
<div id="wb_mainSolutionsCssMenu" style="position:absolute;left:280px;top:47px;width:164px;height:80px;z-index:3;">
|
2219 |
+
<ul>
|
2220 |
+
<li class="firstmain">
|
2221 |
+
<a target="_self" title="Support">
|
2222 |
+
Support
|
2223 |
+
</a>
|
2224 |
+
</li>
|
2225 |
+
<li>
|
2226 |
+
<a target="_self" title="Resellers">
|
2227 |
+
Resellers
|
2228 |
+
</a>
|
2229 |
+
</li>
|
2230 |
+
<li>
|
2231 |
+
<a target="_self" title="Feedback">
|
2232 |
+
Feedback
|
2233 |
+
</a>
|
2234 |
+
</li>
|
2235 |
+
<li>
|
2236 |
+
<a target="_self" title="Contact Us">
|
2237 |
+
Contact Us
|
2238 |
+
</a>
|
2239 |
+
</li>
|
2240 |
+
</ul>
|
2241 |
+
</div>
|
2242 |
+
<div id="wb_mainInformationHeadding" style="position:absolute;left:16px;top:26px;width:250px;height:15px;z-index:4;">
|
2243 |
+
<span style="color:#FFFFFF;font-family:Arial;font-size:12px;">
|
2244 |
+
<strong>
|
2245 |
+
INFORMATION
|
2246 |
+
</strong>
|
2247 |
+
</span>
|
2248 |
+
</div>
|
2249 |
+
<div id="wb_mainInformationCssMenu" style="position:absolute;left:13px;top:47px;width:103px;height:80px;z-index:5;">
|
2250 |
+
<ul>
|
2251 |
+
<li class="firstmain">
|
2252 |
+
<a target="_self" title="In The News">
|
2253 |
+
In The News
|
2254 |
+
</a>
|
2255 |
+
</li>
|
2256 |
+
<li>
|
2257 |
+
<a target="_self" title="Reviews">
|
2258 |
+
Reviews
|
2259 |
+
</a>
|
2260 |
+
</li>
|
2261 |
+
<li>
|
2262 |
+
<a target="_self">
|
2263 |
+
Privacy Policy
|
2264 |
+
</a>
|
2265 |
+
</li>
|
2266 |
+
</ul>
|
2267 |
+
</div>
|
2268 |
+
<div id="wb_mainSolutionsHeading" style="position:absolute;left:285px;top:26px;width:250px;height:15px;z-index:6;">
|
2269 |
+
<span style="color:#FFFFFF;font-family:Arial;font-size:12px;">
|
2270 |
+
<strong>
|
2271 |
+
QUICK SOLUTIONS
|
2272 |
+
</strong>
|
2273 |
+
</span>
|
2274 |
+
</div>
|
2275 |
+
</div>
|
2276 |
+
</div>
|
2277 |
+
</body>
|
2278 |
+
</html>
|
10564.png
ADDED
Git LFS Details
|
10578.html
ADDED
@@ -0,0 +1,367 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html itemscope itemtype="" lang="en" xmlns="">
|
3 |
+
<head>
|
4 |
+
<title>
|
5 |
+
Boats for sale in City One, Hong Kong | Property Pages Hong Kong
|
6 |
+
</title>
|
7 |
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
8 |
+
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
9 |
+
<meta content="" property="og:url">
|
10 |
+
<meta content="Boats for sale in City One, Hong Kong" property="og:title">
|
11 |
+
<meta content="Boats for sale listings in City One from agents & private owners. List yours for free with Property Pages Hong Kong" property="og:description">
|
12 |
+
<meta content="" property="og:image">
|
13 |
+
<meta content="website" property="og:type">
|
14 |
+
<meta content="Property Pages Hong Kong" property="og:site_name">
|
15 |
+
<meta content="Property Pages Hong Kong Limited" name="Author">
|
16 |
+
<meta content="General" name="Rating">
|
17 |
+
<meta content="summary_large_image" name="twitter:card">
|
18 |
+
<meta content="@PropertyPagesHK" name="twitter:site">
|
19 |
+
<meta content="@PropertyPagesHK" name="twitter:creator">
|
20 |
+
<meta content="Boats for sale in City One, Hong Kong" name="twitter:title" property="og:title">
|
21 |
+
<meta content="Boats for sale listings in City One from agents & private owners. List yours for free with Property Pages Hong Kong" name="twitter:description" property="og:description">
|
22 |
+
<meta content="" name="twitter:image" property="og:image">
|
23 |
+
<style>
|
24 |
+
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
|
25 |
+
body{line-height:1;color:#696969;background:#f1f1f1 url(https://propertypagesinternational.pages.dev/../img/bg/patterns/obl-1x1.png);font-family:Arial, Helvetica, sans-serif;font-size:100%;}
|
26 |
+
#wrapper{width:90%;margin:2% 5% 2% 5%;background:#363636;min-height:700px;font-size:14px;line-height:1.5em;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
|
27 |
+
#header{height:200px;position:relative;z-index:10;font-size:0%;background:url(https://propertypagesinternational.pages.dev/../skins/plastic/header-bg.png) no-repeat;}
|
28 |
+
ol, ul{list-style:none;}
|
29 |
+
#logo{position:absolute;top:15px;left:10px;}
|
30 |
+
#social-holder{overflow:hidden;width:100%;padding-top:40px;height:124px;}
|
31 |
+
.social{display:block;float:right;overflow:hidden;margin-right:30px;margin-top:5px;width:auto;}
|
32 |
+
#main{background:#ffffff;position:relative;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
|
33 |
+
#content{min-height:10px;overflow:hidden;margin-bottom:20px;}
|
34 |
+
#content a{color:#37b2d1;}
|
35 |
+
#nav{display:block;position:absolute;top:145px;left:10px;height:auto;width:97%;background:#ff88ff;padding-bottom:10px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}
|
36 |
+
#nav>li{display:block;float:left;margin-left:5px;margin-top:12px;}
|
37 |
+
#nav>li:first-child{margin-left:10px;}
|
38 |
+
#nav>li>a{display:block;font-size:12px;color:#363636;text-decoration:none;padding:7px 10px 6px 10px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;text-shadow:0 1px rgba(255, 255, 255, 0.5);}
|
39 |
+
#nav>li>a:hover,
|
40 |
+
#nav>li.current-menu-item>a{color:#fff;background:#363636;text-shadow:none;}
|
41 |
+
#nav>li ul{display:block;margin-top:-1px;background:#ff88ff;border-radius:0px 0px 10px 10px;-moz-border-radius:0px 0px 10px 10px;-webkit-border-radius:0px 0px 10px 10px;}
|
42 |
+
#nav>li>ul ul{margin-top:0px;border-radius:0px 10px 10px 10px;-moz-border-radius:0px 10px 10px 10px;-webkit-border-radius:0px 10px 10px 10px;}
|
43 |
+
#nav>li ul li a{display:block;padding:10px 15px;display:block;font-size:12px;color:#363636;text-decoration:none;}
|
44 |
+
#nav>li ul li a:hover{background:#363636;color:#fff;}
|
45 |
+
#nav>li ul li:last-child a:hover{border-radius:0px 0px 10px 10px;-moz-border-radius:0px 0px 10px 10px;-webkit-border-radius:0px 0px 10px 10px;}
|
46 |
+
img{max-width:100%;}
|
47 |
+
.sf-menu, .sf-menu *{margin:0;padding:0;list-style:none;}
|
48 |
+
.sf-menu{line-height:1.0;}
|
49 |
+
.sf-menu ul{position:absolute;top:-999em;width:10em;}
|
50 |
+
.sf-menu ul li{width:100%;}
|
51 |
+
.sf-menu li:hover{visibility:inherit;}
|
52 |
+
.sf-menu li{float:left;position:relative;}
|
53 |
+
.sf-menu a{display:block;position:relative;}
|
54 |
+
.sf-menu li:hover ul,
|
55 |
+
.sf-menu li.sfHover ul{left:0;top:2.5em;z-index:99;}
|
56 |
+
.social li{display:block;width:32px;height:32px;float:left;margin-left:20px;margin-bottom:10px;}
|
57 |
+
.social a{display:block;width:32px;height:32px;text-indent:-9000px;}
|
58 |
+
.social .facebook{background:url(https://propertypagesinternational.pages.dev/../img/social-icons/circular/facebook_32.png);}
|
59 |
+
.social .twitter{background:url(https://propertypagesinternational.pages.dev/../img/social-icons/circular/twitter_32.png);}
|
60 |
+
#title{overflow:hidden;height:auto;width:auto;background:#f2f1f1 url(https://propertypagesinternational.pages.dev/../img/twitter-border.png) repeat-x bottom left;}
|
61 |
+
#count{overflow:hidden;height:auto;width:auto;background:#f2f1f1 url(https://propertypagesinternational.pages.dev/../img/twitter-border.png) repeat-x bottom left;}
|
62 |
+
#title .title{display:block;float:left;font-family:'Ubuntu', arial, serif;font-size:30px;margin-left:30px;padding-top:15px;padding-bottom:15px;text-shadow:0 1px rgba(255, 255, 255, 1);}
|
63 |
+
#count .count{display:block;float:left;font-family:'Ubuntu', arial, serif;font-size:25px;line-height:50px;margin-left:30px;text-shadow:0 1px rgba(255, 255, 255, 1);}
|
64 |
+
#subtitle{overflow:hidden;height:auto;width:auto;margin-bottom:15px;background:#f2f1f1 url(https://propertypagesinternational.pages.dev/../img/twitter-border.png) repeat-x bottom left;}
|
65 |
+
#subtitle .sortby{display:block;float:left;font-family:'Ubuntu', arial, serif;font-size:15px;line-height:50px;margin-left:30px;}
|
66 |
+
#subtitle .currency{display:block;float:left;font-family:'Ubuntu', arial, serif;font-size:15px;line-height:50px;margin-left:50px;}
|
67 |
+
#subtitle .toppagebutton{display:block;float:right;font-family:'Ubuntu', arial, serif;font-size:15px;line-height:50px;margin-right:50px;}
|
68 |
+
#pagenumbers{overflow:hidden;height:auto;width:auto;background:#f2f1f1 url(https://propertypagesinternational.pages.dev/../img/twitter-border.png) repeat-x bottom left;}
|
69 |
+
#pagenumbers .pageno{display:block;float:left;font-family:'Ubuntu', arial, serif;font-size:15px;line-height:50px;margin-left:30px;}
|
70 |
+
#pagenumbers .pagebuttons{display:block;float:left;font-family:'Ubuntu', arial, serif;font-size:15px;line-height:50px;margin-left:150px;}
|
71 |
+
#pagenumbers .itemsperpage{display:block;float:right;font-family:'Ubuntu', arial, serif;font-size:15px;line-height:50px;margin-right:30px;}
|
72 |
+
h1,h2,h3,h4,h5,h6{line-height:1.4em;font-family:'Ubuntu', arial, serif;font-weight:lighter;}
|
73 |
+
h1{font-size:30px;}
|
74 |
+
h2{font-size:28px;}
|
75 |
+
h3{font-size:26px;}
|
76 |
+
h4{font-size:24px;}
|
77 |
+
h5{font-size:22px;}
|
78 |
+
h6{font-size:20px;}
|
79 |
+
#contact-column{width:auto;float:left;margin-top:30px;margin-bottom:30px;margin-left:30px;margin-right:30px;}
|
80 |
+
.searchresults-box{border:1px solid;margin:5px 5px;padding:5px 1px 5px 1px;background-repeat:no-repeat;background-position:10px center;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#00529B;background-color:#BDE5F8;}
|
81 |
+
#footer{background:url(https://propertypagesinternational.pages.dev/../skins/plastic/footer-bg.png) no-repeat;}
|
82 |
+
#footer-cols{display:block;overflow:hidden;color:#bbbaba;line-height:1.5em;margin-top:40px;}
|
83 |
+
#footer-cols li.col1{display:block;width:auto;float:left;margin:0px 15px 30px 15px;}
|
84 |
+
#footer-cols li.col2{display:block;width:auto;float:left;margin:0px 15px 30px 15px;}
|
85 |
+
#footer-cols li.col3{display:block;width:auto;float:left;margin:0px 15px 30px 15px;}
|
86 |
+
#footer-cols li.col1>h3{font-size:20px;color:#d7d7d7;margin-bottom:30px;text-shadow:-2px -1px rgba(0, 0, 0, .8);}
|
87 |
+
#footer-cols li.col1>h6{color:#d7d7d7;margin-bottom:30px;text-shadow:-2px -1px rgba(0, 0, 0, .8);}
|
88 |
+
#footer-cols li.clear-col{clear:left;}
|
89 |
+
#footer-cols li.col1 ul{display:block;}
|
90 |
+
#footer-cols li.col1 ul li{display:block;line-height:35px;border-top:1px solid #4a4a4a;border-bottom:1px solid #000;}
|
91 |
+
#footer-cols li.col1 ul li:first-child{border-top:none;}
|
92 |
+
#footer-cols li.col1 ul li:last-child{border-bottom:none;}
|
93 |
+
#footer-cols li.col1 ul li a{text-decoration:none;color:#bbbaba;}
|
94 |
+
#footer-cols li.col1 ul li a:hover{color:#fff;}
|
95 |
+
#footer-cols li.col2>h3{font-size:20px;color:#d7d7d7;margin-bottom:30px;text-shadow:-2px -1px rgba(0, 0, 0, .8);}
|
96 |
+
#footer-cols li.col2>h6{color:#d7d7d7;margin-bottom:30px;text-shadow:-2px -1px rgba(0, 0, 0, .8);}
|
97 |
+
#footer-cols li.col2 ul{display:block;}
|
98 |
+
#footer-cols li.col2 ul li{display:block;line-height:35px;border-top:1px solid #4a4a4a;border-bottom:1px solid #000;}
|
99 |
+
#footer-cols li.col2 ul li:first-child{border-top:none;}
|
100 |
+
#footer-cols li.col2 ul li:last-child{border-bottom:none;}
|
101 |
+
#footer-cols li.col2 ul li a{text-decoration:none;color:#bbbaba;}
|
102 |
+
#footer-cols li.col2 ul li a:hover{color:#fff;}
|
103 |
+
#footer-cols li.col3>h3{font-size:20px;color:#d7d7d7;margin-bottom:30px;text-shadow:-2px -1px rgba(0, 0, 0, .8);}
|
104 |
+
#footer-cols li.col3>h6{color:#d7d7d7;margin-bottom:30px;text-shadow:-2px -1px rgba(0, 0, 0, .8);}
|
105 |
+
#footer-cols li.col3 ul{display:block;}
|
106 |
+
#footer-cols li.col3 ul li{display:block;line-height:35px;border-top:1px solid #4a4a4a;border-bottom:1px solid #000;}
|
107 |
+
#footer-cols li.col3 ul li:first-child{border-top:none;}
|
108 |
+
#footer-cols li.col3 ul li:last-child{border-bottom:none;}
|
109 |
+
#footer-cols li.col3 ul li a{text-decoration:none;color:#bbbaba;}
|
110 |
+
#footer-cols li.col3 ul li a:hover{color:#fff;}
|
111 |
+
#footer #bottom{position:relative;width:auto;font-size:12px;line-height:1.5em;line-height:80px;text-align:center;color:#868686;background:url(https://propertypagesinternational.pages.dev/../img/bottom-shadow.png) repeat-x;}
|
112 |
+
#footer #bottom a{color:#ffd800;text-decoration:none;}
|
113 |
+
#footer #bottom #to-top{width:33px;height:33px;background:url(https://propertypagesinternational.pages.dev/../skins/plastic/to-top.png) no-repeat;cursor:pointer; background-image:url(https://propertypagesinternational.pages.dev/../skins/plastic/to-top.png);}
|
114 |
+
.social-bottom{display:block;float:right;overflow:hidden;margin-right:30px;margin-top:20px;width:auto;}
|
115 |
+
.social-bottom li{display:block;width:32px;height:32px;float:left;margin-left:20px;margin-bottom:10px;}
|
116 |
+
.social-bottom a{display:block;width:32px;height:32px;text-indent:-9000px;}
|
117 |
+
.social-bottom .facebook{background:url(https://propertypagesinternational.pages.dev/../img/social-icons/circular/facebook_32.png);}
|
118 |
+
.social-bottom .twitter{background:url(https://propertypagesinternational.pages.dev/../img/social-icons/circular/twitter_32.png);}
|
119 |
+
.tip-twitter{opacity:0.8;z-index:1000;text-align:left;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;padding:8px 8px;max-width:200px;color:#fff;background-color:#000;}
|
120 |
+
.tip-twitter .tip-inner{font:bold 11px/14px 'Lucida Grande',sans-serif;}
|
121 |
+
table, td, th{vertical-align:middle;}
|
122 |
+
table{border-collapse:separate;border-spacing:0;border-top:1px solid white;margin-bottom:28px;width:100%;text-align:left;}
|
123 |
+
th{border-top:5px solid #555555;color:#ffffff;padding:10px;text-transform:uppercase;background-color:#49494b;}
|
124 |
+
td{padding:10px;}
|
125 |
+
td, th{border-bottom:1px solid #1f1f1f;}
|
126 |
+
resultstable, td, th{vertical-align:top;border-bottom:0px solid #1f1f1f;}
|
127 |
+
resultstable{border-collapse:separate;border-spacing:0;border-top:1px solid white;margin-bottom:28px;width:100%;text-align:left;}
|
128 |
+
resultstable.th{border-top:5px solid #555555;color:#ffffff;padding:10px;text-transform:uppercase;background-color:#49494b;}
|
129 |
+
resultstable.td{padding:10px;}
|
130 |
+
#searchresultstable{float:left;width:auto;}
|
131 |
+
#searchresultstable .post{position:relative;margin-left:30px;margin-bottom:30px;}
|
132 |
+
searchresultstable .titlelong{width:auto;}
|
133 |
+
#searchresultstable .photo{float:left;width:160px;min-height:100px;min-width:160px;}
|
134 |
+
#searchresultstable .propertydetails{float:left;width:auto;min-height:100px;}
|
135 |
+
#nav{background-image:url(https://propertypagesinternational.pages.dev/../skins/plastic/gloss.png);}
|
136 |
+
</style>
|
137 |
+
<meta content="Boats for sale listings in City One from agents & private owners. List yours for free with Property Pages Hong Kong" name="description">
|
138 |
+
</head>
|
139 |
+
<body>
|
140 |
+
<form action="../SearchResults.aspx" id="form1" method="post" name="form1">
|
141 |
+
<div>
|
142 |
+
<input id="__VIEWSTATE" name="__VIEWSTATE" type="hidden" value="/wEPDwUKMjA3OTg2NDE4MQ9kFgQCAQ9kFggCBQ8WAh4EVGV4dAW/Cg0KPG1ldGEgcHJvcGVydHk9Im9nOnVybCIgY29udGVudD0iaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaG9uZ2tvbmcuY29tL0JvYXRzRm9yU2FsZS9DaXR5LU9uZSIvPg0KPG1ldGEgcHJvcGVydHk9Im9nOnRpdGxlIiBjb250ZW50PSJCb2F0cyBmb3Igc2FsZSBpbiBDaXR5IE9uZSwgSG9uZyBLb25nIi8+DQo8bWV0YSBwcm9wZXJ0eT0ib2c6ZGVzY3JpcHRpb24iIGNvbnRlbnQ9IkJvYXRzIGZvciBzYWxlIGxpc3RpbmdzIGluIENpdHkgT25lIGZyb20gYWdlbnRzICYgcHJpdmF0ZSBvd25lcnMuIExpc3QgeW91cnMgZm9yIGZyZWUgd2l0aCBQcm9wZXJ0eSBQYWdlcyBIb25nIEtvbmciLz4NCjxtZXRhIHByb3BlcnR5PSJvZzppbWFnZSIgY29udGVudD0iaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaG9uZ2tvbmcuY29tL2ltZy9sb2dvLXByb3BlcnR5LXBhZ2VzLWhvbmdrb25nLnBuZyIvPg0KPG1ldGEgcHJvcGVydHk9Im9nOnR5cGUiIGNvbnRlbnQ9IndlYnNpdGUiLz4NCjxtZXRhIHByb3BlcnR5PSJvZzpzaXRlX25hbWUiIGNvbnRlbnQ9IlByb3BlcnR5IFBhZ2VzIEhvbmcgS29uZyIvPg0KPG1ldGEgbmFtZT0iQXV0aG9yIiBjb250ZW50PSJQcm9wZXJ0eSBQYWdlcyBIb25nIEtvbmcgTGltaXRlZCIvPg0KPG1ldGEgbmFtZT0iUmF0aW5nIiBjb250ZW50PSJHZW5lcmFsIi8+DQo8bWV0YSBuYW1lPSJ0d2l0dGVyOmNhcmQiIGNvbnRlbnQ9InN1bW1hcnlfbGFyZ2VfaW1hZ2UiLz4NCjxtZXRhIG5hbWU9InR3aXR0ZXI6c2l0ZSIgY29udGVudD0iQFByb3BlcnR5UGFnZXNISyIvPg0KPG1ldGEgbmFtZT0idHdpdHRlcjpjcmVhdG9yIiBjb250ZW50PSJAUHJvcGVydHlQYWdlc0hLIi8+DQo8bWV0YSBuYW1lPSJ0d2l0dGVyOnRpdGxlIiBwcm9wZXJ0eT0ib2c6dGl0bGUiIGNvbnRlbnQ9IkJvYXRzIGZvciBzYWxlIGluIENpdHkgT25lLCBIb25nIEtvbmciLz4NCjxtZXRhIG5hbWU9InR3aXR0ZXI6ZGVzY3JpcHRpb24iIHByb3BlcnR5PSJvZzpkZXNjcmlwdGlvbiIgY29udGVudD0iQm9hdHMgZm9yIHNhbGUgbGlzdGluZ3MgaW4gQ2l0eSBPbmUgZnJvbSBhZ2VudHMgJiBwcml2YXRlIG93bmVycy4gTGlzdCB5b3VycyBmb3IgZnJlZSB3aXRoIFByb3BlcnR5IFBhZ2VzIEhvbmcgS29uZyIvPg0KPG1ldGEgbmFtZT0idHdpdHRlcjppbWFnZSIgcHJvcGVydHk9Im9nOmltYWdlIiBjb250ZW50PSJodHRwczovL3Byb3BlcnR5cGFnZXNob25na29uZy5jb20vaW1nL2xvZ28tcHJvcGVydHktcGFnZXMtaG9uZ2tvbmcucG5nIi8+DQo8bGluayByZWw9ImNhbm9uaWNhbCIgaHJlZj0iaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaG9uZ2tvbmcuY29tL0JvYXRzRm9yU2FsZS9DaXR5LU9uZSIvPg0KZAIGDxYCHwAFZjxsaW5rIHJlbD0iYWx0ZXJuYXRlIiBocmVmbGFuZz0iZW4iIGhyZWY9Imh0dHBzOi8vcHJvcGVydHlwYWdlc2hvbmdrb25nLmNvbS9Cb2F0c0ZvclNhbGUvQ2l0eS1PbmUiLz4NCmQCBw8WAh8ABWM8bGluayByZWw9J2ljb24nIHR5cGU9J2ltYWdlL3gtaWNvbicgaHJlZj0iaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaG9uZ2tvbmcucGFnZXMuZGV2L2Zhdmljb24uaWNvIi8+DQpkAggPFgIfAAWZVDxzdHlsZT4NCmh0bWwsIGJvZHksIGRpdiwgc3BhbiwgYXBwbGV0LCBvYmplY3QsIGlmcmFtZSwgaDEsIGgyLCBoMywgaDQsIGg1LCBoNiwgcCwgYmxvY2txdW90ZSwgcHJlLCBhLCBhYmJyLCBhY3JvbnltLCBhZGRyZXNzLCBiaWcsIGNpdGUsIGNvZGUsIGRlbCwgZGZuLCBlbSwgZm9udCwgaW1nLCBpbnMsIGtiZCwgcSwgcywgc2FtcCwgc21hbGwsIHN0cmlrZSwgc3Ryb25nLCBzdWIsIHN1cCwgdHQsIHZhciwgYiwgdSwgaSwgY2VudGVyLCBkbCwgZHQsIGRkLCBvbCwgdWwsIGxpLCBmaWVsZHNldCwgZm9ybSwgbGFiZWwsIGxlZ2VuZCwgdGFibGUsIGNhcHRpb24sIHRib2R5LCB0Zm9vdCwgdGhlYWQsIHRyLCB0aCwgdGR7bWFyZ2luOjA7cGFkZGluZzowO2JvcmRlcjowO291dGxpbmU6MDtmb250LXNpemU6MTAwJTt2ZXJ0aWNhbC1hbGlnbjpiYXNlbGluZTtiYWNrZ3JvdW5kOnRyYW5zcGFyZW50O30NCmJvZHl7bGluZS1oZWlnaHQ6MTtjb2xvcjojNjk2OTY5O2JhY2tncm91bmQ6I2YxZjFmMSB1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL2JnL3BhdHRlcm5zL29ibC0xeDEucG5nKTtmb250LWZhbWlseTpBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmO2ZvbnQtc2l6ZToxMDAlO30NCiN3cmFwcGVye3dpZHRoOjkwJTttYXJnaW46MiUgNSUgMiUgNSU7YmFja2dyb3VuZDojMzYzNjM2O21pbi1oZWlnaHQ6NzAwcHg7Zm9udC1zaXplOjE0cHg7bGluZS1oZWlnaHQ6MS41ZW07Ym9yZGVyLXJhZGl1czoxMHB4Oy1tb3otYm9yZGVyLXJhZGl1czoxMHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czoxMHB4O30NCiNoZWFkZXJ7aGVpZ2h0OjIwMHB4O3Bvc2l0aW9uOnJlbGF0aXZlO3otaW5kZXg6MTA7Zm9udC1zaXplOjAlO2JhY2tncm91bmQ6dXJsKGh0dHBzOi8vcHJvcGVydHlwYWdlc2ludGVybmF0aW9uYWwucGFnZXMuZGV2Ly4uL3NraW5zL3BsYXN0aWMvaGVhZGVyLWJnLnBuZykgbm8tcmVwZWF0O30NCm9sLCB1bHtsaXN0LXN0eWxlOm5vbmU7fQ0KI2xvZ297cG9zaXRpb246YWJzb2x1dGU7dG9wOjE1cHg7bGVmdDoxMHB4O30NCiNzb2NpYWwtaG9sZGVye292ZXJmbG93OmhpZGRlbjt3aWR0aDoxMDAlO3BhZGRpbmctdG9wOjQwcHg7aGVpZ2h0OjEyNHB4O30NCi5zb2NpYWx7ZGlzcGxheTpibG9jaztmbG9hdDpyaWdodDtvdmVyZmxvdzpoaWRkZW47bWFyZ2luLXJpZ2h0OjMwcHg7bWFyZ2luLXRvcDo1cHg7d2lkdGg6YXV0bzt9DQojbWFpbntiYWNrZ3JvdW5kOiNmZmZmZmY7cG9zaXRpb246cmVsYXRpdmU7Ym9yZGVyLXJhZGl1czoxMHB4Oy1tb3otYm9yZGVyLXJhZGl1czoxMHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czoxMHB4O30NCiNjb250ZW50e21pbi1oZWlnaHQ6MTBweDtvdmVyZmxvdzpoaWRkZW47bWFyZ2luLWJvdHRvbToyMHB4O30NCiNjb250ZW50IGF7Y29sb3I6IzM3YjJkMTt9DQojbmF2e2Rpc3BsYXk6YmxvY2s7cG9zaXRpb246YWJzb2x1dGU7dG9wOjE0NXB4O2xlZnQ6MTBweDtoZWlnaHQ6YXV0bzt3aWR0aDo5NyU7YmFja2dyb3VuZDojZmY4OGZmO3BhZGRpbmctYm90dG9tOjEwcHg7Ym9yZGVyLXJhZGl1czoxMHB4Oy1tb3otYm9yZGVyLXJhZGl1czoxMHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czoxMHB4O30NCiNuYXY+bGl7ZGlzcGxheTpibG9jaztmbG9hdDpsZWZ0O21hcmdpbi1sZWZ0OjVweDttYXJnaW4tdG9wOjEycHg7fQ0KI25hdj5saTpmaXJzdC1jaGlsZHttYXJnaW4tbGVmdDoxMHB4O30NCiNuYXY+bGk+YXtkaXNwbGF5OmJsb2NrO2ZvbnQtc2l6ZToxMnB4O2NvbG9yOiMzNjM2MzY7dGV4dC1kZWNvcmF0aW9uOm5vbmU7cGFkZGluZzo3cHggMTBweCA2cHggMTBweDtib3JkZXItcmFkaXVzOjEwcHg7LW1vei1ib3JkZXItcmFkaXVzOjEwcHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjEwcHg7dGV4dC1zaGFkb3c6MCAxcHggcmdiYSgyNTUsIDI1NSwgMjU1LCAwLjUpO30NCiNuYXY+bGk+YTpob3ZlciwNCiNuYXY+bGkuY3VycmVudC1tZW51LWl0ZW0+YXtjb2xvcjojZmZmO2JhY2tncm91bmQ6IzM2MzYzNjt0ZXh0LXNoYWRvdzpub25lO30NCiNuYXY+bGkgdWx7ZGlzcGxheTpibG9jazttYXJnaW4tdG9wOi0xcHg7YmFja2dyb3VuZDojZmY4OGZmO2JvcmRlci1yYWRpdXM6MHB4IDBweCAxMHB4IDEwcHg7LW1vei1ib3JkZXItcmFkaXVzOjBweCAwcHggMTBweCAxMHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czowcHggMHB4IDEwcHggMTBweDt9DQojbmF2PmxpPnVsIHVse21hcmdpbi10b3A6MHB4O2JvcmRlci1yYWRpdXM6MHB4IDEwcHggMTBweCAxMHB4Oy1tb3otYm9yZGVyLXJhZGl1czowcHggMTBweCAxMHB4IDEwcHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjBweCAxMHB4IDEwcHggMTBweDt9DQojbmF2PmxpIHVsIGxpIGF7ZGlzcGxheTpibG9jaztwYWRkaW5nOjEwcHggMTVweDtkaXNwbGF5OmJsb2NrO2ZvbnQtc2l6ZToxMnB4O2NvbG9yOiMzNjM2MzY7dGV4dC1kZWNvcmF0aW9uOm5vbmU7fQ0KI25hdj5saSB1bCBsaSBhOmhvdmVye2JhY2tncm91bmQ6IzM2MzYzNjtjb2xvcjojZmZmO30NCiNuYXY+bGkgdWwgbGk6bGFzdC1jaGlsZCBhOmhvdmVye2JvcmRlci1yYWRpdXM6MHB4IDBweCAxMHB4IDEwcHg7LW1vei1ib3JkZXItcmFkaXVzOjBweCAwcHggMTBweCAxMHB4Oy13ZWJraXQtYm9yZGVyLXJhZGl1czowcHggMHB4IDEwcHggMTBweDt9DQppbWd7bWF4LXdpZHRoOjEwMCU7fQ0KLnNmLW1lbnUsIC5zZi1tZW51ICp7bWFyZ2luOjA7cGFkZGluZzowO2xpc3Qtc3R5bGU6bm9uZTt9DQouc2YtbWVudXtsaW5lLWhlaWdodDoxLjA7fQ0KLnNmLW1lbnUgdWx7cG9zaXRpb246YWJzb2x1dGU7dG9wOi05OTllbTt3aWR0aDoxMGVtO30NCi5zZi1tZW51IHVsIGxpe3dpZHRoOjEwMCU7fQ0KLnNmLW1lbnUgbGk6aG92ZXJ7dmlzaWJpbGl0eTppbmhlcml0O30NCi5zZi1tZW51IGxpe2Zsb2F0OmxlZnQ7cG9zaXRpb246cmVsYXRpdmU7fQ0KLnNmLW1lbnUgYXtkaXNwbGF5OmJsb2NrO3Bvc2l0aW9uOnJlbGF0aXZlO30NCi5zZi1tZW51IGxpOmhvdmVyIHVsLA0KLnNmLW1lbnUgbGkuc2ZIb3ZlciB1bHtsZWZ0OjA7dG9wOjIuNWVtO3otaW5kZXg6OTk7fQ0KLnNvY2lhbCBsaXtkaXNwbGF5OmJsb2NrO3dpZHRoOjMycHg7aGVpZ2h0OjMycHg7ZmxvYXQ6bGVmdDttYXJnaW4tbGVmdDoyMHB4O21hcmdpbi1ib3R0b206MTBweDt9DQouc29jaWFsIGF7ZGlzcGxheTpibG9jazt3aWR0aDozMnB4O2hlaWdodDozMnB4O3RleHQtaW5kZW50Oi05MDAwcHg7fQ0KLnNvY2lhbCAuZmFjZWJvb2t7YmFja2dyb3VuZDp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL3NvY2lhbC1pY29ucy9jaXJjdWxhci9mYWNlYm9va18zMi5wbmcpO30NCi5zb2NpYWwgLnR3aXR0ZXJ7YmFja2dyb3VuZDp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL3NvY2lhbC1pY29ucy9jaXJjdWxhci90d2l0dGVyXzMyLnBuZyk7fQ0KI3RpdGxle292ZXJmbG93OmhpZGRlbjtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO2JhY2tncm91bmQ6I2YyZjFmMSB1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL3R3aXR0ZXItYm9yZGVyLnBuZykgcmVwZWF0LXggYm90dG9tIGxlZnQ7fQ0KI2NvdW50e292ZXJmbG93OmhpZGRlbjtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO2JhY2tncm91bmQ6I2YyZjFmMSB1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL3R3aXR0ZXItYm9yZGVyLnBuZykgcmVwZWF0LXggYm90dG9tIGxlZnQ7fQ0KI3RpdGxlIC50aXRsZXtkaXNwbGF5OmJsb2NrO2Zsb2F0OmxlZnQ7Zm9udC1mYW1pbHk6J1VidW50dScsIGFyaWFsLCBzZXJpZjtmb250LXNpemU6MzBweDttYXJnaW4tbGVmdDozMHB4O3BhZGRpbmctdG9wOjE1cHg7cGFkZGluZy1ib3R0b206MTVweDt0ZXh0LXNoYWRvdzowIDFweCByZ2JhKDI1NSwgMjU1LCAyNTUsIDEpO30NCiNjb3VudCAuY291bnR7ZGlzcGxheTpibG9jaztmbG9hdDpsZWZ0O2ZvbnQtZmFtaWx5OidVYnVudHUnLCBhcmlhbCwgc2VyaWY7Zm9udC1zaXplOjI1cHg7bGluZS1oZWlnaHQ6NTBweDttYXJnaW4tbGVmdDozMHB4O3RleHQtc2hhZG93OjAgMXB4IHJnYmEoMjU1LCAyNTUsIDI1NSwgMSk7fQ0KI3N1YnRpdGxle292ZXJmbG93OmhpZGRlbjtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO21hcmdpbi1ib3R0b206MTVweDtiYWNrZ3JvdW5kOiNmMmYxZjEgdXJsKGh0dHBzOi8vcHJvcGVydHlwYWdlc2ludGVybmF0aW9uYWwucGFnZXMuZGV2Ly4uL2ltZy90d2l0dGVyLWJvcmRlci5wbmcpIHJlcGVhdC14IGJvdHRvbSBsZWZ0O30NCiNzdWJ0aXRsZSAuc29ydGJ5e2Rpc3BsYXk6YmxvY2s7ZmxvYXQ6bGVmdDtmb250LWZhbWlseTonVWJ1bnR1JywgYXJpYWwsIHNlcmlmO2ZvbnQtc2l6ZToxNXB4O2xpbmUtaGVpZ2h0OjUwcHg7bWFyZ2luLWxlZnQ6MzBweDt9DQojc3VidGl0bGUgLmN1cnJlbmN5e2Rpc3BsYXk6YmxvY2s7ZmxvYXQ6bGVmdDtmb250LWZhbWlseTonVWJ1bnR1JywgYXJpYWwsIHNlcmlmO2ZvbnQtc2l6ZToxNXB4O2xpbmUtaGVpZ2h0OjUwcHg7bWFyZ2luLWxlZnQ6NTBweDt9DQojc3VidGl0bGUgLnRvcHBhZ2VidXR0b257ZGlzcGxheTpibG9jaztmbG9hdDpyaWdodDtmb250LWZhbWlseTonVWJ1bnR1JywgYXJpYWwsIHNlcmlmO2ZvbnQtc2l6ZToxNXB4O2xpbmUtaGVpZ2h0OjUwcHg7bWFyZ2luLXJpZ2h0OjUwcHg7fQ0KI3BhZ2VudW1iZXJze292ZXJmbG93OmhpZGRlbjtoZWlnaHQ6YXV0bzt3aWR0aDphdXRvO2JhY2tncm91bmQ6I2YyZjFmMSB1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL3R3aXR0ZXItYm9yZGVyLnBuZykgcmVwZWF0LXggYm90dG9tIGxlZnQ7fQ0KI3BhZ2VudW1iZXJzIC5wYWdlbm97ZGlzcGxheTpibG9jaztmbG9hdDpsZWZ0O2ZvbnQtZmFtaWx5OidVYnVudHUnLCBhcmlhbCwgc2VyaWY7Zm9udC1zaXplOjE1cHg7bGluZS1oZWlnaHQ6NTBweDttYXJnaW4tbGVmdDozMHB4O30NCiNwYWdlbnVtYmVycyAucGFnZWJ1dHRvbnN7ZGlzcGxheTpibG9jaztmbG9hdDpsZWZ0O2ZvbnQtZmFtaWx5OidVYnVudHUnLCBhcmlhbCwgc2VyaWY7Zm9udC1zaXplOjE1cHg7bGluZS1oZWlnaHQ6NTBweDttYXJnaW4tbGVmdDoxNTBweDt9DQojcGFnZW51bWJlcnMgLml0ZW1zcGVycGFnZXtkaXNwbGF5OmJsb2NrO2Zsb2F0OnJpZ2h0O2ZvbnQtZmFtaWx5OidVYnVudHUnLCBhcmlhbCwgc2VyaWY7Zm9udC1zaXplOjE1cHg7bGluZS1oZWlnaHQ6NTBweDttYXJnaW4tcmlnaHQ6MzBweDt9DQpoMSxoMixoMyxoNCxoNSxoNntsaW5lLWhlaWdodDoxLjRlbTtmb250LWZhbWlseTonVWJ1bnR1JywgYXJpYWwsIHNlcmlmO2ZvbnQtd2VpZ2h0OmxpZ2h0ZXI7fQ0KaDF7Zm9udC1zaXplOjMwcHg7fQ0KaDJ7Zm9udC1zaXplOjI4cHg7fQ0KaDN7Zm9udC1zaXplOjI2cHg7fQ0KaDR7Zm9udC1zaXplOjI0cHg7fQ0KaDV7Zm9udC1zaXplOjIycHg7fQ0KaDZ7Zm9udC1zaXplOjIwcHg7fQ0KI2NvbnRhY3QtY29sdW1ue3dpZHRoOmF1dG87ZmxvYXQ6bGVmdDttYXJnaW4tdG9wOjMwcHg7bWFyZ2luLWJvdHRvbTozMHB4O21hcmdpbi1sZWZ0OjMwcHg7bWFyZ2luLXJpZ2h0OjMwcHg7fQ0KLnNlYXJjaHJlc3VsdHMtYm94e2JvcmRlcjoxcHggc29saWQ7bWFyZ2luOjVweCA1cHg7cGFkZGluZzo1cHggMXB4IDVweCAxcHg7YmFja2dyb3VuZC1yZXBlYXQ6bm8tcmVwZWF0O2JhY2tncm91bmQtcG9zaXRpb246MTBweCBjZW50ZXI7Ym9yZGVyLXJhZGl1czo1cHg7LW1vei1ib3JkZXItcmFkaXVzOjVweDstd2Via2l0LWJvcmRlci1yYWRpdXM6NXB4O2NvbG9yOiMwMDUyOUI7YmFja2dyb3VuZC1jb2xvcjojQkRFNUY4O30NCiNmb290ZXJ7YmFja2dyb3VuZDp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vc2tpbnMvcGxhc3RpYy9mb290ZXItYmcucG5nKSBuby1yZXBlYXQ7fQ0KI2Zvb3Rlci1jb2xze2Rpc3BsYXk6YmxvY2s7b3ZlcmZsb3c6aGlkZGVuO2NvbG9yOiNiYmJhYmE7bGluZS1oZWlnaHQ6MS41ZW07bWFyZ2luLXRvcDo0MHB4O30NCiNmb290ZXItY29scyBsaS5jb2wxe2Rpc3BsYXk6YmxvY2s7d2lkdGg6YXV0bztmbG9hdDpsZWZ0O21hcmdpbjowcHggMTVweCAzMHB4IDE1cHg7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDJ7ZGlzcGxheTpibG9jazt3aWR0aDphdXRvO2Zsb2F0OmxlZnQ7bWFyZ2luOjBweCAxNXB4IDMwcHggMTVweDt9DQojZm9vdGVyLWNvbHMgbGkuY29sM3tkaXNwbGF5OmJsb2NrO3dpZHRoOmF1dG87ZmxvYXQ6bGVmdDttYXJnaW46MHB4IDE1cHggMzBweCAxNXB4O30NCiNmb290ZXItY29scyBsaS5jb2wxPmgze2ZvbnQtc2l6ZToyMHB4O2NvbG9yOiNkN2Q3ZDc7bWFyZ2luLWJvdHRvbTozMHB4O3RleHQtc2hhZG93Oi0ycHggLTFweCByZ2JhKDAsIDAsIDAsIC44KTt9DQojZm9vdGVyLWNvbHMgbGkuY29sMT5oNntjb2xvcjojZDdkN2Q3O21hcmdpbi1ib3R0b206MzBweDt0ZXh0LXNoYWRvdzotMnB4IC0xcHggcmdiYSgwLCAwLCAwLCAuOCk7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNsZWFyLWNvbHtjbGVhcjpsZWZ0O30NCiNmb290ZXItY29scyBsaS5jb2wxIHVse2Rpc3BsYXk6YmxvY2s7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDEgdWwgbGl7ZGlzcGxheTpibG9jaztsaW5lLWhlaWdodDozNXB4O2JvcmRlci10b3A6MXB4IHNvbGlkICM0YTRhNGE7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzAwMDt9DQojZm9vdGVyLWNvbHMgbGkuY29sMSB1bCBsaTpmaXJzdC1jaGlsZHtib3JkZXItdG9wOm5vbmU7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDEgdWwgbGk6bGFzdC1jaGlsZHtib3JkZXItYm90dG9tOm5vbmU7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDEgdWwgbGkgYXt0ZXh0LWRlY29yYXRpb246bm9uZTtjb2xvcjojYmJiYWJhO30NCiNmb290ZXItY29scyBsaS5jb2wxIHVsIGxpIGE6aG92ZXJ7Y29sb3I6I2ZmZjt9DQojZm9vdGVyLWNvbHMgbGkuY29sMj5oM3tmb250LXNpemU6MjBweDtjb2xvcjojZDdkN2Q3O21hcmdpbi1ib3R0b206MzBweDt0ZXh0LXNoYWRvdzotMnB4IC0xcHggcmdiYSgwLCAwLCAwLCAuOCk7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDI+aDZ7Y29sb3I6I2Q3ZDdkNzttYXJnaW4tYm90dG9tOjMwcHg7dGV4dC1zaGFkb3c6LTJweCAtMXB4IHJnYmEoMCwgMCwgMCwgLjgpO30NCiNmb290ZXItY29scyBsaS5jb2wyIHVse2Rpc3BsYXk6YmxvY2s7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDIgdWwgbGl7ZGlzcGxheTpibG9jaztsaW5lLWhlaWdodDozNXB4O2JvcmRlci10b3A6MXB4IHNvbGlkICM0YTRhNGE7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzAwMDt9DQojZm9vdGVyLWNvbHMgbGkuY29sMiB1bCBsaTpmaXJzdC1jaGlsZHtib3JkZXItdG9wOm5vbmU7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDIgdWwgbGk6bGFzdC1jaGlsZHtib3JkZXItYm90dG9tOm5vbmU7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDIgdWwgbGkgYXt0ZXh0LWRlY29yYXRpb246bm9uZTtjb2xvcjojYmJiYWJhO30NCiNmb290ZXItY29scyBsaS5jb2wyIHVsIGxpIGE6aG92ZXJ7Y29sb3I6I2ZmZjt9DQojZm9vdGVyLWNvbHMgbGkuY29sMz5oM3tmb250LXNpemU6MjBweDtjb2xvcjojZDdkN2Q3O21hcmdpbi1ib3R0b206MzBweDt0ZXh0LXNoYWRvdzotMnB4IC0xcHggcmdiYSgwLCAwLCAwLCAuOCk7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDM+aDZ7Y29sb3I6I2Q3ZDdkNzttYXJnaW4tYm90dG9tOjMwcHg7dGV4dC1zaGFkb3c6LTJweCAtMXB4IHJnYmEoMCwgMCwgMCwgLjgpO30NCiNmb290ZXItY29scyBsaS5jb2wzIHVse2Rpc3BsYXk6YmxvY2s7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDMgdWwgbGl7ZGlzcGxheTpibG9jaztsaW5lLWhlaWdodDozNXB4O2JvcmRlci10b3A6MXB4IHNvbGlkICM0YTRhNGE7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgIzAwMDt9DQojZm9vdGVyLWNvbHMgbGkuY29sMyB1bCBsaTpmaXJzdC1jaGlsZHtib3JkZXItdG9wOm5vbmU7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDMgdWwgbGk6bGFzdC1jaGlsZHtib3JkZXItYm90dG9tOm5vbmU7fQ0KI2Zvb3Rlci1jb2xzIGxpLmNvbDMgdWwgbGkgYXt0ZXh0LWRlY29yYXRpb246bm9uZTtjb2xvcjojYmJiYWJhO30NCiNmb290ZXItY29scyBsaS5jb2wzIHVsIGxpIGE6aG92ZXJ7Y29sb3I6I2ZmZjt9DQojZm9vdGVyICNib3R0b217cG9zaXRpb246cmVsYXRpdmU7d2lkdGg6YXV0bztmb250LXNpemU6MTJweDtsaW5lLWhlaWdodDoxLjVlbTtsaW5lLWhlaWdodDo4MHB4O3RleHQtYWxpZ246Y2VudGVyO2NvbG9yOiM4Njg2ODY7YmFja2dyb3VuZDp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL2JvdHRvbS1zaGFkb3cucG5nKSByZXBlYXQteDt9DQojZm9vdGVyICNib3R0b20gYXtjb2xvcjojZmZkODAwO3RleHQtZGVjb3JhdGlvbjpub25lO30NCiNmb290ZXIgI2JvdHRvbSAjdG8tdG9we3dpZHRoOjMzcHg7aGVpZ2h0OjMzcHg7YmFja2dyb3VuZDp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vc2tpbnMvcGxhc3RpYy90by10b3AucG5nKSBuby1yZXBlYXQ7Y3Vyc29yOnBvaW50ZXI7IGJhY2tncm91bmQtaW1hZ2U6dXJsKGh0dHBzOi8vcHJvcGVydHlwYWdlc2ludGVybmF0aW9uYWwucGFnZXMuZGV2Ly4uL3NraW5zL3BsYXN0aWMvdG8tdG9wLnBuZyk7fQ0KLnNvY2lhbC1ib3R0b217ZGlzcGxheTpibG9jaztmbG9hdDpyaWdodDtvdmVyZmxvdzpoaWRkZW47bWFyZ2luLXJpZ2h0OjMwcHg7bWFyZ2luLXRvcDoyMHB4O3dpZHRoOmF1dG87fQ0KLnNvY2lhbC1ib3R0b20gbGl7ZGlzcGxheTpibG9jazt3aWR0aDozMnB4O2hlaWdodDozMnB4O2Zsb2F0OmxlZnQ7bWFyZ2luLWxlZnQ6MjBweDttYXJnaW4tYm90dG9tOjEwcHg7fQ0KLnNvY2lhbC1ib3R0b20gYXtkaXNwbGF5OmJsb2NrO3dpZHRoOjMycHg7aGVpZ2h0OjMycHg7dGV4dC1pbmRlbnQ6LTkwMDBweDt9DQouc29jaWFsLWJvdHRvbSAuZmFjZWJvb2t7YmFja2dyb3VuZDp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vaW1nL3NvY2lhbC1pY29ucy9jaXJjdWxhci9mYWNlYm9va18zMi5wbmcpO30NCi5zb2NpYWwtYm90dG9tIC50d2l0dGVye2JhY2tncm91bmQ6dXJsKGh0dHBzOi8vcHJvcGVydHlwYWdlc2ludGVybmF0aW9uYWwucGFnZXMuZGV2Ly4uL2ltZy9zb2NpYWwtaWNvbnMvY2lyY3VsYXIvdHdpdHRlcl8zMi5wbmcpO30NCi50aXAtdHdpdHRlcntvcGFjaXR5OjAuODt6LWluZGV4OjEwMDA7dGV4dC1hbGlnbjpsZWZ0O2JvcmRlci1yYWRpdXM6NHB4Oy1tb3otYm9yZGVyLXJhZGl1czo0cHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjRweDtwYWRkaW5nOjhweCA4cHg7bWF4LXdpZHRoOjIwMHB4O2NvbG9yOiNmZmY7YmFja2dyb3VuZC1jb2xvcjojMDAwO30NCi50aXAtdHdpdHRlciAudGlwLWlubmVye2ZvbnQ6Ym9sZCAxMXB4LzE0cHggJ0x1Y2lkYSBHcmFuZGUnLHNhbnMtc2VyaWY7fQ0KdGFibGUsIHRkLCB0aHt2ZXJ0aWNhbC1hbGlnbjptaWRkbGU7fQ0KdGFibGV7Ym9yZGVyLWNvbGxhcHNlOnNlcGFyYXRlO2JvcmRlci1zcGFjaW5nOjA7Ym9yZGVyLXRvcDoxcHggc29saWQgd2hpdGU7bWFyZ2luLWJvdHRvbToyOHB4O3dpZHRoOjEwMCU7dGV4dC1hbGlnbjpsZWZ0O30NCnRoe2JvcmRlci10b3A6NXB4IHNvbGlkICM1NTU1NTU7Y29sb3I6I2ZmZmZmZjtwYWRkaW5nOjEwcHg7dGV4dC10cmFuc2Zvcm06dXBwZXJjYXNlO2JhY2tncm91bmQtY29sb3I6IzQ5NDk0Yjt9DQp0ZHtwYWRkaW5nOjEwcHg7fQ0KdGQsIHRoe2JvcmRlci1ib3R0b206MXB4IHNvbGlkICMxZjFmMWY7fQ0KcmVzdWx0c3RhYmxlLCB0ZCwgdGh7dmVydGljYWwtYWxpZ246dG9wO2JvcmRlci1ib3R0b206MHB4IHNvbGlkICMxZjFmMWY7fQ0KcmVzdWx0c3RhYmxle2JvcmRlci1jb2xsYXBzZTpzZXBhcmF0ZTtib3JkZXItc3BhY2luZzowO2JvcmRlci10b3A6MXB4IHNvbGlkIHdoaXRlO21hcmdpbi1ib3R0b206MjhweDt3aWR0aDoxMDAlO3RleHQtYWxpZ246bGVmdDt9DQpyZXN1bHRzdGFibGUudGh7Ym9yZGVyLXRvcDo1cHggc29saWQgIzU1NTU1NTtjb2xvcjojZmZmZmZmO3BhZGRpbmc6MTBweDt0ZXh0LXRyYW5zZm9ybTp1cHBlcmNhc2U7YmFja2dyb3VuZC1jb2xvcjojNDk0OTRiO30NCnJlc3VsdHN0YWJsZS50ZHtwYWRkaW5nOjEwcHg7fQ0KI3NlYXJjaHJlc3VsdHN0YWJsZXtmbG9hdDpsZWZ0O3dpZHRoOmF1dG87fQ0KI3NlYXJjaHJlc3VsdHN0YWJsZSAucG9zdHtwb3NpdGlvbjpyZWxhdGl2ZTttYXJnaW4tbGVmdDozMHB4O21hcmdpbi1ib3R0b206MzBweDt9DQpzZWFyY2hyZXN1bHRzdGFibGUgLnRpdGxlbG9uZ3t3aWR0aDphdXRvO30NCiNzZWFyY2hyZXN1bHRzdGFibGUgLnBob3Rve2Zsb2F0OmxlZnQ7d2lkdGg6MTYwcHg7bWluLWhlaWdodDoxMDBweDttaW4td2lkdGg6MTYwcHg7fQ0KI3NlYXJjaHJlc3VsdHN0YWJsZSAucHJvcGVydHlkZXRhaWxze2Zsb2F0OmxlZnQ7d2lkdGg6YXV0bzttaW4taGVpZ2h0OjEwMHB4O30NCiNuYXZ7YmFja2dyb3VuZC1pbWFnZTp1cmwoaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaW50ZXJuYXRpb25hbC5wYWdlcy5kZXYvLi4vc2tpbnMvcGxhc3RpYy9nbG9zcy5wbmcpO30NCjwvc3R5bGU+DQpkAgMPZBYCAgEPZBYWAgEPFgIfAAXkAzxkaXYgaXRlbXNjb3BlIGl0ZW10eXBlPSJodHRwczovL3NjaGVtYS5vcmcvT3JnYW5pemF0aW9uIj48YSBpdGVtcHJvcD0idXJsIiBocmVmPSJodHRwczovL3Byb3BlcnR5cGFnZXNob25na29uZy5jb20iIHRpdGxlPSJIb25nIEtvbmcgcHJvcGVydHkgZm9yIHNhbGUgYW5kIHJlbnQiPlByb3BlcnR5IFBhZ2VzIEhvbmcgS29uZzxpbWcgaXRlbXByb3A9ImxvZ28iIGlkPSJsb2dvIiBzcmM9Imh0dHBzOi8vcHJvcGVydHlwYWdlc2hvbmdrb25nLnBhZ2VzLmRldi9pbWcvbG9nby1wcm9wZXJ0eS1wYWdlcy1ob25na29uZy5wbmciIHRpdGxlPSJIb25nIEtvbmcgcHJvcGVydHkgZm9yIHNhbGUgYW5kIHJlbnQiIGFsdD0iSG9uZyBLb25nIHJlYWwgZXN0YXRlIGZvciBzYWxlIGFuZCByZW50IiB3aWR0aD0iMTI1IiBoZWlnaHQ9IjEyNSIvPjxtZXRhIGl0ZW1wcm9wPSJuYW1lIiBjb250ZW50PSJQcm9wZXJ0eSBQYWdlcyBIb25nIEtvbmciPjwvYT48L2Rpdj5kAgMPFgIfAGVkAgUPFgIfAAUoPHVsIGlkPSJuYXYiIGNsYXNzPSJzZi1tZW51Ij4NCg0KPC91bD4NCmQCBw8PFgIeB1Zpc2libGVoZGQCCQ8WAh8ABRpCb2F0cyBmb3Igc2FsZSBpbiBDaXR5IE9uZWQCCw8PFgIfAWdkFgICAQ8WAh8BaBYCAgEPFgIfAAUWTm8gbWF0Y2hpbmcgcHJvcGVydGllc2QCDQ8WAh8BaBYKAgMPEGRkFgFmZAIHDxBkDxYFZgIBAgICAwIEFgUQBRBIb25nIEtvbmcgRG9sbGFyBQNIS0RnEAUJVVMgRG9sbGFyBQNVU0RnEAUERXVybwUDRVVSZxAFDUJyaXRpc2ggUG91bmQFA0dCUGcQBRFBdXN0cmFsaWFuIERvbGxhcgUDQVVEZxYBZmQCCQ8PFgIfAAULUGFnZSAxIG9mIDFkZAILDw8WAh4HRW5hYmxlZGhkZAINDw8WAh8CaGRkAg8PZBYGAgEPFgIfAAWBCzxzdHJvbmc+PHA+PGgyPkRvIHlvdSBoYXZlIGEgYm9hdCBmb3Igc2FsZSAgaW4gQ2l0eSBPbmUgeW91IHdvdWxkIGxpa2UgdG8gYWR2ZXJ0aXNlPzwvaDI+PC9icj48L3A+PHA+V2Ugd291bGQgbG92ZSB0byBzZWUgeW91ciBib2F0IGZvciBzYWxlIGxpc3RpbmdzIGhlcmUsIHNvIHdvdWxkIG91ciB3ZWJzaXRlIHZpc2l0b3JzISBMaXN0aW5ncyBhcmUgY29tcGxldGVseSBmcmVlIG9mIGNoYXJnZSB3aXRoIHVzLiBTbyB3aHkgbm90IDxhIGhyZWY9Ii4uL0xpc3RZb3VyUHJvcGVydHkiPmFkdmVydGlzZSBmb3IgZnJlZTwvYT4geW91ciBib2F0IGZvciBzYWxlICBpbiBDaXR5IE9uZSB3aXRoIFByb3BlcnR5IFBhZ2VzIEhvbmcgS29uZyBhbmQgeW91ciBsaXN0aW5nKHMpIHdpbGwgcmVjZWl2ZSBhIG1hcmtldGluZyBib29zdCwgYXQgbm8gY29zdCE8L3A+PC9icj48cD5JZiB5b3UgaGF2ZSBtYW55IGxpc3RpbmdzIGFuZCBhIGRhdGEgZmVlZCBhdmFpbGFibGUgZm9yIHlvdXIgbGlzdGluZ3MsIHdlIGNhbiB3b3JrIHdpdGggeW91IHRvIGdldCB0aGVtIGxpc3RlZCBxdWlja2x5IGFuZCBlYXNpbHkuIElmIHlvdSBkb24ndCBhbHJlYWR5IGhhdmUgYSBzdWl0YWJsZSBmZWVkIHdlIGNhbiBhc3Npc3QgeW91IHdpdGggcHJlcGFyaW5nIGEgZGF0YSBmZWVkIGZvciB5b3VyIGxpc3RpbmdzLCBkaXJlY3QgZnJvbSB5b3VyIG93biB3ZWJzaXRlLiA8L3N0cm9uZz48L3A+PC9icj48YnIvPjxici8+PHN0cm9uZz48cD5IZXJlJ3MgYSBmZXcgZGFpbHkgcXVvdGVzPC9wPjxici8+PHA+SSBob3BlIGZvciBteSBjaGlsZHJlbiwgYW5kIGZvciBhbGwgTWV4aWNhbnMsIHRoYXQgdGhleSBjYW4gYmUgcHJvdWQgdG8gYmUgTWV4aWNhbiwgcHJvdWQgb2YgdGhlaXIgaGVyaXRhZ2UsIGFuZCBwcm91ZCB0aGF0IHRoZXkgaGF2ZSBhIHBlYWNlZnVsLCBpbmNsdXNpdmUsIHZpYnJhbnQgY291bnRyeSB0aGF0IGlzIHBsYXlpbmcgYSByb2xlIGluIHRoZSB3b3JsZC4gLSBFbnJpcXVlIFBlbmEgTmlldG88L3A+PGJyLz48cD5JIGNvbXBvc2UgbW9zdCBvZiBteSB0d2VldHMgd2l0aCBjYXJlLCBhcyBpZiB0aGV5IHdlcmUgYXBob3Jpc21zIC0gdGhleSBhcmUgbm90IHVzdWFsbHkgZGFzaGVkLW9mZi4gU29tZXRpbWVzIEknbSBzdXJwcmlzZWQgYnkgdGhlIGhpZ2gsIHBvZXRpYyBxdWFsaXR5IG9mIFR3aXR0ZXIgLSBpdCBsZW5kcyBpdHNlbGYgdG8gYSBzdXJyZWFsIHNvcnQgb2Ygc2VsZi1leHByZXNzaW9uLiAtIEpveWNlIENhcm9sIE9hdGVzPC9wPjxici8+PHA+WW91ciBzbWlsZSB3aWxsIGdpdmUgeW91IGEgcG9zaXRpdmUgY291bnRlbmFuY2UgdGhhdCB3aWxsIG1ha2UgcGVvcGxlIGZlZWwgY29tZm9ydGFibGUgYXJvdW5kIHlvdS4gLSBMZXMgQnJvd248L3A+PGJyLz48L3N0cm9uZz48YnIvPjxici8+ZAIHDw8WAh8BaGRkAgkPDxYCHwFoZGQCEw8PFgIfAWhkZAIVDxYCHwFoFhoCAQ8PFgIfAAULUGFnZSAxIG9mIDFkZAIDDw8WAh8CaGRkAgcPDxYIHwAFATEeB1Rvb2xUaXAFFkdvdG8gcGFnZSAxIG9mIHJlc3VsdHMfAmgfAWdkZAIJDw8WAh8BaGRkAgsPDxYCHwFoZGQCDQ8PFgIfAWhkZAIPDw8WAh8BaGRkAhEPDxYCHwFoZGQCEw8PFgIfAWhkZAIVDw8WAh8BaGRkAhcPDxYCHwFoZGQCGw8PFgIfAmhkZAIfDw8WAh8CaGRkAhkPFgIfAAWjHTxkaXYgaWQ9ImZvb3RlciI+DQo8dWwgaWQ9ImZvb3Rlci1jb2xzIj4NCjxsaSBjbGFzcz0iY29sMSI+DQo8dWw+DQo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9wcm9wZXJ0eXBhZ2VzaG9uZ2tvbmcuY29tIiB0aXRsZT0iUHJvcGVydGllcyBmb3Igc2FsZSBhbmQgcmVudCBpbiBIb25nIEtvbmciPkhvbmcgS29uZyBSZWFsIGVzdGF0ZTwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Imh0dHBzOi8vcHJvcGVydHlwYWdlc2hvbmdrb25nLmNvbS9BYm91dFVzIiB0aXRsZT0iQWJvdXQgUHJvcGVydHkgUGFnZXMgSG9uZyBLb25nIj5BYm91dCB1czwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Imh0dHBzOi8vcHJvcGVydHlwYWdlc2hvbmdrb25nLmNvbS9Db250YWN0VXMiIHRpdGxlPSJDb250YWN0IFByb3BlcnR5IFBhZ2VzIEhvbmcgS29uZyI+Q29udGFjdCB1czwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Imh0dHBzOi8vcHJvcGVydHlwYWdlc2hvbmdrb25nLmNvbS9MaXN0WW91clByb3BlcnR5IiB0aXRsZT0iTGlzdCB5b3VyIHByb3BlcnR5IHdpdGggdXMgZm9yIGZyZWUiPkxpc3QgeW91ciBwcm9wZXJ0eTwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Imh0dHBzOi8vcHJvcGVydHlwYWdlc2hvbmdrb25nLmNvbS9OZXdzIiB0aXRsZT0iSG9uZyBLb25nIFByb3BlcnR5IE5ld3MiPlByb3BlcnR5IE5ld3M8L2E+PC9saT4NCjwvdWw+DQo8L2xpPg0KPGxpIGNsYXNzPSJjb2wyIj4NCjx1bD4NCjxsaT48YSBocmVmPSIuLi9Cb2F0c0ZvclNhbGUvQ2hldW5nLVNoYS1XYW4iIHRpdGxlPSJCb2F0cyBmb3Igc2FsZSBpbiBDaGV1bmcgU2hhIFdhbiI+Qm9hdHMgZm9yIHNhbGUgaW4gQ2hldW5nIFNoYSBXYW48L2E+PC9saT4NCjxsaT48YSBocmVmPSIuLi9Cb2F0c0ZvclNhbGUvQ2hpLU1hLVdhbiIgdGl0bGU9IkJvYXRzIGZvciBzYWxlIGluIENoaSBNYSBXYW4iPkJvYXRzIGZvciBzYWxlIGluIENoaSBNYSBXYW48L2E+PC9saT4NCjxsaT48YSBocmVmPSIuLi9Cb2F0c0ZvclNhbGUvQ2hvaS1IdW5nLUVzdGF0ZSIgdGl0bGU9IkJvYXRzIGZvciBzYWxlIGluIENob2kgSHVuZyBFc3RhdGUiPkJvYXRzIGZvciBzYWxlIGluIENob2kgSHVuZyBFc3RhdGU8L2E+PC9saT4NCjxsaT48YSBocmVmPSIuLi9Cb2F0c0ZvclNhbGUvQ2hvaS1XYW4tRXN0YXRlIiB0aXRsZT0iQm9hdHMgZm9yIHNhbGUgaW4gQ2hvaSBXYW4gRXN0YXRlIj5Cb2F0cyBmb3Igc2FsZSBpbiBDaG9pIFdhbiBFc3RhdGU8L2E+PC9saT4NCjxsaT48YSBocmVmPSIuLi9Cb2F0c0ZvclNhbGUvQ2h1bmctSG9tLUtvayIgdGl0bGU9IkJvYXRzIGZvciBzYWxlIGluIENodW5nIEhvbSBLb2siPkJvYXRzIGZvciBzYWxlIGluIENodW5nIEhvbSBLb2s8L2E+PC9saT48L3VsPg0KPC9saT4NCjxsaSBjbGFzcz0iY29sMiI+DQo8dWw+PGxpPjxhIGhyZWY9Ii4uL0JvYXRzRm9yU2FsZS9DbGVhci1XYXRlci1CYXkiIHRpdGxlPSJCb2F0cyBmb3Igc2FsZSBpbiBDbGVhciBXYXRlciBCYXkiPkJvYXRzIGZvciBzYWxlIGluIENsZWFyIFdhdGVyIEJheTwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Ii4uL0JvYXRzRm9yU2FsZS9DeWJlcnBvcnQiIHRpdGxlPSJCb2F0cyBmb3Igc2FsZSBpbiBDeWJlcnBvcnQiPkJvYXRzIGZvciBzYWxlIGluIEN5YmVycG9ydDwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Ii4uL0JvYXRzRm9yU2FsZS9EZWVwLVdhdGVyLUJheSIgdGl0bGU9IkJvYXRzIGZvciBzYWxlIGluIERlZXAgV2F0ZXIgQmF5Ij5Cb2F0cyBmb3Igc2FsZSBpbiBEZWVwIFdhdGVyIEJheTwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Ii4uL0JvYXRzRm9yU2FsZS9EaWFtb25kLUhpbGwiIHRpdGxlPSJCb2F0cyBmb3Igc2FsZSBpbiBEaWFtb25kIEhpbGwiPkJvYXRzIGZvciBzYWxlIGluIERpYW1vbmQgSGlsbDwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Ii4uL0JvYXRzRm9yU2FsZS9EaXNjb3ZlcnktQmF5IiB0aXRsZT0iQm9hdHMgZm9yIHNhbGUgaW4gRGlzY292ZXJ5IEJheSI+Qm9hdHMgZm9yIHNhbGUgaW4gRGlzY292ZXJ5IEJheTwvYT48L2xpPjwvdWw+DQo8L2xpPg0KPGxpIGNsYXNzPSJjb2wzIj4NCjx1bD48bGk+SG9uZyBLb25nIEhvbWVidXllciBPcHRpbWlzbSBSaXNlcyBhcyBDaGluYSBCb3JkZXIgUmVvcGVucyAgLSA8YSBocmVmPSJodHRwczovL3d3dy5ibG9vbWJlcmcuY29tL25ld3MvYXJ0aWNsZXMvMjAyMy0wMS0xMC9ob25nLWtvbmctaG9tZWJ1eWVyLW9wdGltaXNtLXJpc2VzLWFzLWNoaW5hLWJvcmRlci1yZW9wZW5zIiByZWw9Im5vZm9sbG93Ij5CbG9vbWJlcmcgTmV3czwvYT48L2xpPg0KPGxpPkhvbmcgS29uZyBkcm9wcyBjdXJicyBvbiBpbmNvbWluZyB0cmF2ZWxsZXJzLCBzY3JhcHMgQ09WSUQgYXBwICAtIDxhIGhyZWY9Imh0dHA6Ly9yZXV0LnJzLzNQbEVUR3kiIHJlbD0ibm9mb2xsb3ciPlJldXRlcnMgTmV3czwvYT4gPC9saT4NCjxsaT5Ib25nIEtvbmcsIFRoYWlsYW5kIGFuZCBTaW5nYXBvcmUgd2lsbCBsaWtlbHkgYmUgdGhlIGJpZ2dlc3QgYmVuZWZpY2lhcmllcyBhcyBDaGluYSBkcm9wcyBpdHMgQ292aWQgcmVzdHJpY3Rpb25zIGFuZCByZW9wZW5zIGl0cyBlY29ub215ICAtIDxhIGhyZWY9Imh0dHBzOi8vd3d3LmJsb29tYmVyZy5jb20vbmV3cy9hcnRpY2xlcy8yMDIyLTEyLTEyL2NoaW5hLXJlb3BlbmluZy1tYXktYm9vc3QtaG9uZy1rb25nLXMtZ2RwLWJ5LTctNi1nb2xkbWFuLXNheXMiIHJlbD0ibm9mb2xsb3ciPkJsb29tYmVyZyBOZXdzPC9hPjwvbGk+DQo8bGk+Q2hpbmEgbWF5IGRyb3AgcXVhcmFudGluZSBmb3IgSG9uZyBLb25nIHJlc2lkZW50cyB0cmF2ZWxpbmcgaW50byB0aGUgbWFpbmxhbmQgbmV4dCBtb250aCwgYWNjb3JkaW5nIHRvIGxvY2FsIG1lZGlhIHJlcG9ydHMgIC0gPGEgaHJlZj0iaHR0cHM6Ly90cmliLmFsL2xqRmNOelIiIHJlbD0ibm9mb2xsb3ciPkJsb29tYmVyZyBOZXdzPC9hPjwvbGk+DQo8bGk+SG9uZyBLb25nIEhvbWUgUHJpY2VzIFNlZW4gRmFsbGluZyBhcyBNdWNoIGFzIDI1JSBGcm9tIFBlYWsgIC0gPGEgaHJlZj0iaHR0cHM6Ly93d3cuYmxvb21iZXJnLmNvbS9uZXdzL2FydGljbGVzLzIwMjItMTEtMzAvaG9uZy1rb25nLWhvbWUtcHJpY2VzLXNlZW4tZmFsbGluZy1hcy1tdWNoLWFzLTI1LWZyb20tcGVhayIgcmVsPSJub2ZvbGxvdyI+Qmxvb21iZXJnIE5ld3M8L2E+PC9saT4NCjwvdWw+DQo8L2xpPg0KPC91bD4NCjxkaXYgaWQ9ImJvdHRvbSI+DQo8ZGl2Pg0KPHVsIGNsYXNzPSJzb2NpYWwtYm90dG9tIj4NCjxsaSBpZD0idG8tdG9wIiBjbGFzcz0icG9zaHl0aXAiIHRpdGxlPSJUbyB0b3AiPjwvbGk+DQo8bGk+PGEgaHJlZj0iaHR0cHM6Ly93d3cuZmFjZWJvb2suY29tIiBjbGFzcz0icG9zaHl0aXAgZmFjZWJvb2siIHRpdGxlPSJGb2xsb3cgdXMgb24gRmFjZWJvb2siIHJlbD0ibm9mb2xsb3ciPjwvYT48L2xpPg0KPGxpPjxhIGhyZWY9Imh0dHBzOi8vdHdpdHRlci5jb20vUHJvcGVydHlQYWdlc0hLIiBjbGFzcz0icG9zaHl0aXAgdHdpdHRlciIgdGl0bGU9IkZvbGxvdyB1cyBvbiBUd2l0dGVyIiByZWw9Im5vZm9sbG93Ij48L2E+PC9saT4NCjwvdWw+DQo8L2Rpdj4NCjxkaXYgaXRlbXNjb3BlIGl0ZW10eXBlPSJodHRwczovL3NjaGVtYS5vcmcvT3JnYW5pemF0aW9uIj5Db3B5cmlnaHQgwqkgPHNwYW4gaXRlbXByb3A9ImxlZ2FsbmFtZSI+UHJvcGVydHkgUGFnZXMgSG9uZyBLb25nIExpbWl0ZWQ8L3NwYW4+IDIwMTcgLSAyMDIzLCBBbGwgcmlnaHRzIHJlc2VydmVkLjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCmRkDoA0gJ/eaMeRA6xIYM8TTOmw52FKgq4THmp54kKEycE=">
|
143 |
+
</div>
|
144 |
+
<div>
|
145 |
+
<input id="__VIEWSTATEGENERATOR" name="__VIEWSTATEGENERATOR" type="hidden" value="6CEFA833">
|
146 |
+
</div>
|
147 |
+
<div id="wrapper">
|
148 |
+
<div id="header">
|
149 |
+
<div itemscope itemtype="">
|
150 |
+
<a itemprop="url" title="Hong Kong property for sale and rent">
|
151 |
+
Property Pages Hong Kong
|
152 |
+
<img alt="Hong Kong real estate for sale and rent" height="125" id="logo" itemprop="logo" src="rick.jpg" title="Hong Kong property for sale and rent" width="125">
|
153 |
+
<meta content="Property Pages Hong Kong" itemprop="name">
|
154 |
+
</a>
|
155 |
+
</div>
|
156 |
+
<div id="social-holder">
|
157 |
+
<ul class="social">
|
158 |
+
</ul>
|
159 |
+
</div>
|
160 |
+
<ul class="sf-menu" id="nav">
|
161 |
+
</ul>
|
162 |
+
</div>
|
163 |
+
<div id="main">
|
164 |
+
<div id="content">
|
165 |
+
<div id="title">
|
166 |
+
<h1 class="title">
|
167 |
+
Boats for sale in City One
|
168 |
+
</h1>
|
169 |
+
</div>
|
170 |
+
<div id="CountPanel">
|
171 |
+
<div id="count">
|
172 |
+
</div>
|
173 |
+
</div>
|
174 |
+
<div id="posts">
|
175 |
+
<div id="post">
|
176 |
+
<div id="contact-column">
|
177 |
+
<strong>
|
178 |
+
<p>
|
179 |
+
</p>
|
180 |
+
<h2>
|
181 |
+
Do you have a boat for sale in City One you would like to advertise?
|
182 |
+
</h2>
|
183 |
+
<br>
|
184 |
+
<p>
|
185 |
+
</p>
|
186 |
+
<p>
|
187 |
+
We would love to see your boat for sale listings here, so would our website visitors!
|
188 |
+
<a>
|
189 |
+
advertise for free
|
190 |
+
</a>
|
191 |
+
your boat for sale in City One with Property Pages Hong Kong and your listing(s) will receive a marketing boost, at no cost!
|
192 |
+
</p>
|
193 |
+
<br>
|
194 |
+
</strong>
|
195 |
+
<p>
|
196 |
+
<strong>
|
197 |
+
If you have many listings and a data feed available for your listings, we can work with you to get them listed quickly and easily. If you don't already have a suitable feed we can assist you with preparing a data feed for your listings, direct from your own website.
|
198 |
+
</strong>
|
199 |
+
</p>
|
200 |
+
<br>
|
201 |
+
<br>
|
202 |
+
<br>
|
203 |
+
<strong>
|
204 |
+
<p>
|
205 |
+
Here's a few daily quotes
|
206 |
+
</p>
|
207 |
+
<br>
|
208 |
+
<p>
|
209 |
+
I hope for my children, and for all Mexicans, that they can be proud to be Mexican, proud of their heritage, and proud that they have a peaceful, inclusive, vibrant country that is playing a role in the world. - Enrique Pena Nieto
|
210 |
+
</p>
|
211 |
+
<br>
|
212 |
+
<p>
|
213 |
+
I compose most of my tweets with care, as if they were aphorisms - they are not usually dashed-off. Sometimes I'm surprised by the high, poetic quality of Twitter - it lends itself to a surreal sort of self-expression.
|
214 |
+
</p>
|
215 |
+
<br>
|
216 |
+
<p>
|
217 |
+
Your smile will give you a positive countenance that will make people feel comfortable around you. - Les Brown
|
218 |
+
</p>
|
219 |
+
<br>
|
220 |
+
</strong>
|
221 |
+
<br>
|
222 |
+
<br>
|
223 |
+
<br>
|
224 |
+
<br>
|
225 |
+
<br>
|
226 |
+
<br>
|
227 |
+
</div>
|
228 |
+
</div>
|
229 |
+
</div>
|
230 |
+
<div id="searchresultstable">
|
231 |
+
<table border="0" class="resultstable" id="ResultsTable">
|
232 |
+
</table>
|
233 |
+
</div>
|
234 |
+
</div>
|
235 |
+
</div>
|
236 |
+
<input id="SearchTrack" name="SearchTrack" type="hidden" value="/BoatsForSale/City-One">
|
237 |
+
<div id="footer">
|
238 |
+
<ul id="footer-cols">
|
239 |
+
<li class="col1">
|
240 |
+
<ul>
|
241 |
+
<li>
|
242 |
+
<a title="Properties for sale and rent in Hong Kong">
|
243 |
+
Hong Kong Real estate
|
244 |
+
</a>
|
245 |
+
</li>
|
246 |
+
<li>
|
247 |
+
<a title="About Property Pages Hong Kong">
|
248 |
+
About us
|
249 |
+
</a>
|
250 |
+
</li>
|
251 |
+
<li>
|
252 |
+
<a title="Contact Property Pages Hong Kong">
|
253 |
+
Contact us
|
254 |
+
</a>
|
255 |
+
</li>
|
256 |
+
<li>
|
257 |
+
<a title="List your property with us for free">
|
258 |
+
List your property
|
259 |
+
</a>
|
260 |
+
</li>
|
261 |
+
</ul>
|
262 |
+
</li>
|
263 |
+
<li class="col2">
|
264 |
+
<ul>
|
265 |
+
<li>
|
266 |
+
<a title="Boats for sale in Cheung Sha Wan">
|
267 |
+
Boats for sale in Cheung Sha Wan
|
268 |
+
</a>
|
269 |
+
</li>
|
270 |
+
<li>
|
271 |
+
<a title="Boats for sale in Chi Ma Wan">
|
272 |
+
Boats for sale in Chi Ma Wan
|
273 |
+
</a>
|
274 |
+
</li>
|
275 |
+
<li>
|
276 |
+
<a title="Boats for sale in Choi Hung Estate">
|
277 |
+
Boats for sale in Choi Hung Estate
|
278 |
+
</a>
|
279 |
+
</li>
|
280 |
+
<li>
|
281 |
+
<a title="Boats for sale in Choi Wan Estate">
|
282 |
+
Boats for sale in Choi Wan Estate
|
283 |
+
</a>
|
284 |
+
</li>
|
285 |
+
</ul>
|
286 |
+
</li>
|
287 |
+
<li class="col2">
|
288 |
+
<ul>
|
289 |
+
<li>
|
290 |
+
<a title="Boats for sale in Clear Water Bay">
|
291 |
+
Boats for sale in Clear Water Bay
|
292 |
+
</a>
|
293 |
+
</li>
|
294 |
+
<li>
|
295 |
+
<a title="Boats for sale in Cyberport">
|
296 |
+
Boats for sale in Cyberport
|
297 |
+
</a>
|
298 |
+
</li>
|
299 |
+
<li>
|
300 |
+
<a title="Boats for sale in Deep Water Bay">
|
301 |
+
Boats for sale in Deep Water Bay
|
302 |
+
</a>
|
303 |
+
</li>
|
304 |
+
<li>
|
305 |
+
<a title="Boats for sale in Diamond Hill">
|
306 |
+
Boats for sale in Diamond Hill
|
307 |
+
</a>
|
308 |
+
</li>
|
309 |
+
</ul>
|
310 |
+
</li>
|
311 |
+
<li class="col3">
|
312 |
+
<ul>
|
313 |
+
<li>
|
314 |
+
Hong Kong Homebuyer Optimism Rises as China Border Reopens -
|
315 |
+
<a rel="nofollow">
|
316 |
+
Bloomberg News
|
317 |
+
</a>
|
318 |
+
</li>
|
319 |
+
<li>
|
320 |
+
Hong Kong drops curbs on incoming travellers, scraps COVID app -
|
321 |
+
<a rel="nofollow">
|
322 |
+
Reuters News
|
323 |
+
</a>
|
324 |
+
</li>
|
325 |
+
<li>
|
326 |
+
Hong Kong, Thailand and Singapore will likely be the biggest beneficiaries as China drops its Covid restrictions and reopens its economy -
|
327 |
+
<a rel="nofollow">
|
328 |
+
Bloomberg News
|
329 |
+
</a>
|
330 |
+
</li>
|
331 |
+
<li>
|
332 |
+
China may drop quarantine for Hong Kong residents traveling into the mainland next month, according to local media reports -
|
333 |
+
<a rel="nofollow">
|
334 |
+
Bloomberg News
|
335 |
+
</a>
|
336 |
+
</li>
|
337 |
+
</ul>
|
338 |
+
</li>
|
339 |
+
</ul>
|
340 |
+
<div id="bottom">
|
341 |
+
<div>
|
342 |
+
<ul class="social-bottom">
|
343 |
+
<li class="poshytip" id="to-top" title="To top">
|
344 |
+
</li>
|
345 |
+
<li>
|
346 |
+
<a class="poshytip facebook" rel="nofollow" title="Follow us on Facebook">
|
347 |
+
</a>
|
348 |
+
</li>
|
349 |
+
<li>
|
350 |
+
<a class="poshytip twitter" rel="nofollow" title="Follow us on Twitter">
|
351 |
+
</a>
|
352 |
+
</li>
|
353 |
+
</ul>
|
354 |
+
</div>
|
355 |
+
<div itemscope itemtype="">
|
356 |
+
Copyright ©
|
357 |
+
<span itemprop="legalname">
|
358 |
+
Property Pages Hong Kong Limited
|
359 |
+
</span>
|
360 |
+
2017 - 2023, All rights reserved.
|
361 |
+
</div>
|
362 |
+
</div>
|
363 |
+
</div>
|
364 |
+
</div>
|
365 |
+
</form>
|
366 |
+
</body>
|
367 |
+
</html>
|
10578.png
ADDED
Git LFS Details
|
10582.html
ADDED
@@ -0,0 +1,1846 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html class="js" lang="en">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
*::before,
|
6 |
+
*::after {
|
7 |
+
box-sizing: border-box;
|
8 |
+
}
|
9 |
+
|
10 |
+
article,
|
11 |
+
aside,
|
12 |
+
dialog,
|
13 |
+
figcaption,
|
14 |
+
figure,
|
15 |
+
footer,
|
16 |
+
header,
|
17 |
+
hgroup,
|
18 |
+
main,
|
19 |
+
nav,
|
20 |
+
section {
|
21 |
+
display: block;
|
22 |
+
}
|
23 |
+
|
24 |
+
:focus::-webkit-input-placeholder {
|
25 |
+
color: transparent;
|
26 |
+
}
|
27 |
+
|
28 |
+
:focus::-moz-placeholder {
|
29 |
+
color: transparent;
|
30 |
+
}
|
31 |
+
|
32 |
+
:focus:-moz-placeholder {
|
33 |
+
color: transparent;
|
34 |
+
}
|
35 |
+
|
36 |
+
:focus:-ms-input-placeholder {
|
37 |
+
color: transparent;
|
38 |
+
}
|
39 |
+
|
40 |
+
/* Structure */
|
41 |
+
html {
|
42 |
+
font-size: 100%;
|
43 |
+
-ms-text-size-adjust: none;
|
44 |
+
-webkit-text-size-adjust: none;
|
45 |
+
}
|
46 |
+
|
47 |
+
body {
|
48 |
+
margin: 0;
|
49 |
+
font-family: "Open Sans", sans-serif;
|
50 |
+
font-size: 14px;
|
51 |
+
font-size: .875rem;
|
52 |
+
line-height: 1.6;
|
53 |
+
word-wrap: break-word;
|
54 |
+
background: #f7f7f7;
|
55 |
+
-webkit-font-smoothing: antialiased;
|
56 |
+
}
|
57 |
+
|
58 |
+
.container {
|
59 |
+
position: relative;
|
60 |
+
width: 100%;
|
61 |
+
max-width: 1080px;
|
62 |
+
margin: 0 auto;
|
63 |
+
}
|
64 |
+
|
65 |
+
.container--outer {
|
66 |
+
margin: 25px auto;
|
67 |
+
box-shadow: 0 0 10px rgba(50, 50, 50, .17);
|
68 |
+
}
|
69 |
+
|
70 |
+
.wrapper {
|
71 |
+
padding: 25px;
|
72 |
+
background: #fff;
|
73 |
+
}
|
74 |
+
|
75 |
+
.flex {
|
76 |
+
display: -webkit-flex;
|
77 |
+
display: flex;
|
78 |
+
}
|
79 |
+
|
80 |
+
.primary {
|
81 |
+
-webkit-flex: 1 0 65.83%;
|
82 |
+
flex: 1 0 65.83%;
|
83 |
+
-webkit-order: 1;
|
84 |
+
order: 1;
|
85 |
+
min-width: 0;
|
86 |
+
}
|
87 |
+
|
88 |
+
.sidebar {
|
89 |
+
-webkit-flex: 1 0 31.66%;
|
90 |
+
flex: 1 0 31.66%;
|
91 |
+
-webkit-order: 2;
|
92 |
+
order: 2;
|
93 |
+
min-width: 0;
|
94 |
+
margin: 0 0 0 2.5%;
|
95 |
+
}
|
96 |
+
|
97 |
+
.sidebar--left {
|
98 |
+
-webkit-order: 0;
|
99 |
+
order: 0;
|
100 |
+
margin: 0 2.5% 0 0;
|
101 |
+
}
|
102 |
+
|
103 |
+
.clearfix {
|
104 |
+
display: block;
|
105 |
+
}
|
106 |
+
|
107 |
+
.clearfix::after {
|
108 |
+
display: block;
|
109 |
+
height: 0;
|
110 |
+
padding: 0;
|
111 |
+
margin: 0;
|
112 |
+
clear: both;
|
113 |
+
line-height: 0;
|
114 |
+
visibility: hidden;
|
115 |
+
content: "";
|
116 |
+
}
|
117 |
+
|
118 |
+
input,
|
119 |
+
button,
|
120 |
+
select,
|
121 |
+
optgroup,
|
122 |
+
textarea {
|
123 |
+
margin: 0;
|
124 |
+
font-family: inherit;
|
125 |
+
font-size: inherit;
|
126 |
+
line-height: inherit;
|
127 |
+
}
|
128 |
+
|
129 |
+
/* Button */
|
130 |
+
.btn {
|
131 |
+
padding: 5px 10px;
|
132 |
+
font-weight: 700;
|
133 |
+
color: #fff;
|
134 |
+
white-space: pre-line;
|
135 |
+
background: #2a2a2a;
|
136 |
+
}
|
137 |
+
|
138 |
+
.btn:hover {
|
139 |
+
color: #fff;
|
140 |
+
background: #fd8e07;
|
141 |
+
}
|
142 |
+
|
143 |
+
/* Animation */
|
144 |
+
.menu__item,
|
145 |
+
.btn {
|
146 |
+
transition: background-color .25s ease-out;
|
147 |
+
}
|
148 |
+
|
149 |
+
/* Typography */
|
150 |
+
h1,
|
151 |
+
h2,
|
152 |
+
h3,
|
153 |
+
h4,
|
154 |
+
h5,
|
155 |
+
h6 {
|
156 |
+
margin: 0 0 20px;
|
157 |
+
margin: 0 0 1.25rem;
|
158 |
+
font-weight: 700;
|
159 |
+
line-height: 1.3;
|
160 |
+
color: #000;
|
161 |
+
}
|
162 |
+
|
163 |
+
h1 {
|
164 |
+
font-size: 32px;
|
165 |
+
font-size: 2rem;
|
166 |
+
}
|
167 |
+
|
168 |
+
h2 {
|
169 |
+
font-size: 24px;
|
170 |
+
font-size: 1.5rem;
|
171 |
+
}
|
172 |
+
|
173 |
+
h3 {
|
174 |
+
font-size: 20px;
|
175 |
+
font-size: 1.25rem;
|
176 |
+
}
|
177 |
+
|
178 |
+
h4 {
|
179 |
+
font-size: 18px;
|
180 |
+
font-size: 1.125rem;
|
181 |
+
}
|
182 |
+
|
183 |
+
h5 {
|
184 |
+
font-size: 16px;
|
185 |
+
font-size: 1rem;
|
186 |
+
}
|
187 |
+
|
188 |
+
h6 {
|
189 |
+
font-size: 16px;
|
190 |
+
font-size: 1rem;
|
191 |
+
}
|
192 |
+
|
193 |
+
a {
|
194 |
+
color: #000;
|
195 |
+
text-decoration: none;
|
196 |
+
}
|
197 |
+
|
198 |
+
a:hover {
|
199 |
+
color: #fd8e07;
|
200 |
+
}
|
201 |
+
|
202 |
+
hr {
|
203 |
+
margin: 0 0 20px;
|
204 |
+
border: 0;
|
205 |
+
border-top: 1px solid #dadada;
|
206 |
+
}
|
207 |
+
|
208 |
+
p {
|
209 |
+
margin: 0 0 20px;
|
210 |
+
margin: 0 0 1.25rem;
|
211 |
+
}
|
212 |
+
|
213 |
+
b,
|
214 |
+
strong {
|
215 |
+
font: inherit;
|
216 |
+
font-weight: 700;
|
217 |
+
}
|
218 |
+
|
219 |
+
i,
|
220 |
+
em {
|
221 |
+
font: inherit;
|
222 |
+
font-style: italic;
|
223 |
+
}
|
224 |
+
|
225 |
+
ol,
|
226 |
+
ul {
|
227 |
+
padding: 0;
|
228 |
+
margin: 0;
|
229 |
+
}
|
230 |
+
|
231 |
+
small {
|
232 |
+
font-size: 12px;
|
233 |
+
font-size: .75rem;
|
234 |
+
}
|
235 |
+
|
236 |
+
mark {
|
237 |
+
background-color: #fd5;
|
238 |
+
}
|
239 |
+
|
240 |
+
figure {
|
241 |
+
margin: 0 0 20px;
|
242 |
+
margin: 0 0 1.25rem;
|
243 |
+
}
|
244 |
+
|
245 |
+
figcaption {
|
246 |
+
margin-top: 4px;
|
247 |
+
margin-top: .25rem;
|
248 |
+
color: #666;
|
249 |
+
}
|
250 |
+
|
251 |
+
figcaption h4 {
|
252 |
+
margin: 0;
|
253 |
+
color: inherit;
|
254 |
+
}
|
255 |
+
|
256 |
+
pre,
|
257 |
+
code,
|
258 |
+
kbd,
|
259 |
+
samp {
|
260 |
+
font-family: "Liberation Mono", monospace;
|
261 |
+
font-size: inherit;
|
262 |
+
}
|
263 |
+
|
264 |
+
pre,
|
265 |
+
code {
|
266 |
+
background-color: #f5f5f5;
|
267 |
+
border: 1px solid #ebebeb;
|
268 |
+
}
|
269 |
+
|
270 |
+
code {
|
271 |
+
padding: 0 5px;
|
272 |
+
color: #c33;
|
273 |
+
}
|
274 |
+
|
275 |
+
pre {
|
276 |
+
display: block;
|
277 |
+
padding: 0;
|
278 |
+
padding: 1.25rem;
|
279 |
+
margin-bottom: 20px;
|
280 |
+
margin-bottom: 1.25rem;
|
281 |
+
overflow: auto;
|
282 |
+
color: #000;
|
283 |
+
}
|
284 |
+
|
285 |
+
pre code {
|
286 |
+
padding: 0;
|
287 |
+
color: inherit;
|
288 |
+
white-space: inherit;
|
289 |
+
background: inherit;
|
290 |
+
border: 0;
|
291 |
+
}
|
292 |
+
|
293 |
+
pre.listing {
|
294 |
+
font-size: 0.7em;
|
295 |
+
}
|
296 |
+
|
297 |
+
kbd {
|
298 |
+
padding: 2px 3px;
|
299 |
+
color: #fff;
|
300 |
+
background-color: #2a2a2a;
|
301 |
+
}
|
302 |
+
|
303 |
+
blockquote {
|
304 |
+
display: block;
|
305 |
+
padding: 5px 0 5px 15px;
|
306 |
+
margin: 0 0 20px;
|
307 |
+
margin: 0 0 1.25rem;
|
308 |
+
line-height: 1.6;
|
309 |
+
border-left: 5px solid #fd8e07;
|
310 |
+
}
|
311 |
+
|
312 |
+
blockquote p:last-child {
|
313 |
+
margin: 0;
|
314 |
+
}
|
315 |
+
|
316 |
+
blockquote footer {
|
317 |
+
text-align: right;
|
318 |
+
}
|
319 |
+
|
320 |
+
sup,
|
321 |
+
sub {
|
322 |
+
font-size: 10px;
|
323 |
+
font-size: .625rem;
|
324 |
+
font-style: normal;
|
325 |
+
}
|
326 |
+
|
327 |
+
sup {
|
328 |
+
vertical-align: super;
|
329 |
+
}
|
330 |
+
|
331 |
+
sub {
|
332 |
+
vertical-align: sub;
|
333 |
+
}
|
334 |
+
|
335 |
+
abbr[title] {
|
336 |
+
text-decoration: none;
|
337 |
+
cursor: help;
|
338 |
+
border-bottom: 1px dotted #000;
|
339 |
+
}
|
340 |
+
|
341 |
+
q {
|
342 |
+
font-style: italic;
|
343 |
+
}
|
344 |
+
|
345 |
+
address {
|
346 |
+
margin-bottom: 20px;
|
347 |
+
margin-bottom: 1.25rem;
|
348 |
+
font-family: "Consolas", Courier New, Courier, monospace;
|
349 |
+
line-height: 1.5;
|
350 |
+
}
|
351 |
+
|
352 |
+
dl {
|
353 |
+
margin: 0 0 10px 20px;
|
354 |
+
}
|
355 |
+
|
356 |
+
dt,
|
357 |
+
dd {
|
358 |
+
display: list-item;
|
359 |
+
}
|
360 |
+
|
361 |
+
dt {
|
362 |
+
font-weight: bold;
|
363 |
+
list-style-type: square;
|
364 |
+
}
|
365 |
+
|
366 |
+
dd {
|
367 |
+
margin-left: 20px;
|
368 |
+
list-style-type: circle;
|
369 |
+
}
|
370 |
+
|
371 |
+
select {
|
372 |
+
max-width: 100%;
|
373 |
+
}
|
374 |
+
|
375 |
+
.warning {
|
376 |
+
padding: 20px 10px;
|
377 |
+
text-align: center;
|
378 |
+
border: 1px solid #ddd;
|
379 |
+
}
|
380 |
+
|
381 |
+
.warning__icon {
|
382 |
+
margin-bottom: 20px;
|
383 |
+
fill: #ddd;
|
384 |
+
}
|
385 |
+
|
386 |
+
@media screen {
|
387 |
+
.summaries .list__item {
|
388 |
+
background: #f5f5f5;
|
389 |
+
}
|
390 |
+
|
391 |
+
.summaries .list__item .list__header,
|
392 |
+
.summaries .list__item .list__excerpt {
|
393 |
+
padding-left: 0.5rem;
|
394 |
+
padding-right: 0.5rem;
|
395 |
+
}
|
396 |
+
}
|
397 |
+
|
398 |
+
@media screen and (min-width: 1100px) {
|
399 |
+
:root {
|
400 |
+
--small-summaries-gap: 1rem;
|
401 |
+
}
|
402 |
+
|
403 |
+
.summaries .small {
|
404 |
+
font-size: 90%;
|
405 |
+
display: flex;
|
406 |
+
flex-wrap: wrap;
|
407 |
+
column-gap: var(--small-summaries-gap);
|
408 |
+
}
|
409 |
+
|
410 |
+
.summaries .small {
|
411 |
+
}
|
412 |
+
|
413 |
+
.summaries .small .list__item {
|
414 |
+
width: calc(50% - 0.5 * var(--small-summaries-gap));
|
415 |
+
position: relative;
|
416 |
+
}
|
417 |
+
|
418 |
+
.summaries .small .list__item h1 {
|
419 |
+
font-size: 175%;
|
420 |
+
}
|
421 |
+
|
422 |
+
.summaries .small .list__item .list__excerpt{
|
423 |
+
max-height: 10em;
|
424 |
+
overflow-y: clip;
|
425 |
+
margin-bottom: 2.5rem;
|
426 |
+
}
|
427 |
+
|
428 |
+
.summaries .small .list__item .list__footer {
|
429 |
+
position: absolute;
|
430 |
+
bottom: 1.25rem;
|
431 |
+
width: 100%;
|
432 |
+
}
|
433 |
+
}
|
434 |
+
|
435 |
+
/* Header */
|
436 |
+
.header {
|
437 |
+
background: #fff;
|
438 |
+
}
|
439 |
+
|
440 |
+
.logo {
|
441 |
+
padding: 25px;
|
442 |
+
}
|
443 |
+
|
444 |
+
.logo__link {
|
445 |
+
display: inline-block;
|
446 |
+
}
|
447 |
+
|
448 |
+
.logo__item {
|
449 |
+
display: inline-block;
|
450 |
+
vertical-align: middle;
|
451 |
+
}
|
452 |
+
|
453 |
+
.logo__img {
|
454 |
+
max-height: 256px;
|
455 |
+
}
|
456 |
+
|
457 |
+
.logo__text {
|
458 |
+
text-transform: uppercase;
|
459 |
+
}
|
460 |
+
|
461 |
+
.logo--mixed .logo__item {
|
462 |
+
margin: .5rem auto;
|
463 |
+
}
|
464 |
+
|
465 |
+
.logo--mixed .logo__img {
|
466 |
+
max-width: 128px;
|
467 |
+
max-height: 128px;
|
468 |
+
}
|
469 |
+
|
470 |
+
.logo--mixed .logo__text {
|
471 |
+
padding: 0 1rem;
|
472 |
+
}
|
473 |
+
|
474 |
+
.logo__title {
|
475 |
+
font-size: 32px;
|
476 |
+
font-size: 2rem;
|
477 |
+
font-weight: 700;
|
478 |
+
line-height: 1;
|
479 |
+
color: #000;
|
480 |
+
}
|
481 |
+
|
482 |
+
.logo__tagline {
|
483 |
+
display: inline-block;
|
484 |
+
padding-top: 10px;
|
485 |
+
margin-top: 10px;
|
486 |
+
font-size: 14px;
|
487 |
+
font-size: .875rem;
|
488 |
+
font-weight: 700;
|
489 |
+
line-height: 1;
|
490 |
+
color: #fd8e07;
|
491 |
+
border-top: 1px solid #ebebeb;
|
492 |
+
}
|
493 |
+
|
494 |
+
.divider {
|
495 |
+
height: 5px;
|
496 |
+
margin: 0;
|
497 |
+
background: #fd8e07;
|
498 |
+
border: 0;
|
499 |
+
}
|
500 |
+
|
501 |
+
/* Main menu */
|
502 |
+
.no-js .menu__btn {
|
503 |
+
display: none;
|
504 |
+
}
|
505 |
+
|
506 |
+
.no-js .menu {
|
507 |
+
flex-direction: column;
|
508 |
+
}
|
509 |
+
|
510 |
+
.menu {
|
511 |
+
display: flex;
|
512 |
+
justify-content: space-between;
|
513 |
+
position: relative;
|
514 |
+
background: #2a2a2a;
|
515 |
+
}
|
516 |
+
|
517 |
+
.menu__btn {
|
518 |
+
background-color: #2a2a2a;
|
519 |
+
display: flex;
|
520 |
+
padding: 0;
|
521 |
+
font: inherit;
|
522 |
+
color: #fff;
|
523 |
+
border: 0;
|
524 |
+
outline: 0;
|
525 |
+
z-index: 10;
|
526 |
+
flex-grow: 11;
|
527 |
+
}
|
528 |
+
|
529 |
+
.menu__btn-title::before {
|
530 |
+
height: 2rem;
|
531 |
+
width: 2rem;
|
532 |
+
position: absolute;
|
533 |
+
left: -1.25rem;
|
534 |
+
top: 0.25rem;
|
535 |
+
mask: url("../breeze-icons/application-menu.svg");
|
536 |
+
background: white;
|
537 |
+
content: " ";
|
538 |
+
}
|
539 |
+
|
540 |
+
.menu__btn-title {
|
541 |
+
margin-left: 1.5rem;
|
542 |
+
position: relative;
|
543 |
+
display: inline-block;
|
544 |
+
padding: .625rem .9375rem;
|
545 |
+
font-weight: 700;
|
546 |
+
text-align: left;
|
547 |
+
text-transform: uppercase;
|
548 |
+
cursor: pointer;
|
549 |
+
-webkit-user-select: none;
|
550 |
+
-moz-user-select: none;
|
551 |
+
-ms-user-select: none;
|
552 |
+
-o-user-select: none;
|
553 |
+
user-select: none;
|
554 |
+
}
|
555 |
+
|
556 |
+
:focus > .menu__btn-title {
|
557 |
+
box-shadow: inset 0 0 1px 3px #fd8e07;
|
558 |
+
}
|
559 |
+
|
560 |
+
button:not(:-moz-focusring):focus > .menu__btn-title {
|
561 |
+
box-shadow: none;
|
562 |
+
}
|
563 |
+
|
564 |
+
.menu__btn:focus,
|
565 |
+
.menu__btn-title:focus,
|
566 |
+
.search-query:focus {
|
567 |
+
outline: 0;
|
568 |
+
}
|
569 |
+
|
570 |
+
.menu__btn--active .menu__btn-title::before {
|
571 |
+
background-color: #fd8e07;
|
572 |
+
}
|
573 |
+
|
574 |
+
.js .menu__btn--active {
|
575 |
+
color: #fd8e07;
|
576 |
+
flex-grow: 11;
|
577 |
+
}
|
578 |
+
|
579 |
+
.menu__list {
|
580 |
+
list-style: none;
|
581 |
+
background: #2a2a2a;
|
582 |
+
}
|
583 |
+
|
584 |
+
.menu__item:hover {
|
585 |
+
background: #fd8e07;
|
586 |
+
}
|
587 |
+
|
588 |
+
.menu__item:first-child {
|
589 |
+
border: 0;
|
590 |
+
}
|
591 |
+
|
592 |
+
.menu__item--active {
|
593 |
+
background: #fd8e07;
|
594 |
+
}
|
595 |
+
|
596 |
+
.menu__link {
|
597 |
+
display: block;
|
598 |
+
padding: 10px 15px;
|
599 |
+
padding: .625rem .9375rem;
|
600 |
+
font-weight: 700;
|
601 |
+
color: #fff;
|
602 |
+
text-transform: uppercase;
|
603 |
+
}
|
604 |
+
|
605 |
+
.menu__link:hover {
|
606 |
+
color: #fff;
|
607 |
+
}
|
608 |
+
|
609 |
+
.js .menu__list {
|
610 |
+
position: absolute;
|
611 |
+
z-index: 1;
|
612 |
+
visibility: hidden;
|
613 |
+
-webkit-transform: scaleY(0);
|
614 |
+
transform: scaleY(0);
|
615 |
+
-webkit-transform-origin: top left;
|
616 |
+
transform-origin: top left;
|
617 |
+
width: 100%;
|
618 |
+
}
|
619 |
+
|
620 |
+
.js .menu__list--active {
|
621 |
+
visibility: visible;
|
622 |
+
border-top: 1px solid rgba(255, 255, 255, .1);
|
623 |
+
border-bottom: 1px solid rgba(255, 255, 255, .1);
|
624 |
+
-webkit-transform: scaleY(1);
|
625 |
+
transform: scaleY(1);
|
626 |
+
top: 100%;
|
627 |
+
width: 100%;
|
628 |
+
}
|
629 |
+
|
630 |
+
.menu__list--transition {
|
631 |
+
transition: visibility .15s ease, transform .15s ease, -webkit-transform .15s ease;
|
632 |
+
}
|
633 |
+
|
634 |
+
.menu__search__form {
|
635 |
+
display: flex;
|
636 |
+
align-items: center;
|
637 |
+
padding: .5rem;
|
638 |
+
z-index: 10;
|
639 |
+
background: #2a2a2a;
|
640 |
+
}
|
641 |
+
|
642 |
+
.menu__search__form .search-query {
|
643 |
+
font-size: 14px;
|
644 |
+
padding: .125rem;
|
645 |
+
width: 100%;
|
646 |
+
}
|
647 |
+
|
648 |
+
.menu__search__form .search-btn {
|
649 |
+
aspect-ratio: 1/1;
|
650 |
+
border: 0;
|
651 |
+
background-image: url("../breeze-icons/edit-find.svg");
|
652 |
+
background-color: #fd8e07;
|
653 |
+
background-position: center;
|
654 |
+
background-repeat: no-repeat;
|
655 |
+
height: 1.8rem;
|
656 |
+
display: inline-block;
|
657 |
+
cursor: pointer;
|
658 |
+
}
|
659 |
+
|
660 |
+
@media screen and (min-width: 767px) {
|
661 |
+
.no-js .menu {
|
662 |
+
flex-direction: row;
|
663 |
+
}
|
664 |
+
|
665 |
+
.menu {
|
666 |
+
border-bottom: 5px solid #fd8e07;
|
667 |
+
}
|
668 |
+
|
669 |
+
.menu__btn {
|
670 |
+
display: none;
|
671 |
+
}
|
672 |
+
|
673 |
+
.menu__list,
|
674 |
+
.js .menu__list {
|
675 |
+
position: relative;
|
676 |
+
display: -webkit-flex;
|
677 |
+
display: flex;
|
678 |
+
-webkit-flex-wrap: wrap;
|
679 |
+
flex-wrap: wrap;
|
680 |
+
visibility: visible;
|
681 |
+
border: 0;
|
682 |
+
-webkit-transform: none;
|
683 |
+
transform: none;
|
684 |
+
width: unset;
|
685 |
+
flex-grow: 11;
|
686 |
+
}
|
687 |
+
|
688 |
+
.menu__item {
|
689 |
+
border-left: 1px solid rgba(255, 255, 255, .1);
|
690 |
+
}
|
691 |
+
|
692 |
+
.menu__search__form {
|
693 |
+
flex-basis: 25%;
|
694 |
+
}
|
695 |
+
}
|
696 |
+
|
697 |
+
/* Posts/Pages */
|
698 |
+
.post__header,
|
699 |
+
.main__header {
|
700 |
+
margin-bottom: 20px;
|
701 |
+
margin-bottom: 1.25rem;
|
702 |
+
}
|
703 |
+
|
704 |
+
.main__title {
|
705 |
+
font-size: 28px;
|
706 |
+
font-size: 1.75rem;
|
707 |
+
}
|
708 |
+
|
709 |
+
.main__content {
|
710 |
+
margin-bottom: 20px;
|
711 |
+
margin-bottom: 1.25rem;
|
712 |
+
}
|
713 |
+
|
714 |
+
.meta {
|
715 |
+
font-size: 13px;
|
716 |
+
font-size: .8125rem;
|
717 |
+
vertical-align: baseline;
|
718 |
+
}
|
719 |
+
|
720 |
+
.meta,
|
721 |
+
.meta a {
|
722 |
+
color: #666;
|
723 |
+
}
|
724 |
+
|
725 |
+
.meta a:hover {
|
726 |
+
color: #fd8e07;
|
727 |
+
}
|
728 |
+
|
729 |
+
.meta__item {
|
730 |
+
display: inline;
|
731 |
+
margin-left: 15px;
|
732 |
+
}
|
733 |
+
|
734 |
+
.meta__item:first-child {
|
735 |
+
margin-left: 0;
|
736 |
+
}
|
737 |
+
|
738 |
+
.meta__icon {
|
739 |
+
margin-right: 5px;
|
740 |
+
vertical-align: middle;
|
741 |
+
fill: #c4c4c4;
|
742 |
+
}
|
743 |
+
|
744 |
+
.meta__text {
|
745 |
+
vertical-align: middle;
|
746 |
+
}
|
747 |
+
|
748 |
+
.post__title {
|
749 |
+
margin: 0;
|
750 |
+
}
|
751 |
+
|
752 |
+
.post__meta {
|
753 |
+
padding: 5px 0;
|
754 |
+
margin-top: 10px;
|
755 |
+
margin-top: .625rem;
|
756 |
+
border-top: 1px dotted #ebebeb;
|
757 |
+
border-bottom: 1px dotted #ebebeb;
|
758 |
+
}
|
759 |
+
|
760 |
+
.post__lead {
|
761 |
+
margin-top: 4px;
|
762 |
+
margin-top: .25rem;
|
763 |
+
margin-bottom: 0;
|
764 |
+
font-size: 16px;
|
765 |
+
font-size: 1rem;
|
766 |
+
font-style: italic;
|
767 |
+
}
|
768 |
+
|
769 |
+
.post__thumbnail {
|
770 |
+
max-width: 1030px;
|
771 |
+
margin: 0 0 20px;
|
772 |
+
margin-bottom: 0 0 1.25rem;
|
773 |
+
}
|
774 |
+
|
775 |
+
.post__thumbnail img {
|
776 |
+
width: 100%;
|
777 |
+
}
|
778 |
+
|
779 |
+
.content a,
|
780 |
+
.warning a,
|
781 |
+
.authorbox__description a {
|
782 |
+
font-weight: 700;
|
783 |
+
color: #fd8e07;
|
784 |
+
}
|
785 |
+
|
786 |
+
.content a:hover,
|
787 |
+
.warning a:hover,
|
788 |
+
.authorbox__description a:hover {
|
789 |
+
color: #fd8e07;
|
790 |
+
text-decoration: underline;
|
791 |
+
}
|
792 |
+
|
793 |
+
.summaries .content.list__excerpt a {
|
794 |
+
color: inherit;
|
795 |
+
font-weight: inherit;
|
796 |
+
}
|
797 |
+
|
798 |
+
.summaries .content.list__excerpt a:hover {
|
799 |
+
text-decoration: none;
|
800 |
+
}
|
801 |
+
|
802 |
+
.content .alignnone {
|
803 |
+
display: block;
|
804 |
+
margin: 20px 0;
|
805 |
+
margin: 1.25rem 0;
|
806 |
+
}
|
807 |
+
|
808 |
+
.content .aligncenter {
|
809 |
+
display: block;
|
810 |
+
margin: 20px auto;
|
811 |
+
margin: 1.25rem auto;
|
812 |
+
}
|
813 |
+
|
814 |
+
.content .alignleft {
|
815 |
+
display: inline;
|
816 |
+
float: left;
|
817 |
+
margin: 5px 20px 20px 0;
|
818 |
+
margin: .3125rem 1.25rem 1.25rem 0;
|
819 |
+
}
|
820 |
+
|
821 |
+
.content .alignright {
|
822 |
+
display: inline;
|
823 |
+
float: right;
|
824 |
+
margin: 5px 0 20px 20px;
|
825 |
+
margin: .3125rem 0 1.25rem 1.25rem;
|
826 |
+
}
|
827 |
+
|
828 |
+
.content ul {
|
829 |
+
list-style: square;
|
830 |
+
}
|
831 |
+
|
832 |
+
.content ol {
|
833 |
+
list-style: decimal;
|
834 |
+
}
|
835 |
+
|
836 |
+
.content ul,
|
837 |
+
.content ol {
|
838 |
+
margin: 0 0 20px 40px;
|
839 |
+
}
|
840 |
+
|
841 |
+
.content ul ul,
|
842 |
+
.content ol ol,
|
843 |
+
.content ol ul,
|
844 |
+
.content ul ol {
|
845 |
+
margin: 0 0 0 40px;
|
846 |
+
}
|
847 |
+
|
848 |
+
.content li {
|
849 |
+
margin-bottom: 5px;
|
850 |
+
}
|
851 |
+
|
852 |
+
.post__footer {
|
853 |
+
margin-top: 20px;
|
854 |
+
margin-top: 1.25rem;
|
855 |
+
}
|
856 |
+
|
857 |
+
/* Post tags */
|
858 |
+
.tags {
|
859 |
+
margin-bottom: 20px;
|
860 |
+
margin-bottom: 1.25rem;
|
861 |
+
font-size: 12px;
|
862 |
+
font-size: .75rem;
|
863 |
+
line-height: 1;
|
864 |
+
color: #fff;
|
865 |
+
}
|
866 |
+
|
867 |
+
.tags__list {
|
868 |
+
list-style: none;
|
869 |
+
}
|
870 |
+
|
871 |
+
.tags__item {
|
872 |
+
float: left;
|
873 |
+
margin: 0 6px 6px 0;
|
874 |
+
margin: 0 .375rem .375rem 0;
|
875 |
+
text-transform: uppercase;
|
876 |
+
background: #2a2a2a;
|
877 |
+
}
|
878 |
+
|
879 |
+
.tags__item:hover {
|
880 |
+
background: #fd8e07;
|
881 |
+
}
|
882 |
+
|
883 |
+
.tags__link,
|
884 |
+
.tags__link:hover {
|
885 |
+
display: block;
|
886 |
+
padding: 10px 15px;
|
887 |
+
}
|
888 |
+
|
889 |
+
.tags__badge {
|
890 |
+
float: left;
|
891 |
+
width: 32px;
|
892 |
+
height: 32px;
|
893 |
+
padding: 8px;
|
894 |
+
margin-right: 6px;
|
895 |
+
background: #fd8e07;
|
896 |
+
fill: #fff;
|
897 |
+
}
|
898 |
+
|
899 |
+
/* Table of Contents */
|
900 |
+
.toc {
|
901 |
+
margin-bottom: 20px;
|
902 |
+
font-weight: 700;
|
903 |
+
color: #7a8288;
|
904 |
+
background: #fff;
|
905 |
+
border-color: #ebebeb;
|
906 |
+
border-style: solid;
|
907 |
+
border-top-width: 0;
|
908 |
+
border-right-width: 0;
|
909 |
+
border-bottom-width: 0;
|
910 |
+
border-left-width: 0;
|
911 |
+
}
|
912 |
+
|
913 |
+
.content .toc {
|
914 |
+
border-top-width: 2px;
|
915 |
+
border-bottom-width: 2px;
|
916 |
+
padding-top: 8px;
|
917 |
+
}
|
918 |
+
|
919 |
+
.content .toc nav ul {
|
920 |
+
font-size: 0.9rem;
|
921 |
+
margin-top: 5px;
|
922 |
+
margin-bottom: 10px;
|
923 |
+
margin-left: 20px;
|
924 |
+
}
|
925 |
+
|
926 |
+
.content .toc nav ul li a {
|
927 |
+
font-weight: 400;
|
928 |
+
}
|
929 |
+
|
930 |
+
.content .toc nav ul li {
|
931 |
+
margin-bottom: 0;
|
932 |
+
}
|
933 |
+
|
934 |
+
.content .toc nav ul {
|
935 |
+
margin-top: 0;
|
936 |
+
margin-bottom: 5px;
|
937 |
+
}
|
938 |
+
|
939 |
+
.toc__title {
|
940 |
+
padding: 5px 10px;
|
941 |
+
color: #fff;
|
942 |
+
text-transform: uppercase;
|
943 |
+
-webkit-user-select: none;
|
944 |
+
-moz-user-select: none;
|
945 |
+
-ms-user-select: none;
|
946 |
+
-o-user-select: none;
|
947 |
+
user-select: none;
|
948 |
+
background: #2a2a2a;
|
949 |
+
}
|
950 |
+
|
951 |
+
.toc__menu ul {
|
952 |
+
margin: 0;
|
953 |
+
list-style: none;
|
954 |
+
}
|
955 |
+
|
956 |
+
.toc__menu ul ul ul a {
|
957 |
+
padding-left: 25px;
|
958 |
+
}
|
959 |
+
|
960 |
+
.toc__menu ul ul ul ul a {
|
961 |
+
padding-left: 45px;
|
962 |
+
}
|
963 |
+
|
964 |
+
.toc__menu ul ul ul ul ul a {
|
965 |
+
padding-left: 65px;
|
966 |
+
}
|
967 |
+
|
968 |
+
.toc__menu ul ul ul ul ul ul a {
|
969 |
+
padding-left: 85px;
|
970 |
+
}
|
971 |
+
|
972 |
+
.toc__menu li {
|
973 |
+
margin: 0;
|
974 |
+
}
|
975 |
+
|
976 |
+
.toc__menu a {
|
977 |
+
display: block;
|
978 |
+
padding: 5px 10px;
|
979 |
+
color: #fd8e07;
|
980 |
+
border-bottom: 1px solid #ebebeb;
|
981 |
+
}
|
982 |
+
|
983 |
+
.toc__menu a:hover {
|
984 |
+
text-decoration: underline;
|
985 |
+
}
|
986 |
+
|
987 |
+
/* Author Box */
|
988 |
+
.authorbox {
|
989 |
+
padding: 25px 0;
|
990 |
+
margin-bottom: 25px;
|
991 |
+
line-height: 1.5;
|
992 |
+
border-top: 1px solid #ebebeb;
|
993 |
+
border-bottom: 1px solid #ebebeb;
|
994 |
+
}
|
995 |
+
|
996 |
+
.authorbox__avatar {
|
997 |
+
float: left;
|
998 |
+
padding: 3px;
|
999 |
+
margin: 0 25px 0 0;
|
1000 |
+
border: 1px solid #ebebeb;
|
1001 |
+
}
|
1002 |
+
|
1003 |
+
.authorbox__header {
|
1004 |
+
margin-bottom: 10px;
|
1005 |
+
}
|
1006 |
+
|
1007 |
+
.authorbox__name {
|
1008 |
+
font-size: 16px;
|
1009 |
+
font-size: 1rem;
|
1010 |
+
font-weight: 700;
|
1011 |
+
}
|
1012 |
+
|
1013 |
+
/* List content */
|
1014 |
+
.list__heading, .list__item {
|
1015 |
+
margin-bottom: 30px;
|
1016 |
+
margin-bottom: 1.875rem;
|
1017 |
+
border-bottom: solid #2a2a2a;
|
1018 |
+
border-bottom-width: 5px;
|
1019 |
+
border-bottom-width: 0.3125rem;
|
1020 |
+
}
|
1021 |
+
|
1022 |
+
.list__item {
|
1023 |
+
padding-bottom: 20px;
|
1024 |
+
padding-bottom: 1.25rem;
|
1025 |
+
}
|
1026 |
+
|
1027 |
+
.list__header {
|
1028 |
+
margin-bottom: 10px;
|
1029 |
+
margin-bottom: .625rem;
|
1030 |
+
}
|
1031 |
+
|
1032 |
+
.list__meta {
|
1033 |
+
margin-top: 5px;
|
1034 |
+
}
|
1035 |
+
|
1036 |
+
.list__thumbnail {
|
1037 |
+
float: left;
|
1038 |
+
margin: 0 20px 0 0;
|
1039 |
+
}
|
1040 |
+
|
1041 |
+
.list__thumbnail img {
|
1042 |
+
width: 100%;
|
1043 |
+
max-width: 235px;
|
1044 |
+
}
|
1045 |
+
|
1046 |
+
.list__footer-readmore {
|
1047 |
+
float: right;
|
1048 |
+
margin-top: 10px;
|
1049 |
+
}
|
1050 |
+
|
1051 |
+
/* Pagination */
|
1052 |
+
.pagination {
|
1053 |
+
margin-top: 20px;
|
1054 |
+
}
|
1055 |
+
|
1056 |
+
.pagination__item {
|
1057 |
+
display: inline-block;
|
1058 |
+
padding: 10px 15px;
|
1059 |
+
font-weight: 700;
|
1060 |
+
color: #000;
|
1061 |
+
background: #f5f5f5;
|
1062 |
+
}
|
1063 |
+
|
1064 |
+
.pagination__item:hover,
|
1065 |
+
.pagination__item--current {
|
1066 |
+
color: #fff;
|
1067 |
+
background: #fd8e07;
|
1068 |
+
}
|
1069 |
+
|
1070 |
+
/* Pager (prev/next links) navigation */
|
1071 |
+
.pager {
|
1072 |
+
-webkit-justify-content: space-between;
|
1073 |
+
justify-content: space-between;
|
1074 |
+
padding-top: 25px;
|
1075 |
+
padding-bottom: 25px;
|
1076 |
+
margin-bottom: 25px;
|
1077 |
+
border-bottom: 1px solid #ebebeb;
|
1078 |
+
}
|
1079 |
+
|
1080 |
+
.pager__subtitle {
|
1081 |
+
display: block;
|
1082 |
+
margin-bottom: 5px;
|
1083 |
+
font-weight: 700;
|
1084 |
+
line-height: 1;
|
1085 |
+
text-transform: uppercase;
|
1086 |
+
}
|
1087 |
+
|
1088 |
+
.pager__title {
|
1089 |
+
margin-bottom: 0;
|
1090 |
+
overflow: hidden;
|
1091 |
+
font-size: 13px;
|
1092 |
+
font-size: .8125rem;
|
1093 |
+
}
|
1094 |
+
|
1095 |
+
.pager__item {
|
1096 |
+
-webkit-flex: 1 1 50%;
|
1097 |
+
flex: 1 1 50%;
|
1098 |
+
max-width: 48%;
|
1099 |
+
}
|
1100 |
+
|
1101 |
+
.pager__item--next {
|
1102 |
+
margin-left: auto;
|
1103 |
+
text-align: right;
|
1104 |
+
}
|
1105 |
+
|
1106 |
+
.pager__link {
|
1107 |
+
display: block;
|
1108 |
+
}
|
1109 |
+
|
1110 |
+
/* Images / Video */
|
1111 |
+
img {
|
1112 |
+
width: auto\9; /* ie8 */
|
1113 |
+
max-width: 100%;
|
1114 |
+
height: auto;
|
1115 |
+
vertical-align: bottom;
|
1116 |
+
}
|
1117 |
+
|
1118 |
+
iframe,
|
1119 |
+
embed,
|
1120 |
+
object,
|
1121 |
+
video {
|
1122 |
+
max-width: 100%;
|
1123 |
+
}
|
1124 |
+
|
1125 |
+
/* Table */
|
1126 |
+
table {
|
1127 |
+
width: 100%;
|
1128 |
+
margin-bottom: 20px;
|
1129 |
+
margin-bottom: 1.25rem;
|
1130 |
+
border-spacing: 0;
|
1131 |
+
border-collapse: collapse;
|
1132 |
+
border-top: 1px solid #ebebeb;
|
1133 |
+
border-left: 1px solid #ebebeb;
|
1134 |
+
}
|
1135 |
+
|
1136 |
+
td,
|
1137 |
+
th {
|
1138 |
+
padding: 5px 10px;
|
1139 |
+
border-right: 1px solid #ebebeb;
|
1140 |
+
border-bottom: 1px solid #ebebeb;
|
1141 |
+
}
|
1142 |
+
|
1143 |
+
th {
|
1144 |
+
font-weight: 700;
|
1145 |
+
}
|
1146 |
+
|
1147 |
+
/* Forms */
|
1148 |
+
input {
|
1149 |
+
padding: 5px;
|
1150 |
+
font-size: 12px;
|
1151 |
+
vertical-align: middle;
|
1152 |
+
background: #f5f5f5;
|
1153 |
+
border: 1px solid #ebebeb;
|
1154 |
+
transition: all .25s ease-in-out;
|
1155 |
+
}
|
1156 |
+
|
1157 |
+
input[type=text],
|
1158 |
+
input[type=email],
|
1159 |
+
input[type=tel],
|
1160 |
+
input[type=url] {
|
1161 |
+
width: 60%;
|
1162 |
+
}
|
1163 |
+
|
1164 |
+
input[type=text]:hover,
|
1165 |
+
input[type=email]:hover,
|
1166 |
+
input[type=tel]:hover,
|
1167 |
+
input[type=url]:hover,
|
1168 |
+
textarea:hover {
|
1169 |
+
border: 1px solid #aaa;
|
1170 |
+
}
|
1171 |
+
|
1172 |
+
input[type=submit],
|
1173 |
+
input[type=reset] {
|
1174 |
+
display: inline-block;
|
1175 |
+
min-width: 150px;
|
1176 |
+
font-weight: 700;
|
1177 |
+
color: #fff;
|
1178 |
+
text-transform: uppercase;
|
1179 |
+
cursor: pointer;
|
1180 |
+
background: #2a2a2a;
|
1181 |
+
border: 0;
|
1182 |
+
transition: all .1s linear;
|
1183 |
+
-webkit-appearance: none;
|
1184 |
+
}
|
1185 |
+
|
1186 |
+
input[type=submit]:hover,
|
1187 |
+
input[type=reset]:hover {
|
1188 |
+
background: #fd8e07;
|
1189 |
+
}
|
1190 |
+
|
1191 |
+
textarea {
|
1192 |
+
width: 96%;
|
1193 |
+
padding: 5px;
|
1194 |
+
overflow: auto;
|
1195 |
+
line-height: 1.5;
|
1196 |
+
resize: vertical;
|
1197 |
+
background: #f5f5f5;
|
1198 |
+
border: 1px solid rgba(0, 0, 0, .1);
|
1199 |
+
}
|
1200 |
+
|
1201 |
+
/* Widgets */
|
1202 |
+
.widget {
|
1203 |
+
margin-bottom: 25px;
|
1204 |
+
overflow: hidden;
|
1205 |
+
}
|
1206 |
+
|
1207 |
+
.widget:last-child {
|
1208 |
+
margin-bottom: 0;
|
1209 |
+
}
|
1210 |
+
|
1211 |
+
.widget__title {
|
1212 |
+
position: relative;
|
1213 |
+
padding-bottom: 5px;
|
1214 |
+
font-size: 16px;
|
1215 |
+
font-size: 1rem;
|
1216 |
+
text-transform: uppercase;
|
1217 |
+
border-bottom: 3px solid #fd8e07;
|
1218 |
+
}
|
1219 |
+
|
1220 |
+
.widget__item {
|
1221 |
+
display: block;
|
1222 |
+
padding: 5px 0;
|
1223 |
+
border-bottom: 1px dotted #ebebeb;
|
1224 |
+
}
|
1225 |
+
|
1226 |
+
.widget__item:first-child {
|
1227 |
+
padding-top: 0;
|
1228 |
+
}
|
1229 |
+
|
1230 |
+
.widget__counter--bubble {
|
1231 |
+
display: inline-block;
|
1232 |
+
padding: 0 6px;
|
1233 |
+
font-size: .75rem;
|
1234 |
+
color: #666;
|
1235 |
+
text-align: center;
|
1236 |
+
background: #ebebeb;
|
1237 |
+
border-radius: 2em;
|
1238 |
+
}
|
1239 |
+
|
1240 |
+
/* Search widget */
|
1241 |
+
.widget-search__form {
|
1242 |
+
display: block;
|
1243 |
+
padding: 5%;
|
1244 |
+
margin: 0 auto;
|
1245 |
+
background: #f5f5f5;
|
1246 |
+
}
|
1247 |
+
|
1248 |
+
.widget-search__form .widget-search__submit {
|
1249 |
+
display: none;
|
1250 |
+
}
|
1251 |
+
|
1252 |
+
.widget-search__field {
|
1253 |
+
position: relative;
|
1254 |
+
display: block;
|
1255 |
+
width: 90%;
|
1256 |
+
padding: 8px;
|
1257 |
+
margin: 0 auto;
|
1258 |
+
font-size: 11px;
|
1259 |
+
cursor: pointer;
|
1260 |
+
background: #fff;
|
1261 |
+
border: 1px solid #ebebeb;
|
1262 |
+
border-radius: 0;
|
1263 |
+
outline-offset: -2px;
|
1264 |
+
transition: none;
|
1265 |
+
-webkit-appearance: none;
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
.widget-search__field:active,
|
1269 |
+
.widget-search__field:focus {
|
1270 |
+
cursor: text;
|
1271 |
+
}
|
1272 |
+
|
1273 |
+
/* Social widget */
|
1274 |
+
.widget-social__item {
|
1275 |
+
padding: 0;
|
1276 |
+
border: 0;
|
1277 |
+
}
|
1278 |
+
|
1279 |
+
.widget-social__link {
|
1280 |
+
display: block;
|
1281 |
+
margin: 0 0 8px;
|
1282 |
+
white-space: normal;
|
1283 |
+
}
|
1284 |
+
|
1285 |
+
.widget-social__link-icon {
|
1286 |
+
margin: 0 5px 0 0;
|
1287 |
+
vertical-align: middle;
|
1288 |
+
fill: #fff;
|
1289 |
+
}
|
1290 |
+
|
1291 |
+
/* Tags Widget */
|
1292 |
+
.widget-taglist__link {
|
1293 |
+
display: inline-block;
|
1294 |
+
margin: 0 4px 8px 0;
|
1295 |
+
font-size: 12px;
|
1296 |
+
text-transform: uppercase;
|
1297 |
+
}
|
1298 |
+
|
1299 |
+
/* Languages Widget */
|
1300 |
+
.widget-languages__link {
|
1301 |
+
display: block;
|
1302 |
+
}
|
1303 |
+
|
1304 |
+
.widget-languages__link:hover .widget-languages__link-btn {
|
1305 |
+
color: #fff;
|
1306 |
+
background: #fd8e07;
|
1307 |
+
}
|
1308 |
+
|
1309 |
+
.widget-languages__link-btn {
|
1310 |
+
display: inline-block;
|
1311 |
+
}
|
1312 |
+
|
1313 |
+
/* Footer */
|
1314 |
+
.footer {
|
1315 |
+
padding: 10px 25px;
|
1316 |
+
font-size: 12px;
|
1317 |
+
font-size: .75rem;
|
1318 |
+
color: #999;
|
1319 |
+
background: #2a2a2a;
|
1320 |
+
border-top: 3px solid #999;
|
1321 |
+
}
|
1322 |
+
|
1323 |
+
.footer__container {
|
1324 |
+
-webkit-flex-flow: row wrap;
|
1325 |
+
flex-flow: row wrap;
|
1326 |
+
-webkit-justify-content: space-between;
|
1327 |
+
justify-content: space-between;
|
1328 |
+
}
|
1329 |
+
|
1330 |
+
.footer__links {
|
1331 |
+
-webkit-order: 1;
|
1332 |
+
order: 1;
|
1333 |
+
}
|
1334 |
+
|
1335 |
+
.footer a {
|
1336 |
+
color: #fff;
|
1337 |
+
}
|
1338 |
+
|
1339 |
+
.footer a:hover {
|
1340 |
+
text-decoration: underline;
|
1341 |
+
}
|
1342 |
+
|
1343 |
+
.content .subsection {
|
1344 |
+
text-transform: uppercase;
|
1345 |
+
font-size: 0.75rem;
|
1346 |
+
font-weight: bold;
|
1347 |
+
color: #bbb;
|
1348 |
+
background: #f7f7f7;
|
1349 |
+
padding: 0 0.25ex;
|
1350 |
+
}
|
1351 |
+
|
1352 |
+
.content .subsection a {
|
1353 |
+
color: #888;
|
1354 |
+
text-transform: none;
|
1355 |
+
}
|
1356 |
+
|
1357 |
+
/* Upcoming events */
|
1358 |
+
.upcoming-container {
|
1359 |
+
display: flex;
|
1360 |
+
}
|
1361 |
+
|
1362 |
+
.upcoming-event {
|
1363 |
+
flex: 1;
|
1364 |
+
text-align: center;
|
1365 |
+
}
|
1366 |
+
|
1367 |
+
/* Hide mobile-only div(s) by default */
|
1368 |
+
.mobile-only {
|
1369 |
+
display: none;
|
1370 |
+
margin-bottom: 20px;
|
1371 |
+
}
|
1372 |
+
|
1373 |
+
/* Media Queries */
|
1374 |
+
@media screen and (max-width: 1475px) {
|
1375 |
+
.container--outer {
|
1376 |
+
width: 95%;
|
1377 |
+
}
|
1378 |
+
}
|
1379 |
+
|
1380 |
+
@media screen and (max-width: 900px) {
|
1381 |
+
.container--outer {
|
1382 |
+
width: 100%;
|
1383 |
+
margin: 0 auto;
|
1384 |
+
}
|
1385 |
+
|
1386 |
+
.wrapper,
|
1387 |
+
.logo {
|
1388 |
+
padding: 20px;
|
1389 |
+
}
|
1390 |
+
|
1391 |
+
.widget {
|
1392 |
+
margin-bottom: 20px;
|
1393 |
+
}
|
1394 |
+
|
1395 |
+
.footer__container {
|
1396 |
+
display: block;
|
1397 |
+
}
|
1398 |
+
|
1399 |
+
.footer__links {
|
1400 |
+
padding-bottom: 8px;
|
1401 |
+
padding-bottom: 0.5rem;
|
1402 |
+
text-align: center;
|
1403 |
+
}
|
1404 |
+
|
1405 |
+
.footer__copyright {
|
1406 |
+
text-align: center;
|
1407 |
+
}
|
1408 |
+
}
|
1409 |
+
|
1410 |
+
@media screen and (max-width: 767px) {
|
1411 |
+
.wrapper {
|
1412 |
+
display: block;
|
1413 |
+
}
|
1414 |
+
|
1415 |
+
.sidebar {
|
1416 |
+
float: none;
|
1417 |
+
width: 100%;
|
1418 |
+
margin: 0;
|
1419 |
+
}
|
1420 |
+
|
1421 |
+
.logo {
|
1422 |
+
text-align: center;
|
1423 |
+
}
|
1424 |
+
|
1425 |
+
.logo__link {
|
1426 |
+
margin: 0 auto;
|
1427 |
+
}
|
1428 |
+
|
1429 |
+
.logo__title {
|
1430 |
+
font-size: 24px;
|
1431 |
+
font-size: 1.5rem;
|
1432 |
+
}
|
1433 |
+
|
1434 |
+
.sidebar {
|
1435 |
+
margin-top: 20px;
|
1436 |
+
}
|
1437 |
+
|
1438 |
+
.mobile-only {
|
1439 |
+
display: block;
|
1440 |
+
}
|
1441 |
+
}
|
1442 |
+
|
1443 |
+
@media screen and (max-width: 620px) {
|
1444 |
+
input[type=text],
|
1445 |
+
input[type=email],
|
1446 |
+
input[type=tel],
|
1447 |
+
input[type=url] {
|
1448 |
+
width: 88%;
|
1449 |
+
}
|
1450 |
+
|
1451 |
+
.meta__item {
|
1452 |
+
display: block;
|
1453 |
+
margin-left: 0;
|
1454 |
+
}
|
1455 |
+
|
1456 |
+
.authorbox {
|
1457 |
+
text-align: center;
|
1458 |
+
}
|
1459 |
+
|
1460 |
+
.authorbox__avatar {
|
1461 |
+
display: inline-block;
|
1462 |
+
float: none;
|
1463 |
+
margin: 0 0 20px;
|
1464 |
+
}
|
1465 |
+
|
1466 |
+
.pager {
|
1467 |
+
display: block;
|
1468 |
+
}
|
1469 |
+
|
1470 |
+
.pager__item {
|
1471 |
+
min-width: 100%;
|
1472 |
+
text-align: center;
|
1473 |
+
}
|
1474 |
+
|
1475 |
+
.pager__item--prev {
|
1476 |
+
padding-bottom: 25px;
|
1477 |
+
}
|
1478 |
+
|
1479 |
+
.content ul,
|
1480 |
+
.content ol {
|
1481 |
+
margin: 0 0 20px 20px;
|
1482 |
+
}
|
1483 |
+
|
1484 |
+
.content ul ul,
|
1485 |
+
.content ol ol,
|
1486 |
+
.content ol ul,
|
1487 |
+
.content ul ol {
|
1488 |
+
margin: 0 0 0 20px;
|
1489 |
+
}
|
1490 |
+
|
1491 |
+
.list__thumbnail {
|
1492 |
+
max-width: 80px;
|
1493 |
+
}
|
1494 |
+
|
1495 |
+
.list__title {
|
1496 |
+
font-size: 16px;
|
1497 |
+
font-size: 1rem;
|
1498 |
+
}
|
1499 |
+
|
1500 |
+
.list__lead {
|
1501 |
+
font-size: 14px;
|
1502 |
+
font-size: .875rem;
|
1503 |
+
}
|
1504 |
+
|
1505 |
+
.list__meta {
|
1506 |
+
display: block;
|
1507 |
+
font-size: 11px;
|
1508 |
+
font-size: .6875rem;
|
1509 |
+
}
|
1510 |
+
}
|
1511 |
+
|
1512 |
+
@media (prefers-color-scheme: dark) {
|
1513 |
+
body {
|
1514 |
+
background: #000;
|
1515 |
+
color: #fff;
|
1516 |
+
}
|
1517 |
+
|
1518 |
+
a,
|
1519 |
+
h1,
|
1520 |
+
h2,
|
1521 |
+
h3,
|
1522 |
+
h4,
|
1523 |
+
h5,
|
1524 |
+
h6,
|
1525 |
+
.logo__title {
|
1526 |
+
color: #fff;
|
1527 |
+
}
|
1528 |
+
|
1529 |
+
.summaries .list__item {
|
1530 |
+
background: #191919;
|
1531 |
+
}
|
1532 |
+
|
1533 |
+
.container .header, .container .wrapper {
|
1534 |
+
background: #0c0c0c;
|
1535 |
+
}
|
1536 |
+
|
1537 |
+
.widget__item {
|
1538 |
+
border-bottom: 1px dotted #6b6b6b;
|
1539 |
+
}
|
1540 |
+
|
1541 |
+
.post__meta {
|
1542 |
+
border-top: 1px dotted #6b6b6b;
|
1543 |
+
border-bottom: 1px dotted #6b6b6b;
|
1544 |
+
}
|
1545 |
+
|
1546 |
+
.container--outer {
|
1547 |
+
box-shadow: 0 0 10px rgba(23, 23, 23, .27);
|
1548 |
+
}
|
1549 |
+
}
|
1550 |
+
</style>
|
1551 |
+
<meta charset="utf-8">
|
1552 |
+
<meta content="width=device-width, initial-scale=1" name="viewport">
|
1553 |
+
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
1554 |
+
<title>
|
1555 |
+
interpretation English - CCC Event Blog
|
1556 |
+
</title>
|
1557 |
+
<meta content name="description">
|
1558 |
+
<meta content="interpretation English" property="og:title">
|
1559 |
+
<meta content property="og:description">
|
1560 |
+
<meta content="website" property="og:type">
|
1561 |
+
<meta content="" property="og:url">
|
1562 |
+
<meta content="" property="og:image">
|
1563 |
+
<meta content="CCC Event Blog" property="og:site_name">
|
1564 |
+
<meta content="interpretation English" itemprop="name">
|
1565 |
+
<meta content itemprop="description">
|
1566 |
+
</head>
|
1567 |
+
<body class="body">
|
1568 |
+
<div class="container container--outer">
|
1569 |
+
<header class="header">
|
1570 |
+
<div class="container header__container">
|
1571 |
+
<div class="logo logo--mixed">
|
1572 |
+
<a class="logo__link" rel="home" title="CCC Event Blog">
|
1573 |
+
<div class="logo__item logo__imagebox">
|
1574 |
+
<img class="logo__img" src="rick.jpg">
|
1575 |
+
</div>
|
1576 |
+
<div class="logo__item logo__text">
|
1577 |
+
<div class="logo__title">
|
1578 |
+
CCC Event Blog
|
1579 |
+
</div>
|
1580 |
+
</div>
|
1581 |
+
</a>
|
1582 |
+
</div>
|
1583 |
+
<nav class="menu">
|
1584 |
+
<button aria-expanded="false" aria-haspopup="true" class="menu__btn" tabindex="0">
|
1585 |
+
<span class="menu__btn-title" tabindex="-1">
|
1586 |
+
Menu
|
1587 |
+
</span>
|
1588 |
+
</button>
|
1589 |
+
<ul class="menu__list">
|
1590 |
+
<li class="menu__item">
|
1591 |
+
<a class="menu__link">
|
1592 |
+
<span class="menu__text">
|
1593 |
+
About
|
1594 |
+
</span>
|
1595 |
+
</a>
|
1596 |
+
</li>
|
1597 |
+
<li class="menu__item">
|
1598 |
+
<a class="menu__link">
|
1599 |
+
<span class="menu__text">
|
1600 |
+
CCC
|
1601 |
+
</span>
|
1602 |
+
</a>
|
1603 |
+
</li>
|
1604 |
+
<li class="menu__item">
|
1605 |
+
<a class="menu__link">
|
1606 |
+
<span class="menu__text">
|
1607 |
+
Orga-Teams
|
1608 |
+
</span>
|
1609 |
+
</a>
|
1610 |
+
</li>
|
1611 |
+
<li class="menu__item">
|
1612 |
+
<a class="menu__link">
|
1613 |
+
<span class="menu__text">
|
1614 |
+
Recordings
|
1615 |
+
</span>
|
1616 |
+
</a>
|
1617 |
+
</li>
|
1618 |
+
</ul>
|
1619 |
+
<form action="" class="menu__search__form">
|
1620 |
+
<input class="search-query" id="search-query" name="s" placeholder="Search Blog...">
|
1621 |
+
<button class="search-btn" type="submit">
|
1622 |
+
</button>
|
1623 |
+
</form>
|
1624 |
+
</nav>
|
1625 |
+
</div>
|
1626 |
+
</header>
|
1627 |
+
<div class="wrapper flex">
|
1628 |
+
<div class="primary">
|
1629 |
+
<div class="mobile-only">
|
1630 |
+
<div class="widget-categories widget">
|
1631 |
+
<h4 class="widget__title">
|
1632 |
+
Upcoming Events
|
1633 |
+
</h4>
|
1634 |
+
<div class="upcoming-container">
|
1635 |
+
<div class="widget__content upcoming-event">
|
1636 |
+
<a class="widget__link">
|
1637 |
+
<img src="rick.jpg">
|
1638 |
+
<br>
|
1639 |
+
37C3: Unlocked
|
1640 |
+
</a>
|
1641 |
+
</div>
|
1642 |
+
<div class="widget__content upcoming-event">
|
1643 |
+
<a class="widget__link">
|
1644 |
+
<img src="rick.jpg">
|
1645 |
+
<br>
|
1646 |
+
Fireshonks
|
1647 |
+
</a>
|
1648 |
+
</div>
|
1649 |
+
</div>
|
1650 |
+
</div>
|
1651 |
+
</div>
|
1652 |
+
<main class="main list" role="main">
|
1653 |
+
<div class="list__heading">
|
1654 |
+
<header class="main__header">
|
1655 |
+
<h1 class="main__title">
|
1656 |
+
interpretation English
|
1657 |
+
</h1>
|
1658 |
+
</header>
|
1659 |
+
</div>
|
1660 |
+
<div class="summaries">
|
1661 |
+
<div class="large">
|
1662 |
+
<article class="list__item post">
|
1663 |
+
<header class="list__header">
|
1664 |
+
<h1 class="list__title post__title">
|
1665 |
+
<a rel="bookmark">
|
1666 |
+
Lost in Interpretation …
|
1667 |
+
</a>
|
1668 |
+
</h1>
|
1669 |
+
<div class="list__meta meta">
|
1670 |
+
<div class="meta__item-datetime meta__item">
|
1671 |
+
<time class="meta__text" datetime="2008-12-27T20:51:30Z">
|
1672 |
+
December 27, 2008
|
1673 |
+
</time>
|
1674 |
+
</div>
|
1675 |
+
</div>
|
1676 |
+
</header>
|
1677 |
+
<div class="content list__excerpt post__content clearfix">
|
1678 |
+
<a>
|
1679 |
+
This year, we will continue a tradition started last year with the “spontaneous simultaneous” interpretation of the Hacker Jeopardy. As of tomorrow, we will interpret one event in Saal 1 each day.
|
1680 |
+
</a>
|
1681 |
+
</div>
|
1682 |
+
<div class="list__footer clearfix">
|
1683 |
+
<a class="list__footer-readmore btn">
|
1684 |
+
Read more …
|
1685 |
+
</a>
|
1686 |
+
</div>
|
1687 |
+
</article>
|
1688 |
+
</div>
|
1689 |
+
</div>
|
1690 |
+
</main>
|
1691 |
+
</div>
|
1692 |
+
<aside class="sidebar">
|
1693 |
+
<div class="widget-categories widget">
|
1694 |
+
<h4 class="widget__title">
|
1695 |
+
Upcoming Events
|
1696 |
+
</h4>
|
1697 |
+
<div class="upcoming-container">
|
1698 |
+
<div class="widget__content upcoming-event">
|
1699 |
+
<a class="widget__link">
|
1700 |
+
<img src="rick.jpg">
|
1701 |
+
<br>
|
1702 |
+
37C3: Unlocked
|
1703 |
+
</a>
|
1704 |
+
</div>
|
1705 |
+
<div class="widget__content upcoming-event">
|
1706 |
+
<a class="widget__link">
|
1707 |
+
<img src="rick.jpg">
|
1708 |
+
<br>
|
1709 |
+
Fireshonks
|
1710 |
+
</a>
|
1711 |
+
</div>
|
1712 |
+
</div>
|
1713 |
+
</div>
|
1714 |
+
<div class="widget-categories widget">
|
1715 |
+
<h4 class="widget__title">
|
1716 |
+
Congress
|
1717 |
+
</h4>
|
1718 |
+
<div class="widget__content">
|
1719 |
+
<ul class="widget__list">
|
1720 |
+
<li class="widget__item">
|
1721 |
+
<a class="widget__link">
|
1722 |
+
37C3: Unlocked (2023)
|
1723 |
+
</a>
|
1724 |
+
</li>
|
1725 |
+
<li class="widget__item">
|
1726 |
+
<a class="widget__link">
|
1727 |
+
36C3: Resource Exhaustion (2019)
|
1728 |
+
</a>
|
1729 |
+
</li>
|
1730 |
+
<li class="widget__item">
|
1731 |
+
<a class="widget__link">
|
1732 |
+
35C3: Refreshing Memories (2018)
|
1733 |
+
</a>
|
1734 |
+
</li>
|
1735 |
+
<li class="widget__item">
|
1736 |
+
<a class="widget__link">
|
1737 |
+
34C3: tuwat (2017)
|
1738 |
+
</a>
|
1739 |
+
</li>
|
1740 |
+
</ul>
|
1741 |
+
</div>
|
1742 |
+
</div>
|
1743 |
+
<div class="widget-categories widget">
|
1744 |
+
<h4 class="widget__title">
|
1745 |
+
Camp
|
1746 |
+
</h4>
|
1747 |
+
<div class="widget__content">
|
1748 |
+
<ul class="widget__list">
|
1749 |
+
<li class="widget__item">
|
1750 |
+
<a class="widget__link">
|
1751 |
+
Chaos Communication Camp 2023
|
1752 |
+
</a>
|
1753 |
+
</li>
|
1754 |
+
<li class="widget__item">
|
1755 |
+
<a class="widget__link">
|
1756 |
+
Chaos Communication Camp 2019
|
1757 |
+
</a>
|
1758 |
+
</li>
|
1759 |
+
<li class="widget__item">
|
1760 |
+
<a class="widget__link">
|
1761 |
+
Chaos Communication Camp 2015
|
1762 |
+
</a>
|
1763 |
+
</li>
|
1764 |
+
<li class="widget__item">
|
1765 |
+
<a class="widget__link">
|
1766 |
+
Chaos Communication Camp 2011
|
1767 |
+
</a>
|
1768 |
+
</li>
|
1769 |
+
</ul>
|
1770 |
+
</div>
|
1771 |
+
</div>
|
1772 |
+
<div class="widget-categories widget">
|
1773 |
+
<h4 class="widget__title">
|
1774 |
+
remote chaos experience
|
1775 |
+
</h4>
|
1776 |
+
<div class="widget__content">
|
1777 |
+
<ul class="widget__list">
|
1778 |
+
<li class="widget__item">
|
1779 |
+
<a class="widget__link">
|
1780 |
+
rC3: NOWHERE (2021)
|
1781 |
+
</a>
|
1782 |
+
</li>
|
1783 |
+
<li class="widget__item">
|
1784 |
+
<a class="widget__link">
|
1785 |
+
rC3 (2020)
|
1786 |
+
</a>
|
1787 |
+
</li>
|
1788 |
+
</ul>
|
1789 |
+
</div>
|
1790 |
+
</div>
|
1791 |
+
<div class="widget-categories widget">
|
1792 |
+
<h4 class="widget__title">
|
1793 |
+
Other Events
|
1794 |
+
</h4>
|
1795 |
+
<div class="widget__content">
|
1796 |
+
<ul class="widget__list">
|
1797 |
+
<li class="widget__item">
|
1798 |
+
<a class="widget__link">
|
1799 |
+
Datenspuren
|
1800 |
+
</a>
|
1801 |
+
</li>
|
1802 |
+
<li class="widget__item">
|
1803 |
+
<a class="widget__link">
|
1804 |
+
DiVOC
|
1805 |
+
</a>
|
1806 |
+
</li>
|
1807 |
+
<li class="widget__item">
|
1808 |
+
<a class="widget__link">
|
1809 |
+
Easterhegg
|
1810 |
+
</a>
|
1811 |
+
</li>
|
1812 |
+
<li class="widget__item">
|
1813 |
+
<a class="widget__link">
|
1814 |
+
GPN
|
1815 |
+
</a>
|
1816 |
+
</li>
|
1817 |
+
</ul>
|
1818 |
+
</div>
|
1819 |
+
</div>
|
1820 |
+
<div class="widget-categories widget">
|
1821 |
+
<h4 class="widget__title">
|
1822 |
+
Subscribe
|
1823 |
+
</h4>
|
1824 |
+
<div class="widget__content">
|
1825 |
+
<a title="CCC Event Blog">
|
1826 |
+
</a>
|
1827 |
+
</div>
|
1828 |
+
</div>
|
1829 |
+
</aside>
|
1830 |
+
</div>
|
1831 |
+
<footer class="footer">
|
1832 |
+
<div class="container footer__container flex">
|
1833 |
+
<div class="footer__links">
|
1834 |
+
<a class="footer__link">
|
1835 |
+
Impressum und Datenschutzerklärung
|
1836 |
+
</a>
|
1837 |
+
</div>
|
1838 |
+
<div class="footer__copyright">
|
1839 |
+
<span class="footer__copyright-credits">
|
1840 |
+
</span>
|
1841 |
+
</div>
|
1842 |
+
</div>
|
1843 |
+
</footer>
|
1844 |
+
</div>
|
1845 |
+
</body>
|
1846 |
+
</html>
|
10582.png
ADDED
Git LFS Details
|
10612.html
ADDED
@@ -0,0 +1,344 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html class="client-js" dir="ltr" lang="en">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}abbr[title]{border-bottom:1px dotted;cursor:help}@supports (text-decoration:underline dotted){abbr[title]{border-bottom:0;text-decoration:underline dotted}}pre,code,tt,kbd,samp{font-family:monospace,monospace}sub,sup{line-height:1}img{border:0}button,input,optgroup,select,textarea{margin:0}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}legend{color:inherit;padding:0}.messagebox,.errorbox,.warningbox,.successbox{color:#000;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:16px;border:1px solid;padding:12px 24px;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden}.messagebox :only-child,.errorbox :only-child,.warningbox :only-child,.successbox :only-child{margin:0}.messagebox h2,.errorbox h2,.warningbox h2,.successbox h2{color:inherit;display:inline;margin:0 0.5em 0 0;border:0;font-size:1em;font-weight:bold}.messagebox .mw-logevent-loglines li,.errorbox .mw-logevent-loglines li,.warningbox .mw-logevent-loglines li,.successbox .mw-logevent-loglines li{font-size:90%}.messagebox{background-color:#eaecf0;border-color:#a2a9b1}.errorbox{background-color:#fee7e6;border-color:#d33}.warningbox{background-color:#fef6e7;border-color:#fc3}.successbox{background-color:#d5fdf4;border-color:#14866d}.toctogglecheckbox:checked ~ ul{display:none}@media screen{html,body{height:100%}:focus{outline-color:#3366cc}html{font-size:100%}html,body{font-family:sans-serif}ul{list-style-image:url(/w/skins/Vector/resources/common/images/bullet-icon.svg?d4515)}pre,.mw-code{line-height:1.3}.mw-jump-link:not(:focus){display:block;position:absolute !important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden}.mw-editsection,.mw-editsection-like{font-family:sans-serif}.mw-body h1,.mw-body-content h1,.mw-body-content h2{margin-bottom:0.25em;padding:0;font-family:'Linux Libertine','Georgia','Times',serif;line-height:1.3}.mw-body h1:lang(ja),.mw-body-content h1:lang(ja),.mw-body-content h2:lang(ja),.mw-body h1:lang(he),.mw-body-content h1:lang(he),.mw-body-content h2:lang(he),.mw-body h1:lang(ko),.mw-body-content h1:lang(ko),.mw-body-content h2:lang(ko){font-family:sans-serif}.mw-body h1:lang(my),.mw-body-content h1:lang(my),.mw-body-content h2:lang(my){line-height:normal}.mw-body h1,.mw-body-content h1{font-size:1.8em}.vector-body{font-size:0.875em;font-size:calc(1em * 0.875);line-height:1.6}.vector-body h1{margin-top:1em}.vector-body h2{margin-top:1em;font-size:1.5em}.vector-body h3,.vector-body h4,.vector-body h5,.vector-body h6{margin-top:0.3em;margin-bottom:0;padding-bottom:0;line-height:1.6}.vector-body h3{font-size:1.2em}.vector-body h3,.vector-body h4{font-weight:bold}.vector-body h4,.vector-body h5,.vector-body h6{font-size:100%}.vector-body .toc h2{font-family:sans-serif;font-size:100%}.vector-body p{margin:0.5em 0}.vector-body blockquote{border-left:4px solid #eaecf0;padding:8px 32px}.vector-body blockquote > :first-child{margin-top:0}.vector-body blockquote > :last-child{margin-bottom:0}.mw-parser-output .external{background-image:url(/w/skins/Vector/resources/common/images/external-link-ltr-icon.svg?48e54);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-body .mw-indicators{font-size:0.875em;line-height:1.6;position:relative}.mw-body .mw-indicator{display:inline-block}#siteNotice{font-size:0.8em}.mw-portlet h3{display:none}.mw-portlet ul{list-style:none none;margin:0}.vector-menu-tabs{background-position:left bottom;float:left;height:2.5em;padding-left:1px}.vector-menu-tabs h3{display:none}.vector-menu-tabs ul{float:left;height:100%;list-style:none none;margin:0;padding:0}.vector-menu-tabs li{background-image:url(/w/skins/Vector/resources/common/images/tab-normal-fade.png?1cc52);background-image:linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%);background-position:left bottom;background-repeat:repeat-x;float:left;display:block;height:100%;margin:0;padding:0;line-height:1.125em;white-space:nowrap}.vector-menu-tabs li a{background-position:right bottom;color:#0645ad;-moz-box-sizing:border-box;box-sizing:border-box;display:block;float:left;height:3.07692308em;position:relative;padding-top:1.25em;padding-left:8px;padding-right:8px;font-size:0.8125em;cursor:pointer}.vector-menu-tabs .new a,.vector-menu-tabs .new a:visited{color:#dd3333}.vector-menu-tabs .selected{background:#ffffff}.vector-menu-tabs .selected a,.vector-menu-tabs .selected a:visited{color:#202122;text-decoration:none}.vector-menu-tabs .icon a{background-position:right bottom;background-repeat:no-repeat}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.vector-menu-tabs .mw-watchlink.icon a{width:2.15384615em;height:0;padding:3.07692308em 0 0 0;overflow:hidden}.vector-menu-tabs .mw-watchlink.icon a:before{background-repeat:no-repeat;background-position:50% 50%;content:'';display:block;position:absolute;top:1.07692308em;left:0.38461538em;width:1.23076923em;height:1.23076923em}.vector-menu-tabs #ca-unwatch.icon a:before{background-image:linear-gradient(transparent,transparent),url(/w/skins/Vector/resources/common/images/unwatch-icon.svg?c5368)}.vector-menu-tabs #ca-unwatch.mw-watchlink-temp.icon a:before{background-image:linear-gradient(transparent,transparent),url(/w/skins/Vector/resources/common/images/unwatch-temp-icon.svg?195f5)}.vector-menu-tabs #ca-watch.icon a:before{background-image:linear-gradient(transparent,transparent),url(/w/skins/Vector/resources/common/images/watch-icon.svg?6ab6f)}.vector-menu-tabs #ca-unwatch.icon a:hover:before,.vector-menu-tabs #ca-unwatch.icon a:focus:before{background-image:linear-gradient(transparent,transparent),url(/w/skins/Vector/resources/common/images/unwatch-icon-hl.svg?5e652)}.vector-menu-tabs #ca-unwatch.mw-watchlink-temp.icon a:hover:before,.vector-menu-tabs #ca-unwatch.mw-watchlink-temp.icon a:focus:before{background-image:linear-gradient(transparent,transparent),url(/w/skins/Vector/resources/common/images/unwatch-temp-icon-hl.svg?f3db6)}.vector-menu-tabs #ca-watch.icon a:hover:before,.vector-menu-tabs #ca-watch.icon a:focus:before{background-image:linear-gradient(transparent,transparent),url(/w/skins/Vector/resources/common/images/watch-icon-hl.svg?9bf90)}.vector-menu-tabs #ca-unwatch.icon .loading:before,.vector-menu-tabs #ca-watch.icon .loading:before{-webkit-animation:rotate 700ms infinite linear;animation:rotate 700ms infinite linear;outline:0;cursor:default;pointer-events:none;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.vector-menu-dropdown{direction:ltr;float:left;cursor:pointer;position:relative;line-height:1.125em}.vector-menu-dropdown h3{color:#54595d;position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box}.vector-menu-dropdown h3:after{content:'';background-image:url(/w/skins/Vector/resources/common/images/arrow-down.svg?9426f);background-position:100% 50%;background-repeat:no-repeat;position:absolute;top:0.76923077em;right:8px;bottom:0;width:1.23076923em;opacity:0.84}.vector-menu-dropdown h3:hover,.vector-menu-dropdown h3:focus{color:#202122}.vector-menu-dropdown h3:hover:after,.vector-menu-dropdown h3:focus:after{opacity:1}.vector-menu-dropdown .vector-menu-content{background-color:#ffffff;list-style:none none;min-width:100%;position:absolute;top:2.5em;left:-1px;margin:0;border:1px solid #a2a9b1;border-top-width:0;padding:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:left;opacity:0;visibility:hidden;-webkit-transition:opacity 100ms;transition:opacity 100ms;z-index:3}.vector-menu-dropdown .vector-menu-checkbox-expanded,.vector-menu-dropdown .vector-menu-checkbox-collapsed{display:block;position:absolute !important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;display:none}.vector-menu-dropdown .vector-menu-checkbox:checked + .vector-menu-heading .vector-menu-checkbox-expanded,.vector-menu-dropdown .vector-menu-checkbox:not(:checked) + .vector-menu-heading .vector-menu-checkbox-collapsed{display:inline}.vector-menu-dropdown .vector-menu-checkbox:checked ~ .vector-menu-content{opacity:1;visibility:visible}.vector-menu-dropdown ul{list-style:none}.vector-menu-dropdown li{padding:0;margin:0;text-align:left;line-height:1em}.vector-menu-dropdown li a{padding:0.625em;color:#0645ad;display:block;white-space:nowrap;cursor:pointer}.vector-menu-dropdown li a span{font-size:0.8125em}.vector-menu-dropdown .selected a,.vector-menu-dropdown .selected a:visited{color:#202122;text-decoration:none}#mw-head .vector-menu-dropdown h3{background-position:right bottom;float:left;height:3.07692308em;margin:0 -1px 0 0;padding-right:1.84615385em}.vector-menu-tabs,.vector-menu-tabs a,#mw-head .vector-menu-dropdown h3{background-image:url(/w/skins/Vector/resources/common/images/tab-separator.png?09d4b);background-image:linear-gradient(to bottom,rgba(167,215,249,0) 0,#a7d7f9 100%);background-repeat:no-repeat;background-size:1px 100%}.vector-menu-checkbox{cursor:pointer;position:absolute;top:0;left:0;z-index:1;opacity:0;width:100%;height:100%;margin:0;padding:0;display:none}:not(:checked) > .vector-menu-checkbox{display:block}.mw-portlet-variants h3,.mw-portlet-cactions h3,.vector-menu-dropdown-noicon h3{padding-top:1.25em;padding-left:8px;padding-right:1.84615385em;font-size:0.8125em;font-weight:normal}.mw-portlet-variants .vector-menu-checkbox:focus + h3,.mw-portlet-cactions .vector-menu-checkbox:focus + h3,.vector-menu-dropdown-noicon .vector-menu-checkbox:focus + h3{outline:dotted 1px;outline:auto -webkit-focus-ring-color}.vector-menu-portal{margin:0 0.6em 0 0.7em;padding:0.25em 0;direction:ltr}.vector-menu-portal h3{display:block;background-image:url(/w/skins/Vector/resources/common/images/portal-separator.png?4ab04);background-image:linear-gradient(to right,rgba(200,204,209,0) 0,#c8ccd1 33%,#c8ccd1 66%,rgba(200,204,209,0) 100%);background-position:center bottom;background-repeat:no-repeat;background-size:100% 1px;color:#54595d;margin:0.5em 0 0 0.66666667em;border:0;padding:0.25em 0;font-size:0.75em;font-weight:normal;cursor:default}.vector-menu-portal .vector-menu-content{margin-left:0.5em;padding-top:0}.vector-menu-portal .vector-menu-content ul{list-style:none none;margin:0;padding-top:0.3em}.vector-menu-portal .vector-menu-content li{margin:0;padding:0.25em 0;font-size:0.75em;line-height:1.125em;word-wrap:break-word}.vector-menu-portal .vector-menu-content li a{color:#0645ad}.vector-menu-portal .vector-menu-content li a:visited{color:#0b0080}#p-search h3{display:block;position:absolute !important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden}#simpleSearch{position:relative;height:100%}#searchInput{background-color:rgba(255,255,255,0.5);color:#000000;width:100%;height:2.15384615em;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #a2a9b1;border-radius:2px;padding:5px 2.15384615em 5px 0.4em;box-shadow:inset 0 0 0 1px transparent;font-family:inherit;font-size:0.8125em;direction:ltr;-webkit-transition:border-color 250ms,box-shadow 250ms;transition:border-color 250ms,box-shadow 250ms;-webkit-appearance:none;-moz-appearance:textfield}#simpleSearch:hover #searchInput{border-color:#72777d}#searchInput:focus,#simpleSearch:hover #searchInput:focus{outline:0;border-color:#3366cc;box-shadow:inset 0 0 0 1px #3366cc}#searchInput::-webkit-input-placeholder{color:#72777d;opacity:1}#searchInput:-ms-input-placeholder{color:#72777d;opacity:1}#searchInput::-moz-placeholder{color:#72777d;opacity:1}#searchInput::placeholder{color:#72777d;opacity:1}#searchInput::-webkit-search-decoration,#searchInput::-webkit-search-cancel-button,#searchInput::-webkit-search-results-button,#searchInput::-webkit-search-results-decoration{display:none}#searchButton,#mw-searchButton{background-color:transparent;position:absolute;top:1px;bottom:1px;right:1px;min-width:28px;width:2.15384615em;border:0;padding:0;cursor:pointer;font-size:0.8125em;direction:ltr;text-indent:-99999px;white-space:nowrap;overflow:hidden;z-index:1}#searchButton{background:no-repeat center / 1.23076923em url(/w/skins/Vector/resources/common/images/search.svg?bbf78);opacity:0.67}.search-toggle{display:block;float:right}.vector-search-box-collapses > div{display:none}#p-logo{width:10em;height:160px;margin-bottom:1em}#p-logo a{background-position:center center;background-repeat:no-repeat;display:block;width:10em;height:160px;text-decoration:none}.mw-footer{direction:ltr}.mw-footer ul{list-style:none none;margin:0;padding:0}.mw-footer li{color:#202122;margin:0;padding:0.5em 0;font-size:0.75em}#footer-icons{float:right}#footer-icons li{float:left;margin-left:0.5em;line-height:2;text-align:right}#footer-info li{line-height:1.4}#footer-places li{float:left;margin-right:1em;line-height:2}}@media screen and (min-width:1000px){.search-toggle{display:none}}@media screen and (min-width:1000px){.vector-search-box-collapses > div{display:block}}@media print{.toc,body{padding:10px;font-family:'Linux Libertine','Georgia','Times',serif}.printfooter,.mw-footer,.thumb,table,ol,dl,ul,h3,h4,h5,h6{font-family:sans-serif}img{font-family:'Linux Libertine','Georgia','Times',serif}.mw-body a:not(.image){border-bottom:1px solid #aaa}.firstHeading{font-size:25pt;line-height:28pt;margin-bottom:20px;padding-bottom:5px}.firstHeading,h2{overflow:hidden;border-bottom:2px solid #000000}h3,h4,h5,h6{margin:30px 0 0}h2,h3,h4,h5,h6{padding:0;position:relative}h2{font-size:18pt;line-height:24pt;margin-bottom:0.25em}h3{font-size:14pt;line-height:20pt}h4,h5,h6{font-size:12pt;line-height:16pt}p{font-size:12pt;line-height:16pt;margin-top:5px;text-align:justify}p:before{content:'';display:block;width:120pt;overflow:hidden}blockquote{border-left:2px solid #000000;padding-left:20px}ol,ul{margin:10px 0 0 1.6em;padding:0}ol li,ul li{padding:2px 0;font-size:12pt}table ol li,table ul li{font-size:inherit}.toc{page-break-before:avoid;page-break-after:avoid;background:none;border:0;display:table}.toc a{border:0;font-weight:normal}.toc > ul > li{margin-bottom:4px;font-weight:bold}.toc ul{margin:0;list-style:none}.toc ul ul{padding-left:30px}.toc li.toclevel-1 > a{font-size:12pt;font-weight:bold}#mw-navigation,.noprint,.mw-jump-link,.mw-portlet-lang,.toc .tocnumber{display:none}.printfooter{margin-top:10px;border-top:3px solid #000000;padding-top:10px;font-size:10pt;clear:both}.mw-footer{margin-top:12px;border-top:1px solid #eeeeee;padding-top:5px}#footer-info{margin:0;padding:0}#footer-info li{color:#999;list-style:none;display:block;padding-bottom:10px;font-size:10pt}#footer-info li a{color:#999 !important}#footer-info-lastmod{color:#000000;font-size:12pt;font-weight:bold}}@media screen{body{background-color:#f6f6f6;overflow-y:scroll}.mw-body,.parsoid-body{background-color:#ffffff;color:#202122;direction:ltr;padding:1em}#p-personal{position:absolute;top:6px;right:0.75em;z-index:100}#p-personal ul{padding-left:10em}#p-personal li{float:left;margin-left:0.75em;padding-top:0.5em;line-height:1.16666667}.mw-body,#mw-data-after-content{margin-left:10em}.mw-body{margin-top:-1px;border:1px solid #a7d7f9;border-right-width:0}.mw-body .firstHeading{overflow:visible}.mw-indicators{z-index:1}.vector-body{position:relative;z-index:0}#mw-page-base{background-color:#fbfbfb;background-image:linear-gradient(to bottom,#ffffff 50%,#f6f6f6 100%);background-position:bottom left;height:5em}#mw-head-base{margin-top:-5em;margin-left:10em;height:5em}#mw-navigation h2{position:absolute;top:-9999px}#mw-head{position:absolute;top:0;right:0;width:100%}#left-navigation{float:left;margin-left:10em;margin-top:2.5em;margin-bottom:-2.5em}#right-navigation{float:right;margin-top:2.5em}#p-search{float:left;margin-right:0.5em;margin-left:0.5em}#p-search form{margin:0.5em 0 0}#simpleSearch{min-width:5em;width:13.2em;width:20vw;max-width:20em}#mw-panel{position:absolute;top:0;width:10em;left:0}#p-logo + .mw-portlet h3{display:none}.mw-footer{margin-left:10em;margin-top:0;padding:0.75em}.mw-content-ltr{direction:ltr}.mw-content-rtl{direction:rtl}.vector-menu-dropdown:not(.vector-user-menu) li{font-size:0.8125em}.vector-menu-dropdown:not(.vector-user-menu):hover .vector-menu-content{opacity:1;visibility:visible}.vector-menu-checkbox:checked + h3:after{transform:scaleY(-1)}#mw-panel{font-size:inherit}#mw-panel nav:first-child{background-image:none}#mw-panel nav:first-child h3{display:none}#mw-panel nav:first-child .vector-menu-content{margin-left:0.5em}.vector-user-menu-legacy{}.vector-user-menu-legacy li{font-size:0.75em}.vector-user-menu-legacy #pt-anonuserpage,.vector-user-menu-legacy #pt-userpage a{background-position:left 0.33333333em;background-image:url(/w/skins/Vector/resources/skins.vector.styles.legacy/images/user-avatar.svg?b7f58);background-repeat:no-repeat;background-size:1.16666667em 1.16666667em;padding-top:0.5em;padding-left:1.5em}.vector-user-menu-legacy #pt-userpage{padding-top:0}.vector-user-menu-legacy #pt-userpage a{display:inline-block}.vector-user-menu-legacy #pt-anonuserpage{color:#54595d}.vector-user-menu-legacy .vector-menu-content-list{display:flex;flex-wrap:wrap;flex-grow:1;justify-content:flex-end;align-items:baseline}}@media screen and (min-width:982px){.mw-body,#mw-head-base,#left-navigation,#mw-data-after-content,.mw-footer{margin-left:11em}.mw-body{padding:1.25em 1.5em 1.5em 1.5em}.mw-footer{padding:1.25em}#mw-panel{padding-left:0.5em}#p-search{margin-right:1em}#p-personal{right:1em}}@media print{.noprint,.mw-cite-backlink,.mw-redirectedfrom,.patrollink,#column-one,#footer-places,#mw-navigation,#f-poweredbyico,#f-copyrightico,li#about,li#disclaimer,li#mobileview,li#privacy{display:none}#footer{background:#fff;color:#000;margin-top:1em;border-top:1pt solid #aaa;padding-top:5px;direction:ltr}}.mw-wiki-logo{background-image:url(/w/life/logo.png?96165)}@media print{table.floatright,div.floatright,div.tright{float:right;clear:right}table.floatleft,div.floatleft,div.tleft{float:left;clear:left}div.tleft{margin:0.5em 1.4em 1.3em 0}div.tright{margin:0.5em 0 1.3em 1.4em}table.floatright,div.floatright{margin:0 0 0.5em 0.5em;border:0}table.floatleft,div.floatleft{margin:0 0.5em 0.5em 0;border:0}div.thumb{background-color:transparent;width:auto}div.thumb a{border-bottom:0}div.thumbinner{background-color:#fff;border:0;border-radius:2px;padding:5px;font-size:10pt;color:#666;text-align:center;overflow:hidden;min-width:100px}.thumbcaption{text-align:left;line-height:1.4;padding:3px}.thumbborder{border:1pt solid #ddd}.thumb{page-break-inside:avoid}.magnify{display:none}.mw-parser-output a.external{}.mw-parser-output a.external.text:after,.mw-parser-output a.external.autonumber:after{content:' (' attr(href) ')';word-break:break-all;word-wrap:break-word}.mw-parser-output a.external.text[href^='//']:after,.mw-parser-output a.external.autonumber[href^='//']:after{content:' (https:' attr(href) ')'}.wikitable{background:#fff;margin:1em 0;border:1pt solid #aaa;border-collapse:collapse;font-size:10pt;page-break-inside:avoid}.wikitable > caption{padding:5px;font-size:10pt}.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td{background:#fff !important;color:#000 !important;border:1pt solid #aaa;padding:0.4em 0.6em}.wikitable > tr > th,.wikitable > * > tr > th{text-align:center}table.listing,table.listing td{border:1pt solid #000;border-collapse:collapse}.mw-editsection,.mw-editsection-like,.mw-indicators,#siteNotice,.usermessage{display:none}.printfooter{padding:1em 0}.catlinks ul{display:inline;padding:0;list-style:none}.catlinks li{display:inline-block;line-height:1.15;margin:0.1em 0;border-left:1pt solid #aaa;padding:0 0.4em}.catlinks li:first-child{border-left:0;padding-left:0.2em}.mw-hidden-catlinks,.catlinks{display:none}.center{text-align:center}a{background:none !important;padding:0 !important}a,a.external,a.new,a.stub{color:inherit !important;text-decoration:inherit !important}dt{font-weight:bold}h1,h2,h3,h4,h5,h6{font-weight:bold;page-break-after:avoid;page-break-before:avoid}p{margin:1em 0;line-height:1.2;orphans:3;widows:3}img,figure{page-break-inside:avoid}img{border:0;vertical-align:middle}pre,.mw-code{background:#fff;color:#000;border:1pt dashed #000;padding:1em;font-size:8pt;white-space:pre-wrap;overflow-x:hidden;word-wrap:break-word}ul{list-style-type:square}.toctogglecheckbox:checked + .toctitle{display:none}.toc{background-color:#f9f9f9;border:1pt solid #aaa;padding:5px;display:table}.tocnumber,.toctext{display:table-cell}.tocnumber{padding-left:0;padding-right:0.5em}.mw-content-ltr .tocnumber{padding-left:0;padding-right:0.5em}.mw-content-rtl .tocnumber{padding-left:0.5em;padding-right:0}}@media screen{div.tright,div.floatright,table.floatright{clear:right;float:right}div.tleft,div.floatleft,table.floatleft{float:left;clear:left}.mw-content-ltr .thumbcaption{text-align:left}.mw-content-ltr .magnify{float:right}.mw-content-rtl .thumbcaption{text-align:right}.mw-content-rtl .magnify{float:left}div.floatright,table.floatright{margin:0 0 0.5em 0.5em}div.floatleft,table.floatleft{margin:0 0.5em 0.5em 0}div.thumb{margin-bottom:0.5em;width:auto;background-color:transparent}div.thumbinner{border:1px solid #c8ccd1;padding:3px;background-color:#f8f9fa;font-size:94%;text-align:center;overflow:hidden}.thumbimage{background-color:#ffffff;border:1px solid #c8ccd1}.thumbcaption{border:0;line-height:1.4em;padding:3px;font-size:94%;text-align:left}.magnify{float:right;margin-left:3px}.magnify a{display:block;text-indent:15px;white-space:nowrap;overflow:hidden;width:15px;height:11px;background-image:url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.thumbborder{border:1px solid #eaecf0}.mw-content-ltr .magnify{margin-left:3px;margin-right:0}.mw-content-ltr .magnify a{background-image:url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?8330e)}.mw-content-rtl .magnify{margin-left:0;margin-right:3px}.mw-content-rtl .magnify a{background-image:url(/w/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?38fd5)}div.tright{margin:0.5em 0 1.3em 1.4em}div.tleft{margin:0.5em 1.4em 1.3em 0}a.stub{color:#772233}a.new{color:#dd3333}a.mw-selflink{color:inherit;font-weight:bold;text-decoration:inherit}a.mw-selflink:hover{cursor:inherit;text-decoration:inherit}a.mw-selflink:active,a.mw-selflink:visited{color:inherit}a.new:visited{color:#a55858}.mw-parser-output a.extiw,.mw-parser-output a.external{color:#3366bb}.mw-parser-output a.extiw:visited,.mw-parser-output a.external:visited{color:#663366}.mw-parser-output a.extiw:active,.mw-parser-output a.external:active{color:#bb6633}.mw-underline-always a{text-decoration:underline}.mw-underline-never a{text-decoration:none}.plainlinks a.external{background:none !important;padding:0 !important}.mw-parser-output a.external,.link-https{background-image:url(/w/resources/src/mediawiki.skinning/images/external-ltr.svg?59558);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.external[href^='mailto:'],.link-mailto{background-image:url(/w/resources/src/mediawiki.skinning/images/mail.svg?8a79c);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.external[href^='ftp://'],.link-ftp{background-image:url(/w/resources/src/mediawiki.skinning/images/ftp-ltr.svg?c5643);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.external[href^='irc://'],.mw-parser-output a.external[href^='ircs://'],.link-irc{background-image:url(/w/resources/src/mediawiki.skinning/images/chat-ltr.svg?e0649);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.external[href$='.ogg'],.mw-parser-output a.external[href$='.OGG'],.mw-parser-output a.external[href$='.mid'],.mw-parser-output a.external[href$='.MID'],.mw-parser-output a.external[href$='.midi'],.mw-parser-output a.external[href$='.MIDI'],.mw-parser-output a.external[href$='.mp3'],.mw-parser-output a.external[href$='.MP3'],.mw-parser-output a.external[href$='.wav'],.mw-parser-output a.external[href$='.WAV'],.mw-parser-output a.external[href$='.wma'],.mw-parser-output a.external[href$='.WMA'],.link-audio{background-image:url(/w/resources/src/mediawiki.skinning/images/audio-ltr.svg?74d04);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.external[href$='.ogm'],.mw-parser-output a.external[href$='.OGM'],.mw-parser-output a.external[href$='.avi'],.mw-parser-output a.external[href$='.AVI'],.mw-parser-output a.external[href$='.mpeg'],.mw-parser-output a.external[href$='.MPEG'],.mw-parser-output a.external[href$='.mpg'],.mw-parser-output a.external[href$='.MPG'],.link-video{background-image:url(/w/resources/src/mediawiki.skinning/images/video.svg?a3758);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.external[href$='.pdf'],.mw-parser-output a.external[href$='.PDF'],.mw-parser-output a.external[href*='.pdf#'],.mw-parser-output a.external[href*='.PDF#'],.mw-parser-output a.external[href*='.pdf?'],.mw-parser-output a.external[href*='.PDF?'],.link-document{background-image:url(/w/resources/src/mediawiki.skinning/images/document-ltr.svg?0bf90);background-position:center right;background-repeat:no-repeat;padding-right:13px}.mw-parser-output a.extiw,.mw-parser-output a.extiw:active{color:#36b}.mw-parser-output a.external{color:#36b}.mw-body-content:after{clear:both;content:'';display:block}.mw-body-content a.external.free{word-wrap:break-word}.mw-body-content .error{font-size:larger;color:#d33}.rtl .mw-parser-output a.external.free,.rtl .mw-parser-output a.external.autonumber{direction:ltr;unicode-bidi:embed}.mw-hide-empty-elt .mw-parser-output .mw-empty-elt{display:none}.wikitable{background-color:#f8f9fa;color:#202122;margin:1em 0;border:1px solid #a2a9b1;border-collapse:collapse}.wikitable > tr > th,.wikitable > tr > td,.wikitable > * > tr > th,.wikitable > * > tr > td{border:1px solid #a2a9b1;padding:0.2em 0.4em}.wikitable > tr > th,.wikitable > * > tr > th{background-color:#eaecf0;text-align:center}.wikitable > caption{font-weight:bold}.usermessage{background-color:#fef6e7;border:1px solid #fc3;color:#000;font-weight:bold;margin:2em 0 1em;padding:0.5em 1em;vertical-align:middle}#siteNotice{position:relative;text-align:center;margin:0}#localNotice{margin-bottom:0.9em}#siteSub{display:none}#contentSub,#contentSub2{font-size:84%;line-height:1.2em;margin:0 0 1.4em 1em;color:#54595d;width:auto}span.subpages{display:block}.emptyPortlet{display:none}.printfooter,.client-nojs #t-print{display:none}.mw-indicators{float:right}.mw-editsection{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mw-editsection,.mw-editsection-like{font-size:small;font-weight:normal;margin-left:1em;vertical-align:baseline;line-height:1em}.mw-content-ltr .mw-editsection,.mw-content-rtl .mw-content-ltr .mw-editsection,.mw-content-ltr .mw-editsection-like,.mw-content-rtl .mw-content-ltr .mw-editsection-like{margin-left:1em;margin-right:0}.mw-content-rtl .mw-editsection,.mw-content-ltr .mw-content-rtl .mw-editsection,.mw-content-rtl .mw-editsection-like,.mw-content-ltr .mw-content-rtl .mw-editsection-like{margin-right:1em;margin-left:0}#catlinks{text-align:left}.catlinks{border:1px solid #a2a9b1;background-color:#f8f9fa;padding:5px;margin-top:1em;clear:both}.catlinks ul{display:inline;margin:0;padding:0;list-style:none}.catlinks li{display:inline-block;line-height:1.25em;border-left:1px solid #a2a9b1;margin:0.125em 0;padding:0 0.5em}.catlinks li:first-child{padding-left:0.25em;border-left:0}.catlinks li a.mw-redirect{font-style:italic}.mw-hidden-cats-hidden,.catlinks-allhidden{display:none}a{text-decoration:none;color:#0645ad;background:none}a:not([href]){cursor:pointer}a:visited{color:#0b0080}a:active{color:#faa700}a:hover,a:focus{text-decoration:underline}a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur){text-decoration:none}img{border:0;vertical-align:middle}hr{height:1px;background-color:#a2a9b1;border:0;margin:0.2em 0}h1,h2,h3,h4,h5,h6{color:#000;margin:0;padding-top:0.5em;padding-bottom:0.17em;overflow:hidden}h1,h2{margin-bottom:0.6em;border-bottom:1px solid #a2a9b1}h3,h4,h5{margin-bottom:0.3em}h1{font-size:188%;font-weight:normal}h2{font-size:150%;font-weight:normal}h3{font-size:128%}h4{font-size:116%}h5{font-size:108%}h6{font-size:100%}p{margin:0.4em 0 0.5em 0}p img{margin:0}ul{margin:0.3em 0 0 1.6em;padding:0}ol{margin:0.3em 0 0 3.2em;padding:0;list-style-image:none}li{margin-bottom:0.1em}dt{font-weight:bold;margin-bottom:0.1em}dl{margin-top:0.2em;margin-bottom:0.5em}dd{margin-left:1.6em;margin-bottom:0.1em}pre,code,tt,kbd,samp,.mw-code{font-family:monospace,monospace}pre,code,.mw-code{background-color:#f8f9fa;color:#000;border:1px solid #eaecf0}code{border-radius:2px;padding:1px 4px}pre,.mw-code{padding:1em;white-space:pre-wrap;overflow-x:hidden;word-wrap:break-word}table{font-size:100%}fieldset{border:1px solid #2a4b8d;margin:1em 0 1em 0;padding:0 1em 1em}legend{padding:0.5em;font-size:95%}form{border:0;margin:0}textarea{display:block;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #c8ccd1;padding:0.1em}.center{width:100%;text-align:center}*.center *{margin-left:auto;margin-right:auto}.small{font-size:94%}table.small{font-size:100%}@counter-style meetei{system:numeric;symbols:'\ABF0' '\ABF1' '\ABF2' '\ABF3' '\ABF4' '\ABF5' '\ABF6' '\ABF7' '\ABF8' '\ABF9';suffix:') '}@counter-style santali{system:numeric;symbols:'\1C50' '\1C51' '\1C52' '\1C53' '\1C54' '\1C55' '\1C56' '\1C57' '\1C58' '\1C59'}ol:lang(azb) li,ol:lang(bcc) li,ol:lang(bgn) li,ol:lang(bqi) li,ol:lang(fa) li,ol:lang(glk) li,ol:lang(kk-arab) li,ol:lang(lrc) li,ol:lang(luz) li,ol:lang(mzn) li{list-style-type:persian}ol:lang(ckb) li,ol:lang(sdh) li{list-style-type:arabic-indic}ol:lang(hi) li,ol:lang(mai) li,ol:lang(mr) li,ol:lang(ne) li{list-style-type:devanagari}ol:lang(as) li,ol:lang(bn) li{list-style-type:bengali}ol:lang(mni) li{list-style-type:meetei}ol:lang(or) li{list-style-type:oriya}ol:lang(sat) li{list-style-type:santali}.mw-content-ltr ul,.mw-content-rtl .mw-content-ltr ul{margin:0.3em 0 0 1.6em;padding:0}.mw-content-rtl ul,.mw-content-ltr .mw-content-rtl ul{margin:0.3em 1.6em 0 0;padding:0}.mw-content-ltr ol,.mw-content-rtl .mw-content-ltr ol{margin:0.3em 0 0 3.2em;padding:0}.mw-content-rtl ol,.mw-content-ltr .mw-content-rtl ol{margin:0.3em 3.2em 0 0;padding:0}.mw-content-ltr dd,.mw-content-rtl .mw-content-ltr dd{margin-left:1.6em;margin-right:0}.mw-content-rtl dd,.mw-content-ltr .mw-content-rtl dd{margin-right:1.6em;margin-left:0}h1:lang(anp),h1:lang(as),h1:lang(bh),h1:lang(bho),h1:lang(bn),h1:lang(gu),h1:lang(hi),h1:lang(kn),h1:lang(ks),h1:lang(ml),h1:lang(mr),h1:lang(my),h1:lang(mai),h1:lang(ne),h1:lang(new),h1:lang(or),h1:lang(pa),h1:lang(pi),h1:lang(sa),h1:lang(ta),h1:lang(te){line-height:1.6em !important}h2:lang(anp),h3:lang(anp),h4:lang(anp),h5:lang(anp),h6:lang(anp),h2:lang(as),h3:lang(as),h4:lang(as),h5:lang(as),h6:lang(as),h2:lang(bho),h3:lang(bho),h4:lang(bho),h5:lang(bho),h6:lang(bho),h2:lang(bh),h3:lang(bh),h4:lang(bh),h5:lang(bh),h6:lang(bh),h2:lang(bn),h3:lang(bn),h4:lang(bn),h5:lang(bn),h6:lang(bn),h2:lang(gu),h3:lang(gu),h4:lang(gu),h5:lang(gu),h6:lang(gu),h2:lang(hi),h3:lang(hi),h4:lang(hi),h5:lang(hi),h6:lang(hi),h2:lang(kn),h3:lang(kn),h4:lang(kn),h5:lang(kn),h6:lang(kn),h2:lang(ks),h3:lang(ks),h4:lang(ks),h5:lang(ks),h6:lang(ks),h2:lang(ml),h3:lang(ml),h4:lang(ml),h5:lang(ml),h6:lang(ml),h2:lang(mr),h3:lang(mr),h4:lang(mr),h5:lang(mr),h6:lang(mr),h2:lang(my),h3:lang(my),h4:lang(my),h5:lang(my),h6:lang(my),h2:lang(mai),h3:lang(mai),h4:lang(mai),h5:lang(mai),h6:lang(mai),h2:lang(ne),h3:lang(ne),h4:lang(ne),h5:lang(ne),h6:lang(ne),h2:lang(new),h3:lang(new),h4:lang(new),h5:lang(new),h6:lang(new),h2:lang(or),h3:lang(or),h4:lang(or),h5:lang(or),h6:lang(or),h2:lang(pa),h3:lang(pa),h4:lang(pa),h5:lang(pa),h6:lang(pa),h2:lang(pi),h3:lang(pi),h4:lang(pi),h5:lang(pi),h6:lang(pi),h2:lang(sa),h3:lang(sa),h4:lang(sa),h5:lang(sa),h6:lang(sa),h2:lang(ta),h3:lang(ta),h4:lang(ta),h5:lang(ta),h6:lang(ta),h2:lang(te),h3:lang(te),h4:lang(te),h5:lang(te),h6:lang(te){line-height:1.4em}h2:lang(th){line-height:1.6}.toc,.toccolours{border:1px solid #a2a9b1;background-color:#f8f9fa;padding:5px;font-size:95%}.toc{display:table;padding:7px}.toc h2{display:inline;border:0;padding:0;font-size:100%;font-weight:bold}.toc .toctitle{text-align:center}.toc ul{list-style:none;margin:0.3em 0;padding:0;text-align:left}.toc ul ul{margin:0 0 0 2em}table.toc{border-collapse:collapse}table.toc td{padding:0}.tocnumber,.toctext{display:table-cell;text-decoration:inherit}.tocnumber{color:#202122;padding-left:0;padding-right:0.5em}.mw-content-ltr .tocnumber{padding-left:0;padding-right:0.5em}.mw-content-rtl .tocnumber{padding-left:0.5em;padding-right:0}.toctogglecheckbox{display:inline !important;position:absolute;opacity:0;z-index:-1}.toctogglespan{font-size:94%}.toctogglespan:before{content:' ['}.toctogglespan:after{content:']'}.toctogglelabel{cursor:pointer;color:#0645ad}.toctogglelabel:hover{text-decoration:underline}.toctogglecheckbox:focus + .toctitle .toctogglelabel{text-decoration:underline;outline:dotted 1px;outline:auto -webkit-focus-ring-color}.toctogglecheckbox:checked + .toctitle .toctogglelabel:after{content:'show'}.toctogglecheckbox:not(:checked) + .toctitle .toctogglelabel:after{content:'hide'}.toc .toctitle{direction:ltr}.mw-content-ltr .toc ul,.mw-content-rtl .mw-content-ltr .toc ul{text-align:left}.mw-content-rtl .toc ul,.mw-content-ltr .mw-content-rtl .toc ul{text-align:right}.mw-content-ltr .toc ul ul,.mw-content-rtl .mw-content-ltr .toc ul ul{margin:0 0 0 2em}.mw-content-rtl .toc ul ul,.mw-content-ltr .mw-content-rtl .toc ul ul{margin:0 2em 0 0}}
|
6 |
+
/* Cached 20231103133458 */
|
7 |
+
|
8 |
+
|
9 |
+
.ambox{background:#fbfbfb;border:1px solid #aaa;border-left:10px solid #f28500;margin:-1px 10% 0}table.delete{border-left:10px solid red}table.warning{border-left:10px solid orange}.ambox th.mbox-text,.ambox td.mbox-text{padding:.25em .5em .1em}.ambox td.mbox-image{padding:2px 0 2px .5em}.ambox td.mbox-imageright{padding:2px .5em 2px 0}.img_border{border:1px solid #A7A8C1;border-spacing:0;line-height:1px;margin-left:auto;margin-right:auto;padding:0}.infobox{background-color:#E8E8EE;border:3px solid #A7A8C1;border-spacing:4px;float:right;font-size:88%;line-height:1.5em;margin-left:6px;padding:10px;text-align:left;width:22em}.infobox_head{font-size:150%;font-weight:700;text-align:center}.infobox_img{text-align:center}.infobox_animlink{padding-bottom:0;text-align:center}.infobox_link{padding-bottom:4px;text-align:center}.infobox_subhead{font-size:125%;font-weight:700;padding-top:12px;text-align:center}.infobox_table{background-color:#E8E8EE;border:0px;border-spacing:0px 4px;margin-left:0px;padding:0}th.mbox-text,td.mbox-text{border:none;padding:.25em .9em;width:100%}table.navbox{border:1px solid #aaa;clear:both;font-size:88%;margin:auto;padding:1px;text-align:center;width:100%}table.navbox + table.navbox{margin-top:-1px}.navbox-title,.navbox-abovebelow,table.navbox th{padding-left:1em;padding-right:1em;text-align:center}.navbox-group{font-weight:700;padding-left:1em;padding-right:1em;text-align:right;white-space:nowrap}.navbox,.navbox-subgroup{background:#fdfdfd}.navbox-list{border-color:#fdfdfd}.navbox-title,table.navbox th{background:#ccf}.navbox-abovebelow,.navbox-group,.navbox-subgroup .navbox-title{background:#ddf}.navbox-subgroup .navbox-group,.navbox-subgroup .navbox-abovebelow{background:#e6e6ff}.navbox-even{background:#f7f7f7}.navbox-odd{background:transparent}.page-Main_Page h1.firstHeading{display:none}table.wikitable{background:#f9f9f9;border:1px #aaa solid;border-collapse:collapse;margin:1em 1em 1em 0}.wikitable th,.wikitable td{border:1px #aaa solid;padding:.3em}.wikitable th{background:#f2f2f2;text-align:center}.wikitable caption{font-weight:700;margin-left:inherit;margin-right:inherit}th.red_td{background:#fdd;color:#800}td.red_td{background:#fee;color:#b00}table.bgtable{background:#f9f9f9;border:1px #aaa solid;margin:1em}.bgtable th,.bgtable td{padding:.3em}code{background-color:#F0F0FF;border:1px dashed #000040;display:block;font-size:8pt;margin-bottom:6px;padding:6px}.collapseButton{float:right;font-weight:normal;text-align:right;width:auto}.codebox div{z-index:500}#cwl_navbar{font-size:1.25em;color:#000;position:relative;background-color:#dae7f6;padding:12px 0px;width:100%;text-align:center;border:1px solid #a3b0bf;margin:0px 0px 20px 0px}#cwl_navbar a{text-decoration:none;color:#4a5176}#cwl_navbar a:hover{text-decoration:underline}.blackRibbon{position:fixed;bottom:0;right:0;width:12.5%}.galleryContainer{display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:row}.galleryItem{margin:4px;border:0px solid #000}.galIt{margin:4px;border:0px solid #000;display:inline-block !important;vertical-align:top}
|
10 |
+
/* Cached 20231103133744 */
|
11 |
+
</style>
|
12 |
+
<meta charset="utf-8">
|
13 |
+
<title>
|
14 |
+
Beehive bend tail - LifeWiki
|
15 |
+
</title>
|
16 |
+
<meta content name="ResourceLoaderDynamicStyles">
|
17 |
+
<meta content="MediaWiki 1.37.1" name="generator">
|
18 |
+
<meta content="noindex,nofollow" name="robots">
|
19 |
+
<meta content="telephone=no" name="format-detection">
|
20 |
+
</head>
|
21 |
+
<body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Beehive_bend_tail rootpage-Beehive_bend_tail skin-vector action-view skin-vector-legacy">
|
22 |
+
<div class="noprint" id="mw-page-base">
|
23 |
+
</div>
|
24 |
+
<div class="noprint" id="mw-head-base">
|
25 |
+
</div>
|
26 |
+
<div class="mw-body" id="content" role="main">
|
27 |
+
<a id="top">
|
28 |
+
</a>
|
29 |
+
<div id="siteNotice">
|
30 |
+
<div dir="ltr" id="localNotice" lang="en">
|
31 |
+
<div class="plainlinks" id="cwl_navbar">
|
32 |
+
<a class="external text" rel="nofollow">
|
33 |
+
Home
|
34 |
+
</a>
|
35 |
+
•
|
36 |
+
<b>
|
37 |
+
<a class="external text" rel="nofollow">
|
38 |
+
LifeWiki
|
39 |
+
</a>
|
40 |
+
</b>
|
41 |
+
•
|
42 |
+
<a class="external text" rel="nofollow">
|
43 |
+
Book
|
44 |
+
</a>
|
45 |
+
•
|
46 |
+
<a class="external text" rel="nofollow">
|
47 |
+
Catagolue
|
48 |
+
</a>
|
49 |
+
•
|
50 |
+
<a class="external text" rel="nofollow">
|
51 |
+
Forums
|
52 |
+
</a>
|
53 |
+
•
|
54 |
+
<a class="external text" rel="nofollow">
|
55 |
+
Discord
|
56 |
+
</a>
|
57 |
+
•
|
58 |
+
<a class="external text" rel="nofollow">
|
59 |
+
Golly
|
60 |
+
</a>
|
61 |
+
</div>
|
62 |
+
</div>
|
63 |
+
</div>
|
64 |
+
<div class="mw-indicators">
|
65 |
+
</div>
|
66 |
+
<h1 class="firstHeading" id="firstHeading">
|
67 |
+
Beehive bend tail
|
68 |
+
</h1>
|
69 |
+
<div class="vector-body" id="bodyContent">
|
70 |
+
<div class="noprint" id="siteSub">
|
71 |
+
From LifeWiki
|
72 |
+
</div>
|
73 |
+
<div id="contentSub">
|
74 |
+
</div>
|
75 |
+
<div id="contentSub2">
|
76 |
+
</div>
|
77 |
+
<div id="jump-to-nav">
|
78 |
+
</div>
|
79 |
+
<a class="mw-jump-link">
|
80 |
+
Jump to navigation
|
81 |
+
</a>
|
82 |
+
<a class="mw-jump-link">
|
83 |
+
Jump to search
|
84 |
+
</a>
|
85 |
+
<div class="mw-body-content mw-content-ltr" dir="ltr" id="mw-content-text" lang="en">
|
86 |
+
<div class="noarticletext mw-content-ltr" dir="ltr" lang="en">
|
87 |
+
<p>
|
88 |
+
There is currently no text in this page.
|
89 |
+
You can
|
90 |
+
<a title="Special:Search/Beehive bend tail">
|
91 |
+
search for this page title
|
92 |
+
</a>
|
93 |
+
in other pages, or
|
94 |
+
<span class="plainlinks">
|
95 |
+
<a class="external text" rel="nofollow">
|
96 |
+
search the related logs
|
97 |
+
</a>
|
98 |
+
</span>
|
99 |
+
, but you do not have permission to create this page.
|
100 |
+
</p>
|
101 |
+
<p>
|
102 |
+
If you are logged in, be sure to request the "trusted" flag
|
103 |
+
<a class="external text" rel="nofollow">
|
104 |
+
here
|
105 |
+
</a>
|
106 |
+
in
|
107 |
+
<a class="external text" rel="nofollow">
|
108 |
+
this forum thread
|
109 |
+
</a>
|
110 |
+
to be able to edit pages.
|
111 |
+
</p>
|
112 |
+
</div>
|
113 |
+
<div class="printfooter">
|
114 |
+
Retrieved from "
|
115 |
+
<a dir="ltr">
|
116 |
+
https://conwaylife.com/wiki/Beehive_bend_tail
|
117 |
+
</a>
|
118 |
+
"
|
119 |
+
</div>
|
120 |
+
</div>
|
121 |
+
<div class="catlinks catlinks-allhidden" data-mw="interface" id="catlinks">
|
122 |
+
</div>
|
123 |
+
</div>
|
124 |
+
</div>
|
125 |
+
<div id="mw-navigation">
|
126 |
+
<h2>
|
127 |
+
Navigation menu
|
128 |
+
</h2>
|
129 |
+
<div id="mw-head">
|
130 |
+
<nav aria-labelledby="p-personal-label" class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu" id="p-personal" role="navigation">
|
131 |
+
<h3 class="vector-menu-heading" id="p-personal-label">
|
132 |
+
<span>
|
133 |
+
Personal tools
|
134 |
+
</span>
|
135 |
+
</h3>
|
136 |
+
<div class="vector-menu-content">
|
137 |
+
<ul class="vector-menu-content-list">
|
138 |
+
<li class="mw-list-item" id="pt-createaccount">
|
139 |
+
<a title="You are encouraged to create an account and log in; however, it is not mandatory">
|
140 |
+
Create account
|
141 |
+
</a>
|
142 |
+
</li>
|
143 |
+
<li class="mw-list-item" id="pt-login">
|
144 |
+
<a accesskey="" title="You are encouraged to log in; however, it is not mandatory">
|
145 |
+
Log in
|
146 |
+
</a>
|
147 |
+
</li>
|
148 |
+
</ul>
|
149 |
+
</div>
|
150 |
+
</nav>
|
151 |
+
<div id="left-navigation">
|
152 |
+
<nav aria-labelledby="p-namespaces-label" class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs" id="p-namespaces" role="navigation">
|
153 |
+
<h3 class="vector-menu-heading" id="p-namespaces-label">
|
154 |
+
<span>
|
155 |
+
Namespaces
|
156 |
+
</span>
|
157 |
+
</h3>
|
158 |
+
<div class="vector-menu-content">
|
159 |
+
<ul class="vector-menu-content-list">
|
160 |
+
<li class="selected new mw-list-item" id="ca-nstab-main">
|
161 |
+
<a accesskey="" title="View the content page (page does not exist)">
|
162 |
+
Page
|
163 |
+
</a>
|
164 |
+
</li>
|
165 |
+
<li class="new mw-list-item" id="ca-talk">
|
166 |
+
<a accesskey="" rel="discussion" title="Discussion about the content page (page does not exist)">
|
167 |
+
Discussion
|
168 |
+
</a>
|
169 |
+
</li>
|
170 |
+
</ul>
|
171 |
+
</div>
|
172 |
+
</nav>
|
173 |
+
<nav aria-labelledby="p-variants-label" class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" id="p-variants" role="navigation">
|
174 |
+
<input aria-haspopup="true" aria-labelledby="p-variants-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-variants" id="p-variants-checkbox" role="button" type="checkbox">
|
175 |
+
<h3 class="vector-menu-heading" id="p-variants-label">
|
176 |
+
<span>
|
177 |
+
Variants
|
178 |
+
</span>
|
179 |
+
<span class="vector-menu-checkbox-expanded">
|
180 |
+
expanded
|
181 |
+
</span>
|
182 |
+
<span class="vector-menu-checkbox-collapsed">
|
183 |
+
collapsed
|
184 |
+
</span>
|
185 |
+
</h3>
|
186 |
+
<div class="vector-menu-content">
|
187 |
+
<ul class="vector-menu-content-list">
|
188 |
+
</ul>
|
189 |
+
</div>
|
190 |
+
</nav>
|
191 |
+
</div>
|
192 |
+
<div id="right-navigation">
|
193 |
+
<nav aria-labelledby="p-views-label" class="mw-portlet mw-portlet-views emptyPortlet vector-menu vector-menu-tabs" id="p-views" role="navigation">
|
194 |
+
<h3 class="vector-menu-heading" id="p-views-label">
|
195 |
+
<span>
|
196 |
+
Views
|
197 |
+
</span>
|
198 |
+
</h3>
|
199 |
+
<div class="vector-menu-content">
|
200 |
+
<ul class="vector-menu-content-list">
|
201 |
+
</ul>
|
202 |
+
</div>
|
203 |
+
</nav>
|
204 |
+
<nav aria-labelledby="p-cactions-label" class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown" id="p-cactions" role="navigation" title="More options">
|
205 |
+
<input aria-haspopup="true" aria-labelledby="p-cactions-label" class="vector-menu-checkbox" data-event-name="ui.dropdown-p-cactions" id="p-cactions-checkbox" role="button" type="checkbox">
|
206 |
+
<h3 class="vector-menu-heading" id="p-cactions-label">
|
207 |
+
<span>
|
208 |
+
More
|
209 |
+
</span>
|
210 |
+
<span class="vector-menu-checkbox-expanded">
|
211 |
+
expanded
|
212 |
+
</span>
|
213 |
+
<span class="vector-menu-checkbox-collapsed">
|
214 |
+
collapsed
|
215 |
+
</span>
|
216 |
+
</h3>
|
217 |
+
<div class="vector-menu-content">
|
218 |
+
<ul class="vector-menu-content-list">
|
219 |
+
</ul>
|
220 |
+
</div>
|
221 |
+
</nav>
|
222 |
+
<div class="vector-search-box" id="p-search" role="search">
|
223 |
+
<div>
|
224 |
+
<h3>
|
225 |
+
<label for="searchInput">
|
226 |
+
Search
|
227 |
+
</label>
|
228 |
+
</h3>
|
229 |
+
<form action="/w/index.php" id="searchform">
|
230 |
+
<div data-search-loc="header-navigation" id="simpleSearch">
|
231 |
+
<input accesskey="f" autocapitalize="sentences" id="searchInput" name="search" placeholder="Search LifeWiki" title="Search LifeWiki [alt-shift-f]" type="search">
|
232 |
+
<input name="title" type="hidden" value="Special:Search">
|
233 |
+
<input class="searchButton mw-fallbackSearchButton" id="mw-searchButton" name="fulltext" title="Search the pages for this text" type="submit" value="Search">
|
234 |
+
<input class="searchButton" id="searchButton" name="go" title="Go to a page with this exact name if it exists" type="submit" value="Go">
|
235 |
+
</div>
|
236 |
+
</form>
|
237 |
+
</div>
|
238 |
+
</div>
|
239 |
+
</div>
|
240 |
+
</div>
|
241 |
+
<div id="mw-panel">
|
242 |
+
<div id="p-logo" role="banner">
|
243 |
+
<a class="mw-wiki-logo" title="Visit the main page">
|
244 |
+
</a>
|
245 |
+
</div>
|
246 |
+
<nav aria-labelledby="p-navigation-label" class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal" id="p-navigation" role="navigation">
|
247 |
+
<h3 class="vector-menu-heading" id="p-navigation-label">
|
248 |
+
<span>
|
249 |
+
Navigation
|
250 |
+
</span>
|
251 |
+
</h3>
|
252 |
+
<div class="vector-menu-content">
|
253 |
+
<ul class="vector-menu-content-list">
|
254 |
+
<li class="mw-list-item" id="n-Wiki-home">
|
255 |
+
<a>
|
256 |
+
Wiki home
|
257 |
+
</a>
|
258 |
+
</li>
|
259 |
+
<li class="mw-list-item" id="n-ConwayLife.com">
|
260 |
+
<a>
|
261 |
+
ConwayLife.com
|
262 |
+
</a>
|
263 |
+
</li>
|
264 |
+
<li class="mw-list-item" id="n-How-to-contribute">
|
265 |
+
<a>
|
266 |
+
How to contribute
|
267 |
+
</a>
|
268 |
+
</li>
|
269 |
+
<li class="mw-list-item" id="n-Tutorials">
|
270 |
+
<a>
|
271 |
+
Tutorials
|
272 |
+
</a>
|
273 |
+
</li>
|
274 |
+
</ul>
|
275 |
+
</div>
|
276 |
+
</nav>
|
277 |
+
<nav aria-labelledby="p-tb-label" class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal" id="p-tb" role="navigation">
|
278 |
+
<h3 class="vector-menu-heading" id="p-tb-label">
|
279 |
+
<span>
|
280 |
+
Tools
|
281 |
+
</span>
|
282 |
+
</h3>
|
283 |
+
<div class="vector-menu-content">
|
284 |
+
<ul class="vector-menu-content-list">
|
285 |
+
<li class="mw-list-item" id="t-whatlinkshere">
|
286 |
+
<a accesskey="" title="A list of all wiki pages that link here">
|
287 |
+
What links here
|
288 |
+
</a>
|
289 |
+
</li>
|
290 |
+
<li class="mw-list-item" id="t-specialpages">
|
291 |
+
<a accesskey="q" title="A list of all special pages [alt-shift-q]">
|
292 |
+
Special pages
|
293 |
+
</a>
|
294 |
+
</li>
|
295 |
+
<li class="mw-list-item" id="t-print">
|
296 |
+
<a accesskey="" rel="alternate" title="Printable version of this page">
|
297 |
+
Printable version
|
298 |
+
</a>
|
299 |
+
</li>
|
300 |
+
<li class="mw-list-item" id="t-info">
|
301 |
+
<a title="More information about this page">
|
302 |
+
Page information
|
303 |
+
</a>
|
304 |
+
</li>
|
305 |
+
</ul>
|
306 |
+
</div>
|
307 |
+
</nav>
|
308 |
+
</div>
|
309 |
+
</div>
|
310 |
+
<footer class="mw-footer" id="footer" role="contentinfo">
|
311 |
+
<ul id="footer-info">
|
312 |
+
</ul>
|
313 |
+
<ul id="footer-places">
|
314 |
+
<li id="footer-places-privacy">
|
315 |
+
<a title="LifeWiki:Privacy policy">
|
316 |
+
Privacy policy
|
317 |
+
</a>
|
318 |
+
</li>
|
319 |
+
<li id="footer-places-about">
|
320 |
+
<a title="LifeWiki:About">
|
321 |
+
About LifeWiki
|
322 |
+
</a>
|
323 |
+
</li>
|
324 |
+
<li id="footer-places-disclaimer">
|
325 |
+
<a title="LifeWiki:General disclaimer">
|
326 |
+
Disclaimers
|
327 |
+
</a>
|
328 |
+
</li>
|
329 |
+
</ul>
|
330 |
+
<ul class="noprint" id="footer-icons">
|
331 |
+
<li id="footer-copyrightico">
|
332 |
+
<a>
|
333 |
+
<img alt="GNU Free Documentation License 1.2" height="31" loading="lazy" src="rick.jpg" width="88">
|
334 |
+
</a>
|
335 |
+
</li>
|
336 |
+
<li id="footer-poweredbyico">
|
337 |
+
<a>
|
338 |
+
<img alt="Powered by MediaWiki" height="31" loading="lazy" src="rick.jpg" width="88">
|
339 |
+
</a>
|
340 |
+
</li>
|
341 |
+
</ul>
|
342 |
+
</footer>
|
343 |
+
</body>
|
344 |
+
</html>
|
10612.png
ADDED
Git LFS Details
|
10642.html
ADDED
@@ -0,0 +1,351 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
/*!* Bootstrap v4.2.1 (https://getbootstrap.com/)
|
6 |
+
* Copyright 2011-2018 The Bootstrap Authors
|
7 |
+
* Copyright 2011-2018 Twitter, Inc.
|
8 |
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,footer,header,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{margin-top:0;margin-bottom:1rem}small{font-size:80%}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}img{vertical-align:middle;border-style:none}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.h5,.h6,h1,h2,h3,h4,h5{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small{font-size:80%;font-weight:400}.list-unstyled{padding-left:0;list-style:none}.img-fluid{max-width:100%;height:auto}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col,.col-6,.col-lg-4,.col-lg-6,.col-lg-8,.col-md,.col-md-3,.col-md-4,.col-md-6,.col-md-8,.col-sm-4{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media(min-width:576px){.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}}@media(min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}@media(min-width:992px){.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.collapse:not(.show){display:none}.btn-group{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group>.btn:hover{z-index:1}.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media(min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.page-link:not(:disabled):not(.disabled){cursor:pointer}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-light{color:#212529;background-color:#f8f9fa}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}.bg-light{background-color:#f8f9fa!important}.bg-white{background-color:#fff!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.rounded{border-radius:.25rem!important}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:-ms-flexbox!important;display:flex!important}@media(min-width:768px){.d-md-inline-block{display:inline-block!important}}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.float-right{float:right!important}@supports((position:-webkit-sticky) or (position:sticky)){}.w-auto{width:auto!important}.h-100{height:100%!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mt-2{margin-top:.5rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mt-5,.my-5{margin-top:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.py-1{padding-top:.25rem!important}.py-1{padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.px-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.px-2{padding-left:.5rem!important}.py-3{padding-top:1rem!important}.py-3{padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important}.py-4{padding-bottom:1.5rem!important}.pt-5,.py-5{padding-top:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.text-center{text-align:center!important}.text-uppercase{text-transform:uppercase!important}.text-muted{color:#6c757d!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}img{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}}html{font-size:17px}body{color:#454547;line-height:1.6}a{color:#00b841}a:hover{color:#a7e3bc}p>a{text-decoration:underline}p>a:hover{text-decoration:none}.h5,.h6,h1,h2,h3,h4,h5{font-weight:400;margin-bottom:.8rem}h1{font-size:1.9rem}h2{font-size:1.6rem}h3{font-size:1.4rem}.btn-yellow{color:#454547;background-color:#eddc78;border:3px solid #d8c465;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.5);box-shadow:1px 1px 2px rgba(0,0,0,.5)}.btn-yellow:hover,.btn-yellow:active{color:#fff;background-color:#f0dc94;border-color:#ddcc79;-webkit-box-shadow:none;box-shadow:none}.btn-info{color:#fff;background-color:#6dd190;border-color:#3ab866}.btn-info:hover,.btn-info:active{background-color:#3ab866!important;border-color:#287d46!important}.lead{font-weight:400}.site-logo>a{display:block}.site-logo>a>img{max-width:215px;max-height:70px}.site-info-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-info{padding:.4rem}.tagline{font-size:1.2rem;line-height:1.3;display:inline-block;text-align:center}.tagline>span{display:block;font-size:.7rem}.site-info-phone>a{font-weight:300;font-size:1.7rem;line-height:1;display:block}.site-info-phone>a:hover{text-decoration:none}header{color:#287d46}header .site-logo{text-align:center;padding:.5rem 1rem .3rem}header .site-info{text-align:center}header .site-info-phone>a{color:#3ab866}header .site-info-phone>a:hover{color:#a7e3bc}.filter-button-group .is-checked{background-color:#e2e6ea;border-color:#dae0e5}.category-text{max-height:0;overflow:hidden;-webkit-transition:max-height 300ms ease-in-out;transition:max-height 300ms ease-in-out}.category-text span{display:inline-block;padding:0 0 30px}.listing-card h3{margin:5px 0 10px;padding:0}.listing-card{border:1px solid #ddd;background:#fff;margin-bottom:30px;border-radius:4px;font-size:.92em;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.listing-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.listing-card__img{-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f7f7f7;width:25%;min-width:121px}.listing-card__img img{width:80%;margin:0 auto}.listing-card__title{padding:5px 5px 0 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.listing-card__title address{margin-bottom:0}.listing-card__name{font-size:1.03rem;letter-spacing:-.04rem;font-weight:500;color:#777}.listing-card__types{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.listing-card__types>div{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;padding:13px 5px;font-weight:500;font-size:.8em;border-right:1px solid #ddd;border-top:1px solid #ddd;line-height:1.25}.listing-card__types>div>span{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;letter-spacing:-.03rem}.listing-card__types>div:last-child{border-right:none}.listing-card__types>div.disabled{font-weight:400}.listing-card__types>div.disabled>span{opacity:.25}.listing-card__types>div.active>span{color:#3ab866}.listing-card__body{padding:1rem;border-top:1px solid #ddd}.listing-card__body .services-title{font-weight:500;font-size:.8rem;margin-top:.6rem;margin-bottom:.8rem;color:#777;text-transform:uppercase}.listing-card__body .services-title:first-child{margin-top:0}.listing-phone{padding-left:15px;font-size:.8rem}span.service-item{display:inline-block;font-size:.9em;padding:.2em 1em;margin:0 .2em .8em;color:#026d37;white-space:nowrap}.title-line{display:block;position:relative}.title-line:after{content:'';position:absolute;top:50%;left:0;z-index:1;width:100%;height:1px;background:#dadada}.title-line span{display:inline-block;background-color:#fff;position:relative;z-index:2;padding-right:10px}.details-btn{margin:0 .7rem .5rem 0}.details-btn span{font-size:.8em}footer{color:#fff}footer .site-logo{padding:0 1rem 1rem 0;text-align:center}footer .site-info{text-align:center}footer .site-info-phone>a{color:#fff}footer .site-info-phone>a:hover{color:#a7e3bc}.site-nav{background:#6dd190;background:-webkit-gradient(linear,left top,left bottom,from(#99e5b0),to(#24bf5a));background:linear-gradient(to bottom,#99e5b0 0%,#24bf5a 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99e5b0',endColorstr='#24bf5a',GradientType=0 );border-bottom:4px solid #d8c465;border-top:2px solid #6bcc8d}.site-nav a{color:#fff;padding:.6rem 0;border-bottom:1px dotted rgba(255,255,255,.5)}.site-nav a.near-me-btn{display:inline-block;background:#eddc78;padding:.3rem .4rem;color:#444;border-radius:.3rem;border:1px solid #cab551;font-weight:500;font-size:.9rem;letter-spacing:-.03rem;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.site-nav .navbar-toggler{padding:.25rem;margin:.25rem 0;color:#fff;border-color:#28a745;background-color:#39b866;-webkit-box-ordinal-group:-1;-ms-flex-order:-2;order:-2}.site-nav .navbar-toggler .menu-text{text-transform:uppercase;vertical-align:middle;font-weight:400;font-size:.9rem}.navbar-dark .navbar-toggler-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMzAgMzAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggc3Ryb2tlPSdyZ2JhKDI1NSwgMjU1LCAyNTUsIDEpJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==)}.breadcrumb-wrapper .breadcrumb{font-size:.9rem;margin:0;padding:.5rem 0;background-color:transparent}.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before{content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGQ9J00yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eicgZmlsbD0nIzAwODk3QicvPjwvc3ZnPg==)}.breadcrumb-item.active>a{color:#6c757d}.us-bg{background-image:url(../images/us-map.svg);background-repeat:no-repeat;background-position:center 22%;background-size:contain;padding-bottom:2rem}.bg-city{background-repeat:no-repeat;background-position:center 50%;background-size:auto 60%;padding-bottom:2rem}.badge{font-weight:400}.badge-light{color:#999}.pad-list>li{padding:.2rem 15px}.pad-list>li>a{font-size:1.1rem;font-weight:500}footer{background-color:#6dd190;color:rgba(255,255,255,.9);padding:1.4rem 0 0;font-weight:400}footer a{color:#fff}footer .footer-menu{background-color:#3ab866;padding:1rem 0;font-size:.8rem}footer .footer-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center}footer .footer-copyright{background-color:#287d46;padding:.8rem 0}.sidepanel{width:100%;max-width:510px;margin:0 auto 3.2rem}.sidepanel .sidepanel__title{background:#ccf4dc;border-left:1px solid #ddd;border-top:1px solid #ddd;border-right:1px solid #ddd;border-bottom:4px solid #d8c465;color:inherit;padding:1rem;font-size:1.6rem;text-align:center;line-height:1}.sidepanel .sidepanel__title.title-rounded{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.sidepanel .sidepanel__body{border:1px solid #ddd;padding:1.2rem 1rem 1.5rem;text-align:center;background-color:#fbfbfb}.sidepanel .form-text{font-size:1rem;color:#287d46;font-weight:500}.insurance-box{background:url(../images/shield2.svg) center center/cover no-repeat;background-size:contain;text-align:center;margin-bottom:30px;color:#287d46;min-height:295px}.insurance-box .title{font-size:1.9em;padding:20px 0 40px;font-weight:600}.insurance-box .action{font-size:1.6em;font-weight:400;padding-bottom:25px}.insurance-box .phone{font-weight:900;font-size:1.9rem}.insurance-box .foot{margin:0;padding:30px 0 0}.insurance-box .foot small{font-weight:600}.left-content{margin-bottom:2rem}.btn-group>.btn:not(:first-child){margin-left:0}#filter-buttons .btn-light{background-color:#f3f9f5;border-color:#fff}#filter-buttons .btn-light:hover{color:#212529;background-color:#d6f3e2;border-color:#fff}#filter-buttons .btn-light:focus{-webkit-box-shadow:0 0 0 .15rem rgba(190,228,190,.4);box-shadow:0 0 0 .15rem rgba(190,228,190,.4)}#filter-buttons.filter-button-group .is-checked{background-color:#d6f3e2;border-color:#fff}section.bg-light .cta-box{background-color:#fff;-webkit-box-shadow:0 0 1px rgba(0,0,0,.5);box-shadow:0 0 1px rgba(0,0,0,.5)}.cta-box{background-color:#f8f9fa;padding:1rem;border-radius:.3rem;text-align:center}.cta-box .cta-title{font-size:1.5rem;color:#287d46}.cta-box .cta-text{font-size:.95rem}.cta-box .form-text{font-size:1rem;color:#287d46;font-weight:500}.cta-box .form-control{background-color:#f3f9f5}.icon-search-sm:before{display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0nc2VhcmNoLXNtJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMSAyMS4wMjMzJz48cGF0aCBkPSdNMjAuODM2NywxOC41ODM4bC01Ljg5LTUuOTM2NWEuNTMyNC41MzI0LDAsMCwwLS4wNDg4LS4wNDNBOC4xMiw4LjEyLDAsMSwwLDEyLjYzMTYsMTQuODhhLjU0NzUuNTQ3NSwwLDAsMCwuMDM5LjA0MzRsNS44OSw1LjkzNjVhLjU2MTMuNTYxMywwLDAsMCwuNzkxNywwbDEuNDg0NS0xLjQ4NDRBLjU2MTYuNTYxNiwwLDAsMCwyMC44MzY3LDE4LjU4MzhaTTguMTIyOSwxMy4wMjE0YTQuODk4Niw0Ljg5ODYsMCwxLDEsNC44OTg1LTQuODk4NUE0Ljg5ODUsNC44OTg1LDAsMCwxLDguMTIyOSwxMy4wMjE0WicgZmlsbD0nIzMzMycvPjwvc3ZnPg==);width:21px;height:21.02px;vertical-align:middle}.icon-check:before{display:inline-block;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGNsYXNzPSdjaGVjay1tYXJrJyB2aWV3Qm94PScwIDAgMTQuMTQ1NiAxNSc+PHBhdGggZD0nTTE0LjE0NTUuNDc2M2MuMDI0Mi40NTMxLTMuNzA2Niw1LjQ0NjQtNS4yMTk1LDguOTI2LS41MywxLjIxLTEuMDU5LDIuNDk2My0xLjU4ODUsMy43MDY2LS4yMjY5LjM3ODItLjMwMjYsMS4yODU5LS43NTY0LDEuNTg4NUEzLjM5MzcsMy4zOTM3LDAsMCwxLDUuMjk1MSwxNWMtLjIyNjksMC0uOTA3NywwLTEuMTM0Ny0uMjI2OUEyNS45NzY0LDI1Ljk3NjQsMCwwLDEsMi4zNDUsMTIuMjc2OEMxLjg5MTEsMTEuNTk2LDAsOS43MDQ5LDAsOS4xNzU0YzAtLjkwNzcsMS41MTI5LTEuMTM0NywxLjg5MTEtMS4xMzQ3LDEuMzYxNiwwLDIuNzIzMiwyLjQ5NjMsMy4yNTI3LDMuMzI4NGEuMDc0Mi4wNzQyLDAsMCwwLC4wNzU3LS4wNzI1di0uMDAzMkM2LjUwNTQsNy40MzU2LDguNzc0NywyLjgyMTMsMTAuODkyOC41NTE5LDExLjMzMzgtLjA5MSwxNC4xMDc3LS4yNDIzLDE0LjE0NTUuNDc2M1onIGZpbGw9JyMzYWI4NjYnIGZpbGwtcnVsZT0nZXZlbm9kZCcvPjwvc3ZnPg==);width:14.1456px;height:15px;vertical-align:text-top;margin-right:1px}#loader{text-align:center}.lds-roller{display:inline-block;position:relative;width:64px;height:64px}.lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:32px 32px;transform-origin:32px 32px}.lds-roller div:after{content:" ";display:block;position:absolute;width:6px;height:6px;border-radius:50%;background:#3ab866;margin:-3px 0 0 -3px}.lds-roller div:nth-child(1){-webkit-animation-delay:-.036s;animation-delay:-.036s}.lds-roller div:nth-child(1):after{top:50px;left:50px}.lds-roller div:nth-child(2){-webkit-animation-delay:-.072s;animation-delay:-.072s}.lds-roller div:nth-child(2):after{top:54px;left:45px}.lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:57px;left:39px}.lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:58px;left:32px}.lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:57px;left:25px}.lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:54px;left:19px}.lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:50px;left:14px}.lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:45px;left:10px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.font600{font-weight:600!important}.font700{font-weight:700!important}.bg-green-lightest{background-color:#f2f9f5}@media(min-width:1200px){.container{max-width:1200px}.navbar-collapse{margin-right:6%}.site-nav a.near-me-btn{-webkit-box-ordinal-group:inherit;-ms-flex-order:inherit;order:inherit;padding:.3rem .8rem;font-size:inherit;letter-spacing:inherit}}@media(min-width:990px){.right-content{float:right;max-width:31%;margin-left:2%}.left-content{float:left;max-width:66%}.sticky{position:sticky;position:-webkit-sticky;top:3.2rem;padding-bottom:3.2rem}.sticky>.sidepanel{margin-bottom:0}.site-info-phone>a{font-size:2.1rem}}@media(max-width:990px){#filter-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}#filter-buttons>button{width:25%;border-right:1px solid #fff;border-top:1px solid #fff;border-left:1px solid #fff}#filter-buttons>button:first-child{border-radius:0;border-top-left-radius:.25rem}#filter-buttons>button:nth-child(4){border-top-right-radius:.25rem}#filter-buttons>button:nth-child(5){border-bottom-left-radius:.25rem}#filter-buttons>button:nth-child(6){white-space:nowrap}#filter-buttons>button:last-child{border-radius:0;border-bottom-right-radius:.25rem}}@media(min-width:768px){.site-info-container{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}header .site-logo{text-align:left;padding-bottom:1rem}.site-nav a{border-bottom:none;letter-spacing:-.02rem;font-size:.9rem}.us-bg{background-position:center bottom}}@media(min-width:480px){footer .footer-menu ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;text-align:left}}@media(max-width:480px){h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.15rem}h1,h2,h3{line-height:1.4}.lead{font-size:1.05rem}.pad-list>li>a{font-size:.97rem}.listing-card__name{font-size:.95rem}.site-nav>.container{padding-left:0;padding-right:0}#filter-buttons.btn-group{width:100%}#filter-buttons .btn{padding:.375rem .4rem;font-size:.7rem}.bg-city{background-size:contain}span.service-item{white-space:normal}.listing-card__types>div{min-width:25%}.listing-card__types>div:nth-child(4){border-right:none}}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}[data-toggle=collapse]:not(.collapsed) .if-collapsed{display:none}[data-toggle=collapse].collapsed .if-not-collapsed{display:none}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
|
9 |
+
</style>
|
10 |
+
<meta charset="utf-8">
|
11 |
+
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
|
12 |
+
<meta content="Browse Addiction Treatment Services in Burke County, NC and find help in Burke County" name="description">
|
13 |
+
<title>
|
14 |
+
List of Addiction Treatment Services in Burke County, NC
|
15 |
+
</title>
|
16 |
+
</head>
|
17 |
+
<body>
|
18 |
+
<header id="header">
|
19 |
+
<div class="container">
|
20 |
+
<div class="row">
|
21 |
+
<div class="col-md-6">
|
22 |
+
<div class="site-logo">
|
23 |
+
<a>
|
24 |
+
<img alt="Dashshaw Addiction Treatment" src="rick.jpg">
|
25 |
+
</a>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
<div class="col-md-6 site-info-container">
|
29 |
+
<div class="site-info">
|
30 |
+
<div class="tagline d-none d-md-inline-block">
|
31 |
+
QUESTIONS ABOUT TREATMENT?
|
32 |
+
<span>
|
33 |
+
100% Free and confidential Help-Line
|
34 |
+
</span>
|
35 |
+
</div>
|
36 |
+
<div class="site-info-phone">
|
37 |
+
<a>
|
38 |
+
1-[PHONE REDACTED]
|
39 |
+
</a>
|
40 |
+
</div>
|
41 |
+
</div>
|
42 |
+
</div>
|
43 |
+
</div>
|
44 |
+
</div>
|
45 |
+
</header>
|
46 |
+
<div class="site-nav">
|
47 |
+
<div class="container">
|
48 |
+
<nav class="navbar navbar-expand-xl navbar-dark">
|
49 |
+
<button aria-controls="topNav" aria-expanded="false" aria-label="Toggle top navigation" class="navbar-toggler" data-target="#topNav" data-toggle="collapse" type="button">
|
50 |
+
<span class="navbar-toggler-icon">
|
51 |
+
</span>
|
52 |
+
<span class="menu-text">
|
53 |
+
Menu
|
54 |
+
</span>
|
55 |
+
</button>
|
56 |
+
<div class="collapse navbar-collapse justify-content-between" id="topNav">
|
57 |
+
<a class="d-flex align-items-center" rel="nofollow">
|
58 |
+
Payment Options for Drug Rehab
|
59 |
+
</a>
|
60 |
+
<a class="d-flex align-items-center" rel="nofollow">
|
61 |
+
Inpatient Drug Rehab
|
62 |
+
</a>
|
63 |
+
<a class="d-flex align-items-center" rel="nofollow">
|
64 |
+
Drug & Alcohol Detox
|
65 |
+
</a>
|
66 |
+
<a class="d-flex align-items-center" rel="nofollow">
|
67 |
+
Relapse Prevention & Aftercare
|
68 |
+
</a>
|
69 |
+
</div>
|
70 |
+
<a class="near-me-btn" id="near-me-btn">
|
71 |
+
<span class="icon-search-sm">
|
72 |
+
</span>
|
73 |
+
Drug Rehabs Near Me
|
74 |
+
</a>
|
75 |
+
</nav>
|
76 |
+
</div>
|
77 |
+
</div>
|
78 |
+
<div aria-label="breadcrumb" class="breadcrumb-wrapper bg-light">
|
79 |
+
<div class="container">
|
80 |
+
<ol class="breadcrumb" itemscope itemtype="">
|
81 |
+
<li class="breadcrumb-item" itemprop="itemListElement" itemscope itemtype="">
|
82 |
+
<a itemprop="item" itemtype="">
|
83 |
+
<span itemprop="name">
|
84 |
+
Home
|
85 |
+
</span>
|
86 |
+
</a>
|
87 |
+
<meta content="1" itemprop="position">
|
88 |
+
</li>
|
89 |
+
<li aria-current="page" class="breadcrumb-item active" itemprop="itemListElement" itemscope itemtype="">
|
90 |
+
<a itemprop="item" itemtype="">
|
91 |
+
<span itemprop="name">
|
92 |
+
North Carolina
|
93 |
+
</span>
|
94 |
+
</a>
|
95 |
+
<meta content="2" itemprop="position">
|
96 |
+
</li>
|
97 |
+
<li aria-current="page" class="breadcrumb-item active" itemprop="itemListElement" itemscope itemtype="">
|
98 |
+
<a itemprop="item" itemtype="">
|
99 |
+
<span itemprop="name">
|
100 |
+
Burke County
|
101 |
+
</span>
|
102 |
+
</a>
|
103 |
+
<meta content="3" itemprop="position">
|
104 |
+
</li>
|
105 |
+
</ol>
|
106 |
+
</div>
|
107 |
+
</div>
|
108 |
+
<main role="main">
|
109 |
+
<section class="pt-5 bg-white">
|
110 |
+
<div class="container">
|
111 |
+
<div class="row">
|
112 |
+
<div class="col">
|
113 |
+
<div class="row">
|
114 |
+
<div class="col-lg-8 mb-4">
|
115 |
+
<h1 class="mb-4">
|
116 |
+
5 Best Ways to find a Rehab in Burke County, NC
|
117 |
+
</h1>
|
118 |
+
<h2>
|
119 |
+
1. Discover Rehab Needs and Goals
|
120 |
+
</h2>
|
121 |
+
<p>
|
122 |
+
Every alcohol and drug rehab center in Burke County has different specialties. This is the reason you need to pick a facility that is right for you and your recovery needs.
|
123 |
+
</p>
|
124 |
+
<h2>
|
125 |
+
2. Consult with Rehab Experts
|
126 |
+
</h2>
|
127 |
+
<p>
|
128 |
+
You should consult with substance abuse professionals in Burke County so that they can help you learn how to choose the best rehab program. They have more experience and knowledge in addiction than you do and should be able to guide you appropriately.
|
129 |
+
</p>
|
130 |
+
<h2>
|
131 |
+
3. Investigate Your Options
|
132 |
+
</h2>
|
133 |
+
<p>
|
134 |
+
It is also essential that you understand all the options open to you before making a choice. Check what is available in Burke County and find out how each of these options will benefit you then come to a decision.
|
135 |
+
</p>
|
136 |
+
<h2>
|
137 |
+
4. Think about Different Factors
|
138 |
+
</h2>
|
139 |
+
<p>
|
140 |
+
One of the 5 top ways to locate a rehab program in Burke County involves understanding the factors that go into making a rehab effective and successful. These factors include but are not limited to:
|
141 |
+
</p>
|
142 |
+
<ul>
|
143 |
+
<li>
|
144 |
+
Cost of rehab
|
145 |
+
</li>
|
146 |
+
<li>
|
147 |
+
Amenities
|
148 |
+
</li>
|
149 |
+
<li>
|
150 |
+
Duration of program
|
151 |
+
</li>
|
152 |
+
<li>
|
153 |
+
Therapies and treatments
|
154 |
+
</li>
|
155 |
+
</ul>
|
156 |
+
<p>
|
157 |
+
Use these factors to help you understand the differences between all the alcohol and drug rehabilitation programs that you find in Burke County.
|
158 |
+
</p>
|
159 |
+
<h2>
|
160 |
+
5. Choose
|
161 |
+
</h2>
|
162 |
+
<p>
|
163 |
+
After going through the process outlined above, the final thing you should do is pick a rehabilitation center that is highly likely to meet all your needs and requirements for addiction treatment in Burke County.
|
164 |
+
</p>
|
165 |
+
</div>
|
166 |
+
<div class="col-lg-4">
|
167 |
+
<div class="sidepanel">
|
168 |
+
<div class="sidepanel__title title-rounded">
|
169 |
+
<span class="text-uppercase">
|
170 |
+
Ready To Get Help?
|
171 |
+
</span>
|
172 |
+
</div>
|
173 |
+
<div class="sidepanel__body">
|
174 |
+
<p class="mb-4">
|
175 |
+
We can help you find the right treatment facility that best fits your overall needs and financial requirements.
|
176 |
+
</p>
|
177 |
+
<a class="btn btn-lg btn-yellow font600 mb-5">
|
178 |
+
Call 1-[PHONE REDACTED]
|
179 |
+
</a>
|
180 |
+
<fieldset class="border p-2">
|
181 |
+
<legend class="form-text text-uppercase w-auto">
|
182 |
+
Or fill out this form.
|
183 |
+
</legend>
|
184 |
+
<form action="contact.php" class="pt-2" method="POST">
|
185 |
+
<input name="cform" type="hidden" value="">
|
186 |
+
<div class="form-group">
|
187 |
+
<input class="form-control" name="name" placeholder="Name" required type="text">
|
188 |
+
</div>
|
189 |
+
<div class="form-group">
|
190 |
+
<input class="form-control" name="phone" placeholder="Phone" required type="text">
|
191 |
+
</div>
|
192 |
+
<div class="form-group">
|
193 |
+
<textarea class="form-control" id="how_can_we_help" name="how_can_we_help" placeholder="How can we help?"></textarea>
|
194 |
+
</div>
|
195 |
+
<div class="text-center text-muted">
|
196 |
+
<small>
|
197 |
+
100% Free and Confidential
|
198 |
+
</small>
|
199 |
+
</div>
|
200 |
+
<div class="text-center">
|
201 |
+
<input class="btn btn-info mb-3" type="submit" value="Send Help Request">
|
202 |
+
</div>
|
203 |
+
</form>
|
204 |
+
</fieldset>
|
205 |
+
</div>
|
206 |
+
</div>
|
207 |
+
</div>
|
208 |
+
</div>
|
209 |
+
</div>
|
210 |
+
</div>
|
211 |
+
</div>
|
212 |
+
</section>
|
213 |
+
<section class="py-5 bg-light bg-city">
|
214 |
+
<div class="container">
|
215 |
+
<h2 class="mb-5">
|
216 |
+
Cities with Drug Rehab Centers in Burke County, NC
|
217 |
+
</h2>
|
218 |
+
<p class="lead text-muted">
|
219 |
+
Select a City:
|
220 |
+
</p>
|
221 |
+
<ul class="row list-unstyled pad-list">
|
222 |
+
<li class="col-md-3 col-sm-4 col-6">
|
223 |
+
<a>
|
224 |
+
Morganton
|
225 |
+
</a>
|
226 |
+
</li>
|
227 |
+
</ul>
|
228 |
+
</div>
|
229 |
+
</section>
|
230 |
+
<section class="py-5">
|
231 |
+
<div class="container">
|
232 |
+
<h2 class="mb-5">
|
233 |
+
Drug Rehab Programs in Burke County, NC by Category
|
234 |
+
</h2>
|
235 |
+
<p class="lead text-muted">
|
236 |
+
Select a Category:
|
237 |
+
</p>
|
238 |
+
<ul class="row list-unstyled pad-list">
|
239 |
+
<li class="col-md-3 col-sm-4 col-6">
|
240 |
+
<a>
|
241 |
+
Outpatient
|
242 |
+
<span class="badge badge-pill badge-light">
|
243 |
+
6
|
244 |
+
</span>
|
245 |
+
</a>
|
246 |
+
</li>
|
247 |
+
<li class="col-md-3 col-sm-4 col-6">
|
248 |
+
<a>
|
249 |
+
Counseling
|
250 |
+
<span class="badge badge-pill badge-light">
|
251 |
+
4
|
252 |
+
</span>
|
253 |
+
</a>
|
254 |
+
</li>
|
255 |
+
<li class="col-md-3 col-sm-4 col-6">
|
256 |
+
<a>
|
257 |
+
12 Step
|
258 |
+
<span class="badge badge-pill badge-light">
|
259 |
+
4
|
260 |
+
</span>
|
261 |
+
</a>
|
262 |
+
</li>
|
263 |
+
<li class="col-md-3 col-sm-4 col-6">
|
264 |
+
<a>
|
265 |
+
Aftercare
|
266 |
+
<span class="badge badge-pill badge-light">
|
267 |
+
4
|
268 |
+
</span>
|
269 |
+
</a>
|
270 |
+
</li>
|
271 |
+
</ul>
|
272 |
+
</div>
|
273 |
+
</section>
|
274 |
+
</main>
|
275 |
+
<footer>
|
276 |
+
<section class="footer-main">
|
277 |
+
<div class="container">
|
278 |
+
<div class="row">
|
279 |
+
<div class="col-md-4">
|
280 |
+
<div class="site-logo">
|
281 |
+
<a>
|
282 |
+
<img alt="Dashshaw Addiction Help & Recovery" class="img-fluid" src="rick.jpg">
|
283 |
+
</a>
|
284 |
+
</div>
|
285 |
+
<div class="site-info mb-3">
|
286 |
+
<div class="tagline">
|
287 |
+
Get Treatment Options
|
288 |
+
<span>
|
289 |
+
100% Free and confidential
|
290 |
+
</span>
|
291 |
+
</div>
|
292 |
+
<div class="site-info-phone">
|
293 |
+
<a>
|
294 |
+
1-[PHONE REDACTED]
|
295 |
+
</a>
|
296 |
+
</div>
|
297 |
+
</div>
|
298 |
+
</div>
|
299 |
+
<div class="col-md-8">
|
300 |
+
<h5>
|
301 |
+
General Disclaimer:
|
302 |
+
</h5>
|
303 |
+
<p>
|
304 |
+
<small>
|
305 |
+
All information contained in this website is not intended to provide medical advice of any kind.
|
306 |
+
</small>
|
307 |
+
</p>
|
308 |
+
</div>
|
309 |
+
</div>
|
310 |
+
</div>
|
311 |
+
</section>
|
312 |
+
<section class="footer-menu">
|
313 |
+
<div class="container">
|
314 |
+
<div class="footer-nav">
|
315 |
+
<ul class="list-unstyled d-flex justify-content-between mb-0">
|
316 |
+
<li>
|
317 |
+
<a rel="nofollow">
|
318 |
+
Home
|
319 |
+
</a>
|
320 |
+
</li>
|
321 |
+
<li>
|
322 |
+
<a rel="nofollow">
|
323 |
+
About Us
|
324 |
+
</a>
|
325 |
+
</li>
|
326 |
+
<li>
|
327 |
+
<a rel="nofollow">
|
328 |
+
Privacy Policy
|
329 |
+
</a>
|
330 |
+
</li>
|
331 |
+
<li>
|
332 |
+
<a rel="nofollow">
|
333 |
+
Terms & Conditions
|
334 |
+
</a>
|
335 |
+
</li>
|
336 |
+
</ul>
|
337 |
+
</div>
|
338 |
+
</div>
|
339 |
+
</section>
|
340 |
+
<section class="footer-copyright">
|
341 |
+
<div class="container">
|
342 |
+
<p class="text-center mt-2 mb-0">
|
343 |
+
<small>
|
344 |
+
© Copyright 2019 | dashshaw.com | All Rights Reserved.
|
345 |
+
</small>
|
346 |
+
</p>
|
347 |
+
</div>
|
348 |
+
</section>
|
349 |
+
</footer>
|
350 |
+
</body>
|
351 |
+
</html>
|
10642.png
ADDED
Git LFS Details
|
10668.html
ADDED
@@ -0,0 +1,757 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<style>
|
5 |
+
/*
|
6 |
+
Theme Name: WP MagaPress
|
7 |
+
Theme URI: http://patrick.bloggles.info/wpthemes/
|
8 |
+
Description: <strong>Screen: 800X600+</strong><br />Left sidebar and 2 column fixed width based WP-Andreas01, widgets ready, related post included.
|
9 |
+
Version: 20.07
|
10 |
+
Author: Patrick Chia
|
11 |
+
Author URI: http://patrick.bloggles.info/
|
12 |
+
*/
|
13 |
+
|
14 |
+
/* Body */
|
15 |
+
*{margin:0; padding:0;}
|
16 |
+
body{background:#f4f4f4 url(img/bg.gif) top center repeat-y; color:#000;
|
17 |
+
font-family:Verdana,Tahoma,Arial,Sans-Serif;
|
18 |
+
font-size:75%;}
|
19 |
+
h1{color:#993300; font-size: 1.6em;}
|
20 |
+
h2{color:#993300; font-size: 0.85em;}
|
21 |
+
td{font-size: 0.9em;}
|
22 |
+
#wrap{background-color:#ffffff; color:#000; margin:0 auto; width:760px;}
|
23 |
+
|
24 |
+
/* Links */
|
25 |
+
a{background-color:inherit; color:#993300; font-weight:normal; text-decoration:underline;}
|
26 |
+
a:hover{background-color:inherit; color:#996600; font-weight:normal; text-decoration:underline;}
|
27 |
+
a img{border:0;}
|
28 |
+
|
29 |
+
/* Header */
|
30 |
+
#header{margin:10px 0 0;}
|
31 |
+
#header h1{background-color:inherit; float:left; font-size:2em; letter-spacing:-1px; margin:0 0 10px; width:350px;}
|
32 |
+
#header h1 a{background-color:inherit; text-decoration:none;}
|
33 |
+
#header p{background-color:inherit; color:#808080; float:right; font-size:1.1em; font-weight:bold; line-height:1.3em; margin:6px 0 0; text-align:right; width:400px;}
|
34 |
+
#frontphoto{margin:0 0 15px;text-align:right}
|
35 |
+
|
36 |
+
/* Sidebars */
|
37 |
+
#leftside{clear:left; float:left; line-height:1.4em; margin:0 0 5px; width:140px;}
|
38 |
+
#extras{line-height:1.4em; margin:0 0 5px; width:140px;}
|
39 |
+
#leftside p, #leftside ul, #leftside div.textwidget, #extras p, #extras ul, #extras div.textwidget{font-size:0.9em; margin:0 0 18px;}
|
40 |
+
#leftside li, #extras li{line-height:1.2em; list-style:none; margin:0 0 6px;}
|
41 |
+
#leftside ul ul, #extras ul ul{margin:6px 0 0 10px;}
|
42 |
+
#leftside ul ul li, #extras ul ul li{margin:0 0 4px;}
|
43 |
+
#leftside ul ul li a, #extras ul ul li a{font-weight:normal;}
|
44 |
+
#leftside ul.linklist, #extras ul.linklist{font-size:1em;}
|
45 |
+
#leftside ul.linklist ul, #extras ul.linklist ul{margin:0 0 18px;}
|
46 |
+
#leftside ul.linklist ul li a, #extras ul.linklist ul li a{font-weight:bold;}
|
47 |
+
#leftside h2, #leftside ul.linklist li h2, #leftside h3, #extras h2, #extras ul.linklist li h2, #extras h3{background-color:inherit; color:#505050; font-size:1.2em; margin:0 0 10px;}
|
48 |
+
#leftside label, #extras label{display:none;}
|
49 |
+
|
50 |
+
/* Main menu */
|
51 |
+
ul.page{list-style:none; margin:0 0 18px; width:140px;}
|
52 |
+
ul.page li{display:inline; line-height:1.4em; width:140px;}
|
53 |
+
ul.page li a{background-color:#f4f4f4; border-left:4px solid #cccccc; color:#505050; float:left; font-weight:bold; margin-bottom:5px; padding:5px 1px 5px 5px; text-decoration:none; width:130px;}
|
54 |
+
ul.page li a:hover, ul.page li.current_page_item a{background-color:#ffffcc; border-left:4px solid #993300; color:#505050;}
|
55 |
+
ul.page ul{font-size:0.9em;margin:0 0 0 15px;padding:0 0 5px;width:125px;}
|
56 |
+
ul.page ul a{padding:3px 1px 3px 5px;width:115px;}
|
57 |
+
ul.page ul ul{width:113px;}
|
58 |
+
ul.page ul ul a{width:100px;}
|
59 |
+
|
60 |
+
/* Content */
|
61 |
+
#content{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;line-height:1.6em;margin:0 150px 5px;padding:0 10px;}
|
62 |
+
#contentwide{border-left:1px solid #f0f0f0;line-height:1.6em;margin:0 0 5px 150px;padding:0 0 0 15px;}
|
63 |
+
#content h2,#contentwide h2{font-size:1.6em;margin:0 0 10px;}
|
64 |
+
#content h3,#contentwide h3{font-size:1.25em;margin:0 0 8px; color: #666;}
|
65 |
+
#content img,#contentwide img{border:1px solid #d0d0d0;float:left;margin:3px 10px 3px 0;}
|
66 |
+
#content ul,#contentwide ul,#content ol,#contentwide ol{margin:0 0 16px 20px;}
|
67 |
+
#content li,#contentwide li{padding:0 0 0 5px;}
|
68 |
+
#content ul ul,#contentwide ul ul,#content ol ol,#contentwide ol ol{margin:0 0 0 16px;}
|
69 |
+
|
70 |
+
/* Footer */
|
71 |
+
#footer{background-color:#ffffff;border-top:2px solid #e0e0e0;clear:both;color:#808080;font-size:1.1em;font-weight:normal;line-height:1.3em;margin:0 auto;padding:10px 0;text-align:center;width:760px;}
|
72 |
+
#footer p{margin:0;padding:0;}
|
73 |
+
#footer a{background-color:inherit;color:#808080;font-weight:normal;text-decoration:none;}
|
74 |
+
#footer a:hover{background-color:inherit;color:#505050;text-decoration:underline;}
|
75 |
+
|
76 |
+
/* Subpage menu */
|
77 |
+
#subpages{border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;float:right;font-weight:bold;line-height:1.3em;margin:-5px 0 8px 15px;padding:0 0 10px 10px;width:190px;}
|
78 |
+
#subpages h2{font-size:1.2em;font-weight:bold;letter-spacing:-1px;line-height:1.3em;margin:0 0 12px;}
|
79 |
+
#subpages ul.submenu{line-height:1.4em;list-style:none; margin:0;}
|
80 |
+
#subpages ul.submenu li{display:inline; line-height:1.4em; width:180px; padding:0;}
|
81 |
+
#subpages ul.submenu li a{background-color:#f4f4f4;border-left:0px solid #cccccc;color:#505050;float:left;font-weight:bold;margin-bottom:5px;padding:3px 1px 3px 5px;text-decoration:none;width:180px;}
|
82 |
+
#subpages ul.submenu li ul{margin:0 0 5px 10px;width:170px;}
|
83 |
+
#subpages ul.submenu li ul li a{width:170px;}
|
84 |
+
#subpages ul.submenu li ul ul{margin:0 0 5px 10px;width:160px;}
|
85 |
+
#subpages ul.submenu li ul ul li a{width:160px;}
|
86 |
+
#subpages ul.submenu li ul ul ul{margin:0 0 5px 10px;width:150px;}
|
87 |
+
#subpages ul.submenu li ul ul ul li a{width:150px;}
|
88 |
+
#subpages ul.submenu li a:hover,#subpages ul.submenu li.current_page_item a{background-color:#ffffcc;border-left:0px solid #993300;color:#505050;}
|
89 |
+
#subpages ul.submenu li.current_page_item ul li a{background-color:#f4f4f4;border-left:0px solid #cccccc;color:#505050;}
|
90 |
+
|
91 |
+
/* Tags */
|
92 |
+
p,ul,ol{margin:0 0 16px;}
|
93 |
+
blockquote{border-left:0px solid #e0e0e0;margin:20px;padding:8px 8px 8px 15px;}
|
94 |
+
blockquote p{background-color:inherit;color:#505050;font-size:0.9em;line-height:1.3em;}
|
95 |
+
label{background-color:inherit;color:#606060;font-size:0.9em;font-weight:bold;}
|
96 |
+
table#wp-calendar{margin:0 0 18px;width:140px;}
|
97 |
+
|
98 |
+
/* Forms */
|
99 |
+
#s,#submit{background-color:#ffffff;border:1px solid #cccccc;color:#505050;font-size:0.9em;margin:0 0 16px;padding:4px;width:130px;}
|
100 |
+
#author,#email,#url,#comment{border:1px solid #cccccc;font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:1em;margin:0;padding:4px;}
|
101 |
+
#commentsection{margin-top: 10px; margin-left:15px 0 0;}
|
102 |
+
#commentsection p{margin:0 0 6px; }
|
103 |
+
|
104 |
+
/* Float fix */
|
105 |
+
.contenttext{overflow:hidden;}
|
106 |
+
* html .contenttext{height:1px;overflow:visible;}
|
107 |
+
* html .contenttext p{overflow:hidden;width:99%;}
|
108 |
+
|
109 |
+
/* Various classes */
|
110 |
+
.left{border:1px solid #cccccc;float:left;margin:10px 15px 10px 0;}
|
111 |
+
.right{border:1px solid #cccccc;float:right;margin:10px 0 5px 10px;}
|
112 |
+
.center{border:1px solid #aaaaaa;margin:5px auto 12px;text-align:center;}
|
113 |
+
.textright{text-align:right;}
|
114 |
+
.small{font-size:0.8em;}
|
115 |
+
.bold{font-weight:bold;}
|
116 |
+
.hide{display:none;}
|
117 |
+
.post{margin:0 0 25px;}
|
118 |
+
.postinfo{background-color:#f4f4f4;border-left:0px solid #cccccc;color:#606060;font-size:0.9em;font-weight:bold;line-height:1.5em;margin:1px 0 40px;padding:8px 5px 8px 8px; margin-bottom: 10px;}
|
119 |
+
.comment{background-color:#f4f4f4;border-left:0px solid #cccccc;color:#606060;margin:0 0 10px;padding:8px 5px 0 8px;}
|
120 |
+
.comment p.commenthead{line-height:1.6em;}
|
121 |
+
.comment p{font-size:0.9em;line-height:1.3em;margin:0 0 6px;padding-bottom:5px;}
|
122 |
+
.navigation{display:block;margin:10px 0;padding:0 0 15px;text-align:center;}
|
123 |
+
.navigation p{margin:0;padding:0;}
|
124 |
+
.prevlink{margin-right:20px;}
|
125 |
+
.nextlink{margin-left:20px;}
|
126 |
+
|
127 |
+
.gen1 { margin-left: 8px; }
|
128 |
+
.gen2 { margin-left: 16px; }
|
129 |
+
.gen3 { margin-left: 24px; }
|
130 |
+
.gen4 { margin-left: 32px; }
|
131 |
+
.gen5 { margin-left: 40px; }
|
132 |
+
.gen6 { margin-left: 48px; }
|
133 |
+
.gen7 { margin-left: 56px; }
|
134 |
+
.gen8 { margin-left: 64px; }
|
135 |
+
.name { color: #993300; }
|
136 |
+
.dob, .dod { font-style: italic; }
|
137 |
+
li.alt p { font-style: italic; }
|
138 |
+
dl { margin-left: 1em; margin-bottom: 1em;}
|
139 |
+
dd { font-size:0.95em; }
|
140 |
+
dt { font-weight:bold; }
|
141 |
+
#kaywamobilizer { padding: 0px; }
|
142 |
+
|
143 |
+
|
144 |
+
|
145 |
+
BODY, P, LI, DD, DT {
|
146 |
+
font-family: verdana, arial, sans-serif;
|
147 |
+
font-size: 10pt;
|
148 |
+
margin-left: 0px;
|
149 |
+
margin-top: 0px;
|
150 |
+
SCROLLBAR-FACE-COLOR: #999999;
|
151 |
+
SCROLLBAR-TRACK-COLOR: #cccccc;
|
152 |
+
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
|
153 |
+
SCROLLBAR-SHADOW-COLOR: #ffffee;
|
154 |
+
SCROLLBAR-3DLIGHT-COLOR: #999999;
|
155 |
+
SCROLLBAR-ARROW-COLOR: #cccc99;
|
156 |
+
SCROLLBAR-DARKSHADOW-COLOR: #444444;
|
157 |
+
}
|
158 |
+
|
159 |
+
BODY {
|
160 |
+
margin-top: 5px;
|
161 |
+
margin-right: 5px;
|
162 |
+
margin-left: 10px;
|
163 |
+
}
|
164 |
+
|
165 |
+
BLOCKQUOTE {
|
166 |
+
margin-left: 10px;
|
167 |
+
text-indent: 5px;
|
168 |
+
font-style: italic;
|
169 |
+
}
|
170 |
+
|
171 |
+
TABLE.index {
|
172 |
+
margin-left: 15px;
|
173 |
+
}
|
174 |
+
|
175 |
+
.calendar_day {
|
176 |
+
color: #333333;
|
177 |
+
font-size: 7pt;
|
178 |
+
}
|
179 |
+
|
180 |
+
TD.key {
|
181 |
+
font-family: verdana, arial, sans-serif;
|
182 |
+
font-weight: bold;
|
183 |
+
color: #333333;
|
184 |
+
}
|
185 |
+
|
186 |
+
|
187 |
+
TD.even {
|
188 |
+
padding: 2px;
|
189 |
+
background: #ffffff;
|
190 |
+
}
|
191 |
+
|
192 |
+
TD.odd {
|
193 |
+
padding: 2px;
|
194 |
+
background: #ffffbb;
|
195 |
+
}
|
196 |
+
|
197 |
+
IMG.content {
|
198 |
+
border-style: solid;
|
199 |
+
border-color: #666666;
|
200 |
+
border-width: thin;
|
201 |
+
}
|
202 |
+
|
203 |
+
.logheader {
|
204 |
+
font-family: verdana, arial, sans-serif;
|
205 |
+
font-size: 10pt;
|
206 |
+
color: #cccccc;
|
207 |
+
background: #666666;
|
208 |
+
padding: 0px;
|
209 |
+
border-width: thin;
|
210 |
+
border-style: solid;
|
211 |
+
border-color: #666666;
|
212 |
+
width: 100%;
|
213 |
+
}
|
214 |
+
|
215 |
+
.menu {
|
216 |
+
color: #666666;
|
217 |
+
font-size: 8pt;
|
218 |
+
margin-left: 3px;
|
219 |
+
}
|
220 |
+
|
221 |
+
.intro {
|
222 |
+
font-family: verdana, arial, sans-serif;
|
223 |
+
color: #333;
|
224 |
+
/* color: #003333; */
|
225 |
+
background: #eec;
|
226 |
+
/* background: #99cccc; */
|
227 |
+
/* background: #ffcc66; */
|
228 |
+
/* border: 1px dashed #999; */
|
229 |
+
padding: 5px;
|
230 |
+
/* border-width: thin;
|
231 |
+
border-style: solid;
|
232 |
+
border-color: #633;
|
233 |
+
border-left: thin solid #aaa;
|
234 |
+
border-top: thin solid #aaa; */
|
235 |
+
|
236 |
+
/* border-color: #ff9900; */
|
237 |
+
width: 100%;
|
238 |
+
}
|
239 |
+
|
240 |
+
small.title {
|
241 |
+
color:#333366;
|
242 |
+
font-size: 8pt;
|
243 |
+
}
|
244 |
+
|
245 |
+
.panelGeek {
|
246 |
+
padding: 2px;
|
247 |
+
/* border:1px solid #999;
|
248 |
+
background: #eee; */
|
249 |
+
}
|
250 |
+
|
251 |
+
.panelMain {
|
252 |
+
padding: 5px;
|
253 |
+
border: 1px dashed #ccc;
|
254 |
+
background: #ffffee;
|
255 |
+
}
|
256 |
+
|
257 |
+
.panelPersonal {
|
258 |
+
/* padding: 0px;
|
259 |
+
border:1px dashed #999; */
|
260 |
+
background: #fff;
|
261 |
+
}
|
262 |
+
|
263 |
+
.panelCalendar {
|
264 |
+
padding: 2px;
|
265 |
+
margin-right: 5px;
|
266 |
+
margin-left: 0px;
|
267 |
+
border:1px dashed #999999;
|
268 |
+
background: #eeeeee;
|
269 |
+
}
|
270 |
+
|
271 |
+
.sitetitle {
|
272 |
+
color:#666666;
|
273 |
+
font-family: verdana, helv, arial, sans-serif;
|
274 |
+
font-size: 18px;
|
275 |
+
letter-spacing: 3px;
|
276 |
+
font-weight: bold;
|
277 |
+
margin-left: 12px;
|
278 |
+
margin-top: 10px;
|
279 |
+
margin-bottom: 10px;
|
280 |
+
}
|
281 |
+
|
282 |
+
pre.title {
|
283 |
+
color:#666666;
|
284 |
+
}
|
285 |
+
|
286 |
+
pre.highlighted {
|
287 |
+
background: #eeeeee;
|
288 |
+
}
|
289 |
+
|
290 |
+
|
291 |
+
A {
|
292 |
+
color: #6666aa;
|
293 |
+
font-weight: normal;
|
294 |
+
}
|
295 |
+
|
296 |
+
A:hover {
|
297 |
+
background: #dddddd;
|
298 |
+
font-weight: normal;
|
299 |
+
}
|
300 |
+
|
301 |
+
A:visited {
|
302 |
+
color: #660033;
|
303 |
+
font-weight: normal;
|
304 |
+
}
|
305 |
+
|
306 |
+
A.sidebar {
|
307 |
+
margin-left: 8px;
|
308 |
+
margin-right: 3px;
|
309 |
+
}
|
310 |
+
|
311 |
+
P {
|
312 |
+
margin-top: 5px;
|
313 |
+
margin-bottom: 10px;
|
314 |
+
}
|
315 |
+
|
316 |
+
CODE {
|
317 |
+
color: #003300;
|
318 |
+
background: #efffef;
|
319 |
+
}
|
320 |
+
|
321 |
+
DL {
|
322 |
+
MARGIN-LEFT: 15px;
|
323 |
+
}
|
324 |
+
|
325 |
+
DT {
|
326 |
+
font-weight: bold;
|
327 |
+
color: #333333;
|
328 |
+
margin-top: 10px;
|
329 |
+
}
|
330 |
+
|
331 |
+
TD {
|
332 |
+
font-size: 9pt;
|
333 |
+
}
|
334 |
+
|
335 |
+
TH {
|
336 |
+
font-size: 9pt;
|
337 |
+
background: #ffcc99;
|
338 |
+
color: #663300;
|
339 |
+
}
|
340 |
+
|
341 |
+
H1, H2, H3, H4 {
|
342 |
+
font-weight: bold;
|
343 |
+
color:#666666;
|
344 |
+
font-family: verdana, helv, arial, sans-serif;
|
345 |
+
}
|
346 |
+
|
347 |
+
|
348 |
+
H1 {
|
349 |
+
font-size: 18px;
|
350 |
+
margin-top: 0px;
|
351 |
+
margin-bottom: 12px;
|
352 |
+
}
|
353 |
+
|
354 |
+
H2 {
|
355 |
+
font-size: 11pt;
|
356 |
+
margin-top: 10px;
|
357 |
+
margin-bottom: 7px;
|
358 |
+
}
|
359 |
+
|
360 |
+
H3 {
|
361 |
+
font-size: 12px;
|
362 |
+
margin-top: 5px;
|
363 |
+
margin-bottom: 7px;
|
364 |
+
}
|
365 |
+
|
366 |
+
H4 {
|
367 |
+
font-size: 11px;
|
368 |
+
margin-top: 10px;
|
369 |
+
margin-bottom: 5px;
|
370 |
+
}
|
371 |
+
|
372 |
+
UL.tight {
|
373 |
+
margin-top: 0px;
|
374 |
+
margin-left: 10px;
|
375 |
+
}
|
376 |
+
|
377 |
+
|
378 |
+
.indent {
|
379 |
+
MARGIN-LEFT: 20px;
|
380 |
+
}
|
381 |
+
|
382 |
+
.code {
|
383 |
+
MARGIN-LEFT: 20px;
|
384 |
+
color: #003300;
|
385 |
+
background: #efffef;
|
386 |
+
}
|
387 |
+
|
388 |
+
.codesmall {
|
389 |
+
MARGIN-LEFT: 20px;
|
390 |
+
color: #003300;
|
391 |
+
background: #efffef;
|
392 |
+
font-size: 9pt;
|
393 |
+
}
|
394 |
+
|
395 |
+
.contents {
|
396 |
+
font-size: 8pt;
|
397 |
+
background: #efffef;
|
398 |
+
border-color: #cccccc;
|
399 |
+
margin: 0px;
|
400 |
+
color: #666666;
|
401 |
+
}
|
402 |
+
|
403 |
+
|
404 |
+
|
405 |
+
|
406 |
+
.leftcol {
|
407 |
+
color: #ffffff;
|
408 |
+
}
|
409 |
+
|
410 |
+
|
411 |
+
|
412 |
+
|
413 |
+
TABLE.seealso {
|
414 |
+
background: #eeeeee;
|
415 |
+
color: #666666;
|
416 |
+
border-width: thin;
|
417 |
+
border-style: solid;
|
418 |
+
border-color: #333333;
|
419 |
+
border-left: thin solid #cccccc;
|
420 |
+
border-top: thin solid #cccccc;
|
421 |
+
}
|
422 |
+
|
423 |
+
.banner {
|
424 |
+
color: #cccccc;
|
425 |
+
border-width: 2px;
|
426 |
+
/* border-width: thin; */
|
427 |
+
border-style: solid;
|
428 |
+
border-color: #333333;
|
429 |
+
border-left: thin solid #cccccc;
|
430 |
+
border-top: thin solid #cccccc;
|
431 |
+
}
|
432 |
+
|
433 |
+
TABLE.contents {
|
434 |
+
background: #efffef;
|
435 |
+
margin: 0px;
|
436 |
+
color: #666666;
|
437 |
+
border-width: thin;
|
438 |
+
border-style: solid;
|
439 |
+
border-color: #333333;
|
440 |
+
border-left: thin solid #cccccc;
|
441 |
+
border-top: thin solid #cccccc;
|
442 |
+
}
|
443 |
+
|
444 |
+
.seealso {
|
445 |
+
font-size: 8pt;
|
446 |
+
background: #eeeeee;
|
447 |
+
color: #666666;
|
448 |
+
}
|
449 |
+
|
450 |
+
.smintro {
|
451 |
+
color: #ffffff;
|
452 |
+
background: #aaaaaa;
|
453 |
+
margin-left: 0px;
|
454 |
+
padding: 5px;
|
455 |
+
border-width: 1px;
|
456 |
+
border-style: solid;
|
457 |
+
border-color: #666666;
|
458 |
+
}
|
459 |
+
|
460 |
+
.bodyimage {
|
461 |
+
border-width: 1px;
|
462 |
+
border-style: solid;
|
463 |
+
border-color: #ffcc99;
|
464 |
+
}
|
465 |
+
|
466 |
+
.tableform {
|
467 |
+
color: #ffffff;
|
468 |
+
background: #cccccc;
|
469 |
+
margin-bottom: 15px
|
470 |
+
}
|
471 |
+
|
472 |
+
TABLE.data {
|
473 |
+
color: #333;
|
474 |
+
background: #eee;
|
475 |
+
border: thin solid #ccc;
|
476 |
+
}
|
477 |
+
|
478 |
+
TD.tabledata {
|
479 |
+
background: #ffffff;
|
480 |
+
}
|
481 |
+
|
482 |
+
.blogrollLinkedText {
|
483 |
+
margin-left: 8px;
|
484 |
+
margin-right: 3px;
|
485 |
+
font-size: 8pt;
|
486 |
+
}
|
487 |
+
|
488 |
+
.blogrollText {
|
489 |
+
color: #666666;
|
490 |
+
font-size: 8pt;
|
491 |
+
margin-left: 3px;
|
492 |
+
font-weight: bold;
|
493 |
+
}
|
494 |
+
|
495 |
+
.itemtitle {
|
496 |
+
font-size: 1.1em;
|
497 |
+
font-weight: bold;
|
498 |
+
margin-bottom: 1.2em;
|
499 |
+
margin-top: 0px;
|
500 |
+
padding: 0.3em;
|
501 |
+
background: #eeeeee;
|
502 |
+
}
|
503 |
+
|
504 |
+
|
505 |
+
.generation {
|
506 |
+
margin-left: 1em;
|
507 |
+
}
|
508 |
+
|
509 |
+
.name {
|
510 |
+
font-weight: bold;
|
511 |
+
}
|
512 |
+
|
513 |
+
.dob {
|
514 |
+
padding-left: 0.5em;
|
515 |
+
}
|
516 |
+
|
517 |
+
.dod {
|
518 |
+
padding-left: 0.5em;
|
519 |
+
}
|
520 |
+
|
521 |
+
.spouse {
|
522 |
+
padding-left: 0.5em;
|
523 |
+
text-decoration: italic;
|
524 |
+
}
|
525 |
+
|
526 |
+
.gen1, .gen2, .gen3, .gen4, .gen5, .gen6, .gen7, .gen8 {
|
527 |
+
margin-left: 0.5em;
|
528 |
+
margin-top: 1em;
|
529 |
+
width: 400;
|
530 |
+
border: thin #999999;
|
531 |
+
}
|
532 |
+
|
533 |
+
.gen1 { background-color: #ccccff; }
|
534 |
+
.gen2 { background-color: #ccccee; }
|
535 |
+
.gen3 { background-color: #ccccdd; }
|
536 |
+
.gen4 { background-color: #cccccc; }
|
537 |
+
.gen5 { background-color: #ccccbb; }
|
538 |
+
.gen6 { background-color: #ccccaa; }
|
539 |
+
.gen7 { background-color: #cccc99; }
|
540 |
+
.gen8 { background-color: #cccc88; }
|
541 |
+
</style>
|
542 |
+
<title>
|
543 |
+
Webmaster: Master of What?
|
544 |
+
</title>
|
545 |
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
546 |
+
<meta content name="description">
|
547 |
+
<meta content name="keywords">
|
548 |
+
</head>
|
549 |
+
<body alink="#008000" background bgcolor="#ffffff" link="#0000FF" text="#000000" vlink="#800080">
|
550 |
+
<div id="wrap">
|
551 |
+
<div id="header">
|
552 |
+
<h1>
|
553 |
+
<a>
|
554 |
+
DeeKnow’s Grotto
|
555 |
+
</a>
|
556 |
+
</h1>
|
557 |
+
<p>
|
558 |
+
<strong>
|
559 |
+
</strong>
|
560 |
+
</p>
|
561 |
+
</div>
|
562 |
+
<div id="leftside">
|
563 |
+
<div align="center">
|
564 |
+
<a>
|
565 |
+
<img alt="DeeKnows Homepage" border="0" height="83" src="rick.jpg" title="Go to the Home page" width="64">
|
566 |
+
</a>
|
567 |
+
</div>
|
568 |
+
<h2 class="hide">
|
569 |
+
Main menu:
|
570 |
+
</h2>
|
571 |
+
<ul class="page">
|
572 |
+
<li class="page_item current_page_item">
|
573 |
+
<a>
|
574 |
+
Home
|
575 |
+
</a>
|
576 |
+
</li>
|
577 |
+
<li class="page_item">
|
578 |
+
<a title="About">
|
579 |
+
About
|
580 |
+
</a>
|
581 |
+
</li>
|
582 |
+
<li class="page_item current_page_item">
|
583 |
+
<a>
|
584 |
+
Wiki
|
585 |
+
</a>
|
586 |
+
</li>
|
587 |
+
</ul>
|
588 |
+
<div id="extras">
|
589 |
+
<h2>
|
590 |
+
Site search
|
591 |
+
</h2>
|
592 |
+
<form action="/index.php" id="searchform" method="get">
|
593 |
+
<div>
|
594 |
+
<label for="s">
|
595 |
+
Search for:
|
596 |
+
</label>
|
597 |
+
<input id="s" name="s" size="14" type="text" value>
|
598 |
+
<input id="searchsubmit" type="hidden" value="Search">
|
599 |
+
</div>
|
600 |
+
</form>
|
601 |
+
<p class="menu">
|
602 |
+
<strong>
|
603 |
+
Contents:
|
604 |
+
</strong>
|
605 |
+
<br>
|
606 |
+
<a class="sidebar" title="DeeKnow's Dynamic Dyno">
|
607 |
+
Dyno
|
608 |
+
</a>
|
609 |
+
<br>
|
610 |
+
<a class="sidebar" title="What the hell is Zope">
|
611 |
+
Zope
|
612 |
+
</a>
|
613 |
+
<br>
|
614 |
+
<a class="sidebar" title="list of funny Spam I've received lately">
|
615 |
+
Spam
|
616 |
+
</a>
|
617 |
+
<br>
|
618 |
+
<a class="sidebar" title="Maori Processes and Protocols">
|
619 |
+
Mäori
|
620 |
+
</a>
|
621 |
+
<br>
|
622 |
+
<a class="sidebar" title="A timeline of events in Israel">
|
623 |
+
Israel
|
624 |
+
</a>
|
625 |
+
<br>
|
626 |
+
<a class="sidebar" title="Travel and Holiday notes">
|
627 |
+
Travel
|
628 |
+
</a>
|
629 |
+
<br>
|
630 |
+
<a class="sidebar" title="Some photos from this years Ski trip">
|
631 |
+
Skiing
|
632 |
+
</a>
|
633 |
+
<br>
|
634 |
+
<a class="sidebar" title="Results of a 'what are your beliefs' survey">
|
635 |
+
Beliefs
|
636 |
+
</a>
|
637 |
+
<br>
|
638 |
+
<a class="sidebar" title="Index of my Photos">
|
639 |
+
Photos
|
640 |
+
</a>
|
641 |
+
<br>
|
642 |
+
<a class="sidebar" title="Bits and pieces of Wisdom">
|
643 |
+
Wisdom
|
644 |
+
</a>
|
645 |
+
<br>
|
646 |
+
<a class="sidebar" title="Amazon Wishlist - go on, buy me something!">
|
647 |
+
WishList
|
648 |
+
</a>
|
649 |
+
<br>
|
650 |
+
<a class="sidebar" title="Some notes on end-of-days prophecy">
|
651 |
+
Prophecy
|
652 |
+
</a>
|
653 |
+
<br>
|
654 |
+
<a class="sidebar" title="DeeKnows WebCam">
|
655 |
+
WebCam
|
656 |
+
</a>
|
657 |
+
<br>
|
658 |
+
<a class="sidebar" title="Photos from the Tongariro Crossing">
|
659 |
+
Tongariro
|
660 |
+
</a>
|
661 |
+
<br>
|
662 |
+
<a class="sidebar" title="Notes, Links and Piccies re MS Flightsimulator">
|
663 |
+
Flight-sim
|
664 |
+
</a>
|
665 |
+
<br>
|
666 |
+
<a class="sidebar" title="Stuff about my current bike, and the ones I'd like to buy">
|
667 |
+
Motorbike
|
668 |
+
</a>
|
669 |
+
<br>
|
670 |
+
<a class="sidebar" title="My Technial Web News Blog">
|
671 |
+
Tech Stuff
|
672 |
+
</a>
|
673 |
+
<br>
|
674 |
+
<a class="sidebar" title="Various entertaining morsels">
|
675 |
+
Funny Shit
|
676 |
+
</a>
|
677 |
+
<br>
|
678 |
+
<a class="sidebar" title="Photos from my trip to Hong Kong in 2001">
|
679 |
+
Hong Kong
|
680 |
+
</a>
|
681 |
+
<br>
|
682 |
+
<a class="sidebar" title="Notes about the PS2 games I own">
|
683 |
+
PlayStation2
|
684 |
+
</a>
|
685 |
+
<br>
|
686 |
+
<a class="sidebar" title="Timeline of events surrounding the Freemasons, and the Crusades">
|
687 |
+
Freemasonry
|
688 |
+
</a>
|
689 |
+
<br>
|
690 |
+
<a class="sidebar" title="Stuff about the role of 'webmaster'">
|
691 |
+
Webmastering
|
692 |
+
</a>
|
693 |
+
<br>
|
694 |
+
<a class="sidebar" title="Some scary photos of dodgy hair-dos">
|
695 |
+
Haircuts from Hell
|
696 |
+
</a>
|
697 |
+
<!-- <br><a class="sidebar" href='/notes/tech/'>Tech Notes</a>
|
698 |
+
<br><a class="sidebar" href='/notes/a'>Other Notes</a> -->
|
699 |
+
</p>
|
700 |
+
<!--
|
701 |
+
<p class='menu'><strong>Wot I'm Reading:</strong>
|
702 |
+
<br><a class="sidebar" >Biggie</a>
|
703 |
+
<br><a class="sidebar" title="English language edition of Russian paper">Pravda</a>
|
704 |
+
<br><a class="sidebar" >All Africa</a>
|
705 |
+
<br><a class="sidebar" >MemePool</a>
|
706 |
+
<br><a class="sidebar" >The Onion</a>
|
707 |
+
<br><a class="sidebar" >Planet PS2</a>
|
708 |
+
<br><a class="sidebar" title="Christian Science Monitor">CS Monitor</a>
|
709 |
+
<br><a class="sidebar" >Space Daily</a>
|
710 |
+
<br><a class="sidebar" >Islam-Online</a>
|
711 |
+
<br><a class="sidebar" >Google News</a>
|
712 |
+
<br><a class="sidebar" >Cycling News</a>
|
713 |
+
<br><a class="sidebar" >Palestine Daily</a>
|
714 |
+
<br><a class="sidebar" title="Sydney Morning Herald">Sydney M. Herald</a>
|
715 |
+
<br><a class="sidebar" >The Smoking Gun</a>
|
716 |
+
<br><br><a class="sidebar" >more..>></a>
|
717 |
+
</p>
|
718 |
+
-->
|
719 |
+
</div>
|
720 |
+
</div>
|
721 |
+
<div id="frontphoto">
|
722 |
+
<img alt="DeeKnow’s Grotto" height="175" src="rick.jpg" width="590">
|
723 |
+
</div>
|
724 |
+
<div id="contentwide">
|
725 |
+
<h1>
|
726 |
+
Webmaster: Master of What?
|
727 |
+
</h1>
|
728 |
+
<p class="intro">
|
729 |
+
The name means different things to different people and the role varies greatly between organisations of various types and sizes. Ask two people and you'll get three opinions, it really is something of a grey area.
|
730 |
+
</p>
|
731 |
+
<p>
|
732 |
+
If you have a web server installed on your computer at home, and you installed your O/S and web server yourself, and you perform backups, design and build your own web sites, then technically, you are a webmaster. Although you are master of a fairly small domain.
|
733 |
+
</p>
|
734 |
+
<p>
|
735 |
+
Large organisations such as Hospitals, Government Departments, Big Corporates or Universities often run many web servers which store thousands of web pages for many clients with different needs. In organisations of this scale there is a need to split web design and management roles amongst multiple people who may be formed into a
|
736 |
+
<a>
|
737 |
+
web team
|
738 |
+
</a>
|
739 |
+
with a dedicated Webmaster
|
740 |
+
</p>
|
741 |
+
<p>
|
742 |
+
In such a web team, the Webmaster is able to better focus on the Web service and servers and surrounding technologies and leave the other roles to the respective specialists in their areas, but the webmaster's responsibilities will often overlap with those of the other team members.
|
743 |
+
</p>
|
744 |
+
<p>
|
745 |
+
In smaller organisations a dedicated webmaster would be a luxury. This is where the role and your talents are generally spread the furtherst and where a webmaster must truely be a jack-of-all-trades possibly absorbing many of the other roles normally filled by a
|
746 |
+
<a>
|
747 |
+
web team
|
748 |
+
</a>
|
749 |
+
in a larger organisation.
|
750 |
+
</p>
|
751 |
+
<p>
|
752 |
+
Often, if required to be involved on smaller web projects, a web master may be project manager, spec writer, programmer, administrator as well as being a kind of mediator or liasion between the client and other project staff such as graphic artists an DBA's.
|
753 |
+
</p>
|
754 |
+
</div>
|
755 |
+
</div>
|
756 |
+
</body>
|
757 |
+
</html>
|
10668.png
ADDED
Git LFS Details
|
10676.html
ADDED
@@ -0,0 +1,653 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html data-tcc-ignore dir="ltr" lang="en">
|
3 |
+
<head>
|
4 |
+
<title>
|
5 |
+
Maintenance
|
6 |
+
</title>
|
7 |
+
<meta content="text/html; charset=utf-8" http-equiv="content-type">
|
8 |
+
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
9 |
+
<meta content="maintenance.html" http-equiv="Content-Location">
|
10 |
+
<meta content="Starfield Technologies; Go Daddy Website Builder 7.0.5350" name="generator">
|
11 |
+
<meta content="website" property="og:type">
|
12 |
+
<meta content="Maintenance" property="og:title">
|
13 |
+
<meta content="Southern California Landscape" property="og:site_name">
|
14 |
+
<meta content="" property="og:url">
|
15 |
+
<meta content="//nebula.wsimg.com/78fd9e1f5138bdc98d202bda00bfc001?AccessKeyId=6379BBF9A78ACCAB1596&disposition=0&alloworigin=1" property="og:image">
|
16 |
+
</head>
|
17 |
+
<body>
|
18 |
+
<style data-inline-fonts>
|
19 |
+
/* vietnamese */
|
20 |
+
@font-face {
|
21 |
+
font-family: 'Allura';
|
22 |
+
font-style: normal;
|
23 |
+
font-weight: 400;
|
24 |
+
src: url(https://img1.wsimg.com/gfonts/s/allura/v21/9oRPNYsQpS4zjuA_hAgWDto.woff2) format('woff2');
|
25 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
26 |
+
}
|
27 |
+
/* latin-ext */
|
28 |
+
@font-face {
|
29 |
+
font-family: 'Allura';
|
30 |
+
font-style: normal;
|
31 |
+
font-weight: 400;
|
32 |
+
src: url(https://img1.wsimg.com/gfonts/s/allura/v21/9oRPNYsQpS4zjuA_hQgWDto.woff2) format('woff2');
|
33 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
34 |
+
}
|
35 |
+
/* latin */
|
36 |
+
@font-face {
|
37 |
+
font-family: 'Allura';
|
38 |
+
font-style: normal;
|
39 |
+
font-weight: 400;
|
40 |
+
src: url(https://img1.wsimg.com/gfonts/s/allura/v21/9oRPNYsQpS4zjuA_iwgW.woff2) format('woff2');
|
41 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
42 |
+
}
|
43 |
+
/* cyrillic */
|
44 |
+
@font-face {
|
45 |
+
font-family: 'Amatic SC';
|
46 |
+
font-style: normal;
|
47 |
+
font-weight: 400;
|
48 |
+
src: url(https://img1.wsimg.com/gfonts/s/amaticsc/v26/TUZyzwprpvBS1izr_vOEDuSfQZQ.woff2) format('woff2');
|
49 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
50 |
+
}
|
51 |
+
/* hebrew */
|
52 |
+
@font-face {
|
53 |
+
font-family: 'Amatic SC';
|
54 |
+
font-style: normal;
|
55 |
+
font-weight: 400;
|
56 |
+
src: url(https://img1.wsimg.com/gfonts/s/amaticsc/v26/TUZyzwprpvBS1izr_vOECOSfQZQ.woff2) format('woff2');
|
57 |
+
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
58 |
+
}
|
59 |
+
/* vietnamese */
|
60 |
+
@font-face {
|
61 |
+
font-family: 'Amatic SC';
|
62 |
+
font-style: normal;
|
63 |
+
font-weight: 400;
|
64 |
+
src: url(https://img1.wsimg.com/gfonts/s/amaticsc/v26/TUZyzwprpvBS1izr_vOEBeSfQZQ.woff2) format('woff2');
|
65 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
66 |
+
}
|
67 |
+
/* latin-ext */
|
68 |
+
@font-face {
|
69 |
+
font-family: 'Amatic SC';
|
70 |
+
font-style: normal;
|
71 |
+
font-weight: 400;
|
72 |
+
src: url(https://img1.wsimg.com/gfonts/s/amaticsc/v26/TUZyzwprpvBS1izr_vOEBOSfQZQ.woff2) format('woff2');
|
73 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
74 |
+
}
|
75 |
+
/* latin */
|
76 |
+
@font-face {
|
77 |
+
font-family: 'Amatic SC';
|
78 |
+
font-style: normal;
|
79 |
+
font-weight: 400;
|
80 |
+
src: url(https://img1.wsimg.com/gfonts/s/amaticsc/v26/TUZyzwprpvBS1izr_vOECuSf.woff2) format('woff2');
|
81 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
82 |
+
}
|
83 |
+
/* vietnamese */
|
84 |
+
@font-face {
|
85 |
+
font-family: 'Arizonia';
|
86 |
+
font-style: normal;
|
87 |
+
font-weight: 400;
|
88 |
+
src: url(https://img1.wsimg.com/gfonts/s/arizonia/v21/neIIzCemt4A5qa7mv5WOFqwKUQ.woff2) format('woff2');
|
89 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
90 |
+
}
|
91 |
+
/* latin-ext */
|
92 |
+
@font-face {
|
93 |
+
font-family: 'Arizonia';
|
94 |
+
font-style: normal;
|
95 |
+
font-weight: 400;
|
96 |
+
src: url(https://img1.wsimg.com/gfonts/s/arizonia/v21/neIIzCemt4A5qa7mv5WPFqwKUQ.woff2) format('woff2');
|
97 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
98 |
+
}
|
99 |
+
/* latin */
|
100 |
+
@font-face {
|
101 |
+
font-family: 'Arizonia';
|
102 |
+
font-style: normal;
|
103 |
+
font-weight: 400;
|
104 |
+
src: url(https://img1.wsimg.com/gfonts/s/arizonia/v21/neIIzCemt4A5qa7mv5WBFqw.woff2) format('woff2');
|
105 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
106 |
+
}
|
107 |
+
/* latin */
|
108 |
+
@font-face {
|
109 |
+
font-family: 'Averia Sans Libre';
|
110 |
+
font-style: normal;
|
111 |
+
font-weight: 400;
|
112 |
+
src: url(https://img1.wsimg.com/gfonts/s/averiasanslibre/v19/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEdVOEoI.woff2) format('woff2');
|
113 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
114 |
+
}
|
115 |
+
/* latin */
|
116 |
+
@font-face {
|
117 |
+
font-family: 'Cabin Sketch';
|
118 |
+
font-style: normal;
|
119 |
+
font-weight: 400;
|
120 |
+
src: url(https://img1.wsimg.com/gfonts/s/cabinsketch/v21/QGYpz_kZZAGCONcK2A4bGOj8mNhN.woff2) format('woff2');
|
121 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
122 |
+
}
|
123 |
+
/* vietnamese */
|
124 |
+
@font-face {
|
125 |
+
font-family: 'Francois One';
|
126 |
+
font-style: normal;
|
127 |
+
font-weight: 400;
|
128 |
+
src: url(https://img1.wsimg.com/gfonts/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZut9zgiRi_Y.woff2) format('woff2');
|
129 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
130 |
+
}
|
131 |
+
/* latin-ext */
|
132 |
+
@font-face {
|
133 |
+
font-family: 'Francois One';
|
134 |
+
font-style: normal;
|
135 |
+
font-weight: 400;
|
136 |
+
src: url(https://img1.wsimg.com/gfonts/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZut9zwiRi_Y.woff2) format('woff2');
|
137 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
138 |
+
}
|
139 |
+
/* latin */
|
140 |
+
@font-face {
|
141 |
+
font-family: 'Francois One';
|
142 |
+
font-style: normal;
|
143 |
+
font-weight: 400;
|
144 |
+
src: url(https://img1.wsimg.com/gfonts/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZut9wQiR.woff2) format('woff2');
|
145 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
146 |
+
}
|
147 |
+
/* latin-ext */
|
148 |
+
@font-face {
|
149 |
+
font-family: 'Fredericka the Great';
|
150 |
+
font-style: normal;
|
151 |
+
font-weight: 400;
|
152 |
+
src: url(https://img1.wsimg.com/gfonts/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--StxbcVcg.woff2) format('woff2');
|
153 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
154 |
+
}
|
155 |
+
/* latin */
|
156 |
+
@font-face {
|
157 |
+
font-family: 'Fredericka the Great';
|
158 |
+
font-style: normal;
|
159 |
+
font-weight: 400;
|
160 |
+
src: url(https://img1.wsimg.com/gfonts/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--Sjxbc.woff2) format('woff2');
|
161 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
162 |
+
}
|
163 |
+
/* latin */
|
164 |
+
@font-face {
|
165 |
+
font-family: 'Jacques Francois Shadow';
|
166 |
+
font-style: normal;
|
167 |
+
font-weight: 400;
|
168 |
+
src: url(https://img1.wsimg.com/gfonts/s/jacquesfrancoisshadow/v25/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_p8Suno.woff2) format('woff2');
|
169 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
170 |
+
}
|
171 |
+
/* latin */
|
172 |
+
@font-face {
|
173 |
+
font-family: 'Josefin Slab';
|
174 |
+
font-style: normal;
|
175 |
+
font-weight: 400;
|
176 |
+
src: url(https://img1.wsimg.com/gfonts/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msR349Kg.woff2) format('woff2');
|
177 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
178 |
+
}
|
179 |
+
/* latin-ext */
|
180 |
+
@font-face {
|
181 |
+
font-family: 'Kaushan Script';
|
182 |
+
font-style: normal;
|
183 |
+
font-weight: 400;
|
184 |
+
src: url(https://img1.wsimg.com/gfonts/s/kaushanscript/v16/vm8vdRfvXFLG3OLnsO15WYS5DG72wNJHMw.woff2) format('woff2');
|
185 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
186 |
+
}
|
187 |
+
/* latin */
|
188 |
+
@font-face {
|
189 |
+
font-family: 'Kaushan Script';
|
190 |
+
font-style: normal;
|
191 |
+
font-weight: 400;
|
192 |
+
src: url(https://img1.wsimg.com/gfonts/s/kaushanscript/v16/vm8vdRfvXFLG3OLnsO15WYS5DG74wNI.woff2) format('woff2');
|
193 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
194 |
+
}
|
195 |
+
/* latin */
|
196 |
+
@font-face {
|
197 |
+
font-family: 'Love Ya Like A Sister';
|
198 |
+
font-style: normal;
|
199 |
+
font-weight: 400;
|
200 |
+
src: url(https://img1.wsimg.com/gfonts/s/loveyalikeasister/v20/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-BeL9Xxd.woff2) format('woff2');
|
201 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
202 |
+
}
|
203 |
+
/* cyrillic-ext */
|
204 |
+
@font-face {
|
205 |
+
font-family: 'Merriweather';
|
206 |
+
font-style: normal;
|
207 |
+
font-weight: 400;
|
208 |
+
src: url(https://img1.wsimg.com/gfonts/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
|
209 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
210 |
+
}
|
211 |
+
/* cyrillic */
|
212 |
+
@font-face {
|
213 |
+
font-family: 'Merriweather';
|
214 |
+
font-style: normal;
|
215 |
+
font-weight: 400;
|
216 |
+
src: url(https://img1.wsimg.com/gfonts/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
|
217 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
218 |
+
}
|
219 |
+
/* vietnamese */
|
220 |
+
@font-face {
|
221 |
+
font-family: 'Merriweather';
|
222 |
+
font-style: normal;
|
223 |
+
font-weight: 400;
|
224 |
+
src: url(https://img1.wsimg.com/gfonts/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cyZMZ-Y.woff2) format('woff2');
|
225 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
226 |
+
}
|
227 |
+
/* latin-ext */
|
228 |
+
@font-face {
|
229 |
+
font-family: 'Merriweather';
|
230 |
+
font-style: normal;
|
231 |
+
font-weight: 400;
|
232 |
+
src: url(https://img1.wsimg.com/gfonts/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
|
233 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
234 |
+
}
|
235 |
+
/* latin */
|
236 |
+
@font-face {
|
237 |
+
font-family: 'Merriweather';
|
238 |
+
font-style: normal;
|
239 |
+
font-weight: 400;
|
240 |
+
src: url(https://img1.wsimg.com/gfonts/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
|
241 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
242 |
+
}
|
243 |
+
/* latin-ext */
|
244 |
+
@font-face {
|
245 |
+
font-family: 'Offside';
|
246 |
+
font-style: normal;
|
247 |
+
font-weight: 400;
|
248 |
+
src: url(https://img1.wsimg.com/gfonts/s/offside/v24/HI_KiYMWKa9QrAykc5joR6-d.woff2) format('woff2');
|
249 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
250 |
+
}
|
251 |
+
/* latin */
|
252 |
+
@font-face {
|
253 |
+
font-family: 'Offside';
|
254 |
+
font-style: normal;
|
255 |
+
font-weight: 400;
|
256 |
+
src: url(https://img1.wsimg.com/gfonts/s/offside/v24/HI_KiYMWKa9QrAykc5boRw.woff2) format('woff2');
|
257 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
258 |
+
}
|
259 |
+
/* cyrillic-ext */
|
260 |
+
@font-face {
|
261 |
+
font-family: 'Open Sans';
|
262 |
+
font-style: normal;
|
263 |
+
font-weight: 400;
|
264 |
+
font-stretch: 100%;
|
265 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
|
266 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
267 |
+
}
|
268 |
+
/* cyrillic */
|
269 |
+
@font-face {
|
270 |
+
font-family: 'Open Sans';
|
271 |
+
font-style: normal;
|
272 |
+
font-weight: 400;
|
273 |
+
font-stretch: 100%;
|
274 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
|
275 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
276 |
+
}
|
277 |
+
/* greek-ext */
|
278 |
+
@font-face {
|
279 |
+
font-family: 'Open Sans';
|
280 |
+
font-style: normal;
|
281 |
+
font-weight: 400;
|
282 |
+
font-stretch: 100%;
|
283 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
|
284 |
+
unicode-range: U+1F00-1FFF;
|
285 |
+
}
|
286 |
+
/* greek */
|
287 |
+
@font-face {
|
288 |
+
font-family: 'Open Sans';
|
289 |
+
font-style: normal;
|
290 |
+
font-weight: 400;
|
291 |
+
font-stretch: 100%;
|
292 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
|
293 |
+
unicode-range: U+0370-03FF;
|
294 |
+
}
|
295 |
+
/* hebrew */
|
296 |
+
@font-face {
|
297 |
+
font-family: 'Open Sans';
|
298 |
+
font-style: normal;
|
299 |
+
font-weight: 400;
|
300 |
+
font-stretch: 100%;
|
301 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
|
302 |
+
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
|
303 |
+
}
|
304 |
+
/* vietnamese */
|
305 |
+
@font-face {
|
306 |
+
font-family: 'Open Sans';
|
307 |
+
font-style: normal;
|
308 |
+
font-weight: 400;
|
309 |
+
font-stretch: 100%;
|
310 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
|
311 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
312 |
+
}
|
313 |
+
/* latin-ext */
|
314 |
+
@font-face {
|
315 |
+
font-family: 'Open Sans';
|
316 |
+
font-style: normal;
|
317 |
+
font-weight: 400;
|
318 |
+
font-stretch: 100%;
|
319 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
|
320 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
321 |
+
}
|
322 |
+
/* latin */
|
323 |
+
@font-face {
|
324 |
+
font-family: 'Open Sans';
|
325 |
+
font-style: normal;
|
326 |
+
font-weight: 400;
|
327 |
+
font-stretch: 100%;
|
328 |
+
src: url(https://img1.wsimg.com/gfonts/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
|
329 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
330 |
+
}
|
331 |
+
/* cyrillic-ext */
|
332 |
+
@font-face {
|
333 |
+
font-family: 'Oswald';
|
334 |
+
font-style: normal;
|
335 |
+
font-weight: 400;
|
336 |
+
src: url(https://img1.wsimg.com/gfonts/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format('woff2');
|
337 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
338 |
+
}
|
339 |
+
/* cyrillic */
|
340 |
+
@font-face {
|
341 |
+
font-family: 'Oswald';
|
342 |
+
font-style: normal;
|
343 |
+
font-weight: 400;
|
344 |
+
src: url(https://img1.wsimg.com/gfonts/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
|
345 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
346 |
+
}
|
347 |
+
/* vietnamese */
|
348 |
+
@font-face {
|
349 |
+
font-family: 'Oswald';
|
350 |
+
font-style: normal;
|
351 |
+
font-weight: 400;
|
352 |
+
src: url(https://img1.wsimg.com/gfonts/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format('woff2');
|
353 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
354 |
+
}
|
355 |
+
/* latin-ext */
|
356 |
+
@font-face {
|
357 |
+
font-family: 'Oswald';
|
358 |
+
font-style: normal;
|
359 |
+
font-weight: 400;
|
360 |
+
src: url(https://img1.wsimg.com/gfonts/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format('woff2');
|
361 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
362 |
+
}
|
363 |
+
/* latin */
|
364 |
+
@font-face {
|
365 |
+
font-family: 'Oswald';
|
366 |
+
font-style: normal;
|
367 |
+
font-weight: 400;
|
368 |
+
src: url(https://img1.wsimg.com/gfonts/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
|
369 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
370 |
+
}
|
371 |
+
/* latin */
|
372 |
+
@font-face {
|
373 |
+
font-family: 'Over the Rainbow';
|
374 |
+
font-style: normal;
|
375 |
+
font-weight: 400;
|
376 |
+
src: url(https://img1.wsimg.com/gfonts/s/overtherainbow/v20/11haGoXG1k_HKhMLUWz7Mc7vvW5ulvSs9Q.woff2) format('woff2');
|
377 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
378 |
+
}
|
379 |
+
/* cyrillic-ext */
|
380 |
+
@font-face {
|
381 |
+
font-family: 'Pacifico';
|
382 |
+
font-style: normal;
|
383 |
+
font-weight: 400;
|
384 |
+
src: url(https://img1.wsimg.com/gfonts/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6K6MmTpA.woff2) format('woff2');
|
385 |
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
386 |
+
}
|
387 |
+
/* cyrillic */
|
388 |
+
@font-face {
|
389 |
+
font-family: 'Pacifico';
|
390 |
+
font-style: normal;
|
391 |
+
font-weight: 400;
|
392 |
+
src: url(https://img1.wsimg.com/gfonts/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6D6MmTpA.woff2) format('woff2');
|
393 |
+
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
394 |
+
}
|
395 |
+
/* vietnamese */
|
396 |
+
@font-face {
|
397 |
+
font-family: 'Pacifico';
|
398 |
+
font-style: normal;
|
399 |
+
font-weight: 400;
|
400 |
+
src: url(https://img1.wsimg.com/gfonts/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6I6MmTpA.woff2) format('woff2');
|
401 |
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
|
402 |
+
}
|
403 |
+
/* latin-ext */
|
404 |
+
@font-face {
|
405 |
+
font-family: 'Pacifico';
|
406 |
+
font-style: normal;
|
407 |
+
font-weight: 400;
|
408 |
+
src: url(https://img1.wsimg.com/gfonts/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6J6MmTpA.woff2) format('woff2');
|
409 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
410 |
+
}
|
411 |
+
/* latin */
|
412 |
+
@font-face {
|
413 |
+
font-family: 'Pacifico';
|
414 |
+
font-style: normal;
|
415 |
+
font-weight: 400;
|
416 |
+
src: url(https://img1.wsimg.com/gfonts/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6H6Mk.woff2) format('woff2');
|
417 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
418 |
+
}
|
419 |
+
/* latin-ext */
|
420 |
+
@font-face {
|
421 |
+
font-family: 'Romanesco';
|
422 |
+
font-style: normal;
|
423 |
+
font-weight: 400;
|
424 |
+
src: url(https://img1.wsimg.com/gfonts/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSX1XYKmOo.woff2) format('woff2');
|
425 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
426 |
+
}
|
427 |
+
/* latin */
|
428 |
+
@font-face {
|
429 |
+
font-family: 'Romanesco';
|
430 |
+
font-style: normal;
|
431 |
+
font-weight: 400;
|
432 |
+
src: url(https://img1.wsimg.com/gfonts/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSX23YK.woff2) format('woff2');
|
433 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
434 |
+
}
|
435 |
+
/* latin-ext */
|
436 |
+
@font-face {
|
437 |
+
font-family: 'Sacramento';
|
438 |
+
font-style: normal;
|
439 |
+
font-weight: 400;
|
440 |
+
src: url(https://img1.wsimg.com/gfonts/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG4CMf_exL.woff2) format('woff2');
|
441 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
442 |
+
}
|
443 |
+
/* latin */
|
444 |
+
@font-face {
|
445 |
+
font-family: 'Sacramento';
|
446 |
+
font-style: normal;
|
447 |
+
font-weight: 400;
|
448 |
+
src: url(https://img1.wsimg.com/gfonts/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG4C0f_Q.woff2) format('woff2');
|
449 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
450 |
+
}
|
451 |
+
/* latin-ext */
|
452 |
+
@font-face {
|
453 |
+
font-family: 'Seaweed Script';
|
454 |
+
font-style: normal;
|
455 |
+
font-weight: 400;
|
456 |
+
src: url(https://img1.wsimg.com/gfonts/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe3WA8qY2VQ.woff2) format('woff2');
|
457 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
458 |
+
}
|
459 |
+
/* latin */
|
460 |
+
@font-face {
|
461 |
+
font-family: 'Seaweed Script';
|
462 |
+
font-style: normal;
|
463 |
+
font-weight: 400;
|
464 |
+
src: url(https://img1.wsimg.com/gfonts/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe3WO8qY.woff2) format('woff2');
|
465 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
466 |
+
}
|
467 |
+
/* latin */
|
468 |
+
@font-face {
|
469 |
+
font-family: 'Special Elite';
|
470 |
+
font-style: normal;
|
471 |
+
font-weight: 400;
|
472 |
+
src: url(https://img1.wsimg.com/gfonts/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0ntnAOSA.woff2) format('woff2');
|
473 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
474 |
+
}
|
475 |
+
|
476 |
+
/* latin-ext */
|
477 |
+
@font-face {
|
478 |
+
font-family: 'Lato';
|
479 |
+
font-style: normal;
|
480 |
+
font-weight: 100;
|
481 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2) format('woff2');
|
482 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
483 |
+
}
|
484 |
+
/* latin */
|
485 |
+
@font-face {
|
486 |
+
font-family: 'Lato';
|
487 |
+
font-style: normal;
|
488 |
+
font-weight: 100;
|
489 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2) format('woff2');
|
490 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
491 |
+
}
|
492 |
+
/* latin-ext */
|
493 |
+
@font-face {
|
494 |
+
font-family: 'Lato';
|
495 |
+
font-style: normal;
|
496 |
+
font-weight: 300;
|
497 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
|
498 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
499 |
+
}
|
500 |
+
/* latin */
|
501 |
+
@font-face {
|
502 |
+
font-family: 'Lato';
|
503 |
+
font-style: normal;
|
504 |
+
font-weight: 300;
|
505 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
|
506 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
507 |
+
}
|
508 |
+
/* latin-ext */
|
509 |
+
@font-face {
|
510 |
+
font-family: 'Lato';
|
511 |
+
font-style: normal;
|
512 |
+
font-weight: 400;
|
513 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
|
514 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
515 |
+
}
|
516 |
+
/* latin */
|
517 |
+
@font-face {
|
518 |
+
font-family: 'Lato';
|
519 |
+
font-style: normal;
|
520 |
+
font-weight: 400;
|
521 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
|
522 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
523 |
+
}
|
524 |
+
/* latin-ext */
|
525 |
+
@font-face {
|
526 |
+
font-family: 'Lato';
|
527 |
+
font-style: normal;
|
528 |
+
font-weight: 700;
|
529 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
|
530 |
+
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
531 |
+
}
|
532 |
+
/* latin */
|
533 |
+
@font-face {
|
534 |
+
font-family: 'Lato';
|
535 |
+
font-style: normal;
|
536 |
+
font-weight: 700;
|
537 |
+
src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
|
538 |
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
539 |
+
}
|
540 |
+
</style>
|
541 |
+
<style type="text/css">
|
542 |
+
#wsb-element-d46f32bb-82ed-465a-9ec3-2e84b7a67b22{top:22px;left:0px;position:absolute;z-index:11}#wsb-element-d46f32bb-82ed-465a-9ec3-2e84b7a67b22 .wsb-image-inner{}#wsb-element-d46f32bb-82ed-465a-9ec3-2e84b7a67b22 .wsb-image-inner div{width:98px;height:35px;position:relative;overflow:hidden}#wsb-element-d46f32bb-82ed-465a-9ec3-2e84b7a67b22 img{position:absolute}#wsb-element-603e6c9a-a6b6-4fb4-80c4-39f105766fc4{top:78px;left:396px;position:absolute;z-index:23}#wsb-element-603e6c9a-a6b6-4fb4-80c4-39f105766fc4 .wsb-line-element{width:804px;height:21px}#wsb-element-4f4df7a5-a09e-4ffa-b7c4-0fd2e519de4b{top:119px;left:488px;position:absolute;z-index:87}#wsb-element-4f4df7a5-a09e-4ffa-b7c4-0fd2e519de4b .wsb-image-inner{}#wsb-element-4f4df7a5-a09e-4ffa-b7c4-0fd2e519de4b .wsb-image-inner div{width:554px;height:369.33px;position:relative;overflow:hidden}#wsb-element-4f4df7a5-a09e-4ffa-b7c4-0fd2e519de4b img{position:absolute}#wsb-element-365ffeee-a9b3-4c2f-aec9-62ffcb5152d6{top:27px;left:173px;position:absolute;z-index:14}#wsb-element-365ffeee-a9b3-4c2f-aec9-62ffcb5152d6 .txt{width:510px;height:35px}#wsb-element-ed8d7c05-7bea-44ef-a697-d571ceb96a31{top:-15px;left:0px;position:absolute;z-index:22}#wsb-element-ed8d7c05-7bea-44ef-a697-d571ceb96a31 .wsb-line-element{width:1172px;height:21px}#wsb-element-95ae8702-5588-4ce0-9942-a430c7921e9a{top:105px;left:106px;position:absolute;z-index:86}#wsb-element-95ae8702-5588-4ce0-9942-a430c7921e9a .txt{width:300px;height:471px}#wsb-element-52b30c78-b322-45a7-ac3a-e145b30dc9c1{top:33px;left:427px;position:absolute;z-index:17}#wsb-element-52b30c78-b322-45a7-ac3a-e145b30dc9c1{width:724px;height:27px}
|
543 |
+
</style>
|
544 |
+
<div class="wsb-canvas body" style="filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597d1a', endColorstr='#84b531',GradientType=1 ); background-image: ; background: -moz-linear-gradient(left, #597d1a 0%, #84b531 100%);; background: -webkit-gradient(linear, left top, right top, color-stop(0%,#597d1a), color-stop(100%,#84b531)); background: -webkit-linear-gradient(left, #597d1a 0%, #84b531 100%); background: -o-linear-gradient(left, #597d1a 0%,#84b531 100%); background: -ms-linear-gradient(left, #597d1a 0%,#84b531 100%); background: linear-gradient(to right, #597d1a 0%,#84b531 100%); background-position-x: center; background-position-y: top; background-position: center top; background-repeat: no-repeat; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; overflow: hidden;">
|
545 |
+
<div class="wsb-canvas-page-container" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; overflow: auto;">
|
546 |
+
<div class="wsb-canvas-page page" id="wsb-canvas-template-page" style="height: 733px; margin: auto; width: 1170px; background-color: transparent; position: relative; margin-top: 5px">
|
547 |
+
<div id="wsb-canvas-template-container" style="position: absolute;">
|
548 |
+
<div class="wsb-element-line" data-type="element" id="wsb-element-603e6c9a-a6b6-4fb4-80c4-39f105766fc4">
|
549 |
+
<div class="wsb-line-element" style="width: 804px; height: 21px; width: 804px;border-top: 1px solid #dadada;opacity: 1;filter: alpha(opacity=1);">
|
550 |
+
</div>
|
551 |
+
</div>
|
552 |
+
<div class="wsb-element-image" data-type="element" id="wsb-element-4f4df7a5-a09e-4ffa-b7c4-0fd2e519de4b">
|
553 |
+
<div class="wsb-image-inner">
|
554 |
+
<div class="img_shadow">
|
555 |
+
<img src="rick.jpg" style="vertical-align:middle;width:554px;height:369px;">
|
556 |
+
</div>
|
557 |
+
</div>
|
558 |
+
</div>
|
559 |
+
<div class="wsb-element-text" data-type="element" id="wsb-element-95ae8702-5588-4ce0-9942-a430c7921e9a">
|
560 |
+
<div class="txt">
|
561 |
+
<p>
|
562 |
+
<span style="font-size:26px;">
|
563 |
+
<strong>
|
564 |
+
Maintenance
|
565 |
+
</strong>
|
566 |
+
</span>
|
567 |
+
</p>
|
568 |
+
<p>
|
569 |
+
Our award winning maintenance division provides complete professional landscape maintenance service including weekly maintenance, irrigation repairs, landscape upgrades, tree service, weed abatement and seasonal color change. We customize each maintenance project to fit your budget and time constraints, working with you, our #1 priority, to make sure you are completely satisfied.
|
570 |
+
</p>
|
571 |
+
<p>
|
572 |
+
Let us, your "green partner" show you what we can do for you.
|
573 |
+
</p>
|
574 |
+
<p>
|
575 |
+
<br>
|
576 |
+
</p>
|
577 |
+
</div>
|
578 |
+
</div>
|
579 |
+
<div class="wsb-element-navigation" data-type="element" id="wsb-element-52b30c78-b322-45a7-ac3a-e145b30dc9c1">
|
580 |
+
<div class="wsb-nav nav_theme nav-text-left nav-horizontal nav-btn-right wsb-navigation-rendered-top-level-container" id="wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1" style="width: 724px; height: 27px;">
|
581 |
+
<style>
|
582 |
+
.wsb-canvas{width:100%;height:100%;position:absolute;overflow-x:auto;overflow-y:scroll;background-color:#f7f7f7;background-repeat:repeat}.wsb-canvas-scrollable{width:100%;position:absolute;z-index:0;top:0;left:0}.wsb-canvas-page-container{width:100%}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:2px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-position:14px 14px;background-repeat:no-repeat}.btn [class^="icon-"]{margin-right:4px}.wsb-preview-container{width:100%;height:100%;position:absolute;overflow:auto}.wsb-preview-desktop-container{margin:auto;width:974px;height:1200px;background-color:#f5ede0}.wsb-preview-desktop-page{position:absolute}.wsb-preview-mobile-container{width:100%;height:800px}.wsb-preview-mobile-phone-container{margin:100px auto;width:408px;height:660px}.wsb-preview-mobile-phone{border:30px solid black;border-bottom:80px solid black;width:408px;height:660px;background-color:#FFF;overflow-y:scroll;border-radius:20px}.wsb-media-gallery{margin:0 auto;position:relative}.wsb-media-gallery-slider{list-style:none outside none;margin:0;overflow:hidden;padding:0;text-align:center;position:relative}.wsb-media-gallery-slider.bordered{border:15px solid #f5f5f5}.wsb-media-gallery-slider li{left:0;height:100%;position:absolute;overflow:hidden;width:500px}.wsb-media-gallery-slider img{max-width:100%;max-height:100%;height:auto;width:auto;position:relative}.wsb-media-gallery-slider img.autosize{min-width:100%;min-height:100%;max-width:none;max-height:none}.wsb-media-gallery-caption{bottom:0;position:absolute;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);text-align:left;padding:10px}a .wsb-media-gallery-caption,a:link .wsb-media-gallery-caption,a:visited .wsb-media-gallery-caption,a:hover .wsb-media-gallery-caption{color:#fff}.wsb-media-gallery-pagination{text-align:center;display:block;list-style:none outside none;margin:0;padding:5px}.wsb-media-gallery-pagination li{background-color:#969696;height:10px;width:10px;display:inline-block;cursor:pointer;margin:4px;-webkit-box-shadow:inset 0 2px 2px rgba(50,50,50,.5);box-shadow:inset 0 2px 2px rgba(50,50,50,.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.wsb-media-gallery-pagination li.active{background-color:#98c22a;cursor:default}.wsb-media-gallery-pagination-thumbs-wrapper{display:block;position:absolute;left:40px;right:40px;overflow:hidden;bottom:0}.wsb-media-gallery-pagination-thumbs{display:block;list-style:none outside none;margin:0;padding:0;height:80px;position:relative}.wsb-media-gallery-pagination-thumbs li{background-color:transparent;height:60px;width:85px;display:inline-block;cursor:pointer;overflow:hidden;border:2px solid #fff;margin-top:15px!important;cursor:pointer}.wsb-media-gallery-pagination-thumbs li.active{background-color:#3182e6;border:2px solid #3182e6}.wsb-media-gallery-pagination-thumbs-left-arrow,.wsb-media-gallery-pagination-thumbs-right-arrow{width:30px;height:62px;display:block;position:absolute;bottom:1px;background-color:#474747;border:1px solid #474747;background-image:url(https://img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v2/images/wsb-slideshow-nav-arrows-sprt.png);background-repeat:no-repeat}.wsb-media-gallery-pagination-thumbs-left-arrow{background-position:10px -133px}.wsb-media-gallery-pagination-thumbs-right-arrow{background-position:10px -29px}.wsb-media-gallery-pagination-thumbs-left-arrow.enabled,.wsb-media-gallery-pagination-thumbs-right-arrow.enabled{border:1px solid #777;cursor:pointer}.wsb-media-gallery-pagination-thumbs-left-arrow.enabled{background-position:10px -81px}.wsb-media-gallery-pagination-thumbs-right-arrow.enabled{background-position:10px 23px}.wsb-media-gallery-pagination-thumbs-left-arrow.enabled:hover,.wsb-media-gallery-pagination-thumbs-right-arrow.enabled:hover{background-color:#777;border:1px solid #777}.wsb-media-gallery-pagination-thumbs-left-arrow{left:0}.wsb-media-gallery-pagination-thumbs-right-arrow{right:0}.wsb-media-gallery-pagination-thumbs-thumbnail-wrapper{height:60px;width:85px;display:block;vertical-align:middle;text-align:center;overflow:hidden}.wsb-media-gallery-pagination-thumbs-thumbnail-wrapper img{min-width:75px;min-height:50px;position:relative;height:auto;width:auto}.wsb-media-gallery .wsb-media-gallery-arrows-left-arrow,.wsb-media-gallery .wsb-media-gallery-arrows-right-arrow{width:22px;height:42px;position:absolute;cursor:pointer;background-image:url(https://img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v2/images/wsb-slideshow-arrows.png)}.wsb-media-gallery-arrows-left-arrow{background-position:0 0;left:0}.wsb-media-gallery-arrows-right-arrow{background-position:22px 0;right:0}.wsb-media-gallery .wsb-media-gallery-arrows-hover-left-arrow{top:0;width:20%;min-width:40px;position:absolute;cursor:pointer;background-image:url(https://img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v2/images/wsb-slideshow-left-arrow.png);background-position:center center;background-repeat:no-repeat}.wsb-media-gallery .wsb-media-gallery-arrows-hover-right-arrow{top:0;width:20%;min-width:40px;position:absolute;cursor:pointer;background-image:url(https://img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v2/images/wsb-slideshow-right-arrow.png);background-position:center center;background-repeat:no-repeat}.wsb-media-gallery .wsb-media-gallery-arrows-hover-left-arrow{left:0}.wsb-media-gallery .wsb-media-gallery-arrows-hover-right-arrow{right:0}.wsb-media-gallery .wsb-media-gallery-overlay{text-align:center}.wsb-media-carousel{text-align:center;position:relative;height:auto;vertical-align:middle}.wsb-media-carousel .wsb-media-carousel-wrapper{display:inline-block;text-align:center;overflow:hidden}.wsb-media-carousel .wsb-media-carousel-wrapper img{height:auto;width:auto;position:relative}.wsb-media-carousel .wsb-media-carousel-overlay{text-align:center;position:absolute;top:0;width:100%;height:100%}@font-face{font-family:"WSB Mobile Navigation";src:url("");src:local("âº"),url("") format("embedded-opentype"),url("") format("woff"),url("") format("truetype"),url("") format("svg")}@media screen and (max-device-width:480px){@font-face{font-family:"WSB Mobile Navigation";src:url("") format("woff"),url("") format("truetype"),url("") format("svg")}}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:rgba(0,0,0,0)}#mobile-site-view{position:relative;top:0;bottom:0}#mobile-site-view .mobile-menu,#mobile-site-view .mobile-menu a,#mobile-site-view .mobile-menu a:hover,#mobile-site-view .mobile-menu a:visited,#mobile-site-view .mobile-nav,#mobile-site-view .mobile-nav a,#mobile-site-view .mobile-nav a:hover,#mobile-site-view .mobile-nav a:visited{font-family:Arial,sans-serif}.mobile-hamburger{float:left}.mobile-hamburger:before{content:"\aaaf";position:absolute;top:-1px;left:6px;font-size:36pt}#mobile-site-view .icon-wsb-mobile{background:0;font-family:'WSB Mobile Navigation';speak:none;font-size:30px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:50px;-webkit-font-smoothing:antialiased}#mobile-site-view .icon-wsb-mobile.down:before{content:"\25bc"}#mobile-site-view .icon-wsb-mobile.phone:before{content:"\aaad";position:absolute;top:-2px;left:7px;font-size:34pt}#mobile-site-view .icon-wsb-mobile.marker:before{content:"\aaae";position:absolute;top:-2px;left:7px;font-size:36pt}#mobile-site-view .mobile-menu{margin:0;padding:0;font-size:0;height:50px;position:absolute;top:0;left:0;right:0}#mobile-site-view .mobile-menu.fixed{position:fixed}#mobile-site-view .mobile-menu button{width:48px;height:50px;border:0;background-color:transparent;padding:0;position:absolute}#mobile-site-view .mobile-menu button i{background-color:transparent;cursor:pointer;height:40px;margin:4px;width:40px;position:relative;border-radius:5px}#mobile-site-view .mobile-menu button.btn-2{position:absolute;right:54px;padding-right:2px;outline:0}#mobile-site-view .mobile-menu button.btn-1{position:absolute;right:4px;padding-left:2px;outline:0}#mobile-site-view .mobile-menu .nav-current{text-align:center;background-color:transparent;font-size:20px;font-weight:normal;left:50px;height:50px;line-height:50px;padding:0 15px 0 15px;position:absolute;right:0;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;outline:0}.toggle-nav{outline:0}#mobile-site-view .mobile-menu .nav-current.leftBtn-0{left:0;outline:0}#mobile-site-view .mobile-menu .nav-current.btns-1{right:50px;outline:0}#mobile-site-view .mobile-menu .nav-current.btns-2{right:100px;outline:0}#mobile-overlay{position:absolute;height:100vh;width:100vw;opacity:.5;top:50px;background-color:black;display:none;z-index:10000}#mobile-site-view .mobile-nav{position:absolute;float:left;top:0;bottom:0;right:100%;font-size:16pt;padding:0;z-index:10001;height:calc(100% - 0)}#mobile-site-view .mobile-nav ul{height:100%;width:100%;padding:0;margin:0;list-style:none;overflow-x:hidden;overflow-y:auto}#mobile-site-view .mobile-nav ul li{height:51px;position:relative}#mobile-site-view .mobile-nav ul li:last-child{border-bottom:0}#mobile-site-view .mobile-nav ul li a{text-decoration:none;position:absolute;left:0;right:0;top:0;bottom:0;padding:0 25px 0 25px;line-height:50px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;font-size:16pt;font-weight:normal;margin:0}#mobile-site-view .mobile-nav ul li a.sub-1{padding-left:50px}#mobile-site-view .mobile-nav ul li a.sub-2{padding-left:100px}#mobile-site-view .mobile-nav ul li a.sub-3{padding-left:150px}#mobile-site-view .mobile-nav ul li a.active{font-weight:bold}.mobilepod{padding:5px 5px 10px 5px!important;overflow:hidden}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin-top:0;margin-bottom:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{margin:0}body{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size:14px;line-height:1.3;margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:bold}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.17em}h4{font-size:1em}h5{font-size:.83em}h6{font-size:.67em}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1}.customform_label.adjacent{height:auto}.fb_iframe_widget{border:none!important}.wsb-canvas-scrollable{min-width:1200px}.img_border_shadow{border:5px #fff solid;-webkit-box-shadow:0 2px 7px rgba(50,50,50,0.6);-moz-box-shadow:0 2px 7px rgba(50,50,50,0.6);box-shadow:0 2px 7px rgba(50,50,50,0.6)}.img_shadow{-webkit-box-shadow:0 3px 7px rgba(50,50,50,0.75);-moz-box-shadow:0 3px 7px rgba(50,50,50,0.75);box-shadow:0 3px 7px rgba(50,50,50,0.75)}.img_rounded_corners{-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;overflow:hidden}.txt{word-wrap:break-word}.txt table{max-width:100%}.wsb-element-text a,.wsb-text-element a{font-size:inherit!important}.wsb-nav{position:relative;background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-repeat:repeat}.wsb-nav.mobile{max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.wsb-nav.mobile>a{display:inline-block;padding-left:5px;padding-right:5px;white-space:nowrap}.wsb-nav ul{display:table;position:relative;width:auto;margin:0 auto;padding:0;list-style-type:none}.nav-btn-left{text-align:left}.nav-btn-left>ul{margin-left:0}.nav-btn-left.nav-vertical>ul{text-align:left}.nav-btn-center{text-align:center}.nav-btn-center.nav-vertical>ul{text-align:center}.nav-btn-right{text-align:right}.nav-btn-right>ul{margin-right:0}.nav-btn-right.nav-vertical>ul{text-align:right}.nav-btn-stretch>ul{width:100%}.mobile.nav-text-left,.nav-text-left>ul>li{text-align:left}.mobile.nav-text-right,.nav-text-right>ul>li{text-align:right}.mobile.nav-text-center,.nav-text-center>ul>li{text-align:center}.nav-horizontal>ul>li{display:inline-block}.nav-horizontal.nav-btn-stretch>ul>li,.nav-horizontal.nav-equal-width>ul>li{display:table-cell}.nav-vertical>ul>li{display:table;margin-left:auto;margin-right:auto;border-width:0!important}.nav-vertical.nav-btn-left>ul>li{margin-left:0}.nav-vertical.nav-btn-right>ul>li{margin-right:0}.nav-vertical.nav-btn-stretch>ul>li,.nav-vertical.nav-equal-width>ul>li{display:block}.wsb-nav li.has-children>a:after{content:' âº';display:none}.wsb-nav.nav-horizontal>ul>li.has-children>a:after{content:' â¼';display:none}.wsb-nav>ul ul{display:none;position:absolute;top:0;left:0;background-color:#fff;border:solid 1px #efefef;width:200px}.wsb-nav>ul ul li a{color:#333;padding:.25em .6em;display:block;text-decoration:none}.wsb-nav>ul ul li:hover>a{background-color:#efefef}.nav_simple>ul>li{border-right:1px #aeaeae solid;padding:0 20px}.nav_simple>ul>li:last-child{border-right:0}.nav_simple>ul>li>a:hover{text-decoration:none}.form-label{display:block;margin-bottom:3px;cursor:default}.form-value{display:block;width:100%;*width:auto;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;padding:5px}textarea.form-value{resize:none}.form-button-disabled{cursor:default;opacity:.4;filter:alpha(opacity = 40)}.form-value-invalid{border:1px solid #d00000;background-color:#ffdcdc}.form-req{color:red}span.sf-dp-wrapper.dp-wrapper{position:fixed!important}.opt-in{display:table-cell}.opt-in-checkbox{margin:5px;display:inline-block}.opt-in-label{display:table!important}.shape{border:1px solid #a9b4bb;background-color:#e5edf2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.shape_rounded_corners{background:#5fbf00;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px}.shape_circle{background:#5fbf00;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}.shape_rectangle{background:#5fbf00}.wsb-media-gallery{margin:0 auto;position:relative}.wsb-media-gallery-slider{list-style:none outside none;margin:0;overflow:hidden;padding:0;text-align:center;position:relative}.wsb-media-gallery-slider.bordered{border:15px solid #f5f5f5}.wsb-media-gallery-slider.bordered a div{text-decoration:underline}.wsb-media-gallery-slider.bordered a div:hover{text-decoration:none}.wsb-media-gallery-slider li{left:0;height:100%;position:absolute;overflow:hidden;width:500px}.wsb-media-gallery-slider img{max-width:100%;max-height:100%;height:auto;width:auto;position:relative}.wsb-media-gallery-slider img.autosize{min-width:100%;min-height:100%;max-width:none;max-height:none}.wsb-media-gallery-caption{bottom:0;position:absolute;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);text-align:left;padding:10px}a .wsb-media-gallery-caption,a:link .wsb-media-gallery-caption,a:visited .wsb-media-gallery-caption,a:hover .wsb-media-gallery-caption{color:#fff}.wsb-media-gallery-pagination{text-align:center;display:block;list-style:none outside none;margin:0;padding:5px}.wsb-media-gallery-pagination li{background-color:#969696;height:10px;width:10px;display:inline-block;cursor:pointer;margin:4px;-webkit-box-shadow:inset 0 2px 2px rgba(50,50,50,.5);box-shadow:inset 0 2px 2px rgba(50,50,50,.5);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.wsb-media-gallery-pagination li.active{background-color:#98c22a;cursor:default}.wsb-media-gallery-pagination-thumbs-wrapper{display:block;position:absolute;left:40px;right:40px;overflow:hidden;bottom:0}.wsb-media-gallery-pagination-thumbs{display:block;list-style:none outside none;margin:0;padding:0;height:80px;position:relative}.wsb-media-gallery-pagination-thumbs li{background-color:transparent;height:60px;width:85px;display:inline-block;cursor:pointer;overflow:hidden;border:2px solid #fff;margin-top:15px!important;cursor:pointer}.wsb-media-gallery-pagination-thumbs li.active{background-color:#3182e6;border:2px solid #3182e6}.wsb-media-gallery-pagination-thumbs-left-arrow,.wsb-media-gallery-pagination-thumbs-right-arrow{width:30px;height:62px;display:block;position:absolute;bottom:1px;background-color:#474747;border:1px solid #474747;background-image:url(//img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v1/images/wsb-slideshow-nav-arrows-sprt.png);background-repeat:no-repeat}.wsb-media-gallery-pagination-thumbs-left-arrow{background-position:10px -133px}.wsb-media-gallery-pagination-thumbs-right-arrow{background-position:10px -29px}.wsb-media-gallery-pagination-thumbs-left-arrow.enabled,.wsb-media-gallery-pagination-thumbs-right-arrow.enabled{border:1px solid #777;cursor:pointer}.wsb-media-gallery-pagination-thumbs-left-arrow.enabled{background-position:10px -81px}.wsb-media-gallery-pagination-thumbs-right-arrow.enabled{background-position:10px 23px}.wsb-media-gallery-pagination-thumbs-left-arrow.enabled:hover,.wsb-media-gallery-pagination-thumbs-right-arrow.enabled:hover{background-color:#777;border:1px solid #777}.wsb-media-gallery-pagination-thumbs-left-arrow{left:0}.wsb-media-gallery-pagination-thumbs-right-arrow{right:0}.wsb-media-gallery-pagination-thumbs-thumbnail-wrapper{height:60px;width:85px;display:block;vertical-align:middle;text-align:center;overflow:hidden}.wsb-media-gallery-pagination-thumbs-thumbnail-wrapper img{min-width:75px;min-height:50px;position:relative;height:auto;width:auto}.wsb-media-gallery .wsb-media-gallery-arrows-left-arrow,.wsb-media-gallery .wsb-media-gallery-arrows-right-arrow{width:22px;height:42px;position:absolute;cursor:pointer;background-image:url(//img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v1/images/wsb-slideshow-arrows.png)}.wsb-media-gallery-arrows-left-arrow{background-position:0 0;left:0}.wsb-media-gallery-arrows-right-arrow{background-position:22px 0;right:0}.wsb-media-gallery .wsb-media-gallery-arrows-hover-left-arrow{top:0;width:20%;min-width:40px;position:absolute;cursor:pointer;background-image:url(//img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v1/images/wsb-slideshow-left-arrow.png);background-position:center center;background-repeat:no-repeat}.wsb-media-gallery .wsb-media-gallery-arrows-hover-right-arrow{top:0;width:20%;min-width:40px;position:absolute;cursor:pointer;background-image:url(//img1.wsimg.com/wst/v7/WSB7_J_20231005_1554_WSB-19954_4490/v1/images/wsb-slideshow-right-arrow.png);background-position:center center;background-repeat:no-repeat}.wsb-media-gallery .wsb-media-gallery-arrows-hover-left-arrow{left:0}.wsb-media-gallery .wsb-media-gallery-arrows-hover-right-arrow{right:0}.wsb-media-gallery .wsb-media-gallery-overlay{text-align:center}.shadow_lifted:before,.shadow_lifted:after,.shadow_curved_horizontal:before,.shadow_curved_horizontal:after,.shadow_curved_vertical:before,.shadow_curved_vertical:after{content:"";position:absolute;z-index:-2}.shadow_drop_shadow{-webkit-box-shadow:0 3px 7px rgba(50,50,50,0.75);-moz-box-shadow:0 3px 7px rgba(50,50,50,0.75);box-shadow:0 3px 7px rgba(50,50,50,0.75)}.shadow_lifted:before,.shadow_lifted:after{bottom:15px;left:10px;width:50%;height:20%;max-width:300px;max-height:100px;-webkit-box-shadow:0 15px 10px rgba(0,0,0,0.7);-moz-box-shadow:0 15px 10px rgba(0,0,0,0.7);box-shadow:0 15px 10px rgba(0,0,0,0.7);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}.shadow_lifted:after{right:10px;left:auto;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}.shadow_curved_horizontal:before,.shadow_curved_vertical:before{top:10px;bottom:10px;left:0;right:50%;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);box-shadow:0 0 15px rgba(0,0,0,0.6);-moz-border-radius:10px / 100px;border-radius:10px / 100px}.shadow_curved_horizontal:before{top:0;bottom:0;left:10px;right:10px;-moz-border-radius:100px / 10px;border-radius:100px / 10px}.shadow_curved_vertical:before{right:0}.mobilepod .shadow_curved_vertical:before{display:none}.mobilepod .shadow_curved_horizontal:before{display:none}.body{font-family:'Lato',sans-serif;font-size:16px;line-height:1.7;color:#fff;font-weight:300}.page{padding-bottom:60px}a{text-decoration:underline;color:#fff}a:hover{text-decoration:none}.editor_title{font-size:48px;line-height:1;color:#fff;font-weight:100}.editor_title_bold{font-size:48px;line-height:1;color:#fff;font-weight:400}.editor_footer{font-size:13px}h1,h2,h3,h4,h5,h6{font-weight:normal}h1{font-size:34px;line-height:1.2;font-weight:100}h2{font-size:26px;line-height:1.2}h3{font-size:20px}h4{font-size:18px;line-height:1.3}h5{font-size:16px}h6{font-size:14px}.nav_theme ul>li>a{color:#fff;text-decoration:none;display:block;padding:0 15px;font-size:16px;font-weight:700}.nav_theme ul>li:hover>a,.nav_theme ul>li.active>a{color:#111;text-decoration:none}.nav_theme .nav-subnav{border:1px solid #dadada;border-bottom:0 none}.nav_theme .nav-subnav li a{padding:3px 15px;border-bottom:1px solid #dadada}textarea.form-value{height:140px}.button_theme,.form-submit{background-color:#c4c4c4;color:#444;border:0;padding:5px 10px}#locu-render-output .locu-wsb{font-family:inherit;font-weight:normal;color:#fff;padding-right:10px}#locu-render-output .locu-wsb .locu-nav{border-bottom:0;text-align:left}#locu-render-output .locu-wsb .locu-nav .locu-tab{font-family:inherit;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-weight:normal;text-transform:none;font-size:18px;text-align:left;margin:0;border:0 none;letter-spacing:1px;padding:5px 20px;background-color:#f2f2f2;color:#444}#locu-render-output .locu-wsb .locu-nav .locu-tab.locu-active,#locu-render-output .locu-wsb .locu-nav .locu-tab:hover{background-color:#e2e2e2}#locu-render-output .locu-wsb .locu-section-name-inner:before,#locu-render-output .locu-wsb .locu-section-name-inner:after{display:none}#locu-render-output .locu-wsb .locu-section-name{font-family:inherit;text-align:left;text-transform:none;letter-spacing:0;margin:30px 0 0 0;padding:0;font-weight:normal}#locu-render-output .locu-wsb .locu-section-name-inner{font-size:26px;padding:0;margin:10px 0;font-weight:normal;line-height:110%;letter-spacing:0}#locu-render-output .locu-wsb .locu-subsection{text-align:left;margin:0;padding:0}#locu-render-output .locu-wsb .locu-subsection-name{font-family:inherit;font-size:24px;text-transform:none;font-weight:normal;text-align:left;font-style:italic;margin:0;padding:0;letter-spacing:0}#locu-render-output .locu-wsb .locu-menu-item-name{font-family:inherit;font-size:16px;width:80%;margin-bottom:3px;padding-right:15px;padding-bottom:10px;font-weight:normal;position:static;margin-right:0;display:inline;margin-top:20px}#locu-render-output .locu-wsb .locu-menu-item-description{font-family:inherit;font-size:16px;width:100%;margin-top:5px;font-style:italic;line-height:140%}#locu-render-output .locu-wsb .locu-note{font-family:inherit;font-style:italic;width:80%;line-height:130%}#locu-render-output .locu-wsb .locu-option-group{font-family:inherit}#locu-render-output .locu-wsb .locu-option-group-name{font-family:inherit;font-size:13px;margin:15px 0 0}#locu-render-output .locu-wsb .locu-option-name{font-family:inherit;font-style:normal;font-size:13px;padding:0;line-height:130%}#locu-render-output .locu-wsb .locu-option-price{font-family:inherit;font-size:13px;padding-left:15px;margin:0 5px;color:#fff}#locu-render-output .locu-wsb.locu-attribution-footer{margin-top:20px;padding-top:5px;padding-left:5px;text-align:left;background-color:#fff}#locu-render-output .locu-mobile-menu .locu-wsb .locu-nav .locu-tab{display:inline-block;margin:0}#locu-render-output .locu-mobile-menu .locu-wsb .locu-menu-name{display:none}#locu-render-output .locu-mobile-menu .locu-wsb .locu-section-name{padding:0;margin-top:20px;border-bottom:0}#locu-render-output .locu-mobile-menu .locu-wsb .locu-subsection-name{font-family:inherit;padding:0;font-size:18px;margin:0;font-style:italic}#locu-render-output .locu-mobile-menu .locu-wsb .locu-section-name-inner{font-size:24px;padding:0;letter-spacing:0;font-weight:bold}#locu-render-output .locu-mobile-menu .locu-wsb .locu-note{font-family:inherit;font-style:italic;margin:0;width:100%;text-align:center}#locu-render-output .locu-mobile-menu .locu-wsb .locu-menu-item-price{font-family:inherit;display:inline-block;overflow:hidden;position:relative;top:8px}#locu-render-output .locu-mobile-menu .locu-wsb .locu-menu-item-description{font-size:14px}#locu-render-output .locu-mobile-menu .locu-wsb .locu-subsection-name{font-size:20px;font-style:italic;padding:0}#locu-render-output .locu-mobile-menu .locu-wsb .locu-menu-item-name{font-size:16px}#locu-render-output .locu-web-menu .locu-wsb .locu-menu-item-price{font-family:inherit;display:inline-block;overflow:hidden;position:relative;top:8px}.addthis-smartlayers h2{background-color:transparent!important;border:none!important}.form-submit{margin-top:30px!important}a[href^="tel:"]{color:inherit;text-decoration:none}.mobilepod .txt table{width:100%!important;table-layout:fixed}.customform input.form-value.datefield{padding-top:6px!important}
|
583 |
+
|
584 |
+
#wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1.wsb-navigation-rendered-top-level-container ul > li:hover, #wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1.wsb-navigation-rendered-top-level-container ul > li:hover > a, #wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1.wsb-navigation-rendered-top-level-container ul > li.active:hover, #wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1.wsb-navigation-rendered-top-level-container ul > li.active > a:hover, #wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1.wsb-navigation-rendered-top-level-container ul > li.active .nav-subnav li:hover, #wsb-nav-52b30c78-b322-45a7-ac3a-e145b30dc9c1.wsb-navigation-rendered-top-level-container ul > li.active .nav-subnav li:hover > a {background-color: !important;color: !important;}
|
585 |
+
</style>
|
586 |
+
<ul class="wsb-navigation-rendered-top-level-menu">
|
587 |
+
<li style="width: auto">
|
588 |
+
<a data-pageid="00000000-0000-0000-0000-000003632844" data-title="Home" data-url="home.html" target>
|
589 |
+
Home
|
590 |
+
</a>
|
591 |
+
</li>
|
592 |
+
<li style="width: auto">
|
593 |
+
<a data-pageid="00000000-0000-0000-0000-000017844754" data-title="About" data-url="about.html" target>
|
594 |
+
About
|
595 |
+
</a>
|
596 |
+
</li>
|
597 |
+
<li style="width: auto">
|
598 |
+
<a data-pageid="00000000-0000-0000-0000-000017844963" data-title="Contact" data-url="contact.html" target>
|
599 |
+
Contact
|
600 |
+
</a>
|
601 |
+
</li>
|
602 |
+
<li style="width: auto">
|
603 |
+
<a data-pageid="ded301ac-c446-4db7-bbab-8c32a2707b1e" data-title="Construction" data-url="construction.html" target>
|
604 |
+
Construction
|
605 |
+
</a>
|
606 |
+
</li>
|
607 |
+
</ul>
|
608 |
+
</div>
|
609 |
+
</div>
|
610 |
+
</div>
|
611 |
+
</div>
|
612 |
+
<div class="wsb-canvas-page-footer footer" id="wsb-canvas-template-footer" style="margin: auto; min-height:100px; height: 100px; width: 1170px; position: relative;">
|
613 |
+
<div class="footer-container" id="wsb-canvas-template-footer-container" style="position: absolute">
|
614 |
+
<div class="wsb-element-image" id="wsb-element-d46f32bb-82ed-465a-9ec3-2e84b7a67b22">
|
615 |
+
<div class="wsb-image-inner">
|
616 |
+
<div class="img">
|
617 |
+
<a rel="" target="_blank">
|
618 |
+
<img src="rick.jpg" style="vertical-align:middle;width:98px;height:35px;">
|
619 |
+
</a>
|
620 |
+
</div>
|
621 |
+
</div>
|
622 |
+
</div>
|
623 |
+
<div class="wsb-element-text" id="wsb-element-365ffeee-a9b3-4c2f-aec9-62ffcb5152d6">
|
624 |
+
<div class="txt">
|
625 |
+
<p>
|
626 |
+
<span class="editor_footer">
|
627 |
+
Copyright ©
|
628 |
+
<span itemscope="itemscope" itemtype="">
|
629 |
+
<span itemprop="name">
|
630 |
+
Southern California Landscape
|
631 |
+
</span>
|
632 |
+
</span>
|
633 |
+
. All rights reserved.
|
634 |
+
</span>
|
635 |
+
<br>
|
636 |
+
</p>
|
637 |
+
</div>
|
638 |
+
</div>
|
639 |
+
<div class="wsb-element-line" id="wsb-element-ed8d7c05-7bea-44ef-a697-d571ceb96a31">
|
640 |
+
<div class="wsb-line-element" style="width: 1172px; height: 21px; width: 1172px;border-top: 1px solid #dadada;opacity: 1;filter: alpha(opacity=1);">
|
641 |
+
</div>
|
642 |
+
</div>
|
643 |
+
</div>
|
644 |
+
</div>
|
645 |
+
<div class="view-as-mobile" style="padding:10px;position:relative;text-align:center;display:none;">
|
646 |
+
<a onclick="return false;">
|
647 |
+
View on Mobile
|
648 |
+
</a>
|
649 |
+
</div>
|
650 |
+
</div>
|
651 |
+
</div>
|
652 |
+
</body>
|
653 |
+
</html>
|
10676.png
ADDED
Git LFS Details
|
10679.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10679.png
ADDED
Git LFS Details
|
10685.html
ADDED
The diff for this file is too large to render.
See raw diff
|
|
10685.png
ADDED
Git LFS Details
|