From ecd159e3d76e69343cb0babe014786f1999cacda Mon Sep 17 00:00:00 2001 From: Zisbusy <49525016+Zisbusy@users.noreply.github.com> Date: Mon, 9 Sep 2019 17:32:20 +0800 Subject: [PATCH] Add files via upload --- Akina/404.php | 31 + Akina/archives.php | 38 + Akina/comments.php | 125 + Akina/css/OwO.css | 538 ++++ Akina/css/style.css | 4971 ++++++++++++++++++++++++++++++++++ Akina/fonts/iconfont.eot | Bin 0 -> 11534 bytes Akina/fonts/iconfont.svg | 124 + Akina/fonts/iconfont.ttf | Bin 0 -> 11252 bytes Akina/fonts/iconfont.woff | Bin 0 -> 7548 bytes Akina/footer.php | 66 + Akina/functions.php | 182 ++ Akina/header.php | 123 + Akina/home.php | 112 + Akina/index.php | 191 ++ Akina/js/OwO.js | 11 + Akina/js/SmoothScroll.js | 1 + Akina/js/baguetteBox.min.js | 7 + Akina/js/github.js | 2 + Akina/js/global.js | 347 +++ Akina/js/jquery.min.js | 2 + Akina/js/jquery.pjax.js | 6 + Akina/js/jquery.preloader.js | 1 + Akina/links.php | 26 + Akina/page.php | 34 + Akina/post.php | 129 + 25 files changed, 7067 insertions(+) create mode 100644 Akina/404.php create mode 100644 Akina/archives.php create mode 100644 Akina/comments.php create mode 100644 Akina/css/OwO.css create mode 100644 Akina/css/style.css create mode 100644 Akina/fonts/iconfont.eot create mode 100644 Akina/fonts/iconfont.svg create mode 100644 Akina/fonts/iconfont.ttf create mode 100644 Akina/fonts/iconfont.woff create mode 100644 Akina/footer.php create mode 100644 Akina/functions.php create mode 100644 Akina/header.php create mode 100644 Akina/home.php create mode 100644 Akina/index.php create mode 100644 Akina/js/OwO.js create mode 100644 Akina/js/SmoothScroll.js create mode 100644 Akina/js/baguetteBox.min.js create mode 100644 Akina/js/github.js create mode 100644 Akina/js/global.js create mode 100644 Akina/js/jquery.min.js create mode 100644 Akina/js/jquery.pjax.js create mode 100644 Akina/js/jquery.preloader.js create mode 100644 Akina/links.php create mode 100644 Akina/page.php create mode 100644 Akina/post.php diff --git a/Akina/404.php b/Akina/404.php new file mode 100644 index 0000000..7408650 --- /dev/null +++ b/Akina/404.php @@ -0,0 +1,31 @@ +options->themeUrl); + if(!empty(Helper::options()->CDNURL)){ + $theurl = Helper::options()->CDNURL.'/AkinaCDN/'; + }else{ + $theurl = THEME_URL.'/'; + } +define("theurl",$theurl); +?> + + + + + + + + 页面没有找到-<?php $this->options->title(); ?> + + + + +
+
+ +
+
+ 上一页 + 返回主页 +
+
+ \ No newline at end of file diff --git a/Akina/archives.php b/Akina/archives.php new file mode 100644 index 0000000..9f87717 --- /dev/null +++ b/Akina/archives.php @@ -0,0 +1,38 @@ +need('header.php'); ?> +
+
+
+
+

文章归档

+ widget('Widget_Contents_Post_Recent', 'pageSize=10000')->to($archives); + $year=0; $mon=0; $i=0; $j=0; + $output = '
'; + while($archives->next()): + $year_tmp = date('Y',$archives->created); + $mon_tmp = date('m',$archives->created); + $y=$year; $m=$mon; + if ($mon != $mon_tmp && $mon > 0) $output .= '
'; + if ($year != $year_tmp && $year > 0) $output .= '
'; + if ($year != $year_tmp) { + $year = $year_tmp; + } + if ($mon != $mon_tmp) { + $mon = $mon_tmp; + $output .= '

'. $year .'-'. $mon .'

+
+ + + +need('footer.php'); ?> \ No newline at end of file diff --git a/Akina/comments.php b/Akina/comments.php new file mode 100644 index 0000000..6aa8c1a --- /dev/null +++ b/Akina/comments.php @@ -0,0 +1,125 @@ +authorId) { + if ($comments->authorId == $comments->ownerId) { + $commentClass .= ' comment-by-author'; //如果是文章作者的评论添加 .comment-by-author 样式 + } else { + $commentClass .= ' comment-by-user'; //如果是评论作者的添加 .comment-by-user 样式 + } + } + $commentLevelClass = $comments->_levels > 0 ? ' comment-child' : ' comment-parent'; //评论层数大于0为子级,否则是父级 + $depth = $comments->levels +1; +?> + mail; + if(preg_match('|^[1-9]\d{4,10}@qq\.com$|i',$email)){ + $qqnumber = explode("@",$email); + $avatar = '//q.qlogo.cn/g?b=qq&nk=' . $qqnumber[0]. '&s=100'; + $avatar2x = '//q.qlogo.cn/g?b=qq&nk=' . $qqnumber[0]. '&s=160'; + }else{ + $avatar = 'https://gravatar.loli.net/avatar/' . md5(strtolower($comments->mail)) . '?s=80&r=X&d=mm'; + $avatar2x = 'https://gravatar.loli.net/avatar/' . md5(strtolower($comments->mail)) . '?s=160&r=X&d=mm'; + + } + ?> +
  • +
    +
    + <?php $comments->author(false); ?> +
    +
    + + 回复 +
    +
    +
    +
    +
    +

    + coid); ?> + ]*>#','',$comments->content);echo $cos;?> +

    +
    +
    + children){ ?> + +
    + threadedComments($options); ?> +
    + +
  • + + +
    + +
    +
    commentsNum(_t('添加评论'), _t('查看沙发'), _t('查看评论')); ?>
    +
    + +
    +

    Comments | commentsNum(_t('NOTHING'), _t('1条评论'), _t('%d条评论')); ?>

    +
    + +
    + comments()->to($comments); ?> + listComments(); ?> +
    + have()): ?> + + + + + + allow('comment')): ?> + +
    +
    +
    + cancelReply(); ?> +
    + +
    + + user->hasLogin()): ?> +

    登录者: user->screenName(); ?>  [ 退出 ]

    + + +
    Welcome back , [ 修改 ]
    + +
    + + + + + + + + +
    +
    +

    + +
    + +
    +

    该文章已经关闭评论

    +
    + +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/Akina/css/OwO.css b/Akina/css/OwO.css new file mode 100644 index 0000000..7bd93a5 --- /dev/null +++ b/Akina/css/OwO.css @@ -0,0 +1,538 @@ +.OwO { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + margin: 9px 5px 0 0; + float: right; + width: 71px +} +.OwO:hover .OwO-logo { + color:#444 +} +.OwO.OwO-open .OwO-logo { + border-radius:4px 4px 0 0; + border-bottom:none; + color:#444 +} +.OwO.OwO-open .OwO-body { + display:block +} +.OwO.OwO-up .OwO-body { + top:inherit; + bottom:21px; + border-radius:4px 4px 4px 0 +} +.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1) { + border-radius:0 +} +.OwO.OwO-up.OwO-open .OwO-logo { + border:1px solid #ddd; + border-radius:0 0 4px 4px; + border-top:none +} +.OwO .OwO-logo { + position:relative; + display:inline-block; + color:#888; + background:#fff; + border:1px solid #ddd; + border-radius:4px; + font-size:13px; + padding:2px 5px; + cursor:pointer; + height:22px; + box-sizing:border-box; + z-index:2; + line-height:16px +} +.OwO .OwO-logo:hover span { + display:inline-block; + -webkit-animation:a 5s infinite ease-in-out; + animation:a 5s infinite ease-in-out +} +.OwO .OwO-body { + display: none; + position: relative; + float: right; + width: 400px; + background: #fff; + border: 1px solid #ddd; + z-index: 1; + top: -1px; + right: 1px; + border-radius:4px 0 4px 4px +} +.OwO .OwO-body .OwO-items { + -webkit-user-select:none; + -moz-user-select:none; + -ms-user-select:none; + user-select:none; + display:none; + padding:10px; + margin:0; + overflow:scroll; + font-size:0 +} +.OwO .OwO-body .OwO-items .OwO-item { + list-style-type:none; + background:#f7f7f7; + padding:5px 10px; + border-radius:5px; + display:inline-block; + font-size:12px; + line-height:14px; + margin:0 10px 12px 0; + cursor:pointer; + -webkit-transition:.3s; + transition:.3s +} +.OwO .OwO-body .OwO-items .OwO-item:hover { + background:#eee; + box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); + -webkit-animation:a 5s infinite ease-in-out; + animation:a 5s infinite ease-in-out +} +.OwO .OwO-body .OwO-items-emoji .OwO-item { + font-size:20px; + line-height:19px +} +.OwO .OwO-body .OwO-items-image .OwO-item { + max-width:calc(25% - 10px); + box-sizing:border-box +} +.OwO .OwO-body .OwO-items-image .OwO-item img { + max-width:100% +} +.OwO .OwO-body .OwO-items-show { + display:block +} +.OwO .OwO-body .OwO-bar { + width:100%; + height:30px; + border-top:1px solid #ddd; + background:#fff; + border-radius:0 0 4px 4px; + color:#444 +} +.OwO .OwO-body .OwO-bar .OwO-packages { + margin:0; + padding:0; + font-size:0 +} +.OwO .OwO-body .OwO-bar .OwO-packages li { + list-style-type:none; + display:inline-block; + line-height:30px; + font-size:14px; + padding:0 10px; + cursor:pointer; + margin-right:3px +} +.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) { + border-radius:0 0 0 3px +} +.OwO .OwO-body .OwO-bar .OwO-packages li:hover { + background:#eee +} +.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active { + background:#eee; + -webkit-transition:.3s; + transition:.3s +} +@-webkit-keyframes a { + 2% { + -webkit-transform:translateY(1.5px) rotate(1.5deg); + transform:translateY(1.5px) rotate(1.5deg) +} +4% { + -webkit-transform:translateY(-1.5px) rotate(-.5deg); + transform:translateY(-1.5px) rotate(-.5deg) +} +6% { + -webkit-transform:translateY(1.5px) rotate(-1.5deg); + transform:translateY(1.5px) rotate(-1.5deg) +} +8% { + -webkit-transform:translateY(-1.5px) rotate(-1.5deg); + transform:translateY(-1.5px) rotate(-1.5deg) +} +10% { + -webkit-transform:translateY(2.5px) rotate(1.5deg); + transform:translateY(2.5px) rotate(1.5deg) +} +12% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +14% { + -webkit-transform:translateY(-1.5px) rotate(1.5deg); + transform:translateY(-1.5px) rotate(1.5deg) +} +16% { + -webkit-transform:translateY(-.5px) rotate(-1.5deg); + transform:translateY(-.5px) rotate(-1.5deg) +} +18% { + -webkit-transform:translateY(.5px) rotate(-1.5deg); + transform:translateY(.5px) rotate(-1.5deg) +} +20% { + -webkit-transform:translateY(-1.5px) rotate(2.5deg); + transform:translateY(-1.5px) rotate(2.5deg) +} +22% { + -webkit-transform:translateY(.5px) rotate(-1.5deg); + transform:translateY(.5px) rotate(-1.5deg) +} +24% { + -webkit-transform:translateY(1.5px) rotate(1.5deg); + transform:translateY(1.5px) rotate(1.5deg) +} +26% { + -webkit-transform:translateY(.5px) rotate(.5deg); + transform:translateY(.5px) rotate(.5deg) +} +28% { + -webkit-transform:translateY(.5px) rotate(1.5deg); + transform:translateY(.5px) rotate(1.5deg) +} +30% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +32%,34% { + -webkit-transform:translateY(1.5px) rotate(-.5deg); + transform:translateY(1.5px) rotate(-.5deg) +} +36% { + -webkit-transform:translateY(-1.5px) rotate(2.5deg); + transform:translateY(-1.5px) rotate(2.5deg) +} +38% { + -webkit-transform:translateY(1.5px) rotate(-1.5deg); + transform:translateY(1.5px) rotate(-1.5deg) +} +40% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +42% { + -webkit-transform:translateY(2.5px) rotate(-1.5deg); + transform:translateY(2.5px) rotate(-1.5deg) +} +44% { + -webkit-transform:translateY(1.5px) rotate(.5deg); + transform:translateY(1.5px) rotate(.5deg) +} +46% { + -webkit-transform:translateY(-1.5px) rotate(2.5deg); + transform:translateY(-1.5px) rotate(2.5deg) +} +48% { + -webkit-transform:translateY(-.5px) rotate(.5deg); + transform:translateY(-.5px) rotate(.5deg) +} +50% { + -webkit-transform:translateY(.5px) rotate(.5deg); + transform:translateY(.5px) rotate(.5deg) +} +52% { + -webkit-transform:translateY(2.5px) rotate(2.5deg); + transform:translateY(2.5px) rotate(2.5deg) +} +54% { + -webkit-transform:translateY(-1.5px) rotate(1.5deg); + transform:translateY(-1.5px) rotate(1.5deg) +} +56% { + -webkit-transform:translateY(2.5px) rotate(2.5deg); + transform:translateY(2.5px) rotate(2.5deg) +} +58% { + -webkit-transform:translateY(.5px) rotate(2.5deg); + transform:translateY(.5px) rotate(2.5deg) +} +60% { + -webkit-transform:translateY(2.5px) rotate(2.5deg); + transform:translateY(2.5px) rotate(2.5deg) +} +62% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +64% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +66% { + -webkit-transform:translateY(1.5px) rotate(-.5deg); + transform:translateY(1.5px) rotate(-.5deg) +} +68% { + -webkit-transform:translateY(-1.5px) rotate(-.5deg); + transform:translateY(-1.5px) rotate(-.5deg) +} +70% { + -webkit-transform:translateY(1.5px) rotate(.5deg); + transform:translateY(1.5px) rotate(.5deg) +} +72% { + -webkit-transform:translateY(2.5px) rotate(1.5deg); + transform:translateY(2.5px) rotate(1.5deg) +} +74% { + -webkit-transform:translateY(-.5px) rotate(.5deg); + transform:translateY(-.5px) rotate(.5deg) +} +76% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +78% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +80% { + -webkit-transform:translateY(1.5px) rotate(1.5deg); + transform:translateY(1.5px) rotate(1.5deg) +} +82% { + -webkit-transform:translateY(-.5px) rotate(.5deg); + transform:translateY(-.5px) rotate(.5deg) +} +84% { + -webkit-transform:translateY(1.5px) rotate(2.5deg); + transform:translateY(1.5px) rotate(2.5deg) +} +86% { + -webkit-transform:translateY(-1.5px) rotate(-1.5deg); + transform:translateY(-1.5px) rotate(-1.5deg) +} +88% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +90% { + -webkit-transform:translateY(2.5px) rotate(-.5deg); + transform:translateY(2.5px) rotate(-.5deg) +} +92% { + -webkit-transform:translateY(.5px) rotate(-.5deg); + transform:translateY(.5px) rotate(-.5deg) +} +94% { + -webkit-transform:translateY(2.5px) rotate(.5deg); + transform:translateY(2.5px) rotate(.5deg) +} +96% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +98% { + -webkit-transform:translateY(-1.5px) rotate(-.5deg); + transform:translateY(-1.5px) rotate(-.5deg) +} +0%,to { + -webkit-transform:translate(0) rotate(0deg); + transform:translate(0) rotate(0deg) +} +}@keyframes a { + 2% { + -webkit-transform:translateY(1.5px) rotate(1.5deg); + transform:translateY(1.5px) rotate(1.5deg) +} +4% { + -webkit-transform:translateY(-1.5px) rotate(-.5deg); + transform:translateY(-1.5px) rotate(-.5deg) +} +6% { + -webkit-transform:translateY(1.5px) rotate(-1.5deg); + transform:translateY(1.5px) rotate(-1.5deg) +} +8% { + -webkit-transform:translateY(-1.5px) rotate(-1.5deg); + transform:translateY(-1.5px) rotate(-1.5deg) +} +10% { + -webkit-transform:translateY(2.5px) rotate(1.5deg); + transform:translateY(2.5px) rotate(1.5deg) +} +12% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +14% { + -webkit-transform:translateY(-1.5px) rotate(1.5deg); + transform:translateY(-1.5px) rotate(1.5deg) +} +16% { + -webkit-transform:translateY(-.5px) rotate(-1.5deg); + transform:translateY(-.5px) rotate(-1.5deg) +} +18% { + -webkit-transform:translateY(.5px) rotate(-1.5deg); + transform:translateY(.5px) rotate(-1.5deg) +} +20% { + -webkit-transform:translateY(-1.5px) rotate(2.5deg); + transform:translateY(-1.5px) rotate(2.5deg) +} +22% { + -webkit-transform:translateY(.5px) rotate(-1.5deg); + transform:translateY(.5px) rotate(-1.5deg) +} +24% { + -webkit-transform:translateY(1.5px) rotate(1.5deg); + transform:translateY(1.5px) rotate(1.5deg) +} +26% { + -webkit-transform:translateY(.5px) rotate(.5deg); + transform:translateY(.5px) rotate(.5deg) +} +28% { + -webkit-transform:translateY(.5px) rotate(1.5deg); + transform:translateY(.5px) rotate(1.5deg) +} +30% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +32%,34% { + -webkit-transform:translateY(1.5px) rotate(-.5deg); + transform:translateY(1.5px) rotate(-.5deg) +} +36% { + -webkit-transform:translateY(-1.5px) rotate(2.5deg); + transform:translateY(-1.5px) rotate(2.5deg) +} +38% { + -webkit-transform:translateY(1.5px) rotate(-1.5deg); + transform:translateY(1.5px) rotate(-1.5deg) +} +40% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +42% { + -webkit-transform:translateY(2.5px) rotate(-1.5deg); + transform:translateY(2.5px) rotate(-1.5deg) +} +44% { + -webkit-transform:translateY(1.5px) rotate(.5deg); + transform:translateY(1.5px) rotate(.5deg) +} +46% { + -webkit-transform:translateY(-1.5px) rotate(2.5deg); + transform:translateY(-1.5px) rotate(2.5deg) +} +48% { + -webkit-transform:translateY(-.5px) rotate(.5deg); + transform:translateY(-.5px) rotate(.5deg) +} +50% { + -webkit-transform:translateY(.5px) rotate(.5deg); + transform:translateY(.5px) rotate(.5deg) +} +52% { + -webkit-transform:translateY(2.5px) rotate(2.5deg); + transform:translateY(2.5px) rotate(2.5deg) +} +54% { + -webkit-transform:translateY(-1.5px) rotate(1.5deg); + transform:translateY(-1.5px) rotate(1.5deg) +} +56% { + -webkit-transform:translateY(2.5px) rotate(2.5deg); + transform:translateY(2.5px) rotate(2.5deg) +} +58% { + -webkit-transform:translateY(.5px) rotate(2.5deg); + transform:translateY(.5px) rotate(2.5deg) +} +60% { + -webkit-transform:translateY(2.5px) rotate(2.5deg); + transform:translateY(2.5px) rotate(2.5deg) +} +62% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +64% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +66% { + -webkit-transform:translateY(1.5px) rotate(-.5deg); + transform:translateY(1.5px) rotate(-.5deg) +} +68% { + -webkit-transform:translateY(-1.5px) rotate(-.5deg); + transform:translateY(-1.5px) rotate(-.5deg) +} +70% { + -webkit-transform:translateY(1.5px) rotate(.5deg); + transform:translateY(1.5px) rotate(.5deg) +} +72% { + -webkit-transform:translateY(2.5px) rotate(1.5deg); + transform:translateY(2.5px) rotate(1.5deg) +} +74% { + -webkit-transform:translateY(-.5px) rotate(.5deg); + transform:translateY(-.5px) rotate(.5deg) +} +76% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +78% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +80% { + -webkit-transform:translateY(1.5px) rotate(1.5deg); + transform:translateY(1.5px) rotate(1.5deg) +} +82% { + -webkit-transform:translateY(-.5px) rotate(.5deg); + transform:translateY(-.5px) rotate(.5deg) +} +84% { + -webkit-transform:translateY(1.5px) rotate(2.5deg); + transform:translateY(1.5px) rotate(2.5deg) +} +86% { + -webkit-transform:translateY(-1.5px) rotate(-1.5deg); + transform:translateY(-1.5px) rotate(-1.5deg) +} +88% { + -webkit-transform:translateY(-.5px) rotate(2.5deg); + transform:translateY(-.5px) rotate(2.5deg) +} +90% { + -webkit-transform:translateY(2.5px) rotate(-.5deg); + transform:translateY(2.5px) rotate(-.5deg) +} +92% { + -webkit-transform:translateY(.5px) rotate(-.5deg); + transform:translateY(.5px) rotate(-.5deg) +} +94% { + -webkit-transform:translateY(2.5px) rotate(.5deg); + transform:translateY(2.5px) rotate(.5deg) +} +96% { + -webkit-transform:translateY(-.5px) rotate(1.5deg); + transform:translateY(-.5px) rotate(1.5deg) +} +98% { + -webkit-transform:translateY(-1.5px) rotate(-.5deg); + transform:translateY(-1.5px) rotate(-.5deg) +} +0%,to { + -webkit-transform:translate(0) rotate(0deg); + transform:translate(0) rotate(0deg) +} +} \ No newline at end of file diff --git a/Akina/css/style.css b/Akina/css/style.css new file mode 100644 index 0000000..02550fd --- /dev/null +++ b/Akina/css/style.css @@ -0,0 +1,4971 @@ +@charset"utf-8"; +html { +font-family: sans-serif; +-webkit-text-size-adjust: 100%; +-ms-text-size-adjust: 100%; +} + +body { +margin: 0; +font: 300 17px miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;} + +::selection { +background: #A0DAD0; +color: #fff; +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +main, +menu, +nav, +section, +summary { +display: block; +} + +audio, +canvas, +progress, +video { +display: inline-block; +vertical-align: baseline; +} + +audio:not([controls]) { +display: none; +height: 0; +} + +[hidden], +template { +display: none; +} + +a { +background-color: transparent; +text-decoration: none; +} + +a:active, +a:hover { +outline: none; +} + +abbr[title] { +border-bottom: 1px dotted; +} + +b, +strong { +font-weight: bold; +} + +dfn { +font-style: italic; +} + +h1 { +font-size: 2em; +margin: 0.67em 0; +} + +mark { +background: #ff0; +color: #000; +} + +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: 1em 40px; +} + +hr { +box-sizing: content-box; +height: 0; +} + +pre { +overflow: auto; +} + +code, +kbd, +pre, +samp { +font-family: monospace, monospace; +font-size: 1em; +} + +button, +input, +optgroup, +select, +textarea { +color: inherit; +font: inherit; +margin: 0; +} + +button { +overflow: visible; +} + +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; +} + +button::-moz-focus-inner, +input::-moz-focus-inner { +border: 0; +padding: 0; +} + +input { +line-height: normal; +} + +input[type="checkbox"], +input[type="radio"] { +box-sizing: border-box; +padding: 0; +} + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { +height: auto; +} + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { +-webkit-appearance: none; +} + +fieldset { +border: 1px solid #c0c0c0; +margin: 0 2px; +padding: 0.35em 0.625em 0.75em; +} + +legend { +border: 0; +padding: 0; +} + +textarea { +overflow: auto; +} + +optgroup { +font-weight: bold; +} + +table { +border-collapse: collapse; +border-spacing: 0; +} + +td, +th { +padding: 0; +} + +/*-------------------------------------------------------------- +# Typography +--------------------------------------------------------------*/ +body, +button, +input, +select, +textarea { +color: #404040; +font-family: sans-serif; +font-size: 16px; +font-size: 1rem; +line-height: 1.5; +} + +h1, +h2, +h3, +h4, +h5, +h6 { +clear: both; +} + +p { +margin-bottom: 1.5em; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +dfn, +cite, +em, +i { +font-style: italic; +} + +blockquote { +margin: 0; +padding: 30px 60px; +background: #F9F9F9; +position: relative; +} + +blockquote:before { +content: '“' !important; +font-size: 4rem; +position: absolute; +top: -10px; +left: 18px; +color: #D3DEEA; +font-family: fantasy; +} + + +blockquote p { +margin:5px 0 +} + + +address { +margin: 0 0 1.5em; +} + +pre { +background: #F9F9F9; +font-family: "Courier New","Verdana","Trebuchet MS","Helvetica",sans-serif; +font-size: 15px; +font-size: 0.9375rem; +line-height: 1.6; +margin-bottom: 1.6em; +max-width: 100%; +overflow: auto; +padding: 1.6em; +color: #6F6F6F; +} + +code, +kbd, +tt, +var { +font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; +font-size: 15px; +font-size: 0.9375rem; +} + +abbr, +acronym { +border-bottom: 1px dotted #666; +cursor: help; +} + +mark, +ins { +background: #fff9c0; +text-decoration: none; +} + +big { +font-size: 125%; +} + +/*-------------------------------------------------------------- +# Elements +--------------------------------------------------------------*/ +html { +box-sizing: border-box; +} + +* { +box-sizing: border-box; +} + + +*:before, +*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ +box-sizing: inherit; +} + +body { +background: #fff; /* Fallback for when there is no custom background color defined. */ +} + +blockquote:before, +blockquote:after, +q:before, +q:after { +content: ""; +} + +blockquote, +q { +quotes: "" ""; +} + +hr { +background-color: #ccc; +border: 0; +height: 1px; +margin-bottom: 1.5em; +} + +ul, +ol { +margin: 0 0 1.5em 3em; +} + +ul { +list-style: disc; +} + +ol { +list-style: decimal; +} + +li > ul, +li > ol { +margin-bottom: 0; +margin-left: 1.5em; +} + +dt { +font-weight: bold; +} + +dd { +margin: 0 1.5em 1.5em; +} + +img { +height: auto; /* Make sure ../images are scaled correctly. */ +max-width: 100%; /* Adhere to container width. */ +} + +table { +margin: 0 0 1.5em; +width: 100%; +} + +/*-------------------------------------------------------------- +# Forms +--------------------------------------------------------------*/ +button, +input[type="button"], +input[type="reset"], +input[type="submit"] { +border: 1px solid; +border-color: #ccc #ccc #bbb; +border-radius: 3px; +background: #e6e6e6; +box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); +color: rgba(0, 0, 0, .8); +font-size: 12px; +font-size: 0.75rem; +line-height: 1; +padding: .6em 1em .4em; +text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); +} + +button:hover, +input[type="button"]:hover, +input[type="reset"]:hover, +input[type="submit"]:hover { +border-color: #ccc #bbb #aaa; +box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); +} + +button:focus, +input[type="button"]:focus, +input[type="reset"]:focus, +input[type="submit"]:focus, +button:active, +input[type="button"]:active, +input[type="reset"]:active, +input[type="submit"]:active { +border-color: #aaa #bbb #bbb; +box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); +} + +input[type="text"], +input[type="email"], +input[type="url"], +input[type="password"], +input[type="search"], +input[type="number"], +input[type="tel"], +input[type="range"], +input[type="date"], +input[type="month"], +input[type="week"], +input[type="time"], +input[type="datetime"], +input[type="datetime-local"], +input[type="color"], +textarea { +color: #666; +border: 1px solid #ccc; +border-radius: 3px; +} + +select { +border: 1px solid #ccc; +} + +input[type="text"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="password"]:focus, +input[type="search"]:focus, +input[type="number"]:focus, +input[type="tel"]:focus, +input[type="range"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="week"]:focus, +input[type="time"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="color"]:focus, +textarea:focus { +color: #111; +} + +input[type="text"], +input[type="email"], +input[type="url"], +input[type="password"], +input[type="search"], +input[type="number"], +input[type="tel"], +input[type="range"], +input[type="date"], +input[type="month"], +input[type="week"], +input[type="time"], +input[type="datetime"], +input[type="datetime-local"], +input[type="color"] { +padding: 3px; +} + +textarea { +padding-left: 3px; +width: 100%; +color: #A5A5A5; +} + +@keyframes btn-pudding { + 12%,15% { + transform: scale(0.93, 1.07) + } + 16%,17%{ + transform: scale(0.94, 1.06) + } + 10%,18% { + transform: scale(0.95, 1.05) + } + 19% { + transform: scale(0.96, 1.04) + } + 20% { + transform: scale(0.98, 1.02) + } + 21%,40%,48% { + transform: scale(0.99, 1.01) + } + 22%,23%,37%,39%,49% { + transform: scale(1, 1) + } + 7%,24%,34%,36%{ + transform: scale(1.01, 0.99) + } + 25%,27%,30%,33% { + transform: scale(1.02, 0.98) + } + 28%,29% { + transform: scale(1.03, 0.97) + } + 2% { + transform: scale(1.16, 0.84) + } + 0% { + transform: scale(1.2, 0.8) + } + } + + + + +/*-------------------------------------------------------------- +## Links +--------------------------------------------------------------*/ +a { +color: royalblue; +outline:none; +-webkit-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out; +-moz-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out; +transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out; +} + + +a:visited { + +} + +a:hover, +a:focus, +a:active { +color: #A0DAD0; + +} + +a:focus { +outline: none; +} + +a:hover, +a:active { +outline: none; +} + +/*-------------------------------------------------------------- +## body +--------------------------------------------------------------*/ +@keyframes header { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +@keyframes main { + 0% { + opacity: 0; + transform: translateY(50px); + } + 100% { + opacity: 1; + transform: translateY(0); + } +} + +@keyframes sitetop { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +@keyframes searchbox { + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +#content{ + animation: main 1.5s; +} + +.headertop, +.pattern-center { + animation: header 1.5s; +} + +.site-branding { + animation: sitetop 1.5s; +} + +.searchbox, +.site-top .lower{ + animation: searchbox 1.5s; +} + +/*-------------------------------------------------------------- +## header +--------------------------------------------------------------*/ + +.site-top { +width:100%; +display: block; +margin: 0 auto; +padding: 0 60px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.site-header { +width: 100%; +-webkit-transition: all .3s ease; +transition: all .3s ease; +position:fixed; +z-index: 9999; +top:0; +background: #fff; +} + +.yya{ +position:fixed; +left:0; +top:0; +background: rgb(255, 255, 255); +box-shadow: 0 2px 6px rgba(0,0,0,.04); +} +.gizle{top:-100px;} +.sabit{top:0;z-index:9999;} + +.blank { +margin-top:0px +} + +.site-branding { +float: left; +position: relative; +height: 80px; +line-height: 80px; + +} + +.site-title { +margin: 0; +} + +.site-title a { +color: #464646; +font-weight: 400; +} + +.site-title a:hover { +color:#68D4C0 +} + +.site-title img { +height:50px; +margin-top: 15px; +-webkit-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out; +-moz-transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out; +transition: color 0.2s ease-out,border 0.2s ease-out,opacity 0.2s ease-out; +} + +.site-title img:hover { +opacity:.8; +} + +.site-description { +float:right +} + +.header-focus { +height: 250px; +background: #F9F9F9; +margin: 0 auto; +} + +.openNav { +display:none +} + +#mo-nav { +display:none +} + +.pattern-attachment-img { + height: 500px; + background-position: center; + background-size: cover; + background-repeat: no-repeat; +} + +@media (max-width: 860px){ + .pattern-attachment-img { + height: 400px; + } +} +@media (max-width: 605px){ + .pattern-attachment-img { + height: 300px; + } +} + +.pattern-center:hover .pattern-attachment-img{ + -webkit-transform: scale(1.07); + transform: scale(1.07); + -ms-transform: scale(1.07); +} +.pattern-center .pattern-attachment-img { + -webkit-transition: -webkit-transform .5s ease-out; + -webkit-transition: transform .5s ease-out; + transition: transform .5s ease-out; +} + +.pattern-center::before { + content: ""; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 1; + background-color: rgba(0, 0, 0, 0.25); +} + +.pattern-center { + position: relative; + top: 0; + left: 0; + width: 100%; + overflow: hidden; + font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei light,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif +} + +.pattern-header { + position: absolute; + top: 40%; + left: 0; + right: 0; + text-align: center; + color: #FFFFFF; + z-index: 1; +} + +.pattern-header .entry-title { + font-size: 28px; +} + +.pattern-center .slant-left , .pattern-center .slant-right { + top: 75%; +} + +p.entry-census { + letter-spacing: 1px; +} +/*-------------------------------------------------------------- +## Menus +--------------------------------------------------------------*/ +.site-top .lower { +position: relative; +display: inline-block; +float: right; +margin: 14px 0 11px; +} + +.m-nav { +display:none +} + +.site-top ul { +margin: 0; +margin-right: 20px; +padding: 0; +list-style: none; +display: inline-block; +opacity: 0; +-moz-transition: opacity .4s ease-out; +-o-transition: opacity .4s ease-out; +-webkit-transition: opacity .4s ease-out; +transition: opacity .4s ease-out; +} + +.site-top ul li { +float: left; +position: relative; +} + +.site-top ul li a { +padding: 12px 15px; +display: inline-block; +color: #545454; +} + +.site-top ul li a:hover { +color:#A0DAD0 +} + +.site-top .show-nav { +font-size: 30px; +float: right; +cursor: pointer; +opacity: .6; +margin-top: 3px; +-moz-transition: opacity .1s ease-out; +-o-transition: opacity .1s ease-out; +-webkit-transition: opacity .1s ease-out; +transition: opacity .1s ease-out; +} + +.site-top .lower:hover .menu , .site-top .lower:hover .site-top .show-nav { +opacity:1 +} + +.lower li ul { +display:none; +opacity: 1; +position:absolute; +background:#FFFFFF; +top:47px; +left:0; +width:160px; +padding: 10px 0; +text-align:left; +border-radius: 3px; +box-shadow:0px 0px 4px rgba(84, 84, 84, 0.36); +z-index: 9999; +-webkit-animation:fadeInUp .2s .1s ease both;-moz-animation:fadeInUp .2s .1s ease both} +@-webkit-keyframes fadeInUp +{0%{opacity:0;-webkit-transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0)}} +@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(10px)}100%{opacity:1;-moz-transform:translateY(0)} +} + + +.lower li:hover ul { +display:inline-block; +-webkit-transition: all 0.2s; +transition: all 0.2s; +} + +.lower li ul li { + width: 100%; + margin: 0; + padding: 10px 0; +} +.lower li ul li:last-child { + border-bottom: none; +} + +.lower li ul a { + font-size:13px; + width: 100%; + padding: 5px 20px; +} + +.site-top .menu-item-has-children li a { +font-size: 14px; +padding: 8px 18px; +text-transform: none; +color: #545454; +} + +/*-------------------------------------------------------------- +# user pannel +--------------------------------------------------------------*/ +#login-reg { + float: right; + height: 80px; + line-height: 80px; + position: relative; +} + +.user-panel img { + width: 28px; + border-radius: 50%; + position: relative; + top: 7px; + margin-left: 15px; +} + +.ex-login i { + font-size: 28px; + color: #B7B7B7; +} + +.ex-login { + height: 80px; + line-height: 72px; + margin-left: 15px; +} + +.user_inner ul { + display:none; + opacity: 0; + position: absolute; + width: 120px; + left: -30px; + margin-right: 0; + background: #fff; + top: 70px; + padding: 10px 0; + border-radius: 3px; + box-shadow: 0px 0px 4px rgba(84, 84, 84, 0.08); +} + +.user_inner li { + width: 100%; + text-align: center +} + +.user_inner li a { + display: block !important; + padding: 10px 20px !important; + width: 100%; + line-height: 30px; +} + +.exloginbox:hover .user_inner ul{ + display:inline-block; +opacity:1 +} + + +/* Small menu. */ + +/*-------------------------------------------------------------- +# postlist +--------------------------------------------------------------*/ +.site-main{ +padding: 80px 0 0; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} +.site-content { +max-width: 800px; +padding: 0 10px; +margin-left: auto; +margin-right: auto; +} + +.post-list { +margin: 0 0 4% 0; +position: relative; +} + +.feature { +position: absolute; +margin-top: 10px +} + +.feature i { +position: absolute; +top: 10px; +left: 10px; +font-size: 25px; +color: white; +width: 80px; +height: 80px; +line-height:80px; +text-align:center; +background: #BBE2DB; +border-radius: 50%; +opacity:0; +z-index:1; +} + +.overlay i { +-moz-transition: opacity .4s ease-out; +-o-transition: opacity .4s ease-out; +-webkit-transition: opacity .4s ease-out; +transition: opacity .4s ease-out; +} + +.feature img { +width: 100px; +height: 100px; +border-radius: 50%; +padding: 2px; +border: 1px solid #DADADA; +position: relative; +} + +.feature :hover .overlay i{ +opacity:1 +} + +.post-list h1.entry-title { +font-size: 20px; +font-weight: 400; +line-height: 50px; +margin: 0 0 0 17%; +position: relative; +z-index: 1; +white-space: nowrap; +overflow: hidden; +text-overflow: ellipsis; +width: 70%; +} + +.withoutimg h1.entry-title , .withoutimg p { +margin-left:0 !important +} +.withoutimg .polist-con { + padding-left:5px !important +} + +.entry-title a { +color: #504E4E; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.entry-title a:hover { +color: #8fd0cc; +} + +.p-time { +position: absolute; +right: 0; +top: 16px; +font-size: 12px; +color: #989898; +letter-spacing: 1px; +font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif; +} + +.p-time i { +font-size: 13px +} + +i.iconfont.hotpost { +font-size: 13px; +color: #FF3B00; +} + + +.post-list p { +min-height: 60px; +margin: 0 0 0 17%; +font-size: 15px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +color: #232323; +letter-spacing: 1px; +line-height: 30px; +} + +.entry-footer { +margin: 0 0 0 17%; +list-style: none; +} + +.post-more { +margin-top: 10px; +text-align:right; +} + +.post-more i { +font-size: 25px; +color: #A0DAD0; +} + +.post-more i:hover { +color: #ddd; +} + +.info-meta { +margin-top: 10px; +font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif; +position: absolute; +top: 20px; +opacity:0; +padding-top: 8px; +border-top: 1px solid #ddd; +-webkit-transform: translate3d(-150px,0,0); +transform: translate3d(-150px,0,0); +visibility: hidden; +transition:.7s all ease; +-webkit-transition:.6s all ease; +-moz-transition:.6s all linear; +-o-transition:.6s all ease; +-ms-transition:.6s all ease; + +} + +.info-meta span { +color: #B3B3B3; +font-size: 13px; +} + +.info-meta i{ +margin-top: 3px; +margin-right: 10px; +float:left +} + +.comnum { +float: left; +} + +.info-meta a { +color: #B3B3B3 +} + +.post-list:hover .info-meta { +-webkit-transform: translate3d(-230px,0,0); +transform: translate3d(-230px,0,0); +opacity:1; +visibility: visible; +} + +.post-list hr { +width: 30%; +height: 1px; +margin: 0 auto; +border: 0; +background: #EFEFEF; +} + +/*-------------------------------------------------------------- +# status +--------------------------------------------------------------*/ +.postava img { +border-radius: 50%; +padding:2px; +border: 1px solid #E8E8E8; +margin-top: 25px; +} + +.postava { +float: right; +} + +.post-status p { +margin:0 +} + +.s-time { +position: relative; +top: 16px; +font-size: 12px; +color: #989898; +letter-spacing: 1px; +text-align: right; +margin-bottom: 10px; +margin-top: -15px; +font-family: 'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif; +} +.s-content { +min-height: 60px; +margin: 0 14% 0 2%; +padding: 15px 30px; +line-height: 30px; +background: #FBFBFB; +border-radius: 3px; +} +.s-content:after { + content: ""; + width: 0; + height: 0; + border-left: 10px solid #FBFBFB; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + position: absolute; + right: 100px; + top: 45px; +} + + +.s-time i { +font-size: 12px; +} + +.post-status { +margin: 50px 0; +} +/*-------------------------------------------------------------- +# pagenav +--------------------------------------------------------------*/ +.navigator { +text-align :center; +margin: 8% 0; +display:none +} + + +.navigator a { +display:inline-block; +height: 39px; +line-height: 39px; +margin: 20px 0; +} + +.navigator i { +font-size: 15px; +color: #D8D8D8; +padding: 10px; +border: 1px solid #ddd; +border-radius: 50%; +margin: 0 10px; +} + +.navigator i:hover { +color: #fff; +background:#A0DAD0; +border: 1px solid #A0DAD0; +-webkit-transition: all 0.2s ease-in-out; +-moz-transition: all 0.2s ease-in-out; +-o-transition: all 0.2s ease-in-out; +transition: all 0.2s ease-in-out; +} + +/*-------------------------------------------------------------- +# footer +--------------------------------------------------------------*/ +.site-footer { +padding:2%; +background: #fff; +border-top: 1px solid #F7F7F7; +} + +.site-info { +text-align: center; +font-size: 13px; +color: #B9B9B9; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.site-info a { +color: #848484; +} + +.site-info a:hover { +color: #A0DAD0; +} + +.footertext p { +margin-bottom:0 +} + +.site-statistics { + display: none; +} + +/*-------------------------------------------------------------- +# single +--------------------------------------------------------------*/ +.breadcrumbs { + font-size: 14px; + color: #D2D2D2; + text-decoration:none; + margin-bottom: 30px; +} +.breadcrumbs a { + font-size: 14px; + color: #D2D2D2; +} +.entry-content ul { + list-style: disc; + padding: 5px 10px 5px 50px; + color: #828282; + margin-left: 0; + border: 1px solid #ddd; + border-radius: 5px; +} + +.entry-content ol { +list-style: decimal; +padding: 5px 10px 5px 50px; + color: #828282; + margin-left: 0; + border: 1px solid #ddd; + border-radius: 5px; +} + +.entry-content ol li , .entry-content ul li { +padding: 15px 0; +border-top: 1px solid #ddd; +} + +.entry-content ol li:first-child , .entry-content ul li:first-child { +border-top: none; +} + +.entry-content { +position: relative; +} + +.entry-content h2 { + color: #737373; + font-size: 20px; +} +.entry-content h2:before { + content: "["; + margin-right: 5px; + color: #ff6d6d; + font-size: 25px; +} +.entry-content h2:after { + content: "]"; + margin-left: 5px; + color: #ff6d6d; + font-size: 25px; +} + +.entry-content h3 { + color: #6d6c6c; + background: #F9F9F9; + padding: 10px 0 10px 20px; + border-left: 5px solid #C4E2EA; + font-weight: normal; + font-size: 16px; + border-radius: 3px; +} + +.entry-content h4 , .entry-content h5 { + padding: 20px 35px; + background: #FFF6B5; + color: #737373; + font-weight: normal; + border-radius: 3px; + position:relative; + padding-left:60px; + box-shadow: 0 2px 3px rgba(0,0,0,.06); +} + +.entry-content h5 { + font-size: 16px; + background: #C8E6FB; +} + +.entry-content h4:before , .entry-content h5:before{ + font-family: 'iconfont'; + font-size: 25px; + content: "\e60b"; + color: #C7BF83; + margin-right: 10px; + position: absolute; + left: 20px; + top: 16px; +} + +.entry-content h5:before { + content: "\e605"; + color: #7C9AAF; +} + +.entry-content code { + background: #f9f9f9; + color: #E67474; + padding: 2px 4px; + border-radius: 2px; +} +/*代码高亮*/ +.hljs { + white-space: pre-wrap; +} +.hljs-comment, +.hljs-quote { + color: #998; + font-style: italic; +} +.hljs-keyword, +.hljs-selector-tag, +.hljs-subst { + color: #333; + font-weight: bold; +} +.hljs-number, +.hljs-literal, +.hljs-variable, +.hljs-template-variable, +.hljs-tag .hljs-attr { + color: #008080; +} +.hljs-string, +.hljs-doctag { + color: #d14; +} +.hljs-title, +.hljs-section, +.hljs-selector-id { + color: #900; + font-weight: bold; +} +.hljs-subst { + font-weight: normal; +} +.hljs-type, +.hljs-class .hljs-title { + color: #458; + font-weight: bold; +} +.hljs-tag, +.hljs-name, +.hljs-attribute { + color: #000080; + font-weight: normal; +} +.hljs-regexp, +.hljs-link { + color: #009926; +} +.hljs-symbol, +.hljs-bullet { + color: #990073; +} +.hljs-built_in, +.hljs-builtin-name { + color: #0086b3; +} +.hljs-meta { + color: #999; + font-weight: bold; +} +.hljs-deletion { + background: #fdd; +} +.hljs-addition { + background: #dfd; +} +.hljs-emphasis { + font-style: italic; +} +.hljs-strong { + font-weight: bold; +} + +.entry-content a { +color: #E67474; +text-decoration: underline; +} + +.entry-content a:hover { +color: #72C5A6; +} + + +h1.entry-title { +font-size: 22px; +font-weight: 300; +} + +.entry-content p{ +color: #565656; +font-weight: 400; +} + +.entry-content p{ +line-height:30px +} + +.entry-header hr { +width:100%; +height:1px; +border: 0; +background: #EFEFEF; +margin: 15px 0; +} + +.Extendfull img { +width:100%; +border: 5px solid #F3F3F3; +} + +h1.page-title { +font-size: 20px; +font-weight: 400; +border: 1px dashed #ddd; +padding: 10px 15px; +color: #828282; +margin-bottom: 30px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +h1.page-title.mb- { +margin-top: 100px; +} + +/*-------------------------------------------------------------- +# post footer +--------------------------------------------------------------*/ +.cd-top-box { + position:fixed; + width:48px; + height:48px; + bottom: 50px; + right: 50px; + z-index: 2; +} +.cd-top { +display: inline-block; +height: 55px; +width: 55px; +position: fixed; +bottom: 40px; +right: 10px; +/* image replacement properties */ +overflow: hidden; +text-indent: 100%; +white-space: nowrap; +background: url(../images/gotop.png) no-repeat center 50%; +visibility: hidden; +opacity: 0; +-webkit-transition: opacity .3s 0s, visibility 0s .3s; +-moz-transition: opacity .3s 0s, visibility 0s .3s; +transition: opacity .3s 0s, visibility 0s .3s; +} +.cd-top-box:hover .cd-top { +-webkit-animation: btn-pudding 1s linear; +animation: btn-pudding 1s linear; +} +.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { +-webkit-transition: opacity .3s 0s, visibility 0s 0s; +-moz-transition: opacity .3s 0s, visibility 0s 0s; +transition: opacity .3s 0s, visibility 0s 0s; +} +.cd-top.cd-is-visible { +/* the button becomes visible */ +visibility: visible; +opacity: .8; +} +.cd-top.cd-fade-out { +/* if the user keeps scrolling down, the button is out of focus and becomes less visible */ +opacity: .8; +} +.no-touch .cd-top:hover { +background-color: #e86256; +opacity: .8; +} +@media only screen and (min-width: 768px) { +.cd-top { +right: 20px; +bottom: 20px; +} +} +@media only screen and (min-width: 1024px) { +.cd-top { +height: 55px; +width: 55px; +right: 50px; +bottom: 50px; +} +} + +.post-footer{ +padding:20px 10px; +margin-top:30px; +height: 65px; +position: relative; +} +.post-tags { +margin: 7px 0 0 20px; +float: left; +font-size: 13px; +color: #B3B3B3; +text-transform: uppercase; +font-family:din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif +} + +.post-tags a { +color: #B3B3B3; +margin-right:5px +} + +.post-tags a:hover { +color: #A0DAD0; +} + +.post-tags i { +margin-right:6px; +} + +.post-like { +float:right +} + +.post-like a { +color:#9FE0DD; +font-size:13px +} + +.post-like i { +font-size:13px; +} + +.post-like a.done, .post-like a:hover { +color: #FF4646; +} + +.post-like a.done{cursor:not-allowed;} + +.post-share { +float:right; +list-style: none; +margin-right: 20px; +} + +.post-share img:hover { +opacity:.8 +} + +.post-share ul { +list-style: none; +margin:0; +padding:0; +opacity: 0; +display:inline-block; +top: -3px; +position: relative; +-moz-transition:opacity .4s ease-out; +-o-transition:opacity .4s ease-out; +-webkit-transition:opacity .4s ease-out; +transition:opacity .4s ease-out +} + +.post-share li { +float:left; +margin-right: 20px; +} + +.post-share ul li i { +font-size:20px +} + +.post-share span { +float:left; +margin-right: 10px; +} + +.post-share ul li a:hover { +color:#A0DAD0 +} + +.post-share .show-share { +margin-left:10px; +cursor: pointer; +opacity:.6; +float: right; +-moz-transition:opacity .1s ease-out; +-o-transition:opacity .1s ease-out; +-webkit-transition:opacity .1s ease-out; +transition:opacity .1s ease-out +} + +.post-share:hover .show-share , .post-share:hover .sharehidden { +opacity:1; +} + +.donate { + float: left; + line-height: 36px; + border-radius: 100%; + -webkit-border-radius: 100%; + -moz-border-radius: 100%; + border: 1px solid #2B2B2B; +} +.donate a { + color:#2B2B2B; + padding: 10px; + position: relative; + cursor:pointer +} + +.donate:hover { + -webkit-box-shadow: 0 0 4px #333333; + -moz-box-shadow: 0 0 4px #333333; + -o-box-shadow: 0 0 4px #333333; + box-shadow: 0 0 4px #333333; +} + +.donate a:hover { + color:#2B2B2B; +} + +.donate img { + width: 100px; +} + +.donate_inner { + display:none; + margin:0; + list-style:none; + position: absolute; + left: 80px; + top: -40px; + background: #FFF; + padding: 10px 10px 30px; + border: 1px solid #ddd; + box-shadow: 0 2px 6px rgba(0,0,0,.08); + border-radius: 3px; +} +.donate_inner:after , .donate_inner:before { + content: ""; + position: absolute; + left: 0; + bottom: 45%; + margin-left: -8px; + border-top: 8px solid transparent; + border-bottom: 8px solid transparent; + border-right: 8px solid #fff; +} +.donate_inner:before { + left: -1px; + border-right: 8px solid #ddd; +} +.donate_inner li { + float:left; + height:100px +} +.donate_inner span { + float:left; + position:absolute; + +} +.donate-box { + float: left; + position:relative +} +.donate_inner img { + width: 100px; +} +li.wedonate:after , li.alidonate:after { + content:"微信"; + text-align: center; + display: block; + bottom: 16px; + position: relative; + font-size: 13px; + margin-left: -4px; + color: #8A8A8A; +} +li.alidonate:after { + content:"支付宝"; +} +.open-message { + margin: 50px 0; + position: relative; + background: #2B2B2B; + padding: 10px 30px; + border-radius: 3px; + font-size: 14px; + color: #fff; +} +.open-message:before { + font-family: fantasy; + content: "!"; + position: absolute; + top: 26px; + right: 30px; + font-size: 18px; + color: #FF7979; + height: 27px; + width: 27px; + text-align: center; + background: #FFFFFF; +} +.open-message p { + margin:5px 0; + width: 650px; + overflow: hidden; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.open-message a { + color: #C5D2E0; + padding: 0 5px; +} +.open-message:after { + content: ""; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 10px solid #2B2B2B; + position: absolute; + top: -8px; + left:48% +} + + +/** +* nextprev +*/ +.post-squares { +overflow: hidden; +width: 100%; +margin: 55px 0; +background: #000; } + +.post-squares .background { +position: absolute; +z-index: 50; +top: 0; +left: 0; +width: 100%; +height: 100%; +opacity: .4; +background-size: cover; +-webkit-transition: opacity 0.15s ease-out; +-moz-transition: opacity 0.15s ease-out; +transition: opacity 0.15s ease-out; } + +.post-squares .info { +position: relative; +z-index: 100; } + +.post-squares article, .post-squares a { +position: relative; +display: block; +float: left; +overflow: hidden; +height: 100%; +padding: 55px 25px; +text-align: center; } + +.post-squares article:hover > .background, .post-squares a:hover > .background { +opacity: .6; } + +.post-squares .category { +font-family: "microsoft jhenghei","Arial",Sans-Serif; +font-size: 10px; +padding: 7px 15px; +text-transform: uppercase; +color: #fff; +border-radius: 90px; +background: #7fbb00; } + +.post-squares h3 { +font-family: "microsoft jhenghei","Arial",Sans-Serif; +font-size: 17px; +font-weight: 400; +line-height: 30px; +margin: 20px 0; +color: #fff; } + +.post-squares h3 a { +display: block; +color: #fff; } + +.post-squares hr { +width: 15%; +height: 0px; +border: 0; +background: rgba(255, 255, 255, 0.6); } + +.post-squares .label { +font-family: "microsoft jhenghei","Arial",Sans-Serif; +font-size: 13px; +display: block; +text-transform: uppercase; +color: rgba(255, 255, 255, 0.7); } + +.post-squares .full { +width: 100%; } + +.post-squares .half { +width: 50%; +float: left; } + +.post-squares .third { +width: 33.333%; } + +@media (max-width: 860px) { +.post-squares .third { +width: 100%; } } + +@media (max-width: 760px) { +.post-squares .half { +float: none; +width: 100%; } } + +@media (max-width: 900px) { +.post-squares.post-squares-featured { +display: none; } } + +.post-squares.nextprev article, .post-squares.nextprev a { +height: 150px; +padding: 55px 40px; +text-align: left; +width: 100%; } + +.post-squares.nextprev .next .info { +text-align: right; +} + +.post-squares.nextprev .label { +position: absolute; +z-index: 100; +top: 0; } + +.post-squares.nextprev .info { +position: absolute; +width: 70%; } + +.post-squares.nextprev .next h3, .post-squares.nextprev .previous h3 { +font-size: 16px; +overflow:hidden;; +text-overflow:ellipsis;; +white-space:nowrap; } + +.post-squares.nextprev .previous { +text-align: left; } + +.post-squares.nextprev .previous .info { +bottom: 40px; +left: 40px; } + +.post-squares.nextprev .previous .label { +top: 40px; +left: 40px; } + +.post-squares.nextprev .previous hr { +float: left; +margin: 0; } + +.post-squares.nextprev .next { +text-align: right; } + +.post-squares.nextprev .next .info { +right: 40px; +bottom: 40px; } + +.post-squares.nextprev .next .label { +top: 40px; +right: 40px; } + +.post-squares.nextprev .next hr { +float: right; +margin: 0; } + +@media (max-width: 760px) { +.post-squares.nextprev article { +height: 150px; +width: 100%; } } + +.post-squares.post-squares-featured { +height: 250px; } + +.author-profile { +padding: 50px 12.78%; +text-align: center; +} + +.author-profile .info { +overflow: hidden; +text-align: center; } + +.author-profile .pf-tou { +display: inline-block; +width: 60px; +height: 60px; } + +.author-profile .pf-tou img { +max-width: 100%; +border-radius: 90px; +padding: 3px; +border: 1px solid #ddd; } + +.author-profile hr { +width: 50%; +height: 0px; +margin:0 +} + +.author-profile .meta { +display: block; +text-align: center; +} + +.author-profile .meta h3 { +margin: 0; +text-transform: none; +} + +.author-profile .meta h3 a { +font-family: din,'Hiragino Sans GB','Microsoft Yahei',Arial,sans-serif; +font-size: 16px; +font-weight: 400; +line-height: normal; +letter-spacing: 1px; +color: #ABABAB; +} + +.author-profile .meta .title { +display: none; +} + +.author-profile p { +font-size: 13px; +line-height: 30px; +margin: 20px 0 25px; +color: #7d8588; +letter-spacing: 2px; +display:inline-block; +padding: 10px 20px; +border-top: 1px solid #EFEFEF; +border-bottom: 1px solid #EFEFEF; +} + +.author-profile i { +color: #65C186; +float: left; +margin-right: 10px; +} + +/*-------------------------------------------------------------- +# comments-ajax +--------------------------------------------------------------*/ +#loading{ + font-family:microsoft yahei; + margin-bottom:20px +} +.submit-su , .submit-er , .err-ti { + width:24px; + height:24px +} +.err-ti{ + background: url(../images/err-loading.gif); + background-position: center; + background-repeat: no-repeat; + position: relative; + float: left; + margin-right: 5px; +} +.submit-er { + background: url(../images/err-icon.png); + background-position: center; + background-repeat: no-repeat; + position: relative; + float: left; + margin-right: 5px; +} +.submit-su { + background: url(../images/submit-yes.png); + background-position: center; + background-repeat: no-repeat; + position: relative; + float: left; + margin-right: 5px; +} +#success_1 { + font-family: microsoft yahei; + display: inline-block; + padding-left: 65px; + margin-bottom: 20px; +} + +/*-------------------------------------------------------------- +# comments-nav +--------------------------------------------------------------*/ + +#loading-comments {display: none; +max-width: 860px; +margin:0 auto; +height: 40px; +text-align: center; +line-height: 45px; +background-image: url("../images/postload.gif"); +background-position:center; +background-repeat:no-repeat; +} + +h3#comments-list-title { +max-width: 860px; +width: 69.076%; +margin: 0 auto; +margin-bottom: 40px; +font-family: microsoft yahei; +color: #7D7D7D; +font-weight: 400; +} +#comments-list-title a { +font-size: 13px; +font-weight: 400; +color: #909090; +} + +/*-------------------------------------------------------------- +# Alignments +--------------------------------------------------------------*/ +.alignleft { +display: inline; +float: left; +margin-right: 1.5em; +} + +.alignright { +display: inline; +float: right; +margin-left: 1.5em; +} + +.aligncenter { +clear: both; +display: block; +margin-left: auto; +margin-right: auto; +} + +/*-------------------------------------------------------------- +# Clearings +--------------------------------------------------------------*/ +.clear:before, +.clear:after, +.entry-content:before, +.entry-content:after, +.comment-content:before, +.comment-content:after, +.site-header:before, +.site-header:after, +.site-content:before, +.site-content:after, +.site-footer:before, +.site-footer:after { +content: ""; +display: table; +table-layout: fixed; +} + +.clear:after, +.entry-content:after, +.comment-content:after, +.site-header:after, +.site-content:after, +.site-footer:after { +clear: both; +} + +/*-------------------------------------------------------------- +# Widgets +--------------------------------------------------------------*/ + +/*-------------------------------------------------------------- +# Content +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +## Posts and pages +--------------------------------------------------------------*/ +.sticky { +display: block; +} + +.hentry { +margin: 0 0 1.5em; +} + +.byline, +.updated:not(.published) { +display: none; +} + +.single .byline, +.group-blog .byline { +display: inline; +} + +.page-content, +.entry-summary { +margin: 1.5em 0 0; +} + +.page-links { +clear: both; +margin: 0 0 1.5em; +} + +span.edit-link { +display: none; +} +/*-------------------------------------------------------------- +## Asides +--------------------------------------------------------------*/ +.archive .format-aside .entry-title { + +} +/*-------------------------------------------------------------- +## 清除浮动 +--------------------------------------------------------------*/ +.clearer { +display: block; +clear: both; +} + +/*-------------------------------------------------------------- +## archives +--------------------------------------------------------------*/ + +#archives-temp { +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +margin-top:50px; +margin-bottom: 100px; +} + +#archives-temp h2{ +font-weight:400; +color:#676767; +padding-bottom:15px; +border-bottom: 1px dashed #F1F1F1; +text-align:center +} + +#archives-temp h3{ +letter-spacing: 2px; +font-style: italic; +font-size: 20px; +font-family: microsoft yahei; +font-weight: 400; +color: #A0DAD0; +margin-left: 30px; +margin-top:50px; +} + +#archives-temp h3:hover{ +color: #ddd; +cursor:pointer +} + +span.time { +float:right; +color: #CACACA; +} + +.brick { +margin-left: 30px; +} + +.brick a { +color: #7D7D7D; +padding: 20px 20px; +background: #F5F5F5; +margin-bottom: 20px; +display: block; +letter-spacing: 1px; + +} + +.ar-time i { +padding: 10px; +border-radius: 100px; +background: #A0DAD0; +color: #fff; +} + +.ar-time { +position: absolute; +left: -18px; +top: px; +margin-top: 3px; +} + +#archives-content { +position: relative; +border-left: 1px dashed #F5F5F5; +} + +.arrow-left-ar { +width: 0; +height: 0; +display: block; +float: left; +margin-top: 10px; +border-left: 20px solid transparent; +border-bottom: 20px solid #F5F5F5; +margin-left: 11px; +} + +span.ar-circle { +height: 10px; +width: 10px; +background: #A0DAD0; +display: inline-block; +position: absolute; +left: -5px; +margin-top: 22px; +border-radius: 100px; +} + +.brick em { +font-style: normal; +margin-left: 5px; +} + +.time i { +margin:3px +} + +h1.cat-title { +font-size: 30px; +font-weight: 600; +color: #fff; + margin: 0; + padding: 0 0 10px; +} + +.cat-des p { + margin:0 +} + +header.page-header { +/* margin: 0 auto; */ +position: relative; +text-align: center; +margin-bottom: 50px; +color: #9C9C9C; +margin-top: 30px; +} + +/*-------------------------------------------------------------- +## links-page +--------------------------------------------------------------*/ + +.links { +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +margin-bottom:80px +} + +.links ul { +margin: 0; +list-style: none; +padding: 0; +width: 100%; +display: inline-block; +} + +.links ul li { +width: 32%; +float: left; +border: 1px solid #ECECEC; +padding: 10px 30px; +margin: 4px 4px; +position: relative; +overflow: hidden; +-webkit-transition: all .3s; +transition: all .3s; +} + + +span.sitename { +color: #A0DAD0; +padding-bottom: 10px; +display: block; +-webkit-transition: all .3s; +transition: all .3s; +} + +.linkdes { +color: #949494; +font-size: 13px; +padding: 10px 0; +border-top: 1px dashed #ddd; +min-height: 46px; +text-overflow: ellipsis; +overflow: hidden; +white-space: nowrap; +line-height: 25px; +-webkit-transition: all .5s; +transition: all .5s; +} + +.link-title { +font-weight: 400; +color: #6D6D6D; +padding-left: 10px; +border-left: 3px solid #A0DAD0; +margin: 50px 0 20px; +} + +.links ul li:before { +content: ""; +background-color: #A0DAD0; +-webkit-transform: skew(45deg, 0); +transform: skew(45deg, 0); +width: 0; +height: 100%; +position: absolute; +top: 0px; +left: -60px; +z-index: -1; +-webkit-transition: all .5s; +transition: all .5s; +} +.links ul li:hover { +color: #27323A; +border: 1px solid #A0DAD0; +} +.links ul li:hover:before { +width: 180%; +} + +.links ul li:hover .sitename { +color: #fff; +} + +.links ul li:hover .linkdes { +color: #fff; +border-top: 1px dashed #fff; +} + +span.linkss-title { +font-size: 25px; +/* margin: 0 auto; */ +text-align: center; +display: block; +margin: 50px 0 30px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +letter-spacing: 5px; +} + +/*-------------------------------------------------------------- +## welcome +--------------------------------------------------------------*/ + +.welcome-wrapper { +max-width: 1080px; +margin: 0 auto; +padding: 70px 20px 0; +} + +#we-header { +font-family: miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif; +display: inline-block; +width: 100%; +} + +.wesite-title { +float: left; +margin: 0; +padding: 10px 30px 10px 0; +border-right: 1px dashed #424242; +} + +.wesite-title a { +color:#6B6B6B; +font-weight:400 +} + +.wesite-des { +float: left; +padding-top: 8px; +margin-left: 30px; +} + +.wesite-des p{ +letter-spacing: 2px; +text-transform: uppercase; +line-height: normal; +color: whitesmoke; +} + +.admin-login { +float: right; +width: 110px; +background: #080808; +padding: 5px; +height: 40px; +border-radius: 60px; +margin: 19px 0 0 0; +} + +.admin-login a { +padding-left: 15px; +line-height: 30px; +color: #fff; +font-size: 14px; +} + +a.big-link { +font-size: 15px; +color: white; +padding-left: 10px; +line-height: 28px; +} + +.admin-login span { +background-image: url(../images/admin.png); +height: 30px; +display: inline-block; +width: 30px; +float: right; +} + +.we-content { +padding: 80px 50px; +display: inline-block; +position: relative; +margin: 0; +width: 100%; +} + + +.we-content li { +height: 527px; +width: 20%; +float: left; +background-image: url(../images/bg_top_menu.png); +list-style: none; +transition: .7s all ease; +-webkit-transition: .6s all ease; +-moz-transition: .6s all linear; +} + +.we-content li a { +width: 100%; +height: 100%; +display: block; +overflow: hidden; +position: relative; +font-size: 18px; +font-weight: 800; +letter-spacing: 2px; +text-shadow: 0px 1px rgba(0, 0, 0, 0.42); +text-transform: uppercase; +text-align: center; +z-index: 2; +font-family: miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif; +} + +.we-content img { +position: absolute; +left: 0; +top: 70px; +} + +.we-title { + +} + +.we-content span { +position: absolute; +width: 100%; +left: 0; +} + +.wtitle { +top:210px; +color:#fff +} + +.sub-text { +top:250px; +color: #A7E4D3; +font-family: Consolas; +text-shadow: none; +font-size: 15px; +font-style: italic; +letter-spacing: -1px; +-webkit-transform: translateY(10px); +-moz-transform: -moz-translateY(10px); +-ms-transform: -ms-translateY(10px); +transform: translateY(10px); +opacity: 0; +-webkit-transition: -webkit-transform 0.4s, opacity 0.2s; +-moz-transition: -moz-transform 0.4s, opacity 0.2s; +-webkit-transition: transform 0.4s, opacity 0.2s; +} + +.we-icon { +top: 130px; +height: 64px; +background-position: center; +background-repeat: no-repeat; +background-color: transparent; +-webkit-transition: -webkit-transform 0.4s; +transition: -moz-transform 0.4s; +transition: transform 0.4s; +} + +.bottom-line { +width: 100%; +height: 13px; +position: absolute; +bottom: 0; +background: rgba(0, 0, 0, 0.04); +} + + + +.we-menu1 { +background: rgb(43, 81, 74); +} + +.we-home { +background-image: url(../images/home.png); +} + +.we-about{ +background-image: url(../images/about.png); +} + +.we-archives{ +background-image: url(../images/archives.png); +} + +.we-links{ +background-image: url(../images/links.png); +} + +.we-youset{ +background-image: url(../images/works.png); +} + + +.we-menu2 { +margin-top: 40px; +background: rgb(212, 224, 197); +} + +.we-menu3 { +background: rgb(142, 196, 178); +} + +.we-menu4 { +margin-top: 40px; +background: rgb(61, 56, 48); +} + +.we-menu5 { +background: rgb(208, 94, 56); +} + + +.we-content li a:hover .we-icon { +-webkit-transform: translateY(10px); +-moz-transform: translateY(10px); +-ms-transform: translateY(10px); +transform: translateY(10px); +} + +.we-title:before { +content: ''; +position: absolute; +background: #fff; +width: 160px; +height: 1px; +top: 0px; +left: 50%; +margin: -10px 0 0 -80px; +-webkit-transition: margin-top 0.4s; /* top or translate does not seem to work in Firefox */ +-moz-transition: margin-top 0.4s; +transition: margin-top 0.4s; +opacity: 0; +} + +.we-content li a:hover .we-title:before { +background: #fff; +margin-top: 80px; +opacity: 1; +} + +.we-content li a:hover .sub-text { +opacity: 1; +-webkit-transform: translateY(0px); +-moz-transform: translateY(0px); +-ms-transform: translateY(0px); +transform: translateY(0px); +} + +.we-content li:hover { +background:rgb(99, 111, 125); +background-image: url(../images/bg_top_menu.png); +} + +.we-footer { +max-width: 1080px; +margin: auto; +padding-top: 30px; +padding-bottom:20px; +font-size: 15px; +} + +.we-info { +text-align: center; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +color: #B5B1AB; +} + +.we-info a { +color: #84B6A5;; +} + +.we-footertext p { +margin:15px 0; +} + +.author-box { +background: #131313; +height: 300px; +position: relative; +} + +.author-content { +position: relative; +left: 50%; +transform: translate(-50%, 110%); +font-size: 35px; +line-height: 40px; +font-family: 'Muli'; +color: #ecf0f1; +height: 160px; +overflow: hidden; +display: inline-block; +} + +.we-visible { +font-weight: 600; +overflow: hidden; +height: 40px; +padding: 0 40px; +font-size: 30px; +font-family: fantasy; +} + +.we-visible p { +display: inline; +float: left; +margin: 0; +font-family: microsoft yahei; +} + +.we-visible ul { +margin-top:0; +padding-left: 30px; +text-align:left; +list-style:none; +animation:6s linear 0s normal none infinite change; +} + +.we-visible ul li { +line-height:40px; +margin:0; +font-family: microsoft yahei; +} + +.we-visible:after, .we-visible:before { +position: absolute; +top: 0; +color: #16a085; +font-size: 42px; +-webkit-animation: 2s linear 0s normal none infinite opacity; +animation: 2s linear 0s normal none infinite opacity; +} + +.we-visible:before { +content: '['; +left: 0; +line-height: 40px; +} + +.we-visible:after { +content: ']'; +position: absolute; +right: 0; +line-height: 40px; +} + +.we-avatar { +position: absolute; +width: 80px; +top: 5%; +left: 50%; +transform: translate(-50%, 50%); +} + +.we-avatar img { +border-radius:100%; +border: 3px solid rgb(255, 255, 255); +} + + +@keyframes opacity { +0%, 100% {opacity:0;} +50% {opacity:1;} +} + +@keyframes change { +0%, 12%, 100% {transform:translateY(0);} +17%,29% {transform:translateY(-25%);} +34%,46% {transform:translateY(-50%);} +51%,63% {transform:translateY(-75%);} +68%,80% {transform:translateY(-50%);} +85%,97% {transform:translateY(-25%);} +} + + + +/*-------------------------------------------------------------- +## Comments +--------------------------------------------------------------*/ +a.comment-reply-login { + font-size: 13px; + line-height: 32px; + margin-left: 10px; + color: dimgrey; +} + +.author-smilies-box { + position: relative; + display: block; +} + +#comment-author-info { + display:none; + margin-top: 30px; +} + +#respond_box .author-updown { + font-family:miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif; +} + +#toggle-comment-info { + color: #A0DAD0; + cursor: pointer; + font-size: 15px; +} + +#toggle-comment-info:hover { + color: #ddd; +} + +.author-updown { + margin-top: 30px; +} + +.body img { + margin: 0 4px 0 4px; +} + +.com-footer { + position: relative; + display: inline-block; + width: 100%; +} + +.graybar { + display:none +} + +.comments #error { + font-family:microsoft yahei; + margin-bottom:20px +} +.notification-hidden { + display: none; +} + +form#commentform { + outline: none; +} + +#commentform a { + color:#909090 +} +/*评论翻页*/ +nav#comments-navi { +margin: 0 auto; +max-width: 860px; +width: 100%; +color: #9A9A9A; +margin-bottom: 20px; +} +.lists-navigator { + margin:-30px 0 35px; +} +.lists-navigator ol { + margin:0; + padding:0 10px; + list-style:none; + text-align:center +} +.lists-navigator ol li { + display:inline-block; + color:#5f5f5f; +} +.lists-navigator ol li a { + font-size:14px; + padding:0 20px; + /* color:#5f5f5f;*/ +} +#comments .lists-navigator ol li.current a { + color:#A0DAD0 +} +#comments a { + color:#5f5f5f +} +#comments a:hover { + color:#A0DAD0 +} + +span.page-numbers.current { +color: #74CCC4; +padding:0 5px; +} +a.page-numbers { +color: #ABABAB; +padding: 0 5px; +} +.comments { +clear: both; +overflow: hidden; +width: 100%; +padding: 50px 0 50px; +list-style: none; +background: #fff; } + +.comments .comment-list { +max-width: 860px; +margin: 0 auto; +padding: 0; } + +.comments .comment-list hr { +height: 0px; +width: 100%; +background: #eee; +border: 0; +margin: 40px 0; } + +@media (max-width: 1080px) { +.comments .comment-list { +width: 100%; +padding: 0 6.39%; +max-width: 1245px; +margin-bottom: 40px; } } + +.comments .comments-hidden { +display: none; +cursor: pointer; } + +.comments .comments-main { +overflow: hidden; +-webkit-transition: height 0s ease-out; +-moz-transition: height 0s ease-out; +transition: height 0s ease-out; } + +.comments ol.comment-list { +margin: 0 auto 70px; +font-family: microsoft yahei;} + +.comnav { +width: 69.076%; +max-width: 860px; +margin: 0 auto; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +a.cute.atreply { + color: #4DA05F; +} + +.comnav a { +padding: 10px; +color: #7B7B7B; +margin-bottom: 20px; +} +.comment-list li ol li .comment_body { + padding-left: 65px; +} +div.children { + margin: 0; + padding: 0; +} +div.children ol{ + padding: 0 !important; +} + + + + +@media (max-width: 1080px) { +.comments { +padding: 0 0 6.39%; +margin-top:40px !important; +max-width:100% } } + +.comment { +margin: 0; +padding: 0; +list-style: none; } + +.comment .contents { +margin-bottom: 45px; + } + +.comment .isauthor { +display: none; +font-size: 15px; +color: #D3DBE2; +text-transform: uppercase; } + +.comment .isauthor i { + font-size: 16px; + color: #FFD67A; + float: right; + margin-top: 3px; + margin-left: 5px; +} + +.comment.bypostauthor > .contents .isauthor { +display: inline; } + +.comment .body { +font-family: miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif; +font-size: 16px; +line-height: 32px; +color: #63686d; } + +.comment .body p { +font-family: miranafont,"Hiragino Sans GB","Microsoft YaHei",SimSun,sans-serif; +font-size: 14px; +line-height: 32px; +color: #63686d; +letter-spacing: 1px; } + +@media (max-width: 580px) { +.comment .body p { +font-size: 15px; +line-height: 30px; } } + +@media (max-width: 375px) { +.comment .body p { +line-height: 26px; } } + +.comment .body > *:last-child { +margin-bottom: 0; } + +.comment .profile { +float: left; +width: 6%; +margin-right: 2%; +} + +.comment .profile img { +width: 100%; +max-width: 50px; +border-radius: 100%; +height: 50px; + } + +.comment .profile img:hover { +-webkit-animation: btn-pudding 1s linear; +animation: btn-pudding 1s linear; + } + + +.comment .main { +float: right; +width: 89%; +background: #FFFFFF; +padding: 10px 20px; +} + + +.comment .commeta { +font-family: "microsoft jhenghei","Arial",Sans-Serif; +font-size: 16px; +padding-bottom: 10px; +border-bottom: 1px dashed #ddd; +overflow: hidden; +margin-bottom: 5px; +text-transform: uppercase; +color: #9499a8; } + +.comment .left { +float: left; } + +.comment .right { +float: right; } + +.comment .comment-reply-link { +font-family: "microsoft jhenghei","Arial",Sans-Serif; +font-size: 14px; +display: block; +margin-top: 10px; +margin-left: 10px; +float: right; +text-transform: uppercase; +color: #9499a8; } + +.comment .comment-reply-link:hover { +color: #606576; } + +.comment .info { +margin-top: 10.5px; +font-size: 12px; +letter-spacing: 1px; +font-family: microsoft yahei light; +color: #DADADA; } + +@media (max-width: 530px) { +.comment .info { +display: none; } + } + +.comment h4 { +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +font-size: 24px; +margin: 0; +letter-spacing: 1px; +line-height: 25px; } + +.comment h4 img { +display: none; +border-radius: 100%; +margin-right: 15px; +vertical-align: -4px; +width: 42px; +height: auto; } + +.comment h4 a { +color: #696969; +font-size:15px; +font-weight: 600; +} + +.comment h4 a:hover { +color: #ADDAC9 } + +.comment hr { +clear: both; +width: 100%; +height: 1px; +margin: 40px 0 60px; +border: 0; +background: #e6e6e6; } + +.comment .children .profile { +float: left; +width: 5%; } + +.comment .children .profile img { +height: 41px; +width:41px } + +.comment .children .main { +width: 89%; } + +@media (max-width: 880px) { +.comment .isauthor i { + display:none +} +.comment hr { +margin: 6.39% 0; } +.comment .profile { +display: none; } +.comment .main, .comment .children .main { +width: 100%; } +.comment h4 img { +display: inline-block; } + } +.comment .children h4 img { +width:32px } + } +.comment-list li ol li .comment_body { + padding-left: 35px; +} + + +.comment-respond { +width: 100%; +max-width: 860px; +margin: 0 auto; +padding: 0; } + +.comment-respond .logged-in-as { +margin-bottom: 0; } + +.comment-respond #cancel-comment-reply-link { +float: right; +background: #f4f6f8; +border-radius: 3px; +padding: 12px 25px; +font-size: 12px; +color: #454545; +} + +.comment-respond textarea, .comment-respond input { +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +font-size: 14px; +float: left; +width: 31.5%; +margin: 0; +padding: 16px 25px 15px; +color: #535a63; +border: 0; +border-radius: 0px; +background: #FFFFFF; } + +.comment-respond input { +margin-bottom: 20px; +border: 2px solid #DDE6EA; +margin-right: 3%; +} + +.comment-respond input:last-of-type { + margin-right:0; + width: 31%;} + +@media (max-width: 625px) { +.comment-respond input { +width: 100%; +margin-bottom: 15px; } +.comment-respond input:last-of-type { + width: 100%;} } + +.comment-respond textarea { +display: block; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +float: none; +width: 100%; +height: 180px; +margin-bottom: 40px; +color: #535a63; +border: 2px solid #DDE6EA; } + +@media (max-width: 625px) { +.comment-respond textarea { +margin-top: 15px; } } + +.comment-respond .form-submit { +clear: both; +display: block; +overflow: hidden; +margin-bottom: 40px; +padding: 0; } + +.comment-respond input[type='submit'] { +width: auto; +margin: 0; +padding: 15px 35px; +text-transform: uppercase; +color: #fff; +background: #A0DAD0; +border-right: 0; +-webkit-transition: background 0.15s ease-out; +-moz-transition: background 0.15s ease-out; +transition: background 0.15s ease-out; +box-shadow: none; +border: 0; +border-radius: 2px; +text-shadow:none +} + +.comment-respond input[type='submit']:hover { +background:#DDE6EA; +-webkit-animation: btn-pudding 1s linear; +animation: btn-pudding 1s linear; +} + +.comment-respond input:focus, .comment-respond textarea:focus, .comment-respond input:active, .comment-respond textarea:active { +outline: none; } + +.comment-respond input::-webkit-input-placeholder, .comment-respond textarea::-webkit-input-placeholder { +color: #535a63; } + +.comment-respond input:-moz-placeholder, .comment-respond textarea:-moz-placeholder { +opacity: 1; +color: #535a63; } + +.comment-respond input::-moz-placeholder, .comment-respond textarea::-moz-placeholder { +opacity: 1; +color: #535a63; } + +.comment-respond input:-ms-input-placeholder, .comment-respond textarea:-ms-input-placeholder { +color: #535a63; } + +@media (max-width: 1080px) { +.comment-respond { +width: 100%; +padding: 0 6.39%; +max-width: 1245px; } } + +.notification { +padding: 17px 32px 15px; +background: #FFFFFF; +color: #6F6F6F; +font-family: microsoft yahei; +width: 160px; +margin: 0 auto; +border: 1px solid #C7C7C7; } + +.comment-respond .logged-in-as { +margin-bottom:20px +} +.notification i, .comment-respond .logged-in-as i { +margin-right: 10px; } + +.comment-respond .logged-in-as a { +color: #454545; } + +.notification a { +color: #B3B3B3; +} + +.notification span { +font-size:13px; +} + +.headertop { +position: relative; +overflow: hidden; +margin-top: 80px; +} + +/* +top-features +*/ + +h1.fes-title , h1.main-title { +color: #757575; +font-size: 16px; +font-weight: 400; +padding-bottom: 15px; +border-bottom: 1px dashed #ECECEC; +} + +.feature-content { +margin-top: 10px; +display: inline-block; +position: relative; +} + +.top-feature { +width: 100%; +height: auto; +margin-top: 30px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.top-feature img { +height:160px; +width:257px +} + +.top-feature li { +width: 32.9%; +float: left; +margin: 0 auto; +position: relative; +display: block; +} + +li.feature-2 { +margin-left: 5px; +margin-right: 5px; +} + +.feature-title span { +position: absolute; +width: 100%; +height: 160px; +text-align: center; +line-height: 160px; +background: #BBE2DB; +color: white; +font-size: 16px; +opacity: 0; +} + +.foverlay { +-moz-transition: opacity .4s ease-out; +-o-transition: opacity .4s ease-out; +-webkit-transition: opacity .4s ease-out; +transition: opacity .4s ease-out; +} + +.top-feature li:hover .feature-title span { +opacity: 1; +} + +.notice { +padding: 20px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +color: #505050; +position: relative; +margin-top: 60px; +margin-bottom: 60px; +background: #FBFBFB; +border-radius: 3px; +} + +.notice:before{ + content: ""; + width: 0; + height: 0; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + border-bottom: 10px solid #FBFBFB; + position: absolute; + top: -8px; +} + +.notice i { +float: left; +margin-right: 10px; +color: #A0DAD0; +} + +.notice-content { +display: inline-block; +} + +/* +header-focus +*/ + +#centerbg { +width:100%; +z-index: 0; +height: 550px; +background-position: center center; +background-repeat: no-repeat; +background-attachment:fixed; +background-size: cover; +z-index:-1; +} + +.slant-left { +background: #fff; +width: 101%; +position: absolute; +bottom: -80px; +right: 48%; +height: 200px; +-webkit-transform: rotate(6deg); +-moz-transform: rotate(6deg); +-ms-transform: rotate(6deg); +-o-transform: rotate(6deg); +transform: rotate(6deg); +} + +.slant-right { +background: #fff; +width: 101%; +position: absolute; +bottom: -80px; +left: 48%; +height: 200px; +-webkit-transform: rotate(-6deg); +-moz-transform: rotate(-6deg); +-ms-transform: rotate(-6deg); +-o-transform: rotate(-6deg); +transform: rotate(-6deg); +} + + +.focusinfo { +position: relative; +max-width:800px; +padding:0 10px; +top: 40%; +left: 50%; +transform: translate(-50%,-50%); +-webkit-transform: translate(-50%,-50%); +text-align: center; +} + +.focusinfo img { +width: 80px; +height: auto; +border-radius: 50%; +border: 3px solid rgba(255, 255, 255, 0.3); +} + +.header-info { +width: 60%; +margin: auto; +font-size: 14px; +color: #EAEADF; +background: rgba(0, 0, 0, 0.66); +padding: 20px 30px; +margin-top: 30px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +letter-spacing: 1px; +line-height: 30px; +} + +.header-info p { +margin:0 +} + +.top-social { +height: 32px; +margin-top: 30px; +margin-left: 10px; +list-style: none; +display: inline-block; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.top-social img { +height: 32px; +width:32px; +background: white; +} + +.top-social li { +float:left; +margin-right:10px +} + +.wechat { +width: 32px; +height: 32px; +position: relative; +} + +.wechatInner img { +border-radius:0px; +width:121px; +height:auto; +} + +.wechatInner{ +width:121px; +height:121px; +padding:10px; +background: #fff; +top:40px; +visibility: hidden; +left: -40px; +-webkit-transform: translate3d(0,50px,0); +transform: translate3d(0,50px,0); +opacity: 0; +} + +.wechatInner , .qqInner { +position:absolute; +transition:.7s all ease; +-webkit-transition:.7s all ease; +-moz-transition:.7s all linear; +-o-transition:.7s all ease; +-ms-transition:.7s all ease; +} + +.wechat:hover .wechatInner{ +-webkit-transform: translate3d(0,10px,0); +transform: translate3d(0,10px,0); +opacity:1; +visibility: visible; +} + +.qq { +position: relative; +} + +.qqInner{ +padding:10px; +background: #FFFFFF; +color:#505050; +top:40px; +left:-58px; +width:150px; +-webkit-transform: translate3d(0,50px,0); +transform: translate3d(0,50px,0); +font-size:13px; +visibility: hidden; +opacity:0; +} + +.qq:hover .qqInner{ +opacity:1; +-webkit-transform: translate3d(0,10px,0); +transform: translate3d(0,10px,0); +visibility: visible; + +} + +/** search box **/ + +.searchbox { +float: right; +height: 80px; +line-height: 75px; +margin-left:20px +} + +.site-header.iconsearch { +font-size: 18px; +font-size: 1.125rem; +position: relative; +z-index: 9998; } +.site-header.iconsearch:hover { +cursor: pointer; +color: #999; } +i.iconfont.js-toggle-search.iconsearch { +color:#B5B5B5; +cursor: pointer; +font-size:27px; +top: 2px; +position: relative; +} + + +.search-form--modal { +-webkit-transition: visibility 0.25s ease, opacity 0.25s ease; +-moz-transition: visibility 0.25s ease, opacity 0.25s ease; +-ms-transition: visibility 0.25s ease, opacity 0.25s ease; +-o-transition: visibility 0.25s ease, opacity 0.25s ease; +transition: visibility 0.25s ease, opacity 0.25s ease; +overflow: hidden; +z-index: 999; +position: fixed; +top: 0; +right: 0; +left: 0; +bottom: 0; +background: rgba(255, 255, 255, 0.96); +visibility: hidden; +opacity: 0; } +.search-form--modal .search-form__inner { +max-width: 640px; +padding: 0 20px; +margin: auto; +text-align: left; +position: absolute; +width: 100%; +left: 0; +right: 0; +height: 85px; +top: 0; +bottom: 0; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; } +.search-form.is-visible { +visibility: visible; +opacity: 1; } +.search-form div { +position: relative; +top: -150px; } +.search-form i { +font-size: 32px; +font-size: 1.5rem; +line-height: 1; +color: #ddd; +position: absolute; +bottom: 18px; +margin-top: -16px; +left: 16px; } +.search-form input { +font-size: 24px; +font-size: 1.5rem; +background: none; +padding: 12px 24px 12px 64px; +width: 100%; +outline:none; +border-radius: 50px; +-webkit-box-sizing: border-box; +-moz-box-sizing: border-box; +box-sizing: border-box; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; } +.search-form input::-webkit-input-placeholder { +color: #ddd; } +.search-form input:-moz-placeholder { +color: #ddd; } +.search-form input::-moz-placeholder { +color: #ddd; } +.search-form input:-ms-input-placeholder { +color: #ddd; } + + +.s-search { +position:relative; +margin-bottom:50px +} + +.s-search input { +font-size: 1rem; +background: #none; +padding: 12px 24px 12px 64px; +width: 100%; +outline: none; +border-radius: 50px; +-webkit-box-sizing: border-box; +-moz-box-sizing: border-box; +box-sizing: border-box; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.s-search i { +font-size: 32px; +font-size: 1.5rem; +line-height: 1; +color: #ddd; +position: absolute; +bottom: 12px; +margin-top: -16px; +left: 16px; +} +.search-no-reasults { +list-style-type: decimal; +} +.sorry ul { +padding: 0 0 0 20px; +margin:0 +} +.sorry li a { +color: #8C8C8C; +} +.sorry { +color: #8C8C8C; +margin-bottom: 80px; +} +.sorry li{ +padding:10px 0; +} +.sorry li a:hover{ +color: #A0DAD0; +} +.sorry-inner { +padding: 20px; +border: 1px solid #ddd; +} + + +/* +* 404 +*/ +.error-img { +text-align: center; +} +.err-button.back { +font-family:microsoft yahei; +text-align: center; +} + +.err-button.back a { +padding:10px 30px; +margin:0 10px; +border:1px solid #A0DAD0; +color:#A0DAD0; +-webkit-border-radius: 50px; +-moz-border-radius: 50px; +border-radius: 50px; +} +#gohome { +background: #A0DAD0; +color: #fff; +} +.err-button.back a:hover { +-webkit-box-shadow: 0 0 4px rgba(117, 247, 211, 0.85); +-moz-box-shadow: 0 0 4px rgba(117, 247, 211, 0.85); +-o-box-shadow: 0 0 4px rgba(117, 247, 211, 0.85); +box-shadow: 0 0 4px rgba(117, 247, 211, 0.85); +} + + + + +/*! +* baguetteBox.js +* @author feimosi +* @version 1.3.2 +* @url https://github.com/feimosi/baguetteBox.js +*/ + +#baguetteBox-overlay { +display: none; +opacity: 0; +position: fixed; +overflow: hidden; +top: 0; +left: 0; +width: 100%; +height: 100%; +z-index: 1000000; +background-color: #222; +background-color: hsla(0,0%,100%,.97); +transition: opacity 0.2s ease; +} + +#baguetteBox-overlay.visible { +opacity: 1; +} + +#baguetteBox-overlay .full-image { +display: inline-block; +position: relative; +width: 100%; +height: 100%; +text-align: center; +} + +#baguetteBox-overlay .full-image figure { +display: inline; +margin: 0; +height: 100%; +} + +#baguetteBox-overlay .full-image img { +display: inline-block; +width: auto; +height: auto; +max-height: 80%; +max-width: 80%; +vertical-align: middle; +} + +#baguetteBox-overlay .full-image figcaption { +display: block; +position: absolute; +bottom: 0; +width: 100%; +text-align: center; +line-height: 3; +color: #D4D0C5; +background-color: #000; +background-color: rgba(0, 0, 0, 0.6); +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +#baguetteBox-overlay .full-image:before { +content: ""; +display: inline-block; +height: 50%; +width: 1px; +margin-right: -1px; +} + +#baguetteBox-slider { +position: absolute; +left: 0; +top: 0; +height: 100%; +width: 100%; +white-space: nowrap; +transition: left 0.4s ease, -webkit-transform 0.4s ease; +transition: left 0.4s ease, -moz-transform 0.4s ease; +transition: left 0.4s ease, transform 0.4s ease; +} + +#baguetteBox-slider.bounce-from-right { +-webkit-animation: bounceFromRight 0.4s ease-out; +animation: bounceFromRight 0.4s ease-out; +} + +#baguetteBox-slider.bounce-from-left { +-webkit-animation: bounceFromLeft 0.4s ease-out; +animation: bounceFromLeft 0.4s ease-out; +} + +.baguetteBox-button#next-button, +.baguetteBox-button#previous-button { +top: 50%; +top: calc(50% - 30px); +width: 44px; +height: 60px; +} + +.baguetteBox-button { +position: absolute; +cursor: pointer; +outline: none; +padding: 0; +margin: 0; +border: 0; +background:rgba(255, 255, 255, 0); +box-shadow:none; +border-radius:0; +color: #ddd; +font: 1.6em sans-serif; +} + +.baguetteBox-button:hover { +box-shadow:none; +} + +.baguetteBox-button#next-button { +right: 2%; +box-shadow: none; +} + +.baguetteBox-button#previous-button { +left: 2%; +box-shadow: none; +} + +.baguetteBox-button#close-button { +top: 20px; +right: 2%; +right: calc(2% + 6px); +width: 30px; +height: 30px; +} + +.baguetteBox-button svg { +position: absolute; +left: 0; +top: 0; +} + +/* +Preloader +Borrowed from http://tobiasahlin.com/spinkit/ +*/ + +.spinner { +width: 40px; +height: 40px; +display: inline-block; +position: absolute; +top: 50%; +left: 50%; +margin-top: -20px; +margin-left: -20px; +} + +.double-bounce1, +.double-bounce2 { +width: 100%; +height: 100%; +-moz-border-radius: 50%; +border-radius: 50%; +background-color: #fff; +opacity: 0.6; +position: absolute; +top: 0; +left: 0; +-webkit-animation: bounce 2s infinite ease-in-out; +animation: bounce 2s infinite ease-in-out; +} + +.double-bounce2 { +-webkit-animation-delay: -1s; +animation-delay: -1s; +} + +@-webkit-keyframes bounceFromRight { + +0% { +margin-left: 0; +} + +50% { +margin-left: -30px; +} + +100% { +margin-left: 0; +} + +} + +@keyframes bounceFromRight { + +0% { +margin-left: 0; +} + +50% { +margin-left: -30px; +} + +100% { +margin-left: 0; +} + +} + +@-webkit-keyframes bounceFromLeft { + +0% { +margin-left: 0; +} + +50% { +margin-left: 30px; +} + +100% { +margin-left: 0; +} + +} + +@keyframes bounceFromLeft { + +0% { +margin-left: 0; +} + +50% { +margin-left: 30px; +} + +100% { +margin-left: 0; +} + +} + +@-webkit-keyframes bounce { + +0%,100% { +-webkit-transform: scale(0); +transform: scale(0); +} + +50% { +-webkit-transform: scale(1); +transform: scale(1); +} + +} + +@keyframes bounce { + +0%,100% { +-webkit-transform: scale(0); +-moz-transform: scale(0); +transform: scale(0); +} + +50% { +-webkit-transform: scale(1); +-moz-transform: scale(1); +transform: scale(1); +} + +} + +/*-------------------------------------------------------------- +# Infinite scroll +--------------------------------------------------------------*/ +/* Globally hidden elements when Infinite Scroll is supported and in use. */ +.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ +.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ +display: none; +} + +/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ +.infinity-end.neverending .site-footer { +display: block; +} + +/*-------------------------------------------------------------- +# Media +--------------------------------------------------------------*/ +.page-content .wp-smiley, +.entry-content .wp-smiley, +.comment-content .wp-smiley { +border: none; +margin-bottom: 0; +margin-top: 0; +padding: 0; +} + +/* Make sure embeds and iframes fit their containers. */ +embed, +iframe, +object { +max-width: 100%; +} + +/*-------------------------------------------------------------- +## Captions +--------------------------------------------------------------*/ +.wp-caption { +margin-bottom: 1.5em; +max-width: 100%; +} + +.wp-caption img[class*="wp-image-"] { +display: block; +margin-left: auto; +margin-right: auto; +} + +.wp-caption .wp-caption-text { +margin: 0.8075em 0; +} + +.wp-caption-text { +text-align: center; +} + +/*-------------------------------------------------------------- +## Galleries +--------------------------------------------------------------*/ +.gallery { +margin-bottom: 1.5em; +} + +.gallery-item { +display: inline-block; +text-align: center; +vertical-align: top; +width: 100%; +margin:0; +} + +.gallery-columns-1 .gallery-item { +max-width: 100%; +width: 100% !important; +} + +.gallery-columns-2 .gallery-item { +max-width: 50%; +width: 50% !important; +} + +.gallery-columns-3 .gallery-item { +max-width: 33.33%; +} + +.gallery-columns-4 .gallery-item { +max-width: 25%; +} + +.gallery-columns-5 .gallery-item { +max-width: 20%; +} + +.gallery-columns-6 .gallery-item { +max-width: 16.66%; +} + +.gallery-columns-7 .gallery-item { +max-width: 14.28%; +} + +.gallery-columns-8 .gallery-item { +max-width: 12.5%; +} + +.gallery-columns-9 .gallery-item { +max-width: 11.11%; +} + +.gallery-caption { +display: none; +} + +.gallery img{ +width:100%; +height:260px; +border-radius:0; +transition:all 2.0s ease; +-webkit-transition:all 2.0s ease; +-ms-transition:all 2.0s ease; +object-fit: cover; +} + +.gallery .gallery-item{ +display:inline-block; +vertical-align:top; +float:left; +width:280px; +height:260px; +position:relative +} +.gallery .gallery-item{ +-moz-transition:all 0.25s ease; +-webkit-transition:all 0.25s ease; +-o-transition:all 0.25s ease; +-ms-transition:all 0.25s ease; +transition:all 0.25s ease; +} +.gallery:hover .gallery-item:not(:hover){ +opacity:0.7; +-moz-transform:scale(0.9); +-ms-transform:scale(0.9); +-webkit-transform:scale(0.9); +-o-transform:scale(0.9);transform:scale(0.9); +} + +/* +* preloading +**/ + +#preloader { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: #fff; + z-index: 10000; +} +#preloader #preloader-inner { + display: block; + position: relative; + left: 50%; + top: 50%; + width: 80px; + height: 80px; + margin: -40px 0 0 -40px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #3498db; + animation: spin 2s linear infinite; +} +#preloader #preloader-inner:before { + content: ""; + position: absolute; + top: 5px; + left: 5px; + right: 5px; + bottom: 5px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #e74c3c; + animation: spin 3s linear infinite; +} +#preloader #preloader-inner:after { + content: ""; + position: absolute; + top: 15px; + left: 15px; + right: 15px; + bottom: 15px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #f9c922; + animation: spin 1.5s linear infinite; +} +@keyframes spin { + 0% { + transform: rotate(0deg); +} +to { + transform: rotate(1turn); +} +} + + + +/* +* +* download +* +**/ + +.download { +color: #fff !important; +-webkit-transition: all 0.3s; +-moz-transition: all 0.3s; +-o-transition: all 0.3s; +transition: all 0.3s; +position: relative; +border: 1px solid #72C5A6; +overflow: hidden; +display: inline-block; +background:#72C5A6 +} +.download:hover { +color: #fff; +} + +.download::before, .download::after{ +content: ''; +position: absolute; +top: 0; +left: 0; +width: 100%; +height: 100%; +z-index: 1; +-webkit-transition: all 0.3s; +-moz-transition: all 0.3s; +-o-transition: all 0.3s; +transition: all 0.3s; +opacity: 1; +-webkit-transform: translate(0,-105%); +transform: translate(0,-105%); +border-bottom-width: 1px; +border-bottom-style: solid; +border-bottom-color: rgba(255,255,255,1); +background-color: rgba(255,255,255,0.25); +} +.download::after{ +-webkit-transition-delay: 0.2s; /* Safari */ +transition-delay: 0.2s; +} +.download:hover::before, .download:hover::after{ +opacity: 0; +-webkit-transform: translate(0,0); +transform: translate(0,0); +} +.download span { +padding: 10px 30px; +display: inline-block; +} +i.iconfont.down { +margin-right: 8px; +border: 1px solid #fff; +border-radius: 50%; +padding: 3px; +} + +#pagination { +padding: 20px 0; +text-align: center; +margin: 10% 0; +font-family:miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif +} +#pagination a { +padding: 13px 35px; +border: 1px solid #D6D6D6; +border-radius: 50px; +color: #ADADAD; +} +#pagination a:hover { +border: 1px solid #A0DAD0; +color: #A0DAD0; +} +#pagination .loading { +background: url("../images/postload.gif"); +background-position:center; +background-repeat:no-repeat; +color: #555; +border:none; +cursor: no-drop; +} +#pagination .loading:hover { +border:none +} + + +/* +* +* some mobile style +* +**/ + +@media (max-width: 630px) { +.works-list { +width:100% !important ; +margin:0 !important +} +.works-main { + height: auto !important; +} +.works-feature img { + width: 100%; + height: 220px !important; +} + +.works-main p { + font-size:18px +} + +h1.works-title { + font-size:23px +} + +.works-feature { + width:398px !important +} +.gallery-columns-4 .gallery-item , .gallery-columns-3 .gallery-item , .gallery-columns-2 .gallery-item { + max-width:100% +} +.gallery .gallery-item { + width:100% +} +.open-message {display:none} +} + +@media (max-width: 630px) { +.links ul li { +width: 100% !important; +} +.we-content li { +width:100%; +margin-top:0 +} + +.we-icon { +top: 50px !important +} + +.wtitle { +top: 130px !important +} + +.sub-text { +top: 160px !important +} + +.admin-login , .wesite-des { +display:none +} + +.wesite-title { +float:none; +text-align:center; +border-right:none; +padding-right:0 +} + +} + +@media (max-width: 860px) { + +.comments { +max-width:100% !important +} + +.top-feature { +display:none +} + +.site-content { +padding:0 4%; +padding-top:50px +} +.feature img { +width:52px; +height:52px +} + +.post-list h1.entry-title { +margin: 0 0 0 65px; +font-size:16px; +line-height:30px; +} + +.p-time { +position:relative; +margin: -15px 0 0 65px; +} +.withoutimg .p-time{ +margin: -14px 0 0 0; +} + +.post-list p { +margin: 20px 0 0 65px; +font-size:14px; +height:30px; +overflow: hidden; +} + +.post-status { + margin: 30px 0; +} + +.s-content { +padding:10px 15px; +margin-right:65px +} + +.s-content p { +margin-left:0; +margin-top:0; +height:30px; +overflow: hidden; +} + +.postava img { +width:52px; +height:52px +} + +.overlay { +display: none; +} + +.info-meta { +display:none +} + +.post-more { +display:none +} + +h1.entry-title { +font-size:18px +} + +.entry-content p { +font-size:14px +} + +.post-footer , .post-share , .post-like { +display:none +} + +.post-tags { +text-align:center; +float: none; +font-size:12px +} + +.author-profile { +display:none +} + +.site-footer { +padding:30px +} + +.lower { +display:none !important +} + +.m-nav { +display:block +} + +.site-header { +display:none +} + +.site-branding { +float: right; +height: 50px; +line-height: 50px; +} + +.site-title img { +height: 40px; +line-height: 40px; +margin: 0; +vertical-align: middle; +margin-right: 10px; +} + +.site-title { +font-size:20px; +margin-right: 10px; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} + +.blank { +display:none +} + +.links ul li { +width: 48.6%; +} + +.links ul li:before { +display:none +} + +.links ul li:hover .sitename { +color: #A0DAD0; +} + +.links ul li:hover .linkdes { +color: #949494; +border-top: 1px dashed #ddd; +} + +.author-box { +display:none +} + +#archives-temp { +padding:0 20px +} + +.notice { + margin-bottom:10px +} +.site-main { + padding-top:40px +} +.s-content:after { + display:none +} + +.slant-left , .slant-right {display:none} +#centerbg { background-attachment: inherit;} +} + + +@media (max-width: 1080px) { +.info-meta { +display:none +} + +.site-footer { +padding:30px +} + +.we-title:before { +display:none +} + +h3#comments-list-title , nav#comments-navi { +width: 100%; +padding: 0 6.39%; +max-width: 1245px; +} +} + + + +@media (max-width: 860px) { +.open-message:before { + display:none +} +.post-list hr {margin-top:20px} + +.navOpen {} + +.headertop {margin-top:0px} + +#main-container { + transition-duration: 0.5s; + position: relative; + overflow: hidden; + z-index: 2; +} +#main-container.open:before{ + content: ""; + width: 100%; + height: 100%; + position: fixed; + background-color: rgba(0, 0, 0, 0.4); + z-index: 99; +} +#main-container.open { +transform: translateX(250px) translateY(0px); +-webkit-transform: translateX(250px) translateY(0px); +position: fixed; +left: 0; +right: 0; +} +.wrapper { +transition-duration: 0.5s; +/*transition-timing-function: linear;*/ +background-color: white; +width: 100%; +height: auto; +position: relative; +} +#mo-nav.open{ +width: auto; +} +.wrapper section{ +max-width: 600px; +margin: 0 auto; +} +.wrapper section h1 { +font-weight: 300; +font-size: 30px; +margin-bottom: 10px; +} +.wrapper section h2 { +font-weight: 300; +font-size: 20px; +margin-bottom: 40px; +} +.wrapper section p { +margin-bottom: 40px; +} +.openNav { +transition-duration: 0.5s; +/*transition-timing-function: swing;*/ +width: 100%; +height: 50px; +position: absolute; +z-index: 99999; +display:block; +background: none; +} +.openNav .iconflat:hover { +cursor: pointer; +} + +.iconflat { +background: none; +width: 50px; +height: 50px; +float: left; +} +.openNav .icon { +transition-duration: 0.2s; +position: absolute; +width: 30px; +height: 3px; +background-color: #333; +top: 24px; +left: 10px; +} +.openNav .icon:before, +.openNav .icon:after { +transition-duration: 0.5s; +background-color: #333; +position: absolute; +content: ""; +width: 30px; +height: 3px; +left: 0px; +} +.openNav .icon:before { +top: -8px; +} +.openNav .icon:after { +top: 8px; +} +.openNav.open .icon { +background-color: transparent; +} +.openNav.open .icon:before, +.openNav.open .icon:after { +top: 0; +} +.openNav.open .icon:before { +transform: rotate(-45deg); +-webkit-transform: rotate(-45deg); +background: #FFFFFF; +} +.openNav.open .icon:after { +transform: rotate(45deg); +-webkit-transform: rotate(45deg); +background: #FFFFFF; +} +#mo-nav { +background-color: #FFFFFF; +width: 0; +height: auto; +position: absolute; +top: 0; +left: 0; +display: block; +overflow-x: hidden; +overflow-y: auto; +font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} +#mo-nav .m-avatar{ + width: 250px; + max-width: 250px; + height: auto; + margin: 0 auto; + padding: 30px 0 20px; + text-align: center; +} +#mo-nav .m-avatar img{ + width: 90px; + height: 90px; + max-width: 90px; + border-radius: 100%; +} +#mo-nav .m-search form{ + width: 250px; + max-width: 250px; + margin: 0 0 20px; + padding: 8px 15px; + background-color: #fafafa; +} +#mo-nav .m-search input{ + width: 100%; + border: 0; + padding: 5px; + text-align: center; + border-radius: 3px; + outline: none; + font-family: miranafont,"Hiragino Sans GB",STXihei,"Microsoft YaHei",SimSun,sans-serif; +} +#mo-nav ul { +width: 250px; +height: 100%; +margin: 10px 0; +} +#mo-nav ul:hover li { +color: rgba(255, 255, 255, 0.5); +} +#mo-nav ul li { +transition-duration: 0.25s; +display: block; +padding: 6px 40px; +color: white; +letter-spacing: 0.02em; +text-align: left; +} + +#mo-nav ul li a { +color:#333; +font-size: 15px; +} + +#mo-nav li ul { +width: 250px; +margin: 10px 0; +padding-left: 10px; +} + +#mo-nav li ul li { +padding: 5px 5px; +} + +#mo-nav li ul li a { +font-size:13px; +color: #9CACC5; +} + +#mo-nav ul li a:hover { +cursor: pointer; +color: #79D6A7; +} + +.we-content li { +height:250px +} + +.we-content { +padding:80px 1% +} + +.we-icon{ +top:30px +} + +.wtitle { +top:110px +} + +.sub-text { +top: 150px +} + +.works-feature { + width:338px +} + +.works-list { + width:45% +} +} + + + +/*iconfont **/ +@font-face {font-family: "iconfont"; +src: url('../fonts/iconfont.eot?t=1462465854'); /* IE9*/ +src: url('../fonts/iconfont.eot?t=1462465854#iefix') format('embedded-opentype'), /* IE6-IE8 */ +url('../fonts/iconfont.woff?t=1462465854') format('woff'), /* chrome, firefox */ +url('../fonts/iconfont.ttf?t=1462465854') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ +url('../fonts/iconfont.svg?t=1462465854#iconfont') format('svg'); /* iOS 4.1- */ +} + +.iconfont { + font-family:"iconfont" !important; + font-size:16px; + font-style:normal; + -webkit-font-smoothing: antialiased; + -webkit-text-stroke-width: 0.2px; + -moz-osx-font-smoothing: grayscale; +} + +.icon-arrowright:before { content: "\e60f"; } +.icon-tags:before { content: "\e602"; } +.icon-time:before { content: "\e604"; } +.icon-warn:before { content: "\e605"; } +.icon-camera:before { content: "\e606"; } +.icon-pic:before { content: "\e609"; } +.icon-info:before { content: "\e60b"; } +.icon-forward:before { content: "\e60c"; } +.icon-mark:before { content: "\e610"; } +.icon-caidan:before { content: "\e613"; } +.icon-user:before { content: "\e615"; } +.icon-attention:before { content: "\e614"; } +.icon-down:before { content: "\e60a"; } +.icon-hot:before { content: "\e618"; } +.icon-upload:before { content: "\e619"; } +.icon-write:before { content: "\e61a"; } +.icon-guanbi:before { content: "\e61b"; } +.icon-more:before { content: "\e61c"; } +.icon-favorite:before { content: "\e612"; } +.icon-text:before { content: "\e61e"; } +.icon-6:before { content: "\e608"; } +.icon-liuyan:before { content: "\e607"; } +.icon-arrow-left:before { content: "\e611"; } +.icon-xianhuadian:before { content: "\e60e"; } +.icon-sousuo:before { content: "\e6f0"; } + +/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ +::-webkit-scrollbar +{ +width: 5px; +height: 8px; +background-color: #B9B9B9; +} + +/*定义滚动条轨道 内阴影+圆角*/ +::-webkit-scrollbar-track +{ +background-color: #ffffff; +} + +/*定义滑块 内阴影+圆角*/ +::-webkit-scrollbar-thumb +{ +border-radius: 10px; +background-color: #35B995; +} +/* 加密文章提示文字样式 */ +.text:hover{ + border: 1px solid #35B995; +} +p.word:before { + content: "["; + margin-right: 5px; + color: #ff6d6d; + font-size: 22px; +} +p.word:after { + content: "]"; + margin-left: 5px; + color: #ff6d6d; + font-size: 22px; +} +/* 加密提示剧中 */ +p.word{ + font-size: 21px!important; + display:table; + margin: 130px auto 50px; + +} +.protected p:nth-child(2){ + display:table; + margin: 0 auto; +} +/* 加密输入框样式 */ +.protected p:nth-child(2)>input:nth-child(1){ + width: 189px; + height: 42px; + float: left; + border-radius: 2px 0 0 2px; + padding: 0 0 0 10px; + border-color: #A0DAD0; + outline: none; +} +.protected p:nth-child(2)>input:nth-child(2){ + width: 94px; + height: 42px; + padding: 15px 35px; + color: #fff; + background: #A0DAD0; + border-radius: 0 2px 2px 0; + box-shadow: none; + border: 0; + text-shadow: none; +} \ No newline at end of file diff --git a/Akina/fonts/iconfont.eot b/Akina/fonts/iconfont.eot new file mode 100644 index 0000000000000000000000000000000000000000..a24991de4c4cc1f59a28b1ce3a52774422eb4a1a GIT binary patch literal 11534 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 + + + +Created by FontForge 20120731 at Tue Nov 8 18:27:26 2016 + By admin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Akina/fonts/iconfont.ttf b/Akina/fonts/iconfont.ttf new file mode 100644 index 0000000000000000000000000000000000000000..f14847bd91d5850d4d2834ca94b456578a726d30 GIT binary patch literal 11252 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 literal 0 HcmV?d00001 diff --git a/Akina/fonts/iconfont.woff b/Akina/fonts/iconfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..22ee0c1b18dc2f6dc14a38e46aa08d5054336955 GIT binary patch literal 7548 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%0D+`}Vn0&!gg@WqlwNPyf<< z+fVJJRa<~0vrg}_{L?VDgGcp7@$?0<11`c)0eA z*4O=tjbo&T%crXbX7Z6#VKa^)d|Pj~(`D+6@CH$OQ+_jI=Qu(*5Wgh)_MOZ+C2w_!4U{qg6~JZI^GTI%fH_nR4AzD z=CbMdoUxj)Lt8ZBJ9Dmv$E+ti&cy73;@1`5uB5GKc+NS^$!{G<7$bRM!Bm+XN!XmM z!j(e@mY^8Y_bF6UT`VyTgn2iq3xuv=^w_^OlrZ!dSy>+VaD!s-K%$g0x$HQU8@np_ z=~<9)9ay2^Gp9~qaTBB5f88{~S6~}Q*=rch zXsnH5%mU2aQ1aL-&Ry#}wv~OYnzJt=S|*W5YRGHbM9^ZjvtWVw$9`FXA*sccbU8Ng zd2?h~8zZnHa^yi1wv4A^WWO--H*wAB!kOP`%7EG9;_9Rg8+W1M zG3YxW-wGI2(`kT#iPddGhL#Y`sp?^9C8+A*Xus5BN>Wil{g|rq^@!?vI`!OS^^CeE zmQ+!iI`y#cP3vJK&1uc*VQD3rP*D)znVV42{J%) literal 0 HcmV?d00001 diff --git a/Akina/footer.php b/Akina/footer.php new file mode 100644 index 0000000..e2010d3 --- /dev/null +++ b/Akina/footer.php @@ -0,0 +1,66 @@ + + +
    +
    + +
    + + +
    + + + + + + + + + + + +';?> +footer(); ?> + + \ No newline at end of file diff --git a/Akina/functions.php b/Akina/functions.php new file mode 100644 index 0000000..3726d6c --- /dev/null +++ b/Akina/functions.php @@ -0,0 +1,182 @@ +addInput($sub); + + $headerinfo = new Typecho_Widget_Helper_Form_Element_Text('headerinfo', NULL,'Carpe Diem and Do what I like', _t('头部内容'), _t('首页头部介绍')); + $form->addInput($headerinfo); + + $NOTICE = new Typecho_Widget_Helper_Form_Element_Text('NOTICE', NULL,'我很荣幸的启用了Akina主题', _t('公告内容'), _t('首页公告内容')); + $form->addInput($NOTICE); + + $headimg = new Typecho_Widget_Helper_Form_Element_Text('headimg', NULL,'/usr/themes/Akina/images/headerbg.jpg', _t('首页头部图'), _t('默认图/usr/themes/Akina/images/headerbg.jpg')); + $form->addInput($headimg); + + $QQ = new Typecho_Widget_Helper_Form_Element_Text('QQ', NULL,'945203919', _t('QQ号码'), _t('自动获取空间地址,并作为全局博主头像')); + $form->addInput($QQ); + + $Github = new Typecho_Widget_Helper_Form_Element_Text('Github', NULL,'https://github.com/Zisbusy', _t('Github地址'), _t('Github主页地址(请规范填写,需https://,http://或者//)')); + $form->addInput($Github); + + $SINA = new Typecho_Widget_Helper_Form_Element_Text('SINA', NULL,'https://weibo.com/', _t('新浪微博地址'), _t('默认新浪微博首页(请规范填写,需https://,http://或者//)')); + $form->addInput($SINA); + + $sticky = new Typecho_Widget_Helper_Form_Element_Text('sticky', NULL,1, _t('文章置顶'), _t('置顶的文章cid,按照排序输入, 请以半角逗号,或空格分隔,默认值为“1”, 为空时跟自定义home页面冲突')); + $form->addInput($sticky); + + $feature1 = new Typecho_Widget_Helper_Form_Element_Text('feature1', NULL,NULL, _t('聚焦内容1'), _t('请规范填写,需https://,http://或者//')); + $form->addInput($feature1); + + $feature2 = new Typecho_Widget_Helper_Form_Element_Text('feature2', NULL,NULL, _t('聚焦内容2'), _t('请规范填写,需https://,http://或者//')); + $form->addInput($feature2); + + $feature3 = new Typecho_Widget_Helper_Form_Element_Text('feature3', NULL,NULL, _t('聚焦内容3'), _t('请规范填写,需https://,http://或者//')); + $form->addInput($feature3); + + $DNS = new Typecho_Widget_Helper_Form_Element_Text('DNS', NULL,'https://cdn.zhebk.cn', _t('DNS预解析加速'), _t('比如填写引用图片的域名(请规范填写,需https://,http://或者//)')); + $form->addInput($DNS); + + $CDNURL = new Typecho_Widget_Helper_Form_Element_Text('CDNURL', NULL,NULL, _t('CDN镜像加速'), _t('填写CND域名(请规范填写,需https://,http://或者//,末尾不加/
    在CND空间创建AkinaCDN文件夹,自行提取主题目录js,css,font,images上传)')); + $form->addInput($CDNURL); + + $ICP = new Typecho_Widget_Helper_Form_Element_Text('ICP', NULL,'Carpe Diem and Do what I like', _t('备案号'), _t('备案号(默认内容"Carpe Diem and Do what I like")')); + $form->addInput($ICP); + +//其他设置 + $menu = new Typecho_Widget_Helper_Form_Element_Checkbox('menu', + array( + 'show' => _t('一直显示菜单'), + 'indexbg' => _t('一直显示首页大图'), + 'page' => _t('使用ajax加载文章'), + 'xl' => _t('下拉自动加载文章'), + ), + array('page'), _t('其他设置')); + $form->addInput($menu->multiMode()); +} +//阅读次数统计 +function Postviews($archive) { + $db = Typecho_Db::get(); + $cid = $archive->cid; + if (!array_key_exists('views', $db->fetchRow($db->select()->from('table.contents')))) { + $db->query('ALTER TABLE `'.$db->getPrefix().'contents` ADD `views` INT(10) DEFAULT 0;'); + } + $exist = $db->fetchRow($db->select('views')->from('table.contents')->where('cid = ?', $cid))['views']; + if ($archive->is('single')) { + $cookie = Typecho_Cookie::get('contents_views'); + $cookie = $cookie ? explode(',', $cookie) : array(); + if (!in_array($cid, $cookie)) { + $db->query($db->update('table.contents') + ->rows(array('views' => (int)$exist+1)) + ->where('cid = ?', $cid)); + $exist = (int)$exist+1; + array_push($cookie, $cid); + $cookie = implode(',', $cookie); + Typecho_Cookie::set('contents_views', $cookie); + } + } + return $exist; +} +//获取文章第一张图片 +function img_postthumb($content) { + preg_match_all("/\]*>/i", $content, $thumbUrl); //通过正则式获取图片地址 + $img_src = $thumbUrl[1][0]; //将赋值给img_src + $img_counter = count($thumbUrl[0]); //一个src地址的计数器 + switch ($img_counter > 0) { + case $allPics = 1: + return $img_src; //当找到一个src地址的时候,输出缩略图 + break; + default: + return ""; //没找到(默认情况下),不输出任何内容 + }; +} +//数据库查询相邻文章链接与标题 +function queryNextPrev($mode, $widget){ + $where = $mode ? 'table.contents.created < ?' : 'table.contents.created > ?'; + $sorted = $mode ? Typecho_Db::SORT_DESC : Typecho_Db::SORT_ASC; + $options = Helper::options(); + $db = Typecho_Db::get(); + $query = $db->select()->from('table.contents') + ->where($where, $widget->created) + ->where('table.contents.status = ?', 'publish') + ->where('table.contents.type = ?', $widget->type) + ->where('table.contents.password IS NULL') + ->order('table.contents.created', $sorted) + ->limit(1); + $content = $db->fetchRow($query); + if ($content) { + $content = $widget->filter($content); + $title = $content['title']; + $link = $content['permalink']; + + $result = array('title' => $title, 'link' => $link); + return $result; + } else { + return false; + } +} +//输出相邻文章链接与标题 +function theNextPrev($widget){ + $html = ''; + $prevResult = queryNextPrev(true, $widget); + $nextResult = queryNextPrev(false, $widget); + if (!$prevResult && !$nextResult) { + //第一篇文章,什么也不需要输出 + $html .= ''; + } else if (!$nextResult) { + $html .= ''; + } else if (!$prevResult) { + $html .= ''; + } else { + $html .= ''; + $html .= ''; + } + echo $html; +} +//修改后台设置适应模板 +function themeInit($archive){ + Helper::options()->commentsPageBreak = true; //启用分页 + Helper::options()->commentsPageDisplay = 'first'; //在列出时将第一页作为默认显示 + Helper::options()->commentsOrder = 'DESC'; //将较新的的评论显示在前面 + Helper::options()->commentsHTMLTagAllowed = ''; //评论允许img标签 +} +//评论添加回复@标记 +function get_commentReply_at($coid) +{ + $db = Typecho_Db::get(); + $prow = $db->fetchRow($db->select('parent')->from('table.comments') + ->where('coid = ? AND status = ?', $coid, 'approved')); + $parent = $prow['parent']; + if ($parent != "0") { + $arow = $db->fetchRow($db->select('author')->from('table.comments') + ->where('coid = ? AND status = ?', $parent, 'approved')); + $author = $arow['author']; + $href = '@' . $author . ' : '; + echo $href; + } +} +//随机文章 +function getRandomPosts($limit = 10){ + $db = Typecho_Db::get(); + $adapterName = $db->getAdapterName();//兼容非MySQL数据库 + if($adapterName == 'pgsql' || $adapterName == 'Pdo_Pgsql' || $adapterName == 'Pdo_SQLite' || $adapterName == 'SQLite'){ + $order_by = 'RANDOM()'; + }else{ + $order_by = 'RAND()'; + } + $sql = $db->select()->from('table.contents') + ->where('status = ?','publish') + ->where('table.contents.created <= ?', time()) + ->where('type = ?', 'post') + ->limit($limit) + ->order($order_by); + $result = $db->fetchAll($sql); + if($result){ + foreach($result as $val){ + $val = Typecho_Widget::widget('Widget_Abstract_Contents')->push($val); + $post_title = htmlspecialchars($val['title']); + $permalink = $val['permalink']; + echo '
  • '.$post_title.'
  • '; + } + } +} +?> \ No newline at end of file diff --git a/Akina/header.php b/Akina/header.php new file mode 100644 index 0000000..bed56c5 --- /dev/null +++ b/Akina/header.php @@ -0,0 +1,123 @@ +options->themeUrl); + if(!empty(Helper::options()->CDNURL)){ + $theurl = Helper::options()->CDNURL.'/AkinaCDN/'; + }else{ + $theurl = THEME_URL.'/'; + } +define("theurl",$theurl); +?> + + + + + + + + + <?php $this->archiveTitle(array('category'=>_t('分类 %s 下的文章'),'search'=>_t('包含关键字 %s 的文章'),'tag' =>_t('标签 %s 下的文章'),'author'=>_t('%s 的主页')), '', ' - '); ?><?php $this->options->title(); ?><?php if($this->is('index')): ?>-<?php $this->options->sub() ?><?php endif; ?> + header('generator=&template=&pingback=&xmlrpc=&wlw='); ?> + + + + + ';?> + + + + +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    + +
    + \ No newline at end of file diff --git a/Akina/home.php b/Akina/home.php new file mode 100644 index 0000000..07bc4fa --- /dev/null +++ b/Akina/home.php @@ -0,0 +1,112 @@ + +options->themeUrl); + if(!empty(Helper::options()->CDNURL)){ + $theurl = Helper::options()->CDNURL.'/AkinaCDN/'; + }else{ + $theurl = THEME_URL.'/'; + } +define("theurl",$theurl); +?> + + + + + + + + <?php $this->options->title(); ?>-<?php $this->options->sub() ?> + + + + + + + +
    +
    +
    + +
    +
    +
    +
    +

    Hello

    +
      +
    • My friends !
    • +
    • Welcome to !
    • +
    • My blog !
    • +
    • Thanks !
    • +
    +
    +
    +
    + +