Tul xxx Tul
User / IP
:
216.73.216.217
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
emprendo.com.co
/
public_html
/
cynea2
/
assets
/
Viewing: style.css
/* ========================= ESTILOS GENERALES Y LAYOUT ========================= */ body, html { margin: 0; font-family: 'Segoe UI', Arial, sans-serif; background: #000 !important; color: #f1f1f1; } .flash-container { position: fixed; top: 60px; left: 260px; right: 40px; z-index: 50; display: flex; flex-direction: column; gap: 12px; } .flash-container .alert { margin: 0; border-radius: 10px; padding: 14px 18px; font-weight: 600; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); } .alert-danger { background: rgba(220, 53, 69, 0.2) !important; border-color: rgba(220, 53, 69, 0.35) !important; color: #ffb3bd !important; } .alert-success { background: rgba(25, 135, 84, 0.2) !important; border-color: rgba(25, 135, 84, 0.35) !important; color: #9be7c4 !important; } #container, .container, .wrapper, .content { background: #000 !important; border: none !important; } /* ========================= SIDEBAR Y NAVEGACIÓN LATERAL ========================= */ .sidebar { width: 240px; background: #000000; height: 100vh; position: fixed; left: 0; top: 0; padding-top: 30px; display: flex; flex-direction: column; align-items: center; border-right: none; z-index: 2; box-shadow: none; } .logo-container { width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 30px; } .logo { max-width: 120px; max-height: 80px; object-fit: contain; padding: 8px; } .sidebar ul { list-style: none; padding: 0; width: 100%; } .sidebar ul li { margin: 10px 0; width: 100%; } .sidebar ul li a { color: #f1f1f1; text-decoration: none; padding: 14px 30px; display: flex; align-items: center; font-size: 1.1em; transition: background 0.2s, color 0.2s; } .sidebar ul li a:hover, .sidebar ul li a.active { background: #1f1f1f; color: #00bfff; border-left: 4px solid #00bfff; } .sidebar ul li a .icon { margin-right: 12px; font-size: 1.2em; } /* ========================= CONTENIDO PRINCIPAL Y TOPBAR ========================= */ .main-content { margin-left: 240px; padding: 40px; min-height: 100vh; background: #000000; box-shadow: none; z-index: 1; border-left: none; display: flex; flex-direction: column; align-items: center; } h1, .main-content h1 { font-weight: 600; font-size: 2.2em; margin-bottom: 20px; color: #00bfff; } p { font-size: 1.1em; color: #cfcfcf; } .topbar { width: 100%; height: 60px; background: transparent; position: fixed; top: 0; left: 0; z-index: 10; display: flex; justify-content: flex-end; align-items: center; padding-right: 40px; } .user-menu { position: relative; display: flex; align-items: center; margin-top: 18px; margin-right: 18px; } .user-photo { width: 42px; height: 42px; border-radius: 50%; cursor: pointer; border: 2px solid #00bfff; background: #fff; object-fit: cover; } .user-dropdown { display: none; position: absolute; right: 0; top: 55px; background: #23252b; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); min-width: 140px; overflow: hidden; z-index: 100; } .user-dropdown a { display: block; padding: 12px 18px; color: #f1f1f1; text-decoration: none; transition: background 0.2s; } .user-dropdown a:hover { background: #00bfff; color: #23252b; } /* ========================= TARJETAS DE USUARIO/PROYECTO ========================= */ .user-deck { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 30px; justify-content: center; width: 100%; max-width: 1200px; } .user-card { background: #fff; color: #222; border-radius: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); padding: 28px 32px; display: flex; align-items: center; min-width: 340px; max-width: 100%; width: 48%; position: relative; margin-bottom: 10px; gap: 24px; } .user-avatar { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; margin-right: 24px; border: 2px solid #eee; background: #f8f8f8; } .user-info { flex: 2; display: flex; flex-direction: column; gap: 8px; } .user-actions { position: absolute; right: 32px; bottom: 24px; display: flex; gap: 14px; } .btn-edit, .btn-delete { padding: 7px 18px; border-radius: 8px; text-decoration: none; font-size: 1em; color: #fff; } .btn-edit { background: #0099e5; } .btn-delete { background: #dc3545; color: #fff; } /* ========================= BADGES Y ESTADOS ========================= */ .badge { position: absolute; right: 32px; top: 28px; padding: 8px 20px; border-radius: 14px; font-size: 1em; font-weight: bold; color: #fff; } .badge-planificacion { background: #6b00e5; color: #fff; } .badge-creacion { background: #ff9800; color: #fff; } .badge-revision { background: #00bfff; color: #fff; } .badge-publicacion { background: #28a745; color: #fff; } .badge-secondary { background: #bdbdbd; color: #fff; } .badge-negociacion { background: #ff5c5c; color: #fff; } /* Badge de status en la sidebar del proyecto */ .sidebar-badge { position: static; display: inline-block; margin-top: 10px; margin-bottom: 0; right: auto; top: auto; text-align: center; } /* ========================= ENCABEZADO Y BÚSQUEDA ========================= */ .users-header { display: flex; justify-content: space-between; align-items: center; margin-top: 30px; margin-bottom: 20px; width: 100%; max-width: 1200px; } .btn-primary { background: #0099e5; color: #fff; border: none; padding: 10px 18px; border-radius: 8px; font-size: 1em; text-decoration: none; transition: background 0.2s; } .btn-primary:hover { background: #007acc; } .user-search-form { background: #f1f4f6; border-radius: 12px; padding: 18px 24px; margin-bottom: 24px; display: flex; align-items: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); max-width: 900px; width: 100%; justify-content: center; margin-left: auto; margin-right: auto; } .search-group { display: flex; gap: 16px; width: 100%; } .search-input { display: flex; align-items: center; background: #fff; border-radius: 8px; padding: 0 12px; border: 1px solid #e0e0e0; flex: 1; } .search-input i { color: #888; margin-right: 8px; } .search-input input { border: none; outline: none; background: transparent; padding: 10px 0; width: 100%; font-size: 1em; color: #222; } .user-search-form select { border-radius: 8px; border: 1px solid #e0e0e0; padding: 8px 12px; font-size: 1em; background: #fff; color: #222; } .btn-search { background: #00bfff; color: #fff; border: none; border-radius: 8px; padding: 8px 18px; font-size: 1em; margin-left: 8px; cursor: pointer; transition: background 0.2s; } .btn-search:hover { background: #007acc; } /* ========================= MODALES Y FORMULARIOS ========================= */ .modal-user { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.45); justify-content: center; align-items: center; } /* Modal específico para proyectos */ .modal-project { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; justify-content: center; align-items: center; z-index: 3000; } .modal-content-user { background: #fff; color: #222; border-radius: 18px; padding: 36px 38px 28px 38px; min-width: 350px; max-width: 420px; width: 100%; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18); position: relative; display: flex; flex-direction: column; gap: 18px; } .close-modal-user { position: absolute; top: 18px; right: 22px; font-size: 2em; color: #00bfff; cursor: pointer; font-weight: bold; transition: color 0.2s; } .close-modal-user:hover { color: #dc3545; } .user-form-modal .form-group-modal { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; } .user-form-modal label { font-weight: 500; color: #0099e5; } .user-form-modal input[type="text"], .user-form-modal input[type="email"], .user-form-modal select { padding: 8px 12px; border-radius: 8px; border: 1px solid #e0e0e0; font-size: 1em; background: #f8f8f8; color: #222; } .user-form-modal input[type="file"] { margin-top: 4px; } .user-avatar-modal { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 2px solid #eee; background: #f8f8f8; } .user-form-modal .btn-primary { margin-top: 10px; width: 100%; padding: 10px 0; font-size: 1.1em; } .form-row-modal { display: flex; flex-direction: row; gap: 18px; align-items: flex-end; } /* ========================= SIDEBAR Y PROYECTOS (DETALLE) ========================= */ .project-card-full { width: 100% !important; max-width: 100% !important; min-width: 0 !important; cursor: pointer; transition: box-shadow 0.2s; } .project-card-full:hover { box-shadow: 0 4px 24px rgba(0, 191, 255, 0.18); } .project-sidebar { position: fixed; top: 0; right: -660px; width: 660px; height: 100vh; background: #fff; color: #222; box-shadow: 4px 0 24px rgba(0, 0, 0, 0.18); z-index: 2000; transition: right 0.3s; display: flex; flex-direction: column; } .project-sidebar.open { right: 0; } .sidebar-content { padding: 32px 28px 18px 28px; height: 100%; overflow-y: auto; position: relative; } .close-project { position: absolute; top: 18px; right: 22px; font-size: 2em; color: #00bfff; cursor: pointer; font-weight: bold; transition: color 0.2s; z-index: 10; } .close-project:hover { color: #dc3545; } @media (max-width: 900px) { .project-sidebar { width: 100vw; right: -100vw; } .project-sidebar.open { right: 0; } } .sidebar-header { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 18px; border-bottom: 1px solid #eee; padding-bottom: 12px; position: relative; } .sidebar-header .user-avatar { width: 70px; height: 70px; border-radius: 50%; object-fit: cover; border: 2px solid #eee; background: #f8f8f8; display: block; } .sidebar-header .header-info { display: flex; flex-direction: column; gap: 2px; } .sidebar-header .header-title { font-size: 1.3em; font-weight: bold; color: #00bfff; margin-bottom: 2px; } .sidebar-header .header-client { font-size: 1em; color: #222; font-weight: 500; } .sidebar-header .header-manager { font-size: 0.95em; color: #888; margin-bottom: 8px; } .sidebar-header .header-badges { margin-top: 6px; display: flex; flex-direction: column; align-items: center; gap: 8px; } .badge-status { display: inline-block; padding: 7px 18px; border-radius: 16px; font-size: 1em; font-weight: bold; color: #fff; margin-top: 8px; margin-bottom: 2px; } .badge-activo { background: #28a745; } .badge-enproceso { background: #ffc107; color: #222; } .badge-finalizado { background: #007bff; } .sidebar-header .header-actions { display: flex; gap: 12px; margin-top: 10px; } .btn-icon-round { width: 44px; height: 44px; border-radius: 50%; background: #f1f4f6; border: none; display: flex; align-items: center; justify-content: center; font-size: 1.3em; color: #0099e5; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: background 0.2s, color 0.2s; cursor: pointer; } .btn-icon-round:hover { background: #00bfff; color: #fff; } .btn-icon-round.delete { background: #ffeaea; color: #dc3545; } .btn-icon-round.delete:hover { background: #dc3545; color: #fff; } .btn-icon-round.actions { background: #eaf7ff; color: #6b00e5; } .btn-icon-round.actions:hover { background: #6b00e5; color: #fff; } .btn-icon-round.products { background: #eaf7ff; color: #28a745; } .btn-icon-round.products:hover { background: #28a745; color: #fff; } .btn-icon-round.calendar { background: #eaf7ff; color: #ff9800; } .btn-icon-round.calendar:hover { background: #ff9800; color: #fff; } .sidebar-tabs { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: nowrap; overflow-x: auto; width: 100%; } .tab-btn { background: #f1f4f6; border: none; border-radius: 8px 8px 0 0; padding: 8px 18px; color: #222; font-weight: 500; cursor: pointer; transition: background 0.2s, color 0.2s; white-space: nowrap; flex-shrink: 0; } .tab-btn.active, .tab-btn:hover { background: #1a1a1a; color: #fff; } .sidebar-tab-content { display: block; margin-bottom: 18px; } .acciones-container { margin-top: 20px; padding: 15px; background: #f8f9fa; border-radius: 8px; } .acciones-deck { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 15px; } .accion-card { background: #fff; color: #222; border-radius: 8px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06); padding: 15px; width: 100%; display: flex; flex-direction: column; gap: 8px; position: relative; } .accion-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 8px; margin-bottom: 8px; } .accion-header strong { font-size: 1.1em; } .accion-body { display: flex; flex-direction: column; gap: 4px; font-size: 0.95em; color: #555; } .accion-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 8px; } .no-acciones { text-align: center; color: #666; padding: 20px; } /* ========================= TABLAS Y FACTURACIÓN ========================= */ #facturacion-details table { margin-top: 10px; } #facturacion-details th { background-color: #f2f2f2; } /* ========================= UTILIDADES Y Z-INDEX ========================= */ .swal2-container { z-index: 9999 !important; } body.sidebar-open { overflow: hidden; } /* ================== Contacto (desde referencia.html) ================== */ #contacto { padding: 5rem 0; background: #2d3133; } .contact-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-bottom: 2rem; } .contact-item { display: flex; align-items: center; gap: 1rem; font-size: 1.2rem; } .contact-item a { color: #fff; transition: color 0.3s ease; text-decoration: none; } .contact-item a:hover { color: #ffcc00; } .contact-icon { font-size: 2rem; } .icon-whatsapp { color: #25D366; } .icon-email { color: #D44638; } .icon-address { color: #4285F4; } .icon-instagram { color: #C13584; } .icon-youtube { color: #FF0000; }
Coded With 💗 by
0x6ick