Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
vicas-dev /
static /
cms /
sass /
[ HOME SHELL ]
Name
Size
Permission
Action
components
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
mixins
[ DIR ]
drwxr-xr-x
settings
[ DIR ]
drwxr-xr-x
cms.base.scss
1.71
KB
-rw-r--r--
cms.pagetree.scss
503
B
-rw-r--r--
cms.welcome.scss
467
B
-rw-r--r--
cms.wizard.scss
1.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cms.wizard.scss
@charset "utf-8"; /*! * @copyright: https://github.com/divio/django-cms */ //############################################################################## // IMPORT SETTINGS @import "settings/all"; @import "mixins/all"; //############################################################################## // WIZARD $wizard-padding: 20px 25px !important; $wizard-input-size: 16px; .cms-content-wizard { .clear { clear: both; overflow: hidden; } .errornote { box-sizing: border-box; display: block; width: 100%; } // choice options used in cms/wizards/start.html .choice-wrapper { clear: both; overflow: hidden; margin: -1%; } .choice { @include button-variant($btn-default-color, $btn-default-bgcolor, $btn-default-border, false); box-sizing: border-box; position: relative; text-transform: none; height: 85px; padding: $wizard-padding; margin: 1% !important; // tablet and up @media (min-width: $screen-tablet) { float: left !important; width: 48% !important; } input { position: absolute; left: -9999px; opacity: 0; visibility: hidden; } strong { display: block; font-size: 16px; margin-bottom: 3px; } .info { display: block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } &.active { border-color: $btn-action-border; background: lighten($btn-action-bgcolor, 45%); } } }
Close