mirror of https://github.com/Requarks/wiki.git
NGPixel
8 years ago
13 changed files with 114 additions and 25 deletions
Split View
Diff Options
-
2assets/css/app.css
-
2assets/css/libs.css
-
2assets/js/app.js
-
2assets/js/libs.js
-
5client/js/app.js
-
2client/scss/app.scss
-
32client/scss/layout/_content.scss
-
2controllers/pages.js
-
6gulpfile.js
-
67models/markdown.js
-
4package.json
-
2views/common/header.pug
-
11views/pages/view.pug
2
assets/css/app.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
assets/css/libs.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1 +1 @@ |
|||
"use strict";jQuery(document).ready(function(e){e("a").smoothScroll({speed:"auto"})}); |
|||
"use strict";jQuery(document).ready(function(e){e("a").smoothScroll({speed:400,offset:-20});new Sticky(".stickyscroll")}); |
2
assets/js/libs.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,32 @@ |
|||
|
|||
.mkcontent { |
|||
|
|||
h1 { |
|||
border-bottom: 1px dotted $grey-light; |
|||
padding-bottom: 4px; |
|||
font-weight: 400; |
|||
color: $grey-dark; |
|||
} |
|||
|
|||
a.toc-anchor { |
|||
font-size: 80%; |
|||
color: $purple; |
|||
border-bottom: none; |
|||
} |
|||
|
|||
.hljs { |
|||
padding: 0; |
|||
border-bottom: 1px solid $grey-light; |
|||
border-right: 1px solid $grey-light; |
|||
border-radius: 3px; |
|||
} |
|||
|
|||
pre + p { |
|||
padding-top: 1em; |
|||
} |
|||
|
|||
img.right { |
|||
float:right; |
|||
} |
|||
|
|||
} |
Write
Preview
Loading…
Cancel
Save