1) move JavaScript-code to scripts.js

2) add image sources for Questtext images
This commit is contained in:
oliver 2015-08-21 10:25:47 +02:00
commit 21444a6047
4 changed files with 109 additions and 23 deletions

View file

@ -129,8 +129,10 @@ aside{display:none}
.qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;max-height:200px;overflow:hidden}
.qtext{padding-right:15px}
.qtext img,.grpqimg{float:right;margin-left:15px;max-width:30%;max-height:200px;border-radius:3px}
.qtext .source{display:none}
#imagelightbox{cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba( 0, 0, 0, .75 ); -moz-box-shadow:0 0 3.125em rgba( 0, 0, 0, .75 );box-shadow:0 0 3.125em rgba( 0, 0, 0, .75 )}
#imagelightbox-caption{position:fixed;z-index:10001}
.xpinfo{display:none}
.xpbar{width:60%;float:left;height:10px;position:relative;background:#eee;border-radius:25px;margin:8px 0 16px}