mdBook/src/theme
Matt Ickstadt f01bf88e69 Fix several theme issues (#648)
* Don't hide page content when displaying search

* Decrease sidebar animation time

* Fix search key event handler
which wasn't completely de-jqueryified.

* Avoid reflowing page content on small screens
This reduces jank caused by reflowing the page text while animating the
sidebar, and it looks nicer.

* Don't use HTMLParentNode.prepend()
since edge doesn't support it yet

* Don't animate menu border bottom color
since it's the same color as the background, which isn't animated.

* Small CSS improvments
- Remove invalid `pointer: cursor` style
- Disable transitions for noscript to stop page from spazzing on every load
- Add `cursor: pointer` to mark
- Disable `cursor: pointer` on noscript menu-title

* JS fixes

- Load MathJax async
- Always use local fontawesome and clipboard.js
- Move js class to html element to make theme switching easier

* Give the print button a bit more margin
2018-04-09 12:10:44 +08:00
..
_FontAwesome Local fallback for Font Awesome #46 2015-09-13 20:03:34 +02:00
playpen_editor Fix several theme issues (#648) 2018-04-09 12:10:44 +08:00
searcher Fix several theme issues (#648) 2018-04-09 12:10:44 +08:00
stylus Fix several theme issues (#648) 2018-04-09 12:10:44 +08:00
ayu-highlight.css Add Ayu theme 2017-06-06 16:35:44 -04:00
book.css Fix several theme issues (#648) 2018-04-09 12:10:44 +08:00
book.js Fix several theme issues (#648) 2018-04-09 12:10:44 +08:00
clipboard.min.js Added local fallback for clipboard.js 2017-05-31 21:51:19 +02:00
favicon.png Add default favicon.png 2016-02-22 16:59:53 +01:00
header.hbs Adding a header partial integration #453 2017-11-30 21:48:29 -08:00
highlight.css Updated highlight.js to v9.12.0 2017-05-31 15:12:20 +02:00
highlight.js Updated highlight.js to v9.12.0 2017-05-31 15:12:20 +02:00
index.hbs Fix several theme issues (#648) 2018-04-09 12:10:44 +08:00
mod.rs Replace tempdir by tempfile (#650) 2018-03-27 07:47:37 +08:00
tomorrow-night.css Add tomorrow night as dark code highlighting theme 2015-09-14 05:08:48 -04:00