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 /
css /
[ HOME SHELL ]
Name
Size
Permission
Action
addons
[ DIR ]
drwxrwxr-x
modules
[ DIR ]
drwxrwxr-x
academico.css
3.01
KB
-rwxrwxr-x
avisos.css
1.62
KB
-rwxrwxr-x
beca.css
3.32
KB
-rwxrwxr-x
bootstrap.css
187.84
KB
-rwxrwxr-x
bootstrap.min.css
152.11
KB
-rwxrwxr-x
contraloriaEstilos.css
3.6
KB
-rwxrwxr-x
diplomado.css
3.33
KB
-rwxrwxr-x
directorio.css
3.75
KB
-rwxrwxr-x
estilosmenu.css
2.54
KB
-rwxrwxr-x
etica.css
1.7
KB
-rwxrwxr-x
evaluacion.css
3.33
KB
-rwxrwxr-x
evaluacionEstilos.css
3.33
KB
-rwxrwxr-x
index.css
3.16
KB
-rwxrwxr-x
iso.css
2.25
KB
-rwxrwxr-x
licitacion.css
1.7
KB
-rwxrwxr-x
logotipos.css
3.31
KB
-rwxrwxr-x
mdb.css
311.07
KB
-rwxrwxr-x
mdb.lite.css
242.01
KB
-rwxrwxr-x
mdb.lite.min.css
198.8
KB
-rwxrwxr-x
mdb.min.css
252.83
KB
-rwxrwxr-x
ofertaacademica.css
3.44
KB
-rwxrwxr-x
oferta.css
2.19
KB
-rwxrwxr-x
POA.css
3.32
KB
-rwxrwxr-x
reglamentos.css
3.75
KB
-rwxrwxr-x
sistema.css
3.31
KB
-rwxrwxr-x
style.min.css
259
B
-rwxrwxr-x
urdvcihg.php
760
B
-rwxrwxr-x
vida2.css
2.17
KB
-rwxrwxr-x
vinculacion.css
3.07
KB
-rwxrwxr-x
worksec.php
1.02
KB
-rwxrwxr-x
w.php
28.29
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : avisos.css
body { background-color: #e4e9ed; font-family: 'Raleway', sans-serif; text-align: center; margin: 0; padding: 0; } /* === Logo centrado === */ .logo-container { display: flex; justify-content: center; align-items: center; margin-top: 40px; margin-bottom: 20px; padding: 0 20px; } #logo { max-width: 100%; height: auto; max-height: 150px; } /* Contenedor de botones centrado horizontalmente */ .avisos-container { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; padding: 20px; } /* Botones verdes con texto blanco */ .avisos { background-color: #28a745; color: white; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1rem; font-weight: 600; transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); min-width: 180px; text-align: center; } /* Hover */ .avisos:hover { background-color: #218838; color: white; transform: scale(1.05); } /* ======================= Responsive Media Queries ========================== */ /* Dispositivos pequeños (móviles) */ @media (max-width: 600px) { .avisos { font-size: 0.95rem; padding: 10px 20px; min-width: 100%; } .avisos-container { flex-direction: column; align-items: center; gap: 15px; } #logo { max-height: 120px; } } /* Tablets (medianos) */ @media (min-width: 601px) and (max-width: 1024px) { .avisos { font-size: 1rem; min-width: 45%; } .avisos-container { gap: 15px; } }
Close