-
Cuenta de contenidos
682 -
Registrado
-
Última visita
-
Dias mejor autor
38
Tipo de contenido
Perfiles
Calendario
Descargas
Reglamento
Noticias
WGAMING | AYUDA
Foros
Ventas
HIstorial de publicaciones de CONDORITO - Mtias R.
-
BACILOS == CARALUNA == Mientras siga viendo tu cara en la cara de la luna Mientras siga escuchando tu voz, Entre las olas, entre la espuma
-
COTI == SOLAMENTE VOS == Solamente vos me alivias las penas Siempre que te encuentro se va el dolor Solamente vos, nadie más que vos trae la alegría a mi corazón
-
¡NUEVO SERVIDOR #01 GUNGAME + FFA + TEAMPLAY! IP CS.WGAMERS.COM.AR:27050 :root { --wg-red-main: #630F12; --wg-red-light: #e53935; --wg-cyan: #00F0FF; } /* Contenedor Principal HERO */ .wg-server-hero { position: relative; width: 100%; min-height: 520px; border-radius: 12px; overflow: hidden; background: #17191f; box-shadow: 0 10px 40px rgba(0,0,0,0.4); display: flex; flex-direction: column; justify-content: flex-end; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.05); } /* Imagen de Fondo */ .wg-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 1; transition: transform 0.4s ease; } .wg-server-hero:hover .wg-hero-bg { transform: scale(1.02); } /* Degradado Oscuro (Overlay) */ .wg-hero-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, #121212 10%, rgba(18,18,18,0.95) 25%, rgba(18,18,18,0.6) 60%, transparent 100%); z-index: 2; } /* Contenido */ .wg-hero-content { position: relative; z-index: 3; padding: 40px; width: 100%; box-sizing: border-box; } /* Título */ .wg-hero-title { font-size: 36px; font-weight: 800; color: #fff; margin: 0 0 10px 0; text-transform: uppercase; line-height: 1; text-shadow: 0 2px 10px rgba(0,0,0,0.5); display: flex; align-items: center; gap: 15px; flex-wrap: wrap; } /* Badge Online */ .wg-status-badge { font-size: 11px; padding: 5px 12px; border-radius: 50px; font-weight: 700; text-transform: uppercase; vertical-align: middle; display: inline-block; } .status-on { background: rgba(46, 204, 113, 0.2); color: #2ecc71; border: 1px solid rgba(46, 204, 113, 0.4); box-shadow: 0 0 15px rgba(46, 204, 113, 0.2); } .status-off { background: rgba(231, 76, 60, 0.2); color: #e74c3c; border: 1px solid rgba(231, 76, 60, 0.4); } /* Descripción */ .wg-hero-desc { color: #ccc; font-size: 15px; line-height: 1.6; max-width: 700px; margin-bottom: 25px; border-left: 3px solid var(--wg-red-light); padding-left: 15px; } /* --- BARRA DE PROGRESO CORREGIDA (ROJO WGAMERS) --- */ .wg-stats-container { margin-bottom: 30px; max-width: 500px; } .wg-stats-info { display: flex; justify-content: space-between; color: #fff; font-size: 13px; font-weight: 600; margin-bottom: 8px; text-transform: uppercase; } .wg-progress-bg { width: 100%; height: 10px; background: rgba(255,255,255,0.1); border-radius: 6px; overflow: hidden; position: relative; } /* La barra interior (ROJO WGAMERS) */ .wg-progress-fill { height: 100%; background: linear-gradient(90deg, var(--wg-red-main), var(--wg-red-light)); border-radius: 6px; box-shadow: 0 0 15px rgba(229, 57, 53, 0.6); transition: width 0.6s ease-in-out; min-width: 0%; } /* --- ZONA DE ACCIÓN --- */ .wg-action-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); } /* CAJA IP NUEVA */ .wg-ip-box { background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); padding: 8px 15px 8px 10px; border-radius: 8px; color: #fff; font-family: 'Consolas', monospace; font-weight: 600; font-size: 16px; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; gap: 12px; position: relative; overflow: hidden; user-select: none; } .wg-ip-box:hover { background: rgba(255,255,255,0.1); border-color: var(--wg-red-light); transform: translateY(-2px); } .wg-ip-box.copied-success { background: rgba(46, 204, 113, 0.2); border-color: #2ecc71; } .wg-copy-icon { color: #aaa; font-size: 14px; transition: color 0.3s; } .wg-ip-box:hover .wg-copy-icon { color: #fff; } /* Botones */ .wg-buttons-group { display: flex; gap: 10px; flex-wrap: wrap; } .wg-btn { padding: 0 22px; height: 44px; border-radius: 6px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 13px; text-transform: uppercase; text-decoration: none !important; transition: all 0.2s; border: none; cursor: pointer; } /* Botón Entrar (ROJO) */ .btn-play { background: var(--wg-red-main); color: #fff !important; box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .btn-play:hover { background: var(--wg-red-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(229, 57, 53, 0.5); } .btn-shop { background: #f1c40f; color: #000 !important; } .btn-shop:hover { background: #d4ac0d; transform: translateY(-2px); } .btn-ban { background: rgba(231, 76, 60, 0.2); color: #e74c3c !important; border: 1px solid rgba(231, 76, 60, 0.4); } .btn-ban:hover { background: rgba(231, 76, 60, 0.4); color: #fff !important; } .btn-share { background: transparent; color: #aaa !important; border: 1px solid rgba(255,255,255,0.1); width: 44px; padding: 0; } .btn-share:hover { border-color: #fff; color: #fff !important; } /* Responsive */ @media screen and (max-width: 900px) { .wg-server-hero { min-height: auto; } .wg-hero-content { padding: 30px 20px; } .wg-action-bar { flex-direction: column; align-items: stretch; } .wg-ip-box { justify-content: center; width: 100%; box-sizing: border-box; } .wg-buttons-group { display: grid; grid-template-columns: 1fr 1fr; } .btn-play { grid-column: span 2; } } /* --- ANIMACIONES DE ENTRADA (FADE IN) --- */ @keyframes fadeInImg { from { opacity: 0; } to { opacity: 0.8; } } @keyframes fadeInAvatar { from { opacity: 0; } to { opacity: 1; } } /* ESTILOS BLINDADOS CONTRA GLITCH, RECORTES Y REDISEÑO ROJO */ .gamer-staff-card { background: #22242b; border-radius: 12px; overflow: visible !important; position: relative; display: flex; flex-direction: column; border: 1px solid #2f3136; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); margin-bottom: 25px; } .gamer-staff-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(229, 57, 53, 0.3); border-color: var(--wg-red-light); z-index: 5; } /* PORTADA */ .gamer-staff-cover { height: 80px !important; width: 100% !important; border-radius: 12px 12px 0 0; overflow: hidden !important; background: #202225; position: relative !important; z-index: 1; isolation: isolate; transform: translateZ(0); -webkit-mask-image: -webkit-radial-gradient(white, black); mask-image: radial-gradient(white, black); backface-visibility: hidden; } .gamer-cover-img { position: absolute !important; top: 0; left: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; opacity: 0; transition: transform 0.5s ease; max-width: 100% !important; will-change: transform; animation: fadeInImg 0.6s ease-out forwards; } .gamer-staff-card:hover .gamer-cover-img { transform: scale(1.1); } .gamer-cover-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent 0%, #22242b 100%); pointer-events: none; } /* AVATAR - FIX TOTAL DE RECORTES (ELIMINADO MASK-IMAGE GLITCH) */ .gamer-staff-avatar-wrapper { position: relative; width: 80px; height: 80px; margin: -40px auto 0 auto; z-index: 10; overflow: visible !important; } .gamer-avatar-link { display: block; position: relative; width: 100%; height: 100%; overflow: visible !important;} .gamer-avatar-img { width: 80px; height: 80px; border-radius: 50%; border: 4px solid #22242b; background: #22242b; object-fit: cover; box-shadow: 0 5px 15px rgba(0,0,0,0.3); display: block; opacity: 0; animation: fadeInAvatar 0.5s ease-out 0.1s forwards; box-sizing: border-box !important; } /* Indicador Online/Offline arreglado abajo a la derecha */ .gamer-status-indicator { position: absolute; bottom: 5px; right: 5px; width: 16px; height: 16px; border-radius: 50%; border: 3px solid #22242b; z-index: 12; } .gamer-status-indicator.online { background: #43b581; box-shadow: 0 0 8px #43b581; } .gamer-status-indicator.offline { background: #747f8d; } /* Escudito Arreglado arriba a la derecha del avatar - Escudo Blanco Centrado en Círculo Rojo */ .gamer-role-badge { position: absolute; top: -2px; right: -8px; background: var(--wg-red-light); color: #fff; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; /* CENTRADO PERFECTO */ border: 3px solid #22242b; box-shadow: 0 0 10px rgba(229,57,53,0.5); z-index: 13; } .gamer-role-badge i { font-size: 11px; color: #fff !important; display: block; } /* Icono blanco */ /* Resto de estilos del staff */ .gamer-staff-body { padding: 10px 15px 15px 15px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; } .gamer-name-row { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 2px; } .gamer-name { margin: 0; font-size: 16px; font-weight: 700; } .gamer-name a { text-decoration: none; color: #fff; } .gamer-copy-btn { background: none; border: none; color: #72767d; cursor: pointer; font-size: 12px; padding: 0; transition: color 0.2s; } .gamer-copy-btn:hover { color: #fff; } .gamer-stats-grid { display: flex; justify-content: center; gap: 5px; background: #202225; border-radius: 6px; padding: 5px; margin-bottom: 10px; border: 1px solid #2f3136; margin-top: 10px; } .gamer-stat { display: flex; flex-direction: column; align-items: center; flex: 1; } .stat-value { color: #fff; font-weight: 700; font-size: 12px; } .stat-label { color: #b9bbbe; font-size: 8px; text-transform: uppercase; font-weight: 600; } .gamer-footer-area { margin-top: auto; display: flex; flex-direction: column; gap: 8px; } .online-pill-wrapper { text-align: center; } .online-pill.members { display: inline-block; font-size: 10px; color: #999; background: rgba(0,0,0,0.3); padding: 3px 10px; border-radius: 12px; } .gamer-action-btn { background: #2f3136; color: #fff; text-decoration: none; padding: 8px; border-radius: 4px; font-weight: 600; font-size: 12px; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; } /* Hover del botón de acción (ROJO) */ .gamer-action-btn:hover { background: var(--wg-red-main); color: #fff; border-color: var(--wg-red-light); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4); } /* --- ESTADÍSTICAS DEL SERVIDOR (HUD INFERIOR) - ROJO --- */ .cServerStats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 20px; margin-top: 20px; background: #1b1d22; border: 1px solid rgba(255,255,255,0.05); border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.2); } .cServerStats_item { background: rgba(255,255,255,0.03); border-radius: 10px; padding: 20px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); border: 1px solid transparent; position: relative; overflow: hidden; } .cServerStats_item:hover { transform: translateY(-5px); background: rgba(229, 57, 53, 0.05); border-color: rgba(229, 57, 53, 0.2); box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* Degradado de íconos (ROJO) */ .cServerStats_item i { font-size: 28px; margin-bottom: 12px; background: -webkit-linear-gradient(45deg, var(--wg-red-main), var(--wg-red-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: var(--wg-red-light); filter: drop-shadow(0 2px 4px rgba(229, 57, 53, 0.4)); } .cServerStats_item strong { font-size: 24px; font-weight: 800; color: #fff; line-height: 1.2; font-family: 'Roboto', 'Helvetica Neue', sans-serif; } .cServerStats_item span { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: #8a8e94; font-weight: 600; margin-top: 5px; } /* --- ESTADO OFFLINE --- */ .cServerStats_offline { background: rgba(231, 76, 60, 0.1); border: 1px solid rgba(231, 76, 60, 0.3); border-radius: 12px; padding: 30px; text-align: center; color: #e74c3c; margin-top: 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; } .cServerStats_offline i { font-size: 40px; margin-bottom: 5px; opacity: 0.8; } .cServerStats_offline span { font-size: 14px; font-weight: 600; color: #ffadad; } /* --- RESPONSIVE (Celulares y Tablets) --- */ @media screen and (max-width: 768px) { .cServerStats { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 15px; } .cServerStats_item { padding: 15px 5px; } .cServerStats_item i { font-size: 24px; } .cServerStats_item strong { font-size: 20px; } } GUNGAME + FFA + TEAMPLAY con lo pibito' Online Un GunGame con los pibito para ver quién llega primero al cuchillo ¿Te sumas? 45.235.98.48:27050 Entrar a Jugar Tienda Compartir Con gran emoción tenemos el agrado de anunciarles la apertura del nuevo servidor #01 GUNGAME + FFA + TEAMPLAY DE 21 SLOT que abrirá oficialmente sus puertas al servidor mañana domingo 14 de junio a las 18:00hs 🇦🇷 donde también se realizará EVENTO DURANTE 2 MAPAS por PREMIUM Y ADMIN ¿DE QUÉ TRATA ESTA MODALIDAD? ¿QUE OFRECE NUESTRO SERVIDOR? IP CS.WGAMERS.COM.AR:27050 | MAÑANA 18 HS
-
- 6
-
-
-
-
ULISES BUENO == INTENTO == No fue tuya la culpa, fue de los dos Por ser tan caprichosos
-
FITO PAEZ == DAR ES DAR == Dar lo que tengo Todo me da; Da, da, da, da, da, da, da, da, da No cuento el vuelto Siempre es de más Da, da, da, da, da, da, da, da, da
-
TAN BIONICA == LOCA == Y tal vez es porque vivo De la forma en que mal vivo Que te digo lo que digo, Que me encuentro tan perdido
-
LAS PASTILLAS DEL ABUELO == LO + FINO == Eras un rompecabezas Disfrazado de princesa ¡Eras puro rocanrol!
-
SUGERENCIA / Renovación temporal del audio de bienvenida
CONDORITO - Mtias R. respondio a duraznitom en su tema - Propuestas e ideas
No comprendo la sugerencia, en todo caso tendría que Pitu traer la propuesta con un audio grabado diciendo "Bienvenidos a WGAMERS", de ahí se revisa si es aceptada o no. Por eso no comprendo la sugerencia, no es que vamos a imponerle al usuario "Haceme un audio que diga tal cosa" además tampoco tenemos un contacto. Eso tiene que salir del jugador, excepto que la sugerencia sea basado en alguien que forme parte del STAFF no tiene sentido. -
AIRBAG == POR MIL NOCHES == Será que lo divino No mezcló muy bien las cartas
-
@ Movihack Hola geniooo bienvenido, te veo activo en la comu espero que estes disfrutando abrazoos!!!
-
@ Hugo Godoy Hola geniooo, bienvenido espero que sigas disfrutando de los servidores y comunidad
-
AIRBAG == AMOR DE VERANO == Todo empezó una noche de calor, Se enamoraban con algún licor Y desde entonces no pudo parar, Sabía que esto no tenía final
-
LOS TIPITOS == SE TE NOTA == Y de verdad que no sabes qué es lo que pasa
-
ANDRES CALAMARO == PALOMA == Te bajaría del cielo, mujer La Luna hasta tu cama Porque es muy poco de amor Solo una vez por semana Puse precio a mi libertad y nadie quiso pagarlo, te cambio tu corazón por el mío para mirarlo y mirarlo
-
LA BERISO == NO ME OLVIDES == Diez rosas en la mano Sus ojos llenos de llanto y de pastillas se llenó
-
GUASONES == COMO UN LOBO == Risas, risas que te duelen pero igual reís caras, caras dibujadas por un infeliz
-
DON OSVALDO == MISTERIOS == El espejo refleja su esencia profunda Inocente que nadie educó
-
La selección Argentina enfrentará a Mauritania El viernes 27 de marzo en La Bombonera, a partir de las 20:15 horas. En las horas de la noche, la Albiceleste confirmó que Zambia el martes 31 de marzo, a las 20:15 y también en el estadio de Boca Juniors. Scaloni dio la lista de la Selección Argentina con algunas sorpresas para la Fecha FIFA Estos encuentros, a disputarse en el Estadio Alberto J. Armando, funcionarán también como despedida del público argentino antes de jugar el Mundial 2026 en Estados Unidos, México y Canadá, donde el equipo comandado por Lionel Messi buscará defender el título conseguido en Qatar 2022. La lista de Scaloni para la Fecha FIFA Arqueros: Emiliano Martínez, Gerónimo Rulli y Juan Musso. Defensores: Nahuel Molina, Gonzalo Montiel, Cristian Romero, Leonardo Balerdi, Marcos Senesi, Nicolás Otamendi, Tomás Palacios, Nicolás Tagliafico, Gabriel Rojas y Marcos Acuña. Mediocampistas: Leandro Paredes, Máximo Perrone, Alexis Mac Allister, Enzo Fernández, Valentín Barco, Rodrigo De Paul, Exequiel Palacios, Nicolás Paz y Thiago Almada, Franco Mastantuono. Delanteros: Lionel Messi, Giuliano Simeone, Gianluca Prestianni, Nicolás González, José López, Julián Álvarez, Joaquín Panichelli. Actualización: Mastantuono y Panichelli fueron sumados a la lista el viernes 20 de marzo.
-
CALLEJEROS == EL NUDO == Las noches de falsas victorias, terminarán
-
ELLA ES TAN CARGOSA == NI SIQUIERA EN TUS BRAZOS == Aparecen cuando desaparecés
-
Hola @ Bart Simpson , bienvenido geniooo
-
COTI == OTRA VEZ == Tengo dos canciones firmadas Una está envenenada Y la otra quiere tu amor
-
LAS PASTILLAS DEL ABUELO == CANDOMBE == Tanta cara de boludo te estás pareciendo a mí Si no fueras un reflejo diría que estoy ahí
-
Estelares == MELANCOLÍA == Todos vivimos sin comprender, Lo poco o mucho que hemos de hacer Hay recuerdos que a veces nos hace mal