<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 
 * @package Maupassant
 * @author cho
 * @version 1.3
 * @link http://pickcho.com
 */
 @font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.woff?-i5ysuu') format('woff'),
        url('fonts/icomoon.ttf?-i5ysuu') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e601";
}
.icon-air:before {
    content: "\e602";
}
.icon-rss:before {
    content: "\e603";
}
.icon-list:before {
    content: "\e604";
}
.icon-cc-by:before {
    content: "\e605";
}
.icon-cc-nc:before {
    content: "\e606";
}
.icon-cc-sa:before {
    content: "\e607";
}
.icon-github:before {
    content: "\e608";
}
.icon-twitter:before {
    content: "\e609";
}
.icon-googleplus:before {
    content: "\e60a";
}
.icon-qq:before {
    content: "\e60b";
}
.icon-instagram:before {
    content: "\e60c";
}
.icon-sina-weibo:before {
    content: "\e60d";
}
.icon-copy:before {
    content: "\e60e";
}
body {
    background-color:#FFF;
    color:#444;
    font-size: 16px;
    /**
    font-family:"TIBch", "Classic Grotesque W01", "Helvetica Neue", Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
    **/
    font-family: "Iowan Old Style", "Ovo", "Charter", "Linux Libertine", Georgia, "Times New Roman", "TIBch", "Source Han Sans", "PingFangSC-Regular", "Hiragino Sans GB", "STHeiti", "Microsoft Yahei", "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
    /**-webkit-font-smoothing: antialiased;**/
    -moz-osx-font-smoothing: grayscale;
}
a, button.submit {
    color:#6E7173;
    text-decoration:none;
    -webkit-transition:all .1s ease-in;
    -moz-transition:all .1s ease-in;
    -o-transition:all .1s ease-in;
    transition:all .1s ease-in;
}
a:hover, a:active {
    color:#6E7173;
}
mark {
    padding: 3px 3px 3px 5px;
    background: #fffdd1;
}
pre, code {
    font-family:Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size:.92857em;
}
pre {
    overflow:auto;
    display: block;
    margin: .6em 0;
}
code {
    display: inline-block;
}
blockquote {
    display: block;
    margin: 1.1em 0;
    padding: 1.5em 2em .5em 2em;
    border: 1px dashed #ddd;
    border-left: 0.5em solid #ddd;
    line-height: 1.5;
    box-shadow: 3px 3px 0 #eaeaea;
}
  
/**
h1, h2, h3 {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
**/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
    padding:6px;
    border:1px solid #ddd;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
}
textarea {
    resize:vertical;
}
.clear {
    clear:both;
}
.clearfix, .col-group {
    zoom:1;
}
.clearfix:before, .col-group:before, .clearfix:after, .col-group:after {
    content:" ";
    display:table;
}
.clearfix:after, .col-group:after {
    clear:both;
}
.post-content a, .comment-content a {
    border-bottom:1px solid #ddd;
}
.post-meta a:hover, .post-content a:hover, .widget a:hover, .comment-content a {
    border-bottom-color:transparent;
}
#header {
    padding:58px 0 0;
    text-align:left;
}
#header .col-group {
    border-bottom: 1px solid #ddd;
}
.site-name h1{
    padding: 0;
    margin:0;
}
#logo {
    /**
    font:bold 42px/1.12 "Times New Roman", Georgia, Times, sans-serif;
    **/
    font-size: 37.5px;
    font-weight: bold;
    color:#555;
}
#logo span {
    color:#777;
}
#logo:hover {
    color:#777;
}
.description {
    margin:5px 0 0;
    color:#999;
}
#nav-menu {
    margin:10px 0 -1px;
    padding:0;
    float:right;
}
#nav-menu a {
    display:inline-block;
    margin-right:-1px;
    padding:0 1em;
    height:32px;
    line-height:32px;
    color:#444;
}
#nav-menu a:first-child {
    border:none;
}
#nav-menu a:hover {
}
#nav-menu a.current {
    border:1px solid #ddd;
    border-bottom:1px solid #fff;
}
.site-search {
    display:none;
}
#search {
    position:relative;
    overflow: hidden;
}
#search input {
    padding: 1em 2em .75em 1em;
    line-height: 1.5;
}
#search button {
    position:absolute;
    top:0;
    right:10px;
    font-size: 20px;
    line-height: 1.5;
    border:none;
    padding:14px 0;
    width:auto;
    height:48px;
    color:#444;
    background:none;
}
.col-8 {
    width:800px;
}
.col-12{
    width: 100%;
}
.container {
    width:1150px;
    padding:0 60px;
    margin:0 auto;
}
#secondary {
    float:right;
    width:245px;
    border-left:1px solid #ddd;
    padding-left:35px;
    word-wrap:break-word;
    display:block;
    padding-top:40px;
}
#main {
    padding-top:20px;
    float:left;
}
.post {
    padding:25px 0 15px;
}
.post-title {
    margin:0;
    color:#555;
    text-align:left;
    /**font:bold 25px/1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;**/
    font-size: 1.6em;
    font-weight: bold;
}
.post-title a, .keyword {
    color:#555;
}
.post-meta {
    padding:0;
    margin:9px 0 0;
    color:#999;
    text-align:left;
    display: inline-block;
}
.meta-category a {
    position: relative;
    margin-left: 1.8em;
}
.meta-category a:before, .meta-category a:after {
    content: '';
    margin-left: -1.5em;
    position: absolute;
}
.meta-category a:before {
    width: 18px;
    height: 12px;
    background: #0089e0;
    border-radius: 0 0 1px 1px;
    margin-top: 4px;
}
.meta-category a:after {
    width: 6px;
    height: 0;
    left: 3px;
    border-style: solid;
    border-color: transparent transparent #0089e0 transparent;
    border-width: 0 1px 2px 1px;
    background: transparent;
    margin-top: 2px;
}
.meta-tags {
    display: inline-block;
}
.meta-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.meta-tags ul li, .meta-tags ul a {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    padding: .3em 0;
}
.meta-tags ul a {
    margin-left: 24px;
    padding: 0 10px 0 14px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}
.meta-tags ul a:before {
    content: '';
    float: left;
    position: absolute;
    top: 0;
    left: -7px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    transition: all .1s ease-in;
}
.meta-tags ul a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    box-shadow: -1px -1px 2px #004977;
}
.meta-tags ul a:hover {
    background: #555;
}
.meta-tags ul a:hover:before {
    border-color: transparent #555 transparent transparent;
}
.post-content {
    font-size: 1em;
    line-height: 1.7;
    color:#444;
    padding-top:27px;
}
.page-content{
    padding-top: 40px;
}
.post-content h1, .post-content h2, .post-content h3 {
    margin: 1.4em 0 1.1em;
}
/** Common section heading **/
.post-content h1 {
    font-size: 1.6em;
}
.post-content h2 {
    font-size: 1.4em;
}
.post-content h3 {
    font-size: 1.2em;
}
.post-content :not(pre)&gt;code {
    display:inline;
    margin:0 5px;
    padding:3px 5px;
    border: 1px solid #ddd;
}
.post-content p, .post-content .highlight {
    margin:0 0 1.1em;
}
.post-content img {
    padding:1em 0;
}
.post-content ul {
    overflow: auto;
    padding: .5em 2.4em;
    border-radius: 3px;
    margin:1em 0;
}
.post-content ul li{
    text-indent: .5em;
}
.post-content table {
    display: block;
    overflow: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.1em;
}
.post-content table tr {
    border-top: 1px solid #ddd;
}
.post-content table td, .post-content table th {
    border: 1px solid #ddd;
    padding: .375em .8125em;
    text-indent: initial;
}
.post-content table tr:nth-child(even) {
    background-color: #eee;
}
.archive-title {
    margin-left: 1em;
    line-height: 1.5;
    color:#999;
    font-size:1em;
}
.more {
    padding:10px 0 0;
}
.more a {
    border:none;
}
.protected .text {
    width:50%;
}
.page-navigator {
    border-top:1px solid #ddd;
    list-style:none;
    padding:25px 0 0;
    font-size:16px;
}
.page-navigator li {
    display:inline-block;
    margin:0 5px 5px 0;
}
.page-navigator a {
    display:inline-block;
    padding:0 10px;
    height:25px;
    line-height:25px;
    padding:5px 9px;
    border:1px solid #DDD;
}
.page-navigator a:hover {
    background:#F8F8F8;
    border-bottom-color:#D26911;
}
.page-navigator .current a {
    background:#F8F8F8;
    border-bottom-color:#D26911;
}
.comment-list, .comment-list ol {
    list-style:none;
    margin:0;
    padding:0;
}
.comment-list {
    margin-top:-1px;
}
.comment-list li {
    padding:22px 0 12px;
    border-top:1px solid #ddd;
}
.comment-list li.comment-level-even {
    background:#FFF;
}
.comment-list li .comment-index {
    float: right;
    font-size: .92857em;
    font-style: italic;
}
.comment-list li .comment-children {
    margin-left: 1em;
}
.comment-meta a {
    color:#999;
    font-size:.92857em;
}
.comment-author {
    display:block;
    margin-bottom:3px;
    color:#444;
}
.comment-author .avatar {
    float:left;
    margin:1px 10px 0 0;
    border: 1px solid #ddd;
    padding: 1px;
}
.comment-author cite {
    font-weight:bold;
    font-style:normal;
    line-height: 1.2;
}
.comment-awaiting-moderation {
    font-style:normal;
    float:right;
    margin-top:-20px;
    color:#777;
}
.comment-list .respond {
    margin:15px 0;
    border-top:1px solid #ddd;
}
.comment-body .respond {
    border:none;
    margin:0 0 25px;
}
.comment-content p:first-child {
    margin-top: 0;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
#comment-form {
    padding-top:5px;
}
#comment-form label {
    display:block;
    color:#888;
    position:absolute;
    margin: 10px 7px;
}
#comment-form input {
    padding:8px 6px;
    height:36px;
    border:solid 1px #D4D4D4;
    background:#fdfdfd;
    padding-left:45px;
    color: #555;
}
button {
    border-radius: 0;
    user-select: none;
}
button.submit {
    border:1px solid #272727;
    display:block;
    line-height:32px;
    width:100%;
    outline:none;
    color: #fff;
    background:#272727;
    height: 38px;
}
button.submit:hover {
    background:#505050;
    border-color: #505050;
}
textarea.textarea {
    line-height:1.8;
    padding:5px 10px 5px 10px;
    width:100%;
    height:174px;
    padding:10px;
    overflow:auto;
    margin:0;
    line-height:1.8;
    color:#222;
    font-size:14px;
    background:#fdfdfd!important;
    color: #555;
}
.col2 p, .col1 p {
    margin:9px 0;
}
.col1 p {
    margin-right:220px;
}
.col1 {
    margin-right:-220px;
    height:auto;
    float:left;
    width:100%;
    position:relative;
    background-position:0 0;
}
.col2 {
    width:204px;
    float:right;
    position:relative;
    overflow:hidden;
    background-position:right top;
}
.widget {
    margin-bottom:30px;
}
.widget-title {
    color:#6E7173;
    line-height:2.7;
    margin-top:0;
    font-size:16px;
    border-bottom:1px solid #ddd;
    display:block;
}
#response {
    margin-bottom:.8em;
}
.widget-list {
    list-style:none;
    padding:0;
}
.widget-list li {
    margin:5px 0;
    line-height:1.5;
}
#footer {
    padding:.8em 0 3.6em;
    line-height:1.5;
    color:#999;
}
.error-page {
    margin-top:100px;
    margin-bottom:100px;
}
.comment-content {
    line-height:1.5;
    word-wrap:break-word;
    padding:10px 40px 10px 0;
}
.post-content h2, .comment-content h2 {
    font-size:1.28571em;
}
.post-content img, .comment-content img {
    max-width:100%;
}
.post-content a img {
    background:#FFF;
    position:relative;
    bottom:-4px;
}
.post-content hr, .comment-content hr {
    margin:2.1em auto;
    width:200px;
    border:1px solid #ccc;
    border-width:1px 0 0 0;
    position: relative;
}
.aligncenter, div.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.alignleft {
    float:left;
}
.alignright {
    float:right;
}
img.alignleft {
    margin:5px 15px 0 0;
}
img.alignright {
    margin:5px 0 0 15px;
}
/* archives page*/
 .al_year {
    width:60px;
    padding: 10px 0;
}
.al_mon_list {
    margin-left: 90px;
    margin-top: -2.2em;
    border-left: 1px solid #ddd;
}
.al_mon_list li {
    list-style: none;
    line-height: 1.8;
}
.al_mon_list li a {
    margin-left: 1.5em;
}
.post-content-pages {
    font-size: 17px;
}
.body404{
    height: 100%;
    width: 100%;
    /*background:#fff url(img/404.jpg) no-repeat center top;*/
    background: #fff;
    background-size: cover;
    margin: 4em 0 6em 0;
}
.site-name404 {
    margin: 0 auto;
    width: 3em;
    text-align: center;
    letter-spacing: 2px;
    font-size: 74px;
}
.title404 span{
    font-size: 15px;
    width: 2px;
}
.site-name404 i {
    font-style: normal;
}
.title404 p{
    font-size: 20px;
    margin: 0.5em 0 .6em;
}
.info404{
    text-align: center;
    width: 100%;
}
#footer404{
    margin-top:30px;
}
.index404{
    margin-top: 13px;
    display: inline-block;
    padding: 14px 27px 14px 29px;
    color: #fff;
    white-space: nowrap;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    background: #444;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 1px;
    font-size: 14px;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.index404:hover{
    background-color: #000;
    color: #fff;
}
.icon-about{
    padding: 10px 0 25px;
}
.icon-about a{
    font-size: 20px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    padding: 6px;
}
 @media print, screen and (max-width:1290px) {
    .container {
        width:auto;
    }
    #main {
        width:100%;
        margin-right:-320px;
        float:left;
    }
    .res-cons {
        width:auto;
        margin-right:320px;
    }
    .post-content img {
        max-width:100%;
    }
}
@media print, screen and (max-width:1057px) {
    .container {
        width:auto;
    }
    #main {
        width:100%;
        margin-right:-260px;
        float:left;
    }
    .res-cons {
        width:auto;
        margin-right:260px;
    }
    #secondary {
        width:175px;
        margin-top:35px;
        padding-top:5px;
    }
    .post-content {
        font-size: 14px;
    }
}
@media print, screen and (max-width:860px) {
    #header {
        text-align:center;
    }
    #main {
        width:100%;
        margin-right:0;
    }
    #nav-menu {
        margin:35px 0 -1px;
    }
    .res-cons {
        width:auto;
        margin-right:0;
    }
    #secondary {
        display:none;
    }
}
@media print, screen and (max-width:680px) {
    .container {
        padding:0 20px;
    }
    .post-title {
        font-size:22px;
    }
    .page-navigator {
        padding:15px 0 0;
    }
    #footer {
        padding-top:10px;
    }
    .page-navigator a {
        padding:0 6px;
    }
    .post-content img {
        padding:0.2em 0;
    }
    .post {
        padding:12px 0;
    }
    #nav-menu a {
        padding:0 15px;
        line-height:27px;
        height:27px;
        font-size:13px;
    }
}
@media print, screen and (max-width:500px) {
    .col2 {
        width:140px;
    }
    .post-meta li.comment-count {
        display: none;
    }
    .col1 p {
        margin-right:160px;
    }
    .col1 {
        margin-right:-160px;
    }
    .post-content-pages {
        font-size: 14px;
    }
    .al_mon_list {
        margin-left: 70px;
        padding-left: 20px;
    }
}
.about{
    width: 100%;
}

/** Donation block **/
.hidden {
    display: none;
}
#post-donation {
    text-align: center;
    margin: 20px auto;
}
#post-donation-button {
    border: 1px solid #272727;
    line-height: 100%;
    outline: none;
    background: #fff;
    padding: .6em 1em;
    margin: 1px;
}
#post-donation-button:hover {
    border: 2px solid #0474bb;
    color: #0474bb;
    margin: 0;
}
#post-donation-qrcodes {
    margin-top: .8em;
}
.post-donation-qrcode {
    display: inline-block;
}
.post-donation-qrcode img {
    width: 200px;
    max-width: 100%;
}
.post-donation-qrcode p {
    margin: 0 auto auto auto;
    font-size: 85%;
}
/** Comment extra **/
#comment-submitted {
    border-top: 1px solid #ddd;
    background: rgba(245, 245, 245, 1);
    padding-bottom: 1px;
    text-align: center;
    display: none;
}
#comment-submitted:target {
    display: block;
}

/** TOC **/
#toc {
    background: #f9f9f9;
    border: 1px solid #ccc;
    margin: 1.6em 1em 0 1em;
    padding: 1em;
}
#toc nav {
    margin-top: 10px;
}
#toc ul {
    margin: 0 0 0 1.2em;
    padding: 0;
}
#toc li {
    list-style: decimal;
}
#toc li a {
    display: block;
    line-height: 1.4em;
    padding: 0 2px;
}
#toc li a:hover {
    background-color: #e6e6e6;
}
.toc-title {
    font-size: 1.1em;
    text-align: center;
    display: block;
}
#toc.dismissed .toc-dismiss:before {
    content: '[\663e\793a]';
}
#toc .toc-dismiss:before {
    content: '[\9690\85cf]';
}
@media screen and (min-width:500px) {
    #toc {
        position: sticky;
        top: -1px;
        right: 0;
        float: right;
        max-width: 30%;
        margin: 3.6em 0em 1em 2em;
        z-index: 1;
    }
    #toc.dismissed nav {
        display: none;
    }
}
@media screen and (max-width:500px) {
    #toc {
        position: relative;
    }
    #toc.dismissed .toc-dismiss {
        display: none;
    }
}

/** Readmore link **/
p.readmore {
    margin: 0;
    padding: 25px 0;
    line-height: 1.8em;
}
p.readmore a {
    text-decoration: none;
    padding: .2em 1em;
    border: 1px solid #ccc;
    user-select: none;
}
p.readmore a:hover {
    text-decoration: none;
    border-bottom-color: #ccc;
    background-color: #ececec;
}
/** Article list separator **/
article.post:after {
    content: ' ';
    display: block;
    height: 1px;
    width: 30%;
    margin-top: 15px;
    background: #e0e0e0;
}
#main article:last-of-type:after {
    content: none;
    display: none;
}
/** Post summary ellipsis **/
.post-content.summary.auto:after {
    content: 'â€¦â€¦';
}

/** Syntax highlighting (adapt to Hugo chroma classes) **/
pre:not(.chroma) {
  border: 2px solid #282a36;
  padding: .6em;
  margin-top: 0;
}
.lntable .lntd:first-child {
  padding-left: .4em;
}
.lntable .lntd:last-child {
  padding-left: .6em;
  border-left: 1px solid #ddd;
  width: 100%;
}
.lntabl .lntd&gt;pre:last-child {
  width: 100%;
  border: none;
}
.lntable tr {
  border-top: none !important;
}
:not(.lntd)&gt;.highlight&gt;pre {
  padding: .6em;
  margin-top: 0;
}

/** Code block copy button **/
.copy-code {
    border: 2px solid #282a36;
    display: block;
    outline: none;
    margin: auto 0 -2px auto;
    border-radius: 1px;
    padding: 3px 9px;
    font-family: 'icomoon', Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    cursor: pointer;
}
.copy-code:hover {
  background-color: #ccc;
}
</pre></body></html>