mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00

- to minimize pop-in of images and mathjax, fade the previous card out and fade the next card in - render the answer at the same time as the question so it can be shown immediately - move reviewer css to separate file - remove image preloading code that should no longer be necessary
10 lines
393 B
CSS
10 lines
393 B
CSS
hr { background-color:#ccc; margin: 1em; }
|
|
body { margin:1.5em; }
|
|
img { max-width: 95%; max-height: 95%; }
|
|
.marked { position:fixed; right: 7px; top: 7px; display: none; }
|
|
#typeans { width: 100%; }
|
|
.typeGood { background: #0f0; }
|
|
.typeBad { background: #f00; }
|
|
.typeMissed { background: #ccc; }
|
|
#qa { position: relative; }
|
|
.qaelem { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
|