Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
static /
wpadmin /
less /
menus /
Delete
Unzip
Name
Size
Permission
Date
Action
common.less
4.6
KB
-rw-r--r--
2026-06-24 16:29
left-menu.less
3.08
KB
-rw-r--r--
2026-06-24 16:29
top-menu.less
762
B
-rw-r--r--
2026-06-24 16:29
Save
Rename
@import "../mixins.less"; // left menu and submenus width @left-menu-width: 160px; // folded menu width @folded-menu-width: 36px; // top menu height @top-menu-height: 34px; @submenu-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); .wp-menu { list-style: none outside none; margin: 0; padding: 0; font-size: 14px; line-height: 18px; * { -moz-user-select: none; } a { outline: none; display: block; .transition(all 0.3s ease); &:hover { text-decoration: none !important; } } li { cursor: pointer; margin: 0; padding: 0; list-style: none; &.wp-no-url { & > a, & > .wp-menu-image a { cursor: default; } } } .wp-menu-top { min-height: 34px; position: relative; font-size: inherit; & > a { font-weight: 400; padding: 8px 0; line-height: 18px; position: relative; } .wp-menu-image { float: left; height: 34px; width: @folded-menu-width; position: relative; z-index: 10; a { padding: 0; line-height: 34px; text-align: center; font-size: 1.2em; } } &.wp-has-add-url { & > a { padding-right: 1.5em; min-width: 8.5em; &.wp-add-url { position: absolute; right: 0; top: 0; min-width: 1em; padding-right: 5px; } } } &.wp-has-submenu.wp-menu-not-open:hover:after { content: ""; border: 8px solid rgba(0,0,0,0); display: block; height: 0; width: 0; position: absolute; top: 50%; right: 0; margin-top: -8px; z-index: 10000; pointer-events: none; } } // .wp-menu-top .wp-submenu { display: none; width: @left-menu-width; padding: 0 8px 8px 0; margin: 0; position: absolute; z-index: 999; list-style: none; font-size: 13px; line-height: 1.2em; .wp-submenu-wrap { .box-shadow(@submenu-shadow); position: relative; width: @left-menu-width; .wp-submenu-head { display: none; font-size: 14px; line-height: 18px; cursor: default; padding: 8px 4px 8px 11px; margin-bottom: -4px; } ul { padding: 7px 0 8px; margin: 0; list-style: none; li { margin: 0; padding: 0; font-size: inherit; position: relative; a { padding: 6px 12px; } &.wp-has-add-url { overflow: hidden; & > a:first-child { // @left-menu-width minus: // 12px (link left padding) // 12px (link right padding) // 10px (width of add url) // 8px (left add url padding) // 8px (right add url padding) // SUM: 12 + 12 + 10 + 8 + 8 = 50 width: (@left-menu-width - 50px); float: left; } & > a.wp-add-url { width: 10px; padding-left: 8px; padding-right: 8px; float: right; } } &.wp-has-submenu { & > a:first-child { position: relative; &:after { content: "\f0da"; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; font-size: 11px; position: absolute; top: 7px; right: 9px; opacity: 0.5; } } &:hover > a:first-child:after { opacity: 1; } } &.wp-current { font-weight: 600; } } // li } // ul } // .wp-submenu-wrap .wp-submenu { left: @left-menu-width !important; top: -7px !important; .wp-submenu-head { display: none !important; } } } // .wp-submenu li:hover > .wp-submenu { display: block; } .wp-user-tools { img.wp-small-gravatar { display: inline-block; height: 16px; width: 16px; padding: 1px; margin: 0 auto; vertical-align: middle; } .wp-submenu { width: (@left-menu-width + 80px); .wp-submenu-wrap { min-height: 94px; padding-left: 80px; position: relative; img.wp-big-gravatar { position: absolute; left: -65px; top: 8px; } } } } } // .wp-menu