mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 20:01:35 +00:00
Removed unused files
This commit is contained in:
+1
-6
@@ -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',
|
||||
|
||||
Binary file not shown.
+67
-67
@@ -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;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 272 B |
Binary file not shown.
|
Before Width: | Height: | Size: 941 B |
Binary file not shown.
|
Before Width: | Height: | Size: 376 B |
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
Reference in New Issue
Block a user