Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.117.140.82
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp /
public /
myadmin /
themes /
metro /
scss /
Delete
Unzip
Name
Size
Permission
Date
Action
_codemirror.scss
1.32
KB
-rw-r--r--
2021-02-05 18:29
_common.scss
63.09
KB
-rw-r--r--
2021-02-05 18:29
_designer.scss
7.07
KB
-rw-r--r--
2021-02-05 18:29
_enum-editor.scss
946
B
-rw-r--r--
2021-02-05 18:29
_gis.scss
437
B
-rw-r--r--
2021-02-05 18:29
_icons.scss
11.15
KB
-rw-r--r--
2021-02-05 18:29
_jqplot.scss
4.76
KB
-rw-r--r--
2021-02-05 18:29
_navigation.scss
8.36
KB
-rw-r--r--
2021-02-05 18:29
_resizable-menu.scss
565
B
-rw-r--r--
2021-02-05 18:29
_rte.scss
676
B
-rw-r--r--
2021-02-05 18:29
_variables.scss
4.43
KB
-rw-r--r--
2021-02-05 18:29
blueeyes-theme-rtl.scss
60
B
-rw-r--r--
2021-02-05 18:29
blueeyes-theme.scss
43
B
-rw-r--r--
2021-02-05 18:29
mono-theme-rtl.scss
56
B
-rw-r--r--
2021-02-05 18:29
mono-theme.scss
39
B
-rw-r--r--
2021-02-05 18:29
printview.scss
2.5
KB
-rw-r--r--
2021-02-05 18:29
redmond-theme-rtl.scss
59
B
-rw-r--r--
2021-02-05 18:29
redmond-theme.scss
42
B
-rw-r--r--
2021-02-05 18:29
teal-theme-rtl.scss
56
B
-rw-r--r--
2021-02-05 18:29
teal-theme.scss
39
B
-rw-r--r--
2021-02-05 18:29
theme-rtl.scss
35
B
-rw-r--r--
2021-02-05 18:29
theme.scss
299
B
-rw-r--r--
2021-02-05 18:29
Save
Rename
// Styles for CodeMirror editor for the Metro theme $textarea-cols: 40 !default; $textarea-rows: 15 !default; .CodeMirror { font-family: $font-family-fixed !important; height: ceil($textarea-rows * 1.2em); border: 1px solid #ccc; direction: ltr; } #pma_console .CodeMirror { border: none; } .CodeMirror * { font-family: $font-family-fixed; } #inline_editor_outer .CodeMirror { height: ceil($textarea-rows * 0.4em); margin-bottom: 10px; } .insertRowTable .CodeMirror { height: ceil($textarea-rows * 0.6em); width: ceil($textarea-cols * 0.6em); } #pma_console .CodeMirror-gutters { background-color: initial; border: none; } span { &.cm-keyword, &.cm-statement-verb { color: #909; } &.cm-variable { color: black; } &.cm-comment { color: #808000; } &.cm-mysql-string { color: #008000; } &.cm-operator { color: fuchsia; } &.cm-mysql-word { color: black; } &.cm-builtin { color: #f00; } &.cm-variable-2 { color: #f90; } &.cm-variable-3 { color: #00f; } &.cm-separator { color: fuchsia; } &.cm-number { color: teal; } } .autocomplete-column-name { display: inline-block; } .autocomplete-column-hint { display: inline-block; float: $right; color: #666; margin-#{$left}: 1em; } .CodeMirror-hints { z-index: 999; }