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 /
STR /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
cotizaciones.css
786
B
-rwxrwxr-x
general.css
595
B
-rwxrwxr-x
indexA.css
94
B
-rwxrwxr-x
login.css
1.11
KB
-rwxrwxr-x
materiales.css
0
B
-rwxrwxr-x
orden.css
151
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : login.css
*{ padding: 0; margin: 0; } body{ height: 100vh; width: 100%; background-image: url("../imagenes/fondoHD4.jpeg"); background-repeat: no-repeat; /* background-color:#483e83; */ display: flex; justify-content: center; align-items: center; } .ingreso{ /* width: 800px; */ width: 60%; background-color: rgba(0,0,0,0.7); display: flex; flex-wrap: wrap; padding: 20px; border-radius: 5px; padding-top: 50px; padding-bottom: 50px; } .izquierdo{ border-right: 1px solid gray; margin-right: 50px; padding: 50px; } .izquierdo img{ width: 300px; height: 150px; } .derecho{ display: flex; justify-content: center; align-items: center; } form{ display: flex; flex-direction: column; } .entrada{ margin-bottom: 25px; border: 0; border-bottom: 1px solid gray; width: 300px; background: transparent; color:white; font-size: 20px; } .boton{ background: transparent; border-radius: 5px; padding: 10px; cursor: pointer; color: white; border-color: #52bae4; } .boton:hover{ background: #52bae4; border: 0; } ::placeholder{ color:white; font-size: 20px; }
Close