Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
scss /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap
[ DIR ]
drwxrwxr-x
_colors.scss
27.49
KB
-rwxrwxr-x
_global.scss
2.49
KB
-rwxrwxr-x
_helpers.scss
1.05
KB
-rwxrwxr-x
_masks.scss
1.17
KB
-rwxrwxr-x
_mixins.scss
12.99
KB
-rwxrwxr-x
_typography.scss
3.58
KB
-rwxrwxr-x
_variables.scss
17.12
KB
-rwxrwxr-x
_waves.scss
3.87
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _masks.scss
// Masks // General properties .view { position: relative; overflow: hidden; cursor: default; .mask { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; width: 100%; height: 100%; background-attachment: fixed; } img, video { position: relative; display: block; } video { &.video-intro { z-index: -100; top: 50%; left: 50%; transform: $intro-video-transform; transition: $intro-video-transition opacity; min-width: 100%; min-height: 100%; width: auto; height: auto; } } } // Overlay .overlay { .mask { opacity: 0; transition: $mask-overlay-transition; &:hover { opacity: 1; } } } // Zoom .zoom { img, video { transition: $mask-zoom-transition; } &:hover { img, video { transform: $mask-zoom-transform; } } } // Patterns $patterns: ( 1: "01", 2: "02", 3: "03", 4: "04", 5: "05", 6: "06", 7: "07", 8: "08", 9: "09" ); @each $no, $filename in $patterns { .pattern-#{$no} { background: url("#{$image-path}/overlays/#{$filename}.png"); background-attachment: fixed; } }
Close