summaryrefslogtreecommitdiff
path: root/public/css (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-10Remove dead package octiconSheogorath1-18/+19
Octicon no longer provides its CSS classes and this way is useless in CodiMD. Replacing all used classes in the UI and remove it from build system. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-07-04ToC: Some HTML improvements and style fixesSheogorath1-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>
2018-07-03Fix some night mode colorsSheogorath2-1/+14
We have some issues with night mode and the font color. This should fix this in the permission table and the delete node modal. As well as some picture styling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-06-19Add a toolbar to Codemirror editorEdgar Zanella Alvarenga1-0/+18
Signed-off-by: Edgar Zanella Alvarenga <e@vaz.io>
2018-05-31fix(slide): adjust checkbox sizeliuderchi1-1/+2
- to override rules in css/github-extract.css with `!important` already Signed-off-by: liuderchi <liuderchi@gmail.com>
2018-04-05Fix code blocks color in night modeSheogorath1-0/+5
This provides more eye-friendly code boxes when night mode is active. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-29Fix modal and panel colors in night modeSheogorath1-2/+16
Night mode provides a generally, dark interface. This fix provides the needed CSS to also turn modal and panels into night mode design as well. This mainly effects the help modal. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-02-26Update styles of details, summary and figureMax Wu1-2/+14
Signed-off-by: Max Wu <jackymaxj@gmail.com>
2018-02-25Extend HTML5 support by whitelisting various tagsSheogorath1-0/+9
HTML5 provides a wide feature set of useful elements. Since Markdown usually supports HTML it should be able to use these HTML5 tags as well. As they were requested by some users and they where checked for being safe, whitelisting them isn't a problem. To make the experience the same as on GitHub when it comes to the basic look and feel of the rendered markdown, some CSS was added to make the summary and the details tag look like on GitHub. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-01-05:sparkles: Implemented dark theme.Edoardo Odorico4-10/+174
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
2017-10-23Externalise trivial inline styles from slide.ejsLiterallie1-1/+18
Dynamic background images need some further work
2017-03-26Add support of abcjsWu Cheng-Han2-6/+12
2017-01-21Add screenshot on index pageWu Cheng-Han1-0/+6
2017-01-16Update index layout to add profile on navbarWu Cheng-Han1-3/+19
2017-01-13Fix permission dropdown text might out of range in smaller screenWu Cheng-Han1-0/+3
2017-01-12Workaround text shadow for font antialias might cause cut off in EdgeWu Cheng-Han1-1/+1
2016-12-18Fix slide print-pdf mode scrollbar might be visibleWu Cheng-Han1-1/+1
2016-12-15Fix gist-embed styles conflictsWu Cheng-Han1-0/+13
2016-12-12Fix reveal fade class conflict with bootstrap tooltip css and scrollbar ↵Wu Cheng-Han1-0/+7
might show up in print mode
2016-12-04Fix preferences checkbox might not vertical aligned in some browsersWu Cheng-Han1-0/+5
2016-12-04Add preferences to editor status bar and make allow override browser keymap ↵Wu Cheng-Han1-2/+14
option
2016-12-02Update to support optional email register and signinWu Cheng-Han1-0/+3
2016-11-28Remove unused css filesWu Cheng-Han10-38934/+0
2016-11-28Fix slide preview styles might overwrite code block stylesWu Cheng-Han1-2/+6
2016-11-28Update editor other cursor classes and adding option for other cursors ↵Wu Cheng-Han1-11/+2
features in CodeMirror
2016-11-14Remove uesless executable permission for static filesPeter Dave Hello2-0/+0
2016-11-07Fix index social foot styleWu Cheng-Han1-0/+1
2016-11-03Rename google font cssYukai Huang1-0/+0
2016-11-03Remove html.min.css since it will be built via webpack afterwardsWu Cheng-Han1-1/+0
2016-11-03Seperate cdn/local google font cssYukai Huang3-2/+210
2016-10-29Fix slide export pdf styles not applied issue and add shiv and shim for IEWu Cheng-Han1-0/+12
2016-10-29Fix to hide duplicated MathML elements in static HTML exportingWu Cheng-Han2-1/+5
2016-10-25Fix index select2 input padding and font-family to meet bootstrap input styleWu Cheng-Han1-0/+4
2016-10-21Update html.min.css for export html templateWu Cheng-Han1-1/+1
2016-10-21Fix markdown styles conflicting bootstrap on p and ul under alert areaWu Cheng-Han1-1/+6
2016-10-19Fix index social-foot stylesWu Cheng-Han1-1/+2
2016-10-15Fix index styleWu Cheng-Han1-1/+1
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han1-0/+8
2016-09-18Fix text might get cutoff again for IE and Edge seriesWu Cheng-Han1-1/+1
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-0/+4
for now
2016-08-15Update to hide scrollbar (but scrollable) in the slide modeWu Cheng-Han1-0/+19
2016-08-15Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han1-0/+26
disqus via yaml-metadata
2016-08-15Fix text-shadow for text antialiased might cause IE or Edge text cutoffWu Cheng-Han1-1/+1
2016-08-15Improve index layout and UX with UI adjustments and better wordingWu Cheng-Han1-3/+33
2016-08-14Update slide font stylesWu Cheng-Han1-7/+7
2016-08-14Update markdown styles, follow github styles and font familyWu Cheng-Han4-100/+248
2016-08-14Update slide mode, now respect all meta settings and update default stylesWu Cheng-Han1-1/+12
2016-08-14Update toc styles to make toc menu always accessible without scrollingWu Cheng-Han1-1/+6
2016-08-02Update to add expand and collapse toggle for TOC, keep showing second level ↵Wu Cheng-Han2-4/+12
TOC if there is only one first level TOC
2016-07-30Workaround slides, overview been cutoff and text became blurry in Firefox 47+Wu Cheng-Han1-0/+9