@import "spectre/spectre.min.css";
@import "spectre/spectre-exp.min.css";
@import "spectre/spectre-icons.min.css";
@import "typecho.css";
@import "lBase.css";
:ROOT{
    --cover-height:330px;
}
body{
    background: ghostwhite;
}
ol,ul{
    margin:0;
}
.bg-white{
    background: white;
}
.bg-ghost {
    background: ghostwhite;
}
.fix-header{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
}
.column{
    padding:0;
}
.zone-border {
    border-left: solid 1px lightgray;
    border-right: solid 1px lightgray;
}
.header-cover {
    background-image: url("./images/ZONE.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: var(--cover-height);
    margin-bottom: 60px;
}
.header-panel {
    width: 100%;
    margin: 0 auto;
    color: gray;
    background: white;
    transition: 200ms;
    min-height:53px;
    border-bottom:solid 1px lightgray;
}
/*.header-panel:hover {
    background: rgba(248, 150, 147, .8);
    transition: 200ms;
}*/
.header-panel > .item{
    display: inline-block;
    padding: 0 5px 2px 5px;
    margin: 5px;
    /*font-size: 22px;*/
    transition: 200ms;
    float: right;
    background: whitesmoke;
    border-radius: 3px;
    color:darkgray;
    text-align: center;
}
.header-panel > .item > .text-small{
    font-size: 11px!important;
}
.header-panel > .item-form {
    display: inline-block;
    float: right;
}
.header-panel > .item-form > form{
    display: flex;
    padding:10px;
}
.header-panel > .item:hover{
    cursor: pointer;
    transition: 200ms;
    color:lightcoral;
}
.header-panel > .item:last-child{
    float: left;
}
.header-cover > .header-avatar{
    text-align: right;
    padding:0 20px;
    position: relative;
    top: 280px;
}
.header-cover > .header-avatar > .zone-title{
    vertical-align: middle;
    color:white;
    text-shadow: 1px 1px black;
    margin-right:5px;
}
.header-cover > .header-avatar > .zone-title > .large{
    font-size: 22px;
    font-weight: bolder;
}
.header-cover > .header-avatar > .zone-title > .small{
    margin-top: 20px;
    color: #000;
    text-shadow: none;
    font-weight: lighter;
}
.header-cover .avatar-logo{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid;
}
.avatar-logo-small{
    width:40px;
    height:40px;
    border-radius: 5px;
}
.post-item{
    margin:15px;
}
.post-item > .post-avatar{
    display: inline-block;
    margin-right:10px;
}
.post-item > .post-body {
    display: inline-block;
    border-bottom: solid 1px lightgray;
    width:calc(100% - 60px);
}
.post-item > *{
    vertical-align: top;
}
.post-item p.more{display: none;}
.hover-red{
    transition: 200ms;
}
.hover-red:hover{
    background: lightcoral;
    color: white!important;
    transition: 200ms;
    cursor: pointer;
}
.hover-red-link:hover{
    color:lightcoral!important;
}
.sub-nav-title{
    font-weight: bold;
    font-size: 16px;
    color:lightgray;
    padding-left:15px;
}
/*.sub-nav-list > ul{
    margin:10px;
}*/
ul.-nav{
    padding:0;
    margin:15px;
    list-style-type: none;
}
ul.-nav ul.-nav{
    margin:0;
}
ul.-nav > .category-parent{
    list-style-type: none;
    border-radius: 5px;
    background: whitesmoke;
    color:lightgray;
    padding:5px 10px;
}
ul.-nav .category-child{
    font-size: .7rem;
    height: 1.4rem;
    padding: .05rem .3rem;
    display: inline-block;
}
ul.-nav > .category-parent > a,
ul.-nav > .category-parent >a:visited{
    color:lightgray;
}
ul.-nav > .category-parent > a:hover{
    color:lightcoral;
}
ul.-nav .category-child > a,
ul.-nav .category-child > a:visited{
    /*color:#3b4351;*/
}
ul.-nav .category-child > a:hover{
    color:lightcoral;
}
.sub-nav{
    /*border-top:solid 1px lightgray;*/
    padding:10px 0;
    margin-top:-100vh;
    animation-duration: 300ms;
    animation-name: hideUp;
    animation-fill-mode: forwards;
    width:320px;
    border-bottom-right-radius: 10px;
    border-right: solid 1px lightgray;
    border-bottom:solid 1px lightgray;
    background: white;
}
.sub-nav.ani-tog{
    animation-duration: 300ms;
    animation-name: showDown;
    animation-fill-mode: forwards;
}
@keyframes showDown {
    from{
        margin-top: -100vh;
    }
    to{
        margin-top: -5px;
    }
}
@keyframes hideUp {
    from{
        margin-top: -5px;
    }
    to{
        margin-top: -100vh;
    }
}
@media screen and (max-width:480px) {
    .zone-border{
        border:none!important;
    }
}
.post-item:last-child .post-body{
    border-bottom:none;
}
.page-title{
    height: 80px;
    padding: 5px;
    text-align: center;
}
.page-title>.large {
    position: sticky;
    width: 100%;
    display: block;
    font-weight: lighter;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    color:gray;
    font-size: 24px;
}
.page-title>.small{
    position: sticky;
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:-60px auto 0 auto;
    border-radius: 5px;
    padding-left:15px;
    background: whitesmoke;
    font-size: 11px;
    color:lightsteelblue;
    text-align: right;
}
.post-content{
    margin:20px;
}
.post-comments{
    margin:10px 30px;
    background: whitesmoke;
    border-radius: 5px;
    color:gray;
}
.post-comments a,.post-comments a:visited{
    color:#484848;
}
.post-comments a:hover{
    color:lightcoral;
}
.respond{
    padding:5px;
    border-top: solid 1px lightgray;
}
.respond:first-child{
    border-top:none;
}
.cancel-comment-reply{
    margin:0 10px;
}
.comment-reply>a:before{
    display: inline-block;
    content: "→";
    margin-right:5px;
    color:lightseagreen;
}
.cancel-comment-reply > a:before{
    display: inline-block;
    content: "×";
    margin-right:5px;
    color:lightcoral;
}
.cancel-comment-reply > a{
    color:lightcoral;
}
.no-pic img{
    display: none;
}
.post-body img{
    max-height: 60vh;
    max-width: 100%;
}
.post-near{
    background: whitesmoke;
    border-radius: 5px;
}
.post-near a,.post-near a:visited{
    color:darkgray;
}
.post-near a:hover{
    color:lightcoral;
}
.sub-nav-list a,.sub-nav-list .btn,.sub-nav-list a:visited{
    color:darkgray;
}
ul.links{
    margin:0 30px;
    list-style-type: none;
}
ul.links > li{
    list-style-type: none;
    margin:20px 0;
    display: inline-block;
    width: 50%;
}
ul.links > li > a,ul.links > li >a:visited{
    color:darkgray;
    font-size: 20px;
}
ul.links > li > div{
    color:lightgray;
}
ul.links > li > a:hover{
    color:lightcoral;
}
.footer{
    background:white;
    padding:20px 0;
    color:dimgray;
}
.footer a,.footer a:visited{
    color:darkgray;
}
.footer a:hover{
    color:lightcoral;
}