2018-09-24 23:27:12 +00:00
|
|
|
@charset "utf-8";
|
2018-10-19 01:23:22 +00:00
|
|
|
|
|
|
|
html {
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-family: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
line-height: 1.15;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="button"],
|
|
|
|
[type="reset"],
|
|
|
|
[type="submit"],
|
|
|
|
button {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-appearance: button;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="search"]::-webkit-search-decoration {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
html.borderbox *,
|
|
|
|
html.borderbox :after,
|
|
|
|
html.borderbox :before {
|
2018-10-19 01:23:22 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
blockquote,
|
|
|
|
body,
|
|
|
|
button,
|
|
|
|
code,
|
|
|
|
dd,
|
|
|
|
details,
|
|
|
|
dl,
|
|
|
|
dt,
|
|
|
|
fieldset,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
form,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6,
|
|
|
|
header,
|
|
|
|
hr,
|
|
|
|
input,
|
|
|
|
legend,
|
|
|
|
li,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
ol,
|
|
|
|
p,
|
|
|
|
pre,
|
|
|
|
section,
|
|
|
|
td,
|
|
|
|
textarea,
|
|
|
|
th,
|
|
|
|
ul {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
body,
|
|
|
|
button,
|
|
|
|
input,
|
|
|
|
select,
|
|
|
|
textarea {
|
2018-10-19 01:23:22 +00:00
|
|
|
font: 300 1em/1.8 sans-serif;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
button::-moz-focus-inner,
|
|
|
|
input::-moz-focus-inner {
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
fieldset,
|
|
|
|
img {
|
2018-10-19 01:23:22 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
position: relative;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
@media only screen and (max-width: 640px) {
|
2018-10-19 01:23:22 +00:00
|
|
|
blockquote {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
abbr,
|
|
|
|
acronym {
|
2018-10-19 01:23:22 +00:00
|
|
|
border-bottom: 1px dotted;
|
|
|
|
-webkit-font-feature-settings: normal;
|
|
|
|
font-feature-settings: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr {
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
|
|
|
|
del {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
address,
|
|
|
|
caption,
|
|
|
|
cite,
|
|
|
|
code,
|
|
|
|
dfn,
|
|
|
|
em,
|
|
|
|
th,
|
|
|
|
var {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
ol,
|
|
|
|
ul {
|
2018-10-19 01:23:22 +00:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
caption,
|
|
|
|
th {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
q:after,
|
|
|
|
q:before {
|
|
|
|
content: "";
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
:root sub,
|
|
|
|
:root sup {
|
2018-10-19 01:23:22 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typo a {
|
|
|
|
border-bottom: 1px solid #1abc9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typo a:hover {
|
|
|
|
border-bottom-color: #555;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo a:hover,
|
|
|
|
a,
|
|
|
|
ins {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo-u,
|
|
|
|
u {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
|
|
|
background: #fffdd1;
|
|
|
|
border-bottom: 1px solid #ffedce;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
code,
|
|
|
|
pre,
|
|
|
|
pre tt {
|
|
|
|
font-family: monospace, monospace;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background: #f8f8f8;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 1em 1.5em;
|
|
|
|
display: block;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #cfcfcf;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
box-sizing: content-box;
|
|
|
|
height: 0;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo-small,
|
|
|
|
figcaption,
|
|
|
|
small {
|
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
[draggable] {
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.clearfix:after,
|
|
|
|
.clearfix:before {
|
2018-10-19 01:23:22 +00:00
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.textwrap,
|
|
|
|
.textwrap td,
|
|
|
|
.textwrap th {
|
2018-10-19 01:23:22 +00:00
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textwrap-table {
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo dl,
|
|
|
|
.typo form,
|
|
|
|
.typo hr,
|
|
|
|
.typo ol,
|
|
|
|
.typo p,
|
|
|
|
.typo pre,
|
|
|
|
.typo table,
|
|
|
|
.typo ul,
|
|
|
|
.typo-dl,
|
|
|
|
.typo-form,
|
|
|
|
.typo-hr,
|
|
|
|
.typo-ol,
|
|
|
|
.typo-p,
|
|
|
|
.typo-pre,
|
|
|
|
.typo-table,
|
|
|
|
.typo-ul,
|
|
|
|
blockquote {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-bottom: 1.2em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-weight: 100;
|
|
|
|
color: #000;
|
|
|
|
line-height: 1.35;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo h1,
|
|
|
|
.typo h2,
|
|
|
|
.typo h3,
|
|
|
|
.typo h4,
|
|
|
|
.typo h5,
|
|
|
|
.typo h6,
|
|
|
|
.typo-h1,
|
|
|
|
.typo-h2,
|
|
|
|
.typo-h3,
|
|
|
|
.typo-h4,
|
|
|
|
.typo-h5,
|
|
|
|
.typo-h6 {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-top: 1.2em;
|
2018-11-08 01:45:46 +00:00
|
|
|
margin-bottom: 0.6em;
|
2018-10-19 01:23:22 +00:00
|
|
|
line-height: 1.35;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo h1,
|
|
|
|
.typo-h1 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo h2,
|
|
|
|
.typo-h2 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 1.8em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo h3,
|
|
|
|
.typo-h3 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 1.6em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo h4,
|
|
|
|
.typo-h4 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo h5,
|
|
|
|
.typo h6,
|
|
|
|
.typo-h5,
|
|
|
|
.typo-h6 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo ul,
|
|
|
|
.typo-ul {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-left: 1.3em;
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo ol,
|
|
|
|
.typo-ol {
|
2018-10-19 01:23:22 +00:00
|
|
|
list-style: decimal;
|
|
|
|
margin-left: 1.9em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo li ol,
|
|
|
|
.typo li ul,
|
|
|
|
.typo-ol ol,
|
|
|
|
.typo-ol ul,
|
|
|
|
.typo-ul ol,
|
|
|
|
.typo-ul ul {
|
|
|
|
margin-bottom: 0.8em;
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo li ul,
|
|
|
|
.typo-ol ul,
|
|
|
|
.typo-ul ul {
|
2018-10-19 01:23:22 +00:00
|
|
|
list-style: circle;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo table caption,
|
|
|
|
.typo table td,
|
|
|
|
.typo table th,
|
|
|
|
.typo-table td,
|
|
|
|
.typo-table th {
|
2018-10-19 01:23:22 +00:00
|
|
|
border: 1px solid #ddd;
|
2018-11-08 01:45:46 +00:00
|
|
|
padding: 0.5em 1em;
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo table th,
|
|
|
|
.typo-table th {
|
2018-10-19 01:23:22 +00:00
|
|
|
background: #fbfbfb;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo table thead th,
|
|
|
|
.typo-table thead th {
|
2018-10-19 01:23:22 +00:00
|
|
|
background: #f1f1f1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typo table caption {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo-input,
|
|
|
|
.typo-textarea {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.typo em,
|
|
|
|
.typo-em,
|
|
|
|
caption,
|
|
|
|
legend {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #000;
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typo-em {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typo-em:after {
|
|
|
|
position: absolute;
|
2018-11-08 01:45:46 +00:00
|
|
|
top: 0.65em;
|
2018-10-19 01:23:22 +00:00
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
|
|
|
|
}
|
|
|
|
|
|
|
|
.typo img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
text-rendering: optimizelegibility;
|
|
|
|
font-family: sans-serif;
|
|
|
|
line-height: 1.15;
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
details,
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
main,
|
|
|
|
menu,
|
|
|
|
nav,
|
|
|
|
section,
|
|
|
|
summary {
|
2018-10-19 01:23:22 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
audio,
|
|
|
|
canvas,
|
|
|
|
progress,
|
|
|
|
video {
|
2018-10-19 01:23:22 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
audio:not([controls]) {
|
|
|
|
display: none;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress {
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[hidden],
|
|
|
|
template {
|
2018-10-19 01:23:22 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
background-color: transparent;
|
|
|
|
-webkit-text-decoration-skip: objects;
|
|
|
|
color: #222;
|
2018-11-08 01:45:46 +00:00
|
|
|
transition: color 0.25s linear;
|
2018-10-19 01:23:22 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
a:active,
|
|
|
|
a:hover {
|
2018-10-19 01:23:22 +00:00
|
|
|
outline-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
abbr[title] {
|
|
|
|
border-bottom: none;
|
|
|
|
text-decoration: underline;
|
|
|
|
-webkit-text-decoration: underline dotted;
|
|
|
|
text-decoration: underline dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
dfn {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 1.5em;
|
2018-11-08 01:45:46 +00:00
|
|
|
margin: 0.5em 0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
mark {
|
|
|
|
background-color: #ff0;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
small {
|
|
|
|
font-size: 80%;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
sub,
|
|
|
|
sup {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 75%;
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
sub {
|
2018-11-08 01:45:46 +00:00
|
|
|
bottom: -0.25em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sup {
|
2018-11-08 01:45:46 +00:00
|
|
|
top: -0.5em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg:not(:root) {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
code,
|
|
|
|
kbd,
|
|
|
|
pre,
|
|
|
|
samp {
|
|
|
|
font-family: monospace, monospace;
|
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
background-color: #f3f5f6;
|
|
|
|
}
|
|
|
|
|
|
|
|
figure {
|
|
|
|
margin: 1em 40px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
button,
|
|
|
|
input,
|
|
|
|
optgroup,
|
|
|
|
select,
|
|
|
|
textarea {
|
2018-10-19 01:23:22 +00:00
|
|
|
font: inherit;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
optgroup {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
button,
|
|
|
|
input {
|
2018-10-19 01:23:22 +00:00
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
button,
|
|
|
|
select {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="reset"],
|
|
|
|
[type="submit"],
|
|
|
|
button,
|
|
|
|
html [type="button"] {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-appearance: button;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="button"]::-moz-focus-inner,
|
|
|
|
[type="reset"]::-moz-focus-inner,
|
|
|
|
[type="submit"]::-moz-focus-inner,
|
|
|
|
button::-moz-focus-inner {
|
2018-10-19 01:23:22 +00:00
|
|
|
border-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
border: 1px solid silver;
|
|
|
|
margin: 0 2px;
|
2018-11-08 01:45:46 +00:00
|
|
|
padding: 0.35em 0.625em 0.75em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
box-sizing: border-box;
|
|
|
|
color: inherit;
|
|
|
|
display: table;
|
|
|
|
max-width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="checkbox"],
|
|
|
|
[type="radio"] {
|
2018-10-19 01:23:22 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
|
|
[type="number"]::-webkit-outer-spin-button {
|
2018-10-19 01:23:22 +00:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="search"] {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-appearance: textfield;
|
|
|
|
outline-offset: -2px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
[type="search"]::-webkit-search-cancel-button,
|
|
|
|
[type="search"]::-webkit-search-decoration {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
|
color: inherit;
|
2018-11-08 01:45:46 +00:00
|
|
|
opacity: 0.54;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-file-upload-button {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
font: inherit;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.article .article-entry blockquote footer cite a:hover,
|
2018-11-12 10:13:32 +00:00
|
|
|
.article .article-nav-link-wrap:hover {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #22c5e5;
|
|
|
|
border-bottom: 1px solid;
|
2018-11-08 01:45:46 +00:00
|
|
|
transition: color 0.1s linear;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container hr,
|
|
|
|
.archive-footer hr,
|
|
|
|
.article .article-footer hr,
|
|
|
|
.article hr,
|
|
|
|
.category-container hr,
|
|
|
|
.home hr,
|
|
|
|
.post-footer hr,
|
|
|
|
.tag-container hr {
|
2018-10-19 01:23:22 +00:00
|
|
|
height: 1px;
|
|
|
|
border: 0;
|
2018-11-08 01:45:46 +00:00
|
|
|
background-image: -webkit-linear-gradient(
|
|
|
|
0deg,
|
|
|
|
transparent,
|
|
|
|
#d5d5d5,
|
|
|
|
transparent
|
|
|
|
);
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-nav-link {
|
|
|
|
margin-right: 10px;
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
padding-bottom: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
body,
|
|
|
|
html {
|
2018-10-19 01:23:22 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-04-08 02:14:22 +00:00
|
|
|
position: absolute;
|
2018-10-19 01:23:22 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
body,
|
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-moz-font-feature-settings: "liga" on;
|
2018-11-08 01:45:46 +00:00
|
|
|
transition: 0.25s;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: serif;
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-family: serif;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
a,
|
|
|
|
a:hover {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
b,
|
|
|
|
strong {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #000;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
color: #666;
|
|
|
|
border-left: 2px solid #666;
|
|
|
|
padding-left: 1em;
|
|
|
|
margin: 1em 3em 1em -1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-footer {
|
|
|
|
padding: 50px 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-footer a,
|
|
|
|
.archive-footer b,
|
|
|
|
.archive-footer strong,
|
|
|
|
.post-footer a,
|
|
|
|
.post-footer b,
|
|
|
|
.post-footer strong {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.copyright,
|
|
|
|
.footer-content,
|
|
|
|
.footer-links {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #cacdd0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.copyright li,
|
|
|
|
.footer-content li,
|
|
|
|
.footer-links li {
|
2018-10-19 01:23:22 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.copyright a,
|
|
|
|
.footer-content a,
|
|
|
|
.footer-links a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.copyright a:hover,
|
|
|
|
.footer-content a:hover,
|
|
|
|
.footer-links a:hover {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #fff;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-footer,
|
|
|
|
.post-footer {
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 1em 0;
|
|
|
|
color: #cacdd0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-content {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-links {
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-links a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-links li {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-body {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home {
|
|
|
|
font-weight: lighter;
|
|
|
|
line-height: 1.4;
|
|
|
|
color: #505050;
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home a {
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home .content {
|
|
|
|
width: 60%;
|
|
|
|
max-width: 500px;
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.home h1,
|
|
|
|
.home strong {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home hr {
|
|
|
|
width: 80%;
|
|
|
|
max-width: 300px;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home .profile {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home .profile h1 {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container,
|
|
|
|
.category-container,
|
|
|
|
.tag-container {
|
2019-04-08 02:14:22 +00:00
|
|
|
width: 80%;
|
2018-11-11 03:18:37 +00:00
|
|
|
margin: 1em auto 0;
|
2018-10-19 01:23:22 +00:00
|
|
|
position: relative;
|
|
|
|
line-height: 1;
|
|
|
|
text-align: left;
|
|
|
|
font-size: 1em;
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container article,
|
|
|
|
.category-container article,
|
|
|
|
.tag-container article {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container a,
|
|
|
|
.archive-container a:hover,
|
|
|
|
.category-container a,
|
|
|
|
.category-container a:hover,
|
|
|
|
.tag-container a,
|
|
|
|
.tag-container a:hover {
|
2018-10-19 01:23:22 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .header,
|
|
|
|
.category-container .header,
|
|
|
|
.tag-container .header {
|
2018-11-11 03:18:37 +00:00
|
|
|
font-size: 1.1em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-article-header > a,
|
|
|
|
.archive-container .archive-article-header > h1,
|
|
|
|
.category-container .archive-article-header > a,
|
|
|
|
.category-container .archive-article-header > h1,
|
|
|
|
.tag-container .archive-article-header > a,
|
|
|
|
.tag-container .archive-article-header > h1 {
|
2018-10-19 01:23:22 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-article-header h1,
|
|
|
|
.category-container .archive-article-header h1,
|
|
|
|
.tag-container .archive-article-header h1 {
|
2018-10-19 01:23:22 +00:00
|
|
|
width: calc(100% - 120px);
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container hr,
|
|
|
|
.category-container hr,
|
|
|
|
.tag-container hr {
|
2018-10-19 01:23:22 +00:00
|
|
|
width: 60%;
|
2018-11-11 03:18:37 +00:00
|
|
|
margin: 1em 0;
|
2018-11-08 01:45:46 +00:00
|
|
|
background-image: -webkit-linear-gradient(
|
|
|
|
0deg,
|
|
|
|
#d5d5d5,
|
|
|
|
#d5d5d5,
|
|
|
|
transparent
|
|
|
|
);
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-article-date,
|
|
|
|
.category-container .archive-article-date,
|
|
|
|
.tag-container .archive-article-date {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-size: 1em;
|
|
|
|
color: #cacdd0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.archive-article-date {
|
2018-11-08 01:45:46 +00:00
|
|
|
margin-right: 0.5em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-article-title,
|
|
|
|
.category-container .archive-article-title,
|
|
|
|
.tag-container .archive-article-title {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-year-wrap,
|
|
|
|
.category-container .archive-year-wrap,
|
|
|
|
.tag-container .archive-year-wrap {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .page-nav,
|
|
|
|
.category-container .page-nav,
|
|
|
|
.tag-container .page-nav {
|
2018-10-19 01:23:22 +00:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 30px;
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .page-nav a,
|
|
|
|
.category-container .page-nav a,
|
|
|
|
.tag-container .page-nav a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .extend,
|
|
|
|
.archive-container .page-number,
|
|
|
|
.category-container .extend,
|
|
|
|
.category-container .page-number,
|
|
|
|
.tag-container .extend,
|
|
|
|
.tag-container .page-number {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article {
|
|
|
|
width: 80%;
|
|
|
|
max-width: 1000px;
|
|
|
|
margin: 0 auto;
|
2018-11-12 10:13:32 +00:00
|
|
|
position: relative;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .header {
|
|
|
|
font-size: 1.1em;
|
2018-11-11 03:18:37 +00:00
|
|
|
margin-top: 1em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .main-nav-link:hover {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article hr {
|
|
|
|
width: 80%;
|
2018-11-08 01:45:46 +00:00
|
|
|
background-image: -webkit-linear-gradient(
|
|
|
|
0deg,
|
|
|
|
#d5d5d5,
|
|
|
|
#d5d5d5,
|
|
|
|
transparent
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.article h1,
|
|
|
|
.article h2,
|
|
|
|
.article h3,
|
|
|
|
.article h4,
|
|
|
|
.article h5,
|
|
|
|
.article h6 {
|
2018-10-19 01:23:22 +00:00
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-title {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.article a.fancybox,
|
|
|
|
.article a.fancybox-item {
|
2018-10-19 01:23:22 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .caption {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry img {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry blockquote footer {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 80%;
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry blockquote footer cite {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry blockquote footer cite a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
border-bottom: 1px solid #eee;
|
2018-11-08 01:45:46 +00:00
|
|
|
transition: color 0.25s linear;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry blockquote footer cite:before {
|
|
|
|
content: "—";
|
2018-11-08 01:45:46 +00:00
|
|
|
padding: 0 0.5em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry blockquote footer strong {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.article .article-entry table caption,
|
|
|
|
.article .article-entry table td,
|
|
|
|
.article .article-entry table th,
|
|
|
|
.article .article-entry td,
|
|
|
|
.article .article-entry th {
|
2018-10-19 01:23:22 +00:00
|
|
|
word-break: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry .pullquote {
|
|
|
|
width: 45%;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry .pullquote.left {
|
|
|
|
float: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry .pullquote.right {
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry .video-container {
|
|
|
|
position: relative;
|
|
|
|
padding-top: 56.25%;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-entry .video-container iframe {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-nav {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-nav-link-wrap {
|
|
|
|
display: inline-block;
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 0 10px;
|
|
|
|
width: 49%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
vertical-align: top;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-nav-link-wrap strong {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-nav-link-wrap:hover {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-nav-link-wrap.newer {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-nav-link-wrap.older {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.article .article-footer,
|
|
|
|
.article .article-footer hr {
|
2018-10-19 01:23:22 +00:00
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-meta {
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.9em;
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-meta a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-meta .label {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.article .article-meta .article-category,
|
|
|
|
.article .article-meta .article-tag-list {
|
2018-10-19 01:23:22 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-meta .article-tag-list-item {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-meta .article-tag-list-item:before {
|
2018-11-08 01:45:46 +00:00
|
|
|
content: "#";
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article .article-gallery img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-type-page .article-footer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark,
|
|
|
|
.dark .container,
|
|
|
|
.dark .footer {
|
2019-04-08 02:14:22 +00:00
|
|
|
background-color: #000;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .home {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .home h1,
|
|
|
|
.dark .home strong {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark .home a {
|
2019-04-08 02:14:22 +00:00
|
|
|
border-bottom: 1px solid #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark .home a:hover {
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark code,
|
|
|
|
kbd,
|
|
|
|
pre,
|
|
|
|
samp {
|
|
|
|
font-family: monospace, monospace;
|
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .archive-container .header .main-nav-link,
|
|
|
|
.dark .article .header .main-nav-link,
|
|
|
|
.dark .category-container .header .main-nav-link,
|
|
|
|
.dark .tag-container .header .main-nav-link {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .archive-container .header .main-nav-link:hover,
|
|
|
|
.dark .article .header .main-nav-link:hover,
|
|
|
|
.dark .category-container .header .main-nav-link:hover,
|
|
|
|
.dark .tag-container .header .main-nav-link:hover {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .archive-container .article-nav,
|
|
|
|
.dark .archive-container .page-nav,
|
|
|
|
.dark .article .article-nav,
|
|
|
|
.dark .article .page-nav,
|
|
|
|
.dark .category-container .article-nav,
|
|
|
|
.dark .category-container .page-nav,
|
|
|
|
.dark .tag-container .article-nav,
|
|
|
|
.dark .tag-container .page-nav {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .archive-container .article-nav a,
|
|
|
|
.dark .archive-container .page-nav a,
|
|
|
|
.dark .article .article-nav a,
|
|
|
|
.dark .article .page-nav a,
|
|
|
|
.dark .category-container .article-nav a,
|
|
|
|
.dark .category-container .page-nav a,
|
|
|
|
.dark .tag-container .article-nav a,
|
|
|
|
.dark .tag-container .page-nav a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .archive-container .article-nav a:hover,
|
|
|
|
.dark .archive-container .page-nav a:hover,
|
|
|
|
.dark .article .article-nav a:hover,
|
|
|
|
.dark .article .page-nav a:hover,
|
|
|
|
.dark .category-container .article-nav a:hover,
|
|
|
|
.dark .category-container .page-nav a:hover,
|
|
|
|
.dark .tag-container .article-nav a:hover,
|
|
|
|
.dark .tag-container .page-nav a:hover {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .archive-container .article-entry blockquote footer strong,
|
|
|
|
.dark .archive-container .article-meta a,
|
|
|
|
.dark .article .article-entry blockquote footer strong,
|
|
|
|
.dark .article .article-meta a,
|
|
|
|
.dark .category-container .article-entry blockquote footer strong,
|
|
|
|
.dark .category-container .article-meta a,
|
|
|
|
.dark .tag-container .article-entry blockquote footer strong,
|
|
|
|
.dark .tag-container .article-meta a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dark blockquote {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark b,
|
|
|
|
.dark h1,
|
|
|
|
.dark h2,
|
|
|
|
.dark h3,
|
|
|
|
.dark h4,
|
|
|
|
.dark h5,
|
|
|
|
.dark h6,
|
|
|
|
.dark strong {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .typo em,
|
|
|
|
.dark .typo-em,
|
|
|
|
.dark caption,
|
|
|
|
.dark legend {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .typo table caption,
|
|
|
|
.dark .typo table td,
|
|
|
|
.dark .typo-table td {
|
2018-10-19 01:23:22 +00:00
|
|
|
border: 1px solid #ddd;
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .article-entry .highlight,
|
|
|
|
.dark .article-entry pre {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
background-color: #333;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.dark .article-entry .highlight table caption,
|
|
|
|
.dark .article-entry .highlight table td,
|
|
|
|
.dark .article-entry .highlight td {
|
2018-10-19 01:23:22 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark .article-entry .highlight .line.marked {
|
|
|
|
background: #444;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.article-entry .highlight,
|
|
|
|
.article-entry pre {
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 1em;
|
|
|
|
background: #f3f5f6;
|
|
|
|
color: #4d4d4c;
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
overflow: auto;
|
|
|
|
line-height: 1.8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight .gutter pre {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #cacdd0;
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry figure.highlight {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry pre code {
|
|
|
|
background: 0 0;
|
|
|
|
text-shadow: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight pre {
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight table {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight td {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight figcaption {
|
|
|
|
color: #8e908c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight figcaption a {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight .line {
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-entry .highlight .line.marked {
|
|
|
|
background: #e6e6e6;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
pre .comment,
|
|
|
|
pre .title {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #8e908c;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
pre .attribute,
|
|
|
|
pre .css .class,
|
|
|
|
pre .css .id,
|
|
|
|
pre .css .pseudo,
|
|
|
|
pre .html .doctype,
|
|
|
|
pre .regexp,
|
|
|
|
pre .ruby .constant,
|
|
|
|
pre .tag,
|
|
|
|
pre .variable,
|
|
|
|
pre .xml .doctype,
|
|
|
|
pre .xml .pi,
|
|
|
|
pre .xml .tag .title {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #c82829;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
pre .built_in,
|
|
|
|
pre .constant,
|
|
|
|
pre .literal,
|
|
|
|
pre .number,
|
|
|
|
pre .params,
|
|
|
|
pre .preprocessor {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #f5871f;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
pre .class,
|
|
|
|
pre .css .rules .attribute,
|
|
|
|
pre .header,
|
|
|
|
pre .inheritance,
|
|
|
|
pre .ruby .class .title,
|
|
|
|
pre .ruby .symbol,
|
|
|
|
pre .string,
|
|
|
|
pre .value,
|
|
|
|
pre .xml .cdata {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #718c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre .css .hexcolor {
|
|
|
|
color: #3e999f;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
pre .coffeescript .title,
|
|
|
|
pre .function,
|
|
|
|
pre .javascript .title,
|
|
|
|
pre .perl .sub,
|
|
|
|
pre .python .decorator,
|
|
|
|
pre .python .title,
|
|
|
|
pre .ruby .function .title,
|
|
|
|
pre .ruby .title .keyword {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #4271ae;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
pre .javascript .function,
|
|
|
|
pre .keyword {
|
2018-10-19 01:23:22 +00:00
|
|
|
color: #8959a8;
|
|
|
|
}
|
|
|
|
|
2018-11-06 06:32:15 +00:00
|
|
|
/* hide mobile nav menu and its checkbox */
|
|
|
|
/* when it's not mobile */
|
2018-11-08 01:45:46 +00:00
|
|
|
.mobile-nav,
|
|
|
|
#mobile-menu-toggle,
|
|
|
|
.mobile-nav-link {
|
|
|
|
display: none;
|
2018-11-06 06:32:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* set line-height in /archives page */
|
2018-11-08 01:45:46 +00:00
|
|
|
.mobile-nav-menu {
|
|
|
|
line-height: 1.8;
|
2018-11-06 06:32:15 +00:00
|
|
|
}
|
|
|
|
|
2018-11-12 07:57:38 +00:00
|
|
|
/* overlap other elements */
|
|
|
|
.mobile-nav-link {
|
2019-04-08 02:14:22 +00:00
|
|
|
background: #000;
|
2018-11-12 07:57:38 +00:00
|
|
|
border: 2px solid #999;
|
|
|
|
border-radius: 5px;
|
|
|
|
right: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
position: absolute;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-11-11 06:25:13 +00:00
|
|
|
/* search bar */
|
2018-11-11 10:59:16 +00:00
|
|
|
.searchContainer {
|
2018-11-12 00:36:36 +00:00
|
|
|
border-radius: 5px;
|
2018-11-11 06:25:13 +00:00
|
|
|
width: 10em;
|
2019-04-08 02:14:22 +00:00
|
|
|
color:#e6e6e6;
|
2018-11-11 06:25:13 +00:00
|
|
|
background-color:#333;
|
|
|
|
outline: 0;
|
|
|
|
float: right;
|
|
|
|
height: 1.8em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* inline-block to position them in same line */
|
|
|
|
.searchBox,
|
|
|
|
.searchBtn{
|
|
|
|
display:inline-block;
|
|
|
|
color: inherit;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* hide the border and fill the height to parent's */
|
|
|
|
.searchBox {
|
|
|
|
border: 0;
|
2018-11-12 00:36:36 +00:00
|
|
|
border-radius: 5px;
|
2018-11-11 06:25:13 +00:00
|
|
|
height:100%;
|
|
|
|
width: 85%;
|
|
|
|
padding-left: 0.2em;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* highlight the text box when focused */
|
|
|
|
.searchBox:focus {
|
|
|
|
border: 1px solid #1abc9c;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* align the button to center */
|
|
|
|
.searchBtn {
|
|
|
|
width: 10%;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
transform: translate(30%, -50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* fill the svg with parent's font color */
|
|
|
|
svg {
|
|
|
|
fill: currentColor;
|
|
|
|
}
|
|
|
|
|
2018-11-12 10:13:32 +00:00
|
|
|
/* don't underline specific <a> tag */
|
|
|
|
.no-underline {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
@media (max-width: 768px) {
|
2018-10-19 01:23:22 +00:00
|
|
|
body {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.article-title {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
}
|
|
|
|
|
2018-11-06 06:32:15 +00:00
|
|
|
/* hide desktop nav */
|
2018-11-08 01:45:46 +00:00
|
|
|
.main-nav {
|
|
|
|
display: none;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-06 06:32:15 +00:00
|
|
|
/* display mobile nav */
|
2018-11-08 01:45:46 +00:00
|
|
|
.mobile-nav {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-06 06:32:15 +00:00
|
|
|
/* display links when menu button is clicked */
|
|
|
|
/* use grid to display each link in new line */
|
2018-11-08 01:45:46 +00:00
|
|
|
#mobile-menu-toggle:checked + .mobile-nav-link {
|
2018-11-07 00:22:08 +00:00
|
|
|
display: grid;
|
|
|
|
display: -ms-grid;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
@media (max-width: 468px) {
|
2018-10-19 01:23:22 +00:00
|
|
|
body {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.home a {
|
2019-04-08 02:14:22 +00:00
|
|
|
color: #e6e6e6;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-footer,
|
|
|
|
.archive-container .post-footer {
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-article-header > a,
|
|
|
|
.archive-container .archive-article-header > h1 {
|
2018-10-19 01:23:22 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
@media (max-width: 320px) {
|
2018-10-19 01:23:22 +00:00
|
|
|
body {
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.article {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.archive-container .archive-footer,
|
|
|
|
.archive-container .post-footer {
|
2018-10-19 01:23:22 +00:00
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2018-11-08 01:45:46 +00:00
|
|
|
.footer,
|
|
|
|
.footer-content {
|
|
|
|
font-size: 0.9em;
|
2018-10-19 01:23:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-30 03:51:59 +00:00
|
|
|
.copy-button {
|
2018-10-20 08:34:52 +00:00
|
|
|
background-color: #333;
|
2018-10-19 11:31:19 +00:00
|
|
|
border: 1px solid #999;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: #d8d8d8;
|
2018-10-19 01:23:22 +00:00
|
|
|
cursor: pointer;
|
2018-11-08 01:45:46 +00:00
|
|
|
font-size: 0.8em;
|
2018-10-19 11:31:19 +00:00
|
|
|
line-height: 1em;
|
|
|
|
padding: 5px;
|
|
|
|
user-select: none;
|
2018-10-19 01:23:22 +00:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
}
|
2018-10-20 08:34:52 +00:00
|
|
|
|
|
|
|
.copy-button:hover {
|
|
|
|
background-color: #3f3f3f;
|
2018-11-06 06:32:15 +00:00
|
|
|
}
|