Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
javascript /
jquery-tablesorter /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
less
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
scss
[ DIR ]
drwxr-xr-x
2025-06-07 09:54
dragtable.mod.css
2.18
KB
-rw-r--r--
2020-03-03 13:46
filter.formatter.css
5.36
KB
-rw-r--r--
2020-03-03 13:46
highlights.css
3.11
KB
-rw-r--r--
2020-03-03 13:46
jquery.tablesorter.pager.css
978
B
-rw-r--r--
2020-03-03 13:46
theme.blackice.css
5.64
KB
-rw-r--r--
2021-11-21 21:19
theme.blue.css
7.11
KB
-rw-r--r--
2020-03-03 13:46
theme.bootstrap.css
6.48
KB
-rw-r--r--
2020-03-03 13:46
theme.bootstrap_2.css
6.27
KB
-rw-r--r--
2020-03-03 13:46
theme.bootstrap_3.css
6.36
KB
-rw-r--r--
2020-03-03 13:46
theme.bootstrap_4.css
7.81
KB
-rw-r--r--
2020-03-03 13:46
theme.dark.css
5.52
KB
-rw-r--r--
2020-03-03 13:46
theme.default.css
5.66
KB
-rw-r--r--
2020-03-03 13:46
theme.dropbox.css
7.78
KB
-rw-r--r--
2020-03-03 13:46
theme.green.css
8.57
KB
-rw-r--r--
2020-03-03 13:46
theme.grey.css
7.97
KB
-rw-r--r--
2020-03-03 13:46
theme.ice.css
6.79
KB
-rw-r--r--
2020-03-03 13:46
theme.jui.css
4.54
KB
-rw-r--r--
2020-03-03 13:46
theme.materialize.css
7.26
KB
-rw-r--r--
2020-03-03 13:46
theme.metro-dark.css
6.45
KB
-rw-r--r--
2020-03-03 13:46
widget.grouping.css
763
B
-rw-r--r--
2020-03-03 13:46
Save
Rename
/* CSS Column & Row Hightlights - matches the blue theme * See https://mottie.github.io/tablesorter/docs/example-css-highlighting.html */ table.hover-highlight td:before, table.focus-highlight td:before { background: #fff; } /* ODD ZEBRA STRIPE color (needs zebra widget) */ .hover-highlight .odd td:before, .hover-highlight .odd th:before, .focus-highlight .odd td:before, .focus-highlight .odd th:before { background: #ebf2fa; } /* EVEN ZEBRA STRIPE color (needs zebra widget) */ .hover-highlight .even td:before, .hover-highlight .even th:before, .focus-highlight .even td:before, .focus-highlight .even th:before { background-color: #fff; } /* FOCUS ROW highlight color (touch devices) */ .focus-highlight td:focus::before, .focus-highlight th:focus::before { background-color: lightblue; } /* FOCUS COLUMN highlight color (touch devices) */ .focus-highlight td:focus::after, .focus-highlight th:focus::after { background-color: lightblue; } /* FOCUS CELL highlight color */ .focus-highlight th:focus, .focus-highlight td:focus, .focus-highlight .even th:focus, .focus-highlight .even td:focus, .focus-highlight .odd th:focus, .focus-highlight .odd td:focus { background-color: #d9d9d9; color: #333; } /* HOVER ROW highlight colors */ table.hover-highlight tbody > tr:hover > td, /* override tablesorter theme row hover */ table.hover-highlight tbody > tr.odd:hover > td, table.hover-highlight tbody > tr.even:hover > td { background-color: #ffa; } /* HOVER COLUMN highlight colors */ .hover-highlight tbody tr td:hover::after, .hover-highlight tbody tr th:hover::after { background-color: #ffa; } /* ************************************************* */ /* **** No need to modify the definitions below **** */ /* ************************************************* */ .focus-highlight td:focus::after, .focus-highlight th:focus::after, .hover-highlight td:hover::after, .hover-highlight th:hover::after { content: ''; position: absolute; width: 100%; height: 999em; left: 0; top: -555em; z-index: -1; } .focus-highlight td:focus::before, .focus-highlight th:focus::before { content: ''; position: absolute; width: 999em; height: 100%; left: -555em; top: 0; z-index: -2; } /* required styles */ .hover-highlight, .focus-highlight { overflow: hidden; } .hover-highlight td, .hover-highlight th, .focus-highlight td, .focus-highlight th { position: relative; outline: 0; } /* override the tablesorter theme styling */ table.hover-highlight, table.hover-highlight tbody > tr > td, table.focus-highlight, table.focus-highlight tbody > tr > td, /* override zebra styling */ table.hover-highlight tbody tr.even > th, table.hover-highlight tbody tr.even > td, table.hover-highlight tbody tr.odd > th, table.hover-highlight tbody tr.odd > td, table.focus-highlight tbody tr.even > th, table.focus-highlight tbody tr.even > td, table.focus-highlight tbody tr.odd > th, table.focus-highlight tbody tr.odd > td { background: transparent; } /* table background positioned under the highlight */ table.hover-highlight td:before, table.focus-highlight td:before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -3; }