summaryrefslogtreecommitdiff
path: root/public/css/extra.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix hidden MathJax outputSheogorath2019-05-301-1/+11
| | | | | | | | | | | | | | | In order to have a better experience when linking to headlines based on their ID, a patch[1] introduced a new CSS construct to add some space in front of HTML tags with an id field. Therefore they would no longer be hidden by a visible navbar. This cause a regression bug by moving the rendered mathjax out of its visible area. This patch fixes the problem by restricting the previous change to headlines only. [1]: commit c9af13cf34d1b4d66e4c3a590b875669455122a4 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Fix hidden header on linkSheogorath2019-05-241-0/+8
| | | | | | | | | | | | | | | | | When people link a section or use the ToC to scroll to it upwards, it happens that those become hidden behind the navbar. This patch adds a little hack from StackOverflow[1] in order to fix this problem. By adding a pseudo element in front of any field that contains an id, it's possible to add the needed space. There was no negative impact found except of marking around the header areas in the rendered view requires a bit preciser work. This needs some more detailed testing. [1]: https://stackoverflow.com/a/24298427 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* ToC: Some HTML improvements and style fixesSheogorath2018-07-041-0/+4
| | | | | | | | The ToC generated broken HTML with unclosed `<li>` tags. This got fixed as well as some minor optimisation and adding list elements for the subentries so the elements appear in the ToC while scrolling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* :sparkles: Implemented dark theme.Edoardo Odorico2018-01-051-4/+27
| | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
* Fix to hide duplicated MathML elements in static HTML exportingWu Cheng-Han2016-10-291-0/+4
|
* Update markdown styles, follow github styles and font familyWu Cheng-Han2016-08-141-3/+3
|
* Update toc styles to make toc menu always accessible without scrollingWu Cheng-Han2016-08-141-1/+6
|
* Update to add expand and collapse toggle for TOC, keep showing second level ↵Wu Cheng-Han2016-08-021-3/+11
| | | | TOC if there is only one first level TOC
* Update to support slide preview in both modeWu Cheng-Han2016-07-301-0/+2
|
* Update to make slide mode support all extra syntax and change it's rendering ↵Wu Cheng-Han2016-07-021-2/+1
| | | | engine
* Update to support octicon and change header anchor stylesCheng-Han, Wu2016-04-201-24/+0
|
* Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all ↵Cheng-Han, Wu2016-01-311-0/+24
| | | | default styles to allow font fallbacks
* Updated external media layouts, too keep its ratio and enlarge to 100% widthWu Cheng-Han2016-01-171-5/+45
|
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-0/+63
| | | | the note with robots, lang, dir, breaks options
* Updated toc-dropdown margin-topWu Cheng-Han2015-09-251-1/+1
|
* Added support of print and unselectable styles, updated vimeo and youtube ↵Wu Cheng-Han2015-09-251-6/+35
| | | | parsing method for this
* Jump to 0.3.1Wu Cheng-Han2015-07-021-1/+171
|
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+47