Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.1
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
effiserv /
scss /
theme /
[ HOME SHELL ]
Name
Size
Permission
Action
.DS_Store
6
KB
-rw-r--r--
_blog.scss
17.02
KB
-rw-r--r--
_elements.scss
16.27
KB
-rw-r--r--
_flexbox.scss
4.68
KB
-rw-r--r--
_footer.scss
2.85
KB
-rw-r--r--
_header.scss
5.25
KB
-rw-r--r--
_home.scss
13.75
KB
-rw-r--r--
_mixins.scss
3.35
KB
-rw-r--r--
_pages.scss
6.09
KB
-rw-r--r--
_predefined.scss
4.54
KB
-rw-r--r--
_reset.scss
7.57
KB
-rw-r--r--
_variables.scss
330
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _header.scss
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ .main-menu { padding-top: 20px; >.row { padding: 0 15px; } } #header { padding: 0px 0px 20px 0px; position: fixed; left: 0; top: 0; right: 0; transition: all 0.5s; z-index: 997; } .header-scrolled { background: rgba($primary-color, 0.9); transition: all 0.5s; } @media(max-width:673px) { #logo { margin-left: 20px; } } #header #logo h1 { font-size: 34px; margin: 0; padding: 0; line-height: 1; font-weight: 700; letter-spacing: 3px; } #header #logo h1 a, #header #logo h1 a:hover { color: #fff; padding-left: 10px; border-left: 4px solid $primary-color; } #header #logo img { padding: 0; margin: 0; } @media (max-width: 768px) { #header #logo h1 { font-size: 28px; } #header #logo img { max-height: 40px; } } /*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /* Nav Menu Essentials */ .nav-menu, .nav-menu * { margin: 0; padding: 0; list-style: none; } .nav-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; background: rgba($white, 0.9); } .nav-menu li { position: relative; white-space: nowrap; } .nav-menu>li { float: left; } .nav-menu li:hover>ul, .nav-menu li.sfHover>ul { display: block; } .nav-menu ul ul { top: 0; left: 100%; } .nav-menu ul li { min-width: 180px; text-align: left; } /* Nav Menu Arrows */ .sf-arrows .sf-with-ul { padding-right: 30px; } .sf-arrows .sf-with-ul:after { content: "\f107"; position: absolute; right: 15px; font-family: FontAwesome; font-style: normal; font-weight: normal; } .sf-arrows ul .sf-with-ul:after { content: "\f105"; } /* Nav Meu Container */ #nav-menu-container { margin: 0; } // @media (min-width: 1024px) { // #nav-menu-container { // padding-right: 60px; // } // } // @media (max-width: 768px) { // #nav-menu-container { // display: none; // } // } /* Nav Meu Styling */ .nav-menu a { padding: 0 18px; margin: 0 -2px; text-decoration: none; display: inline-block; color: $white; font-weight: 500; font-size: 15px; font-family: $title-font; text-transform: capitalize; outline: none; &:last-child { a { margin-right: 0; padding-right: 0; } } } // .nav-menu li:hover > a, .nav-menu > .menu-active > a { // color: $title-color; // } .nav-menu>li {} .nav-menu ul { margin: 24px 0 0 26px; padding: 10px; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); background: #fff; } .nav-menu { ul { li { transition: 0.3s; >a { padding: 10px; color: #333; transition: 0.3s; display: block; font-size: 12px; text-transform: none; } &:hover { a { color: $primary-color; } } } } } .nav-menu ul ul { margin: 0; } /* Mobile Nav Toggle */ #mobile-nav-toggle { position: fixed; right: 15px; z-index: 999; top: 22px; border: 0; background: none; font-size: 24px; display: none; transition: all 0.4s; outline: none; cursor: pointer; @media(max-width: 767px) { top:22px; } } #mobile-nav-toggle i { color: $white; font-weight: 900; } @media (max-width: 960px) { #mobile-nav-toggle { display: inline; } #nav-menu-container { display: none; } } /* Mobile Nav Styling */ #mobile-nav { position: fixed; top: 0; padding-top: 18px; bottom: 0; z-index: 998; background: rgba(0, 0, 0, 0.8); left: -260px; width: 260px; overflow-y: auto; transition: 0.4s; } #mobile-nav ul { padding: 0; margin: 0; list-style: none; } #mobile-nav ul li { position: relative; } #mobile-nav ul li a { color: #fff; font-size: 13px; text-transform: uppercase; overflow: hidden; padding: 10px 22px 10px 15px; position: relative; text-decoration: none; width: 100%; display: block; outline: none; font-weight: 700; } #mobile-nav ul li a:hover { color: #fff; } #mobile-nav ul li li { padding-left: 30px; } #mobile-nav ul .menu-has-children i { position: absolute; right: 0; z-index: 99; padding: 15px; cursor: pointer; color: #fff; } #mobile-nav ul .menu-has-children i.fa-chevron-up { color: $primary-color; } #mobile-nav ul .menu-has-children li a { text-transform: none; } #mobile-nav ul .menu-item-active { color: $primary-color; } #mobile-body-overly { width: 100%; height: 100%; z-index: 997; top: 0; left: 0; position: fixed; background: rgba(0, 0, 0, 0.7); display: none; } /* Mobile Nav body classes */ body.mobile-nav-active { overflow: hidden; } body.mobile-nav-active #mobile-nav { left: 0; } body.mobile-nav-active #mobile-nav-toggle { color: #fff; }
Close