finding toc

This commit is contained in:
Van
2016-10-13 00:24:04 +08:00
parent 72b70b53d6
commit 511da4114b
11 changed files with 444 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.1.1, Nov 7, 2015
* @version 1.1.1.1, Oct 13, 2016
*/
/* start reset */
html {
@@ -32,7 +32,7 @@ html {
body {
height: 100%;
max-height: 100%;
font-family: "Microsoft Yahei", 'Helvetica';
font-family: "Merriweather", "Microsoft Yahei", 'Helvetica';
letter-spacing: 0.01rem;
font-size: 1.8rem;
line-height: 1.75em;
@@ -363,6 +363,18 @@ pre code, pre tt {
-moz-osx-font-smoothing: grayscale;
}
.nav .current[class^="icon-"]:before {
color: #9EABB3;
}
.icon-sitemap:before {
content: "\e900";
}
.icon-list:before {
content: "\e901";
}
.icon-arrow-left:before {
content: "\f605";
font-size: 3.5rem;
@@ -370,7 +382,10 @@ pre code, pre tt {
.icon-menu:before {
content: "\f609";
vertical-align: sub;
}
.main-header .icon-menu:before {
vertical-align: -4px;
}
.icon-login:before {