more design : each theme has his own background

This commit is contained in:
2017-02-24 19:56:03 +01:00
parent fc8070a669
commit 242d6b0336
31 changed files with 1719 additions and 671 deletions
@@ -48,11 +48,11 @@
console.log('win :'+winwidth+' | '+winheight);
if (winwidth < winheight) {
console.log("Width target");
// console.log("Width target");
var w = winwidth*0.9;
var h = w*(360/640);
}else{
console.log("height target");
// console.log("height target");
var h = winheight*0.9;
var w = h*(640/360);
}