diff --git a/__resource.lua b/__resource.lua index f7a49666..2f2390ac 100644 --- a/__resource.lua +++ b/__resource.lua @@ -36,18 +36,13 @@ ui_page 'html/ui.html' files { 'html/ui.html', - 'html/bankgothic.ttf', - 'html/pdown.ttf', - 'html/css/app.css', 'html/scripts/mustache.min.js', 'html/scripts/app.js', - 'html/img/cursor.png', - 'html/img/keys/enter.png', - 'html/img/keys/return.png', 'html/img/phone.png', + 'html/img/icons/signal.png', 'html/img/icons/rep.png', 'html/img/icons/msg.png', diff --git a/html/bankgothic.ttf b/html/bankgothic.ttf deleted file mode 100644 index f3d8049b..00000000 Binary files a/html/bankgothic.ttf and /dev/null differ diff --git a/html/css/app.css b/html/css/app.css index d02ccc9c..b1a4a4f4 100644 --- a/html/css/app.css +++ b/html/css/app.css @@ -5,9 +5,9 @@ html, body { } #cursor { - position: absolute; - z-index: 999999; - display: none; + position: absolute; + z-index: 999999; + display: none; } #console { @@ -19,7 +19,7 @@ html, body { background-color: rgba(0, 0, 0, 0.8); color: white; padding: 5px; - overflow-y: auto; + overflow-y: auto; overflow-x: hidden; } @@ -40,13 +40,13 @@ html, body { display: none; } -#phone > .container { +#phone>.container { position: absolute; - top: 59px; - left: 46px; - width: 207px; - height: 365px; - background-repeat: no-repeat; + top: 59px; + left: 46px; + width: 207px; + height: 365px; + background-repeat: no-repeat; overflow: hidden; } @@ -54,17 +54,17 @@ html, body { position: relative; text-transform: uppercase; text-align: center; - height: 20px; - line-height: 20px; - background-color: black; + height: 20px; + line-height: 20px; + background-color: black; z-index: 5; } #phone-icon { display: block; position: absolute; - height: 12px; - line-height: 20px; + height: 12px; + line-height: 20px; top: 4px; right: 5px; } @@ -72,17 +72,17 @@ html, body { #phone-number { display: block; position: absolute; - height: 20px; - line-height: 20px; + height: 20px; + line-height: 20px; top: 0; left: 5px; color: white; } #phone .menu { - max-height: 320px; - overflow-y: scroll; - z-index: 1; + max-height: 320px; + overflow-y: scroll; + z-index: 1; } #phone .menu .home { @@ -124,8 +124,8 @@ html, body { background-image: url("../img/icons/msg.png"); } -#phone .menu::-webkit-scrollbar { - display: none; +#phone .menu::-webkit-scrollbar { + display: none; } #phone .menu .phone-icon.selected, #phone .menu .phone-icon:hover { @@ -148,7 +148,7 @@ html, body { left: 0; } -.screen > .container { +.screen>.container { position: absolute; top: 50px; left: 0; @@ -282,19 +282,19 @@ html, body { } .actions .gps { - display: none; - width: 24px; - height: 24px; - background: transparent url(../img/icons/location.png) no-repeat 50%; - cursor: pointer; + display: none; + width: 24px; + height: 24px; + background: transparent url(../img/icons/location.png) no-repeat 50%; + cursor: pointer; } .actions .ok-btn { - display: none; - width: 24px; - height: 24px; - background: transparent url(../img/icons/ok.png) no-repeat 50%; - cursor: pointer; + display: none; + width: 24px; + height: 24px; + background: transparent url(../img/icons/ok.png) no-repeat 50%; + cursor: pointer; } .actions .new-msg.anonyme, .contact .actions .new-msg { @@ -310,37 +310,37 @@ html, body { } #writer textarea { - width: 207px; - min-width: 207px; - max-width: 207px; - height: 255px; - min-height: 255px; - max-height: 255px; - background-color: #f1f1f1; - border: none; - box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset; - padding: 5px; + width: 207px; + min-width: 207px; + max-width: 207px; + height: 255px; + min-height: 255px; + max-height: 255px; + background-color: #f1f1f1; + border: none; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset; + padding: 5px; outline: none; } #writer label { - display: block; - width: 100%; - height: 30px; - line-height: 34px; - background-color: #f1f1f1; - border: none; - box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset; - font-size: 14px; - font-weight: 600; - color: #6b6b6b; + display: block; + width: 100%; + height: 30px; + line-height: 34px; + background-color: #f1f1f1; + border: none; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset; + font-size: 14px; + font-weight: 600; + color: #6b6b6b; } #writer label input { - top: 2px; - position: relative; - left: 5px; - margin-right: 10px; + top: 2px; + position: relative; + left: 5px; + margin-right: 10px; } #writer button, #contact button { @@ -379,14 +379,14 @@ html, body { } #contact input { - display: block; - width: 100%; - height: 30px; - line-height: 30px; - padding: 2px 5px; - background-color: #f1f1f1; - border: none; - border-bottom: 1px solid rgba(0, 0, 0, 0.3); - outline: none; - box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset; + display: block; + width: 100%; + height: 30px; + line-height: 30px; + padding: 2px 5px; + background-color: #f1f1f1; + border: none; + border-bottom: 1px solid rgba(0, 0, 0, 0.3); + outline: none; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) inset; } \ No newline at end of file diff --git a/html/img/cursor.png b/html/img/cursor.png deleted file mode 100644 index 39536f95..00000000 Binary files a/html/img/cursor.png and /dev/null differ diff --git a/html/img/keys/enter.png b/html/img/keys/enter.png deleted file mode 100644 index 3eb9a1f6..00000000 Binary files a/html/img/keys/enter.png and /dev/null differ diff --git a/html/img/keys/return.png b/html/img/keys/return.png deleted file mode 100644 index a3ca125a..00000000 Binary files a/html/img/keys/return.png and /dev/null differ diff --git a/html/img/pointer.png b/html/img/pointer.png deleted file mode 100644 index 9e1fcd47..00000000 Binary files a/html/img/pointer.png and /dev/null differ diff --git a/html/pdown.ttf b/html/pdown.ttf deleted file mode 100644 index 69c76cf3..00000000 Binary files a/html/pdown.ttf and /dev/null differ