__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* Tour step must sit above all other UI components.
* The backdrop is the lowest point in the tour.
* ----- moodle
* ---- step backdrop
* --- step container
*/
$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};
}
span[data-flexitour="container"] {
// The step container, needs to be higher than the backdrop.
z-index: ($flexitour-base-zindex + 1);
}
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};
}
}
}
// RTL specific styles.
.dir-rtl & {
&[x-placement^="right"] {
margin-left: $popover-arrow-width;
div[data-role="arrow"] {
transform: rotate(180deg);
left: -$popover-arrow-width;
right: auto;
}
}
&[x-placement^="left"] {
margin-right: $popover-arrow-width;
div[data-role="arrow"] {
transform: rotate(180deg);
left: auto;
right: -$popover-arrow-width;
}
}
}
}
// Hack the bone! Hack the bone!
[data-region="drawer"] [data-flexitour="container"] {
/*rtl:ignore*/
margin-left: -15px;
width: $drawer-width - 10px;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| action-menu.scss | File | 2.43 KB | 0777 |
|
| admin.scss | File | 12.84 KB | 0777 |
|
| atto.scss | File | 4.99 KB | 0777 |
|
| backup-restore.scss | File | 4.83 KB | 0777 |
|
| blocks.scss | File | 8.11 KB | 0777 |
|
| bootstrap-rtl.scss | File | 1.76 KB | 0777 |
|
| bs5-bridge.scss | File | 3.44 KB | 0777 |
|
| buttons.scss | File | 2.02 KB | 0777 |
|
| calendar.scss | File | 18.75 KB | 0777 |
|
| chat.scss | File | 2.28 KB | 0777 |
|
| contentbank.scss | File | 3.75 KB | 0777 |
|
| core.scss | File | 62.36 KB | 0777 |
|
| course.scss | File | 43.36 KB | 0777 |
|
| courseindex.scss | File | 5.39 KB | 0777 |
|
| debug.scss | File | 2.6 KB | 0777 |
|
| deprecated.scss | File | 1.52 KB | 0777 |
|
| drawer.scss | File | 7.55 KB | 0777 |
|
| dropdown.scss | File | 1.19 KB | 0777 |
|
| filemanager.scss | File | 21 KB | 0777 |
|
| forms.scss | File | 11.98 KB | 0777 |
|
| grade.scss | File | 18.4 KB | 0777 |
|
| icons.scss | File | 5.64 KB | 0777 |
|
| layout.scss | File | 5.75 KB | 0777 |
|
| login.scss | File | 2.12 KB | 0777 |
|
| message.scss | File | 14.99 KB | 0777 |
|
| modal.scss | File | 1.58 KB | 0777 |
|
| modules.scss | File | 44.08 KB | 0777 |
|
| moodlenet.scss | File | 2.48 KB | 0777 |
|
| moremenu.scss | File | 2.71 KB | 0777 |
|
| navbar.scss | File | 4.87 KB | 0777 |
|
| popover-region.scss | File | 10.16 KB | 0777 |
|
| prefixes.scss | File | 1.21 KB | 0777 |
|
| primarynavigation.scss | File | 691 B | 0777 |
|
| print.scss | File | 312 B | 0777 |
|
| process-monitor.scss | File | 884 B | 0777 |
|
| question.scss | File | 13.53 KB | 0777 |
|
| reportbuilder.scss | File | 11.77 KB | 0777 |
|
| reports.scss | File | 1.66 KB | 0777 |
|
| search.scss | File | 1.77 KB | 0777 |
|
| secondarynavigation.scss | File | 558 B | 0777 |
|
| sticky-footer.scss | File | 2.42 KB | 0777 |
|
| tables.scss | File | 1.86 KB | 0777 |
|
| templates.scss | File | 238 B | 0777 |
|
| tertiarynavigation.scss | File | 1.69 KB | 0777 |
|
| toasts.scss | File | 1.16 KB | 0777 |
|
| tool_usertours.scss | File | 3.36 KB | 0777 |
|
| undo.scss | File | 7.05 KB | 0777 |
|
| user.scss | File | 5.28 KB | 0777 |
|
| variables.scss | File | 12.18 KB | 0777 |
|