Experiments with appcache

This commit is contained in:
Yord 2015-03-22 19:47:45 +01:00
parent 72df9fd8d0
commit ba848d18bd
4 changed files with 260 additions and 9 deletions

View file

@ -9,13 +9,7 @@ tags: [Character Cards]
div#pic { margin-top: 150px; width: 350px; height: 350px; overflow: hidden; }
div#pic > img { min-width: 350px; min-height: 500px; }
#portrait input.url {
z-index: 1000;
position: absolute;
font-size: 1em;
display: none;
margin-top: 500px;
width: 350px; }
#portrait input.url { z-index: 1000; position: absolute; font-size: 1em; display: none; margin-top: 500px; width: 350px; }
#portrait input.top, #portrait input.left, #portrait input.width { display: none; }
#seed { display: block; width: 100%; max-height: 26px; overflow: none; }