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 : tool_usertours.scss
/** * Tour step must sit above all other UI components. * The backdrop is the lowest point in the tour. * Everything else is in the container, and the target background should be at the same z-index. * ----- moodle * ---- step backdrop * --- step container * --- step target background */ $flexitour-base-zindex: 1040; // The backdrop is the backdrop used in 'modal' step display. div[data-flexitour="backdrop"] { background-color: #{$modal-backdrop-bg}; opacity: #{$modal-backdrop-opacity}; // The backdrop needs to have a lower z-index than everything else in the tour, but higher than everything else in Moodle. z-index: #{$flexitour-base-zindex}; } // The step-background is used to highlight the region targetted in the step. div[data-flexitour="step-background-fader"], div[data-flexitour="step-background"] { @include border-radius($border-radius-lg); // The step container, and the target background should be at the same z-index. z-index: ($flexitour-base-zindex + 1); } span[data-flexitour="container"], div[data-flexitour="step-background-fader"], [data-flexitour="step-backdrop"] > td, [data-flexitour="step-backdrop"] { // The step container, and the target background should be at the same z-index. z-index: ($flexitour-base-zindex + 2); } span[data-flexitour="container"] { .modal-dialog { /** * Remove all margins to: * 1) ensure that the arrow touches the target; and * 2) ensure that the focus border touches the modal. */ margin: 0; } div[data-role="arrow"] { border-width: $popover-arrow-width; } div[data-role="arrow"], div[data-role="arrow"]:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: #{$popover-arrow-width}; } // We need to know the opposite sides for arrow placement. $opposites: ( top: bottom, bottom: top, left: right, right: left, ); // These are the next leading side and allow for placement half-way along the step dialogue. $sides: ( top: left, bottom: left, left: top, right: top, ); @each $direction in map-keys($opposites) { $opposite: map_get($opposites, $direction); $side: map_get($sides, $direction); $oppositeside: map_get($opposites, $side); &[x-placement="#{$direction}"], &[x-placement="#{$direction}-start"] { margin-#{$opposite}: #{$popover-arrow-width}; div[data-role="arrow"] { #{$opposite}: -$popover-arrow-width; #{$side}: 50%; margin-#{$side}: -$popover-arrow-width; border-#{$opposite}-width: 0; border-#{$direction}-color: #{$popover-arrow-outer-color}; } div[data-role="arrow"]:after { #{$opposite}: 1px; margin-#{$side}: -#{$popover-arrow-width}; content: " "; border-#{$opposite}-width: 0; border-#{$direction}-color: #{$popover-arrow-color}; } } } } // Hack the bone! Hack the bone! [data-region="drawer"] [data-flexitour="container"] { /*rtl:ignore*/ margin-left: -15px; width: $drawer-width - 10px; }
Close