8 |
15 | need('footer.php'); ?>
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2019 Llf0703
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | **由于Pjax与自带反垃圾保护的冲突,请在 设置->评论 中关闭反垃圾保护!** 否则可能无法评论。推荐使用插件[smartspam](http://www.yovisun.com/archive/typecho-plugin-smartspam.html)
2 |
3 | [Github](https://github.com/Llf0703/Typecho-Theme-Edge)
4 |
5 | [镜像](https://git.llf0703.com/Llf0703/Typecho-Theme-Edge)(更快下载)
6 |
7 | [示例站点](https://edge.llf0703.com)
8 |
9 | ## Edge
10 |
11 | `[edʒ]`
12 |
13 | `n.边缘;棱;角;锋`
14 |
15 | ## Feature
16 |
17 | 1. 一款棱角分明的主题。
18 | 2. `Pjax` 支持。
19 | 3. 代码高亮、文章目录支持。
20 |
21 | ## 使用
22 |
23 | 下载(或clone)后将文件夹命名为 `Typecho-Theme-Edge` ,然后放入 `/usr/themes/` 文件夹中,后台启用即可。
24 |
25 | 然后需要在 设置->评论 中关闭反垃圾保护,否则可能无法评论。
26 |
27 | ## 设置
28 |
29 | ### 基础设置
30 |
31 | 控制台->外观->设置外观,按照说明设置。
32 |
33 | ### 文章归档独立页面
34 |
35 | 新建独立页面,在 页面模板 中选择 `Archives` 。
36 |
37 | ### 导航栏左侧元素
38 |
39 | 设置后会在导航栏的左侧,标题的右侧显示。
40 |
41 | 在 `nav.php:14` ,取消注释并按样例格式修改即可。
42 |
43 | ### 友链
44 |
45 | 设置后会在侧边栏显示友链。
46 |
47 | 在 `sidebar.php:47` ,取消注释并按样例格式修改即可。
48 |
49 | ## 推荐项目
50 |
51 | - [KaTeX4Typecho](https://github.com/Llf0703/KaTeX4Typecho):数学公式支持。
52 | - [Luogu-Difficulty-Tag](https://github.com/Llf0703/Luogu-Difficulty-Tag):(For ~~OIer~~ CSPer)在博客显示洛谷题目难度。
53 | - [cdn.llf0703.com](https://github.com/Llf0703/cdn.llf0703.com):本主题静态资源汇总。
54 |
55 | ## 鸣谢
56 |
57 | 在主题的创作中,或多或少的使用了他们的创意,在此列出。
58 |
59 | - [MDUI](https://www.mdui.org/):前端框架
60 | - [Vijos](https://vijos.org/):导航栏样式
61 | - [typecho-theme-amaze](https://github.com/spiritree/typecho-theme-amaze):基于该主题修改
62 | - [materiality-typecho-theme](https://github.com/EAimTY/materiality-typecho-theme):返回顶部按钮、评论
63 | - [MDx - Material Design WordPress Theme](https://github.com/yrccondor/mdx):搜索功能
64 |
65 | ## LICENSE
66 |
67 | ©[Llf0703](https://llf0703.com) | MIT
--------------------------------------------------------------------------------
/archive.php:
--------------------------------------------------------------------------------
1 | need('head.php');
4 | $this->need('nav.php');
5 | ?>
6 | header(); ?>
7 |
8 |
22 |
23 |
24 |
25 | have()): ?>
26 | next()): ?>
27 | need('post-list.php'); ?>
28 |
29 |
30 |
31 |
34 |
请注意空格及大小写等。
35 |
36 |
37 |
38 | pageNav('', '', 1, '...', 'wrapClass=pager&prevClass=prev&nextClass=next'); ?>
39 |
40 |
41 | need('sidebar.php'); ?>
42 |
43 |
44 | need('footer.php'); ?>
--------------------------------------------------------------------------------
/comments.php:
--------------------------------------------------------------------------------
1 | authorId) {
4 | if ($comments->authorId == $comments->ownerId) {
5 | $commentClass .= ' comment-by-author';
6 | } else {
7 | $commentClass .= ' comment-by-user';
8 | }
9 | }
10 | $commentLevelClass = $comments->levels > 0 ? ' comment-child' : ' comment-parent';
11 | ?>
12 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/css/main.css:
--------------------------------------------------------------------------------
1 | footer a{color:#404040}#blog hr{margin:.6rem 0}.blog-text-center{text-align:center;font-size:14px}.blog-footer{padding:2rem 0 2rem 0;margin-top:3rem;color:#818181!important}.intro-header{background:no-repeat center center;background-color:grey;background-attachment:scroll;background-size:cover;margin-bottom:30px}.intro-header .post-heading,.intro-header .site-heading{padding:100px 0 50px;color:#fff}@media only screen and (min-width:600px){.intro-header .post-heading,.intro-header .site-heading{padding:80px 0 120px 0}}.post-heading a{color:#fff}.intro-header .site-heading{text-align:center}.intro-header .site-heading h1{margin-top:0;font-size:50px}@media only screen and (min-width:600px){.intro-header .site-heading h1{font-size:80px}}.intro-header .post-heading h1{font-size:35px}@media only screen and (min-width:600px){.intro-header .post-heading h1{font-size:45px}}.container-fluid{padding-right:15px;margin-right:auto;margin-left:auto}.container-fluid>.navbar-header{margin-right:-15px;margin-left:-15px}@media(min-width:600px){.container-fluid>.navbar-header{margin-right:0;margin-left:0}}.navbar-default .navbar-toggle{border-color:transparent;padding:19px 16px;margin-top:2px;margin-right:2px;margin-bottom:2px;border-radius:50%}.navbar-default .navbar-toggle .icon-bar{width:18px;border-radius:0;background-color:#fff}.navbar-default .navbar-toggle .icon-bar+.icon-bar{margin-top:3px}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:600px){.navbar{border-radius:4px}}@media(min-width:600px){.navbar-header{float:left}}@media only screen and (min-width:1170px){.navbar-custom{transition:background-color .3s;transform:translate3d(0,0,0);backface-visibility:hidden}.navbar-custom.is-fixed{position:fixed;top:-69px;background-color:rgba(255,255,255);border-bottom:1px solid #f2f2f2;transition:transform .3s}.navbar-custom.is-fixed .navbar-brand{color:#404040}.navbar-custom.is-fixed .navbar-brand:focus,.navbar-custom.is-fixed .navbar-brand:hover{color:#2479cc}.navbar-custom.is-fixed .nav li a{color:#404040}.navbar-custom.is-fixed .nav li a:focus,.navbar-custom.is-fixed .nav li a:hover{color:#2479cc}.navbar-custom.is-visible{transform:translate3d(0,100%,0)}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}@media(min-width:600px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-fixed-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse{max-height:340px}@media(max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse{max-height:200px}}.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media(min-width:600px){.navbar-fixed-top{border-radius:0}}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:600px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(min-width:600px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:600px){.navbar-right{float:right!important;margin-right:-15px}}.container-fluid:after,.container-fluid:before,.container:after,.container:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before{display:table;content:" "}.container-fluid:after,.container:after,.navbar-collapse:after,.navbar-header:after,.navbar:after{clear:both}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media only screen and (max-width:600px){.navbar-default .navbar-collapse{position:absolute;right:0;border:0;background:#fff;box-shadow:0 5px 10px 2px rgba(0,0,0,.2);box-shadow:rgba(0,0,0,.117647) 0 1px 6px,rgba(0,0,0,.239216) 0 1px 4px;border-radius:2px;width:170px}#huxblog_navbar{opacity:0;transform:scaleX(0);transform-origin:top right;transition:all .2s cubic-bezier(.47,0,.4,.99) 0s}#huxblog_navbar a{font-size:13px;line-height:28px}#huxblog_navbar .navbar-collapse{height:0;transform:scaleY(0);transform-origin:top right;transition:transform .4s cubic-bezier(.32,1,.23,1) 0s}#huxblog_navbar li{opacity:0;transition:opacity .1s cubic-bezier(.23,1,.32,1) 0s}#huxblog_navbar.in{transform:scaleX(1);-webkit-transform:scaleX(1);opacity:1;transition:all 250ms cubic-bezier(.23,1,.32,1) 0s;-webkit-transition:all 250ms cubic-bezier(.23,1,.32,1) 0s}#huxblog_navbar.in .navbar-collapse{transform:scaleY(1);-webkit-transform:scaleY(1);transition:transform .5s cubic-bezier(.23,1,.32,1);-webkit-transition:-webkit-transform .5s cubic-bezier(.23,1,.32,1)}#huxblog_navbar.in li{opacity:1;transition:opacity 450ms cubic-bezier(.23,1,.32,1) 205ms;-webkit-transition:opacity 450ms cubic-bezier(.23,1,.32,1) 205ms}}.navbar-custom{background:0;border:0;position:absolute;top:0;left:0;width:100%;z-index:3;line-height:1.7}.navbar-custom .navbar-brand{font-weight:800;color:#fff;line-height:25px;float:left;height:68px;padding:15px 15px;font-size:18px;margin-left:10px}.navbar-custom .nav li a{text-transform:uppercase;font-size:16px;line-height:20px;font-weight:800;letter-spacing:1px}@media only screen and (min-width:600px){.navbar-custom{background:0 0;border-bottom:1px solid transparent}.navbar-custom .navbar-brand{color:#fff;padding:20px;line-height:20px;margin-left:0}.navbar-custom .nav li a{color:#fff;padding:20px}}@media only screen and (min-width:1170px){.navbar-custom{-webkit-transition:background-color .3s;-moz-transition:background-color .3s;transition:background-color .3s;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}}.intro-header{background:no-repeat center center;background-color:#ccc;background-attachment:scroll;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;margin-bottom:0}.intro-header .post-heading,.intro-header .site-heading{padding:85px 0 55px;color:#fff}@media only screen and (min-width:600px){.intro-header .post-heading,.intro-header .site-heading{padding:125px 0}}.intro-header .site-heading{padding:95px 0 70px}@media only screen and (min-width:600px){.intro-header .site-heading{padding:125px 0}}.intro-header .site-heading{text-align:center}.intro-header .site-heading h1{margin-top:0;font-size:50px}@media only screen and (min-width:600px){.intro-header .site-heading h1{font-size:80px}}.intro-header .post-heading h1{font-size:30px;margin-bottom:24px}@media only screen and (min-width:600px){.intro-header .post-heading h1{font-size:45px}}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:inherit}.navbar-default .navbar-toggle{border-color:transparent;padding:19px 16px;margin-top:2px;margin-right:2px;margin-bottom:2px;border-radius:50%}.navbar-default .navbar-toggle .icon-bar{width:18px;border-radius:0;background-color:#fff}.navbar-default .navbar-toggle .icon-bar+.icon-bar{margin-top:3px}.nav>li{position:relative;display:block}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li>a{position:relative;display:block;padding:10px 15px}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:600px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.text-center{text-align:center}article h2::before{font-weight:400;position:absolute;content:'#';left:-.5em;color:#536dfe}article h3::before{font-weight:400;position:absolute;content:'#';left:-.4em;color:#536dfe}.archive-page .categorys-title{position:relative;margin:1em auto;padding:0 1em}.archive-page .categorys-title::before{font-weight:600;position:absolute;content:'#';left:-.1em;color:#536dfe}.archive-page .post-list-item-container{border:1px solid rgba(184,197,214,.2);border-radius:3px;background:#fff}.archive-page .post-list-item-container .item-label{height:95px;background:#fff}.archive-page .post-list-item-container .item-label .item-title a{font-size:14px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#404040}.archive-page .post-list-item-container .item-label .item-meta .item-meta-date{padding-bottom:5px;padding-left:5px;color:#46466e}.post-lists{position:relative;display:block;overflow:hidden}.post-list-item{float:left;width:33.3333%;height:auto;padding:15px;align-items:center}.post-list-item-container{position:relative;overflow:hidden;width:100%;padding:0;border-radius:3px;background-color:#fff}.post-list-item-container .item-label{position:relative;height:130px;padding:25px 20px 40px;background-color:#fff}.post-list-item-container .item-label .item-title a{font-size:17px;line-height:17px;word-break:break-all;color:#404040}.post-list-item-container .item-label .item-meta{position:absolute;right:0;bottom:0;width:100%;padding:0 15px 15px;text-align:right}.post-list-item-container .item-label .item-meta .item-meta-date{font-size:12px;position:relative;float:left;padding-top:9px;padding-left:9px;text-align:right;text-transform:none;color:#f1f1f1}@media(max-width:580px){.post-list-item{width:100%;padding:10px 20px}.post-list-item:first-child{padding-top:20px}.archive-page .post-list-item:first-child{padding-top:0}.archive-page .post-list-item:last-child{padding-bottom:0}}@media(max-width:880px){.archive-page{padding:20px 0 0 0}.post-list-item{width:50%;padding:0 7.5px 10px 7.5px}.post-list-item:nth-child(odd){padding-left:15px}.post-list-item:nth-child(even){padding-right:15px}}*,::after,before{box-sizing:border-box}body{line-height:1.6}a,ins{text-decoration:none}pre{line-height:1.6;word-break:break-all;word-wrap:break-word}article{display:block}a:focus,a:hover{outline:0;cursor:pointer}.card-fixed{margin-top:1.5rem}.nokatex{color:#818181}.next-page{text-align:right}.page-nav{margin-top:2em}.copy{margin-bottom:2em;padding:.5em 1em;border-left:3px solid #f44336;background-color:#f5f5f5;list-style:none}.copy a{color:inherit;text-decoration:underline;transition:.2s ease}.copy a:hover{color:#3273dc}.copy p{margin:0}@media only screen and (min-width:1024px){.navbar-custom.is-fixed .nav li a:focus,.navbar-custom.is-fixed .nav li a:hover{color:#000}.navbar-custom.is-fixed .navbar-brand:focus,.navbar-custom.is-fixed .navbar-brand:hover{color:#000}.navbar-custom a,.navbar-custom.is-fixed a{border-top:4px solid transparent}.navbar-custom.is-fixed .nav li a:hover{border-color:#536dfe!important}.navbar-custom.is-fixed .nav li:hover{background:#f8f8f8}.navbar-custom.is-fixed{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);text-shadow:none}.navbar-custom:hover{background-color:#fff;text-shadow:none}.navbar-custom:hover a{color:#404040!important}.navbar-custom.is-fixed .nav li a:focus,.navbar-custom:hover .nav li a:hover{color:#000}.navbar-custom.is-fixed .navbar-brand:focus,.navbar-custom:hover .navbar-brand:hover{color:#000}.navbar-custom:hover .nav li a:hover{border-color:#536dfe!important}.navbar-custom:hover .nav li:hover{background:#f8f8f8}.navbar-custom:hover{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.nav-active{border-color:#e91e63!important}}.mdui-typo{margin-top:1em}a{color:inherit}blockquote{font-family:Roboto,Noto,Helvetica,Arial,sans-serif!important}.blog-content{margin-top:1em}@media only screen and (max-width:600px){.blog-content{padding-left:1em!important}}.header-title{text-shadow:2px 2px 4px #000}.mdui-fab-wrapper .mdui-fab-dial{bottom:56px}pre{background:#fff;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);margin:1rem 0;padding:1em 1em;border:1px solid rgba(0,0,0,.12);border-spacing:0;border-collapse:separate;white-space:pre-wrap}.relate{position:relative}#toc-container{padding-top:190px;position:absolute}#toc-container ul{list-style:none;margin:0;padding:0}.sticky{position:-webkit-sticky;position:sticky;top:100px}#toc li,#toc ul{margin:8px 0;padding-left:0;list-style:none}#toc>ul{position:relative;border-left:1px solid #ddd}#toc ul li a{display:inline-table;margin-left:5px}#toc ul li ul li a{margin-left:15px;color:#828282}#toc ul li ul li ul li a{margin-left:25px;color:#828282}#toc a:hover,#toc a:active{color:#000}.is-active-link{font-weight:700;color:#e91e63!important}.toc-link::before{height:0}.comment-option{width:100%}@media only screen and (min-width:600px){.comment-option{float:left;width:30%;flex:1}.comment-options{display:flex}}.comment{margin-top:2em;padding:16px;}.comment-shadow{border:1px solid rgba(0,0,0,.12);border-spacing:0;border-collapse:separate;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);}.mdui-textfield .mdui-icon~.mdui-textfield-error,.mdui-textfield .mdui-icon~.mdui-textfield-flex-wrap,.mdui-textfield .mdui-icon~.mdui-textfield-helper,.mdui-textfield .mdui-icon~.mdui-textfield-input,.mdui-textfield .mdui-icon~.mdui-textfield-label{margin-left:40px}.card-spacer{height:1em}.comment-list{padding:0}.comment-alert{color:rgba(0,0,0,.65);font-size:12px}.mdui-progress{display:block;position:fixed;z-index:1031;top:0;background-color:transparent}.mdui-progress-indeterminate{background-color:#536dfe}.index-icon{font-size:20px}@media only screen and (min-width:600px){.nav a{height:68px}}.titleBarGobal{position:fixed;height:4pc}#SearchBar>*{opacity:0;-webkit-transition:all .2s;transition:all .2s}#titleBarinPost,.mdui-toolbar,.titleBarinAc{-webkit-transition:all .3s;transition:all .3s;top:0}.outOfSearch{box-sizing:border-box;margin:0 7px;padding:5px 0 5px 9pt;width:30%;height:80%;background-color:#eee;transition:all .7s}.seainput{display:inline-block;box-sizing:border-box;padding:0 0 0 7px;width:100%;height:30px;outline:0;border:0;background:0;font-size:17px;resize:none;-webkit-transition:all .5s;transition:all .5s;-webkit-appearance:none;-moz-appearance:none}.mdui-toolbar{background-color:#fff;height:68px!important}.search-lock{overflow-y:hidden!important}.sea-close:focus,.sea-close:hover{color:inherit}.sea-close{margin-right:20px!important}#hitokoto-from{text-align:right;margin-top:15px;font-size:.9em;color:#666}.mdui-list>a:focus,.mdui-list>a:hover{color:inherit!important}.tag-right{align-items:center;background-color:#f5f5f5;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap;display:flex;margin-left:auto}.tag-list{flex-wrap:wrap;margin-bottom:-.75em;display:flex;justify-content:flex-start;padding:16px .5rem}.tag-list .tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-right:.5rem}.tag-list .tags:hover .name{background-color:#e7e7e7;transition:.2s ease}.tag-list .tags:hover .num{background-color:#bdbdbd;transition:.2s ease}.tag-list .tag{align-items:center;background-color:#f5f5f5;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap;margin-bottom:.5rem;margin-right:0}.tag-list .tags .num{background:#e7e7e7;}.mdui-card-primary{padding-bottom:8px;padding-top:16px}.badge{display:inline-block;min-width:10px;padding:.25em .625em;font-size:.75rem;font-weight:700;color:#fff;vertical-align:baseline;white-space:nowrap;text-align:center;border-radius:0;margin-bottom:.5rem;height:26.6px}.title-fixed:hover{color:#536DFE}.title-fixed{transition:.2s ease;font-size:28px;font-weight:500}.more{margin-left:8px}.mdui-col,[class*="mdui-col-lg-"],[class*="mdui-col-md-"],[class*="mdui-col-sm-"],[class*="mdui-col-xl-"],[class*="mdui-col-xs-"]{padding-right:.8rem;padding-left:.8rem}.mdui-btn,.mdui-card,pre{border-radius:0}img{max-width:100%}.pager{color:rgba(0,0,0,.86);list-style:none;display:flex;justify-content:center;max-width:100%;overflow:auto;position:relative}.pager li.current a{background-color:rgba(0,0,0,.1)}.pager li a,.pager li > span{display:flex;justify-content:center;align-items:center;line-height:1;width:2.4rem;height:2.4rem;transition:.2s ease}.pager li a:hover{background-color:rgba(0,0,0,.1)}
--------------------------------------------------------------------------------
/footer.php:
--------------------------------------------------------------------------------
1 |
2 | footer(); ?>
3 |
4 |
5 | options->useToc): ?>
6 |
7 |
8 | is('post')): ?>
9 | options->useToc): ?>
10 |
11 |
12 |
13 |
14 | options->useHighline): ?>
15 |
16 |
30 |
31 |