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

- the bulk of image use is in webviews, so we move almost all used images to web/imgs, as it's easier to manage - change AnkiWebView to always use the local media server as a base, as much of the UI has come to depend on it - remove images from a few areas, as they felt dated - delete a bunch of unused images - href=# links were being opened in a browser window, so the code now ignores them - the HTML should really be updated to return false in the onclick handler - update a few icons
8 lines
322 B
CSS
8 lines
322 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; width: 24px; height: 24px; display: none; }
|
|
#typeans { width: 100%; }
|
|
.typeGood { background: #0f0; }
|
|
.typeBad { background: #f00; }
|
|
.typeMissed { background: #ccc; }
|