.top {
    text-align: center; 
}

.readmore, .social-head {
    float: right; 
}

.stickPosts {
    overflow-x: auto;
    white-space: nowrap;
}

.stickPost {
    display: inline-block;
    white-space: normal;
    border-left: 1px solid #EEE;
    padding: 0 10px;
    vertical-align: top;
}

.stickPost:first-child {
    border-left: none;
    padding-left: 10px;
}

.underline {
    padding: 5px 0;
}

.archive-body {
    height: 20em;
    overflow: hidden;
}
    
.out-of-date {
    color: red;
    text-align: center; 
}
    
.otd-icon {
    font-size: xx-large;
}

.otd-font {
    vertical-align: super;
}
    
.widget-list>span {
    display: block;
    margin: 5px 0;
    line-height: 1.6;
}
    
.social-footer>a {
    padding: 0 10px 0 10px;
    vertical-align: middle;
}

.social-head>p {
    margin: 0 -1px 0 0;
    margin-right: -1px;
    padding: 0 0 0 20px;
    line-height: 32px;
    font-size: 1.3em;
}

.social-head>p>i {
    cursor: pointer;
    transition-duration: 0.5s;
}

.social-head>p>i:hover {
    transform: rotate(180deg);
}

.readOrigin {
    text-align: right;
}

#picBox {
    position: fixed;
    text-align: center;
    align-content: center;
    inset: 0px;
    padding: 2em;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    transition-duration: 0.5s;
}

#picBox:after {
    content: '按任意处关闭';
    color: white;
    display: block;
}

#zoomPic {
    max-width: 100%;
    max-height: 100%;
}

#TOC-scroll {
    position: fixed;
    align-content: center;
    min-height: 10em;
    bottom: 0;
    right: 0;
    background: #F6F6F6;
    padding: 5px 5px 5px 20px;
    word-break: break-word;
    border: 1px solid #EEE;
    border-radius: 15px 0px 0px 15px;
    box-shadow: 15px 15px 25px;
    transition-duration: 1s;
    transform: translateX(100%);
    opacity: 0;
}

.popUpButton {
    align-content: center;
    text-align: center;
    position: absolute;
    top: 30%;
    left: -20px;
    height: 30%;
    width: 20px;
    border: solid #EEE;
    border-width: 0 0 0 2px;
    border-radius: 15px 0 0 15px;
    background-color: #F6F6F6;
}

/* 暗色 */
html {
    transition-duration: 0.5s;
    scroll-behavior: smooth;
}

body {
    background-color: inherit;
    color: inherit;
}

pre.dark-mode, code.dark-mode {
    background-color: #333333;
    color: #CCFF99;
}

a.dark-mode {
    color: #6699CC;
}

a:hover.dark-mode, a:active.dark-mode {
    color: #CCFFFF;
}

blockquote.dark-mode {
    color: #888;
    border-left: 4px solid #AAA;
}

.dark-mode {
    background-color: #222;
    color: #DDD;
}

#logo.dark-mode {
    color: #DDD;
}

#nav-menu a.dark-mode {
    color: #DDD;
}

#nav-menu a:hover.dark-mode, #nav-menu .current.dark-mode, .page-navigator .current a.dark-mode {
    background: grey;
}

.comment-list, .comment-list li{
    margin: 0;
    border: 0;
    padding: 0 14px;
    list-style:  circle;
    text-indent: -1em;
    padding-left: 1em;
}

.comment-list li.dark-mode {
    background: #222;
}

.comment-content p {
    margin: 0;
}

.comment-reply {
    white-space: nowrap;
}

.page-navigator .current a.dark-mode {
    color: #DDD;
}

.page-navigator a:hover.dark-mode {
    background: grey;
}

.emote {
    height: 2em;
    position: static;
    vertical-align: bottom;
}

.avatar {
    border-radius: 50%;
    position: static;
    vertical-align: sub;
}

.comment-buttons {
    position: relative;
    margin: 0;
    margin-bottom: 2.5em;
    height: 1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.submit {
    white-space: nowrap;
}

.OwO-body .OwO-items {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

.OwO-body .OwO-items .OwO-item {
    background: unset !important;
}

.OwO-body .OwO-items .OwO-item:hover {
    box-shadow: unset !important;
}

.OwO-body .OwO-bar .OwO-packages .OwO-package-active {
    background: unset !important;
}

.OwO-body .OwO-bar .OwO-packages .OwO-package-active span {
    font-size: large;
}

.OwO-body .OwO-bar .OwO-packages li:hover {
    background: unset !important;
}

.OwO-body .OwO-bar .OwO-packages span:hover {
    background: #eee;
}

@media screen and (max-width:760px) {
	.OwO-body .OwO-items-image .OwO-item {
	    max-width:calc(25% - 10px)
    }
}

.OwO-body {
	min-width:245px;
}
/*
 * Responsive kit
 */
@media (max-width: 991px) {
  .kit-hidden-tb {
    display: none; }
  .visible-tb {
    display: block; }
}
@media (min-width: 992px) {
  .visible-tb {
    display: none; }
}