anki icon indicating copy to clipboard operation
anki copied to clipboard

Minor css changes

Open badlydrawnrob opened this issue 9 years ago • 1 comments

Add useful CSS to this gist

Skylighting (fenced code blocks)

  • [ ] #95
  • [ ] #107
  • [ ] https://github.com/badlydrawnrob/print-first-css/issues/57
  • [ ] #125

General

  • [x] Make sure rem is behaving properly
  • [ ] Make sure all content (including pre blocks) is smaller in the Notes section
  • [ ] Double-check light theme (for inline code and notes sections)
  • [ ] Image alignment, background img + pre (see below)
  • [ ] Make all table headers and content centre aligned, or at least, consistant
    • Or rely on Markdown generated inline css?
    • Extra notes padding?
  • [x] Ordered lists (and possibly data lists) need to be left aligned, or consistent.
  • [x] Reduce the size of blockquotes
  • [x] Padding bottom on code blocks in notes
    • Remember PFP generates only <pre> and not <pre><code> blocks
  • [x] check Syntax: inline code <i> and <q> actually highlight code
    • [x] Remove inline highlighting?
      • Perhaps a basic code block + pygments is plenty.
      • At the very least, it could do with simplification (perhaps just <b> and <i>)
pre-margin-bottom pre-margin-top anki-css-tables screen shot 2016-10-27 at 16 55 22

badlydrawnrob avatar Oct 26 '16 17:10 badlydrawnrob

Image alignment bug:

anki-image-bug

badlydrawnrob avatar May 07 '19 15:05 badlydrawnrob