📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: etalage.css
/* * Title: jQuery Etalage plugin CSS * Author: Berend de Jong, Frique * Author URI: http://www.frique.me/ * Version: 1.3.1 (20120705.1) * * ------------------------------------ STYLE ------------------------------------ * Edit this section to style your thumbnails, zoom area, magnifier etc. * If the id of your Etalage instance is different, do a find/replace on #etalage. * ------------------------------------------------------------------------------- */ /* Etalage container (large thumb + small thumbs): */ #etalage{ display: none; } /* Large thumbnail: */ #etalage .etalage_thumb{ background: white url(../images/loading.gif) center no-repeat; } /* Large thumbnail - image (in case you want to add a border around the image within the frame) */ #etalage .etalage_thumb_image{ } /* Small thumbnails: */ #etalage .etalage_small_thumbs li{ border: 1px solid #ddd; margin: 10px; cursor:pointer; } /* The one on the left that makes them slide */ #etalage ul li.etalage_smallthumb_first{ } /* The one on the right that makes them slide */ #etalage ul li.etalage_smallthumb_last{ } /* The currently active one */ #etalage ul li.etalage_smallthumb_active{ } /* Zoomed image area: */ #etalage .etalage_zoom_area, .etalage_zoom_area{ background: white url(../images/loading.gif) center no-repeat; } /* Magnifier area (thumbnail hovering rectangle): */ #etalage .etalage_magnifier{ background: white; border: 1px solid #bbb; } /* Icon that will apear at the left bottom of the large thumbnail (optional): */ #etalage .etalage_icon{ background: url(../images/zoom.png) no-repeat; width: 104px; height: 104px; } /* Hint that will apear at the top right of the large thumbnail (optional): */ #etalage .etalage_hint{ background: url(../images/hint.gif) no-repeat; width: 130px; height: 57px; } /* Description area (optional) */ #etalage .etalage_description{ background: white; font-style: italic; margin: 10px; padding: 6px 10px; } /* * ------------------------------------ FUNCTIONALITY -------------------------------------- * The following CSS serves to make Etalage function properly. Don't edit or edit carefully. * ----------------------------------------------------------------------------------------- */ .etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint{ display:none } .etalage_source_image{ display:none !important; } .etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description{ margin:0; padding:0; border:0; list-style:none } .etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img{ position:relative } .etalage img, .etalage li{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none } .etalage, .etalage_small_thumbs li{ float:left } .etalage_small_thumbs li img{ width:60px !important; height:100% !important; } .etalage_small_thumbs{ width:100% !important; } .etalage_right{ float:right } .etalage li{ position:absolute } .etalage img{ vertical-align:bottom; max-width:none; } .etalage_thumb_image{ width:100% !important; } .etalage_zoom_area div{ width:530px !important; } .etalage_magnifier{ cursor:default } .etalage_magnifier div, .etalage_small_thumbs{ overflow:hidden } .etalage_magnifier div img{ display:none } .etalage_icon, .etalage_hint{ cursor:default; width:0; height:0; overflow:hidden } .etalage_small_thumbs li.vertical{ float:none } .etalage_zoom_area{ z-index:996 } .etalage_zoom_area div{ overflow:hidden; z-index:997 } .etalage_zoom_preview{ position:absolute; z-index:998 } .etalage_zoom_img, .etalage_hint{ z-index:999 } .etalage{ direction:ltr; } div.etalage_description{ position:absolute; bottom:0; left:0; z-index:999 } div.etalage_description.rtl{ direction:rtl; text-align:right } @media only screen and (max-width: 768px) { .etalage_zoom_area div{ width:380px !important; } } @media only screen and (max-width: 480px) { .etalage_zoom_area div{ display:none; } } @media only screen and (max-width: 320px) { #etalage .etalage_thumb{ width:90% !important; } ul#etalage { width: 265px !important; height: 533px; } }
Save