────────────────────────────────────── */ .anniversary-topbar { background: linear-gradient(90deg, #0b0800 0%, #1a1000 20%, #291800 50%, #1a1000 80%, #0b0800 100%) !important; border-bottom: 1px solid rgba(255, 184, 0, 0.22) !important; /* position:sticky from .glass-top-bar is preserved */ } /* make bar visible on mobile too */ @media (max-width: 1000px) { .anniversary-topbar { display: block !important; } } /* inner wrapper clips particles/shimmer without breaking sticky */ .anniv-wrap { position: relative; overflow: hidden; width: 100%; padding: 4px 0; } /* sweeping gold shimmer */ .anniv-wrap::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 0%, rgba(255, 200, 60, 0.06) 35%, rgba(255, 230, 100, 0.14) 50%, rgba(255, 200, 60, 0.06) 65%, transparent 100%); transform: translateX(-100%); animation: anniv-shimmer 3.8s cubic-bezier(0.4, 0, 0.6, 1) infinite; pointer-events: none; z-index: 0; } @keyframes anniv-shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } /* floating gold particles */ .anniv-particle { position: absolute; bottom: -6px; border-radius: 50%; pointer-events: none; z-index: 0; animation: anniv-rise linear infinite; opacity: 0; } .anniv-particle:nth-child(1) { left: 8%; width:3px; height:3px; animation-duration:2.6s; animation-delay:0.0s; background:#FFD700; } .anniv-particle:nth-child(2) { left: 18%; width:4px; height:4px; animation-duration:3.1s; animation-delay:0.7s; background:#FFA500; } .anniv-particle:nth-child(3) { left: 30%; width:2px; height:2px; animation-duration:2.4s; animation-delay:1.3s; background:#FFE066; } .anniv-particle:nth-child(4) { left: 44%; width:3px; height:3px; animation-duration:3.4s; animation-delay:0.4s; background:#FFD700; } .anniv-particle:nth-child(5) { left: 57%; width:4px; height:4px; animation-duration:2.9s; animation-delay:1.0s; background:#FF8C00; } .anniv-particle:nth-child(6) { left: 68%; width:2px; height:2px; animation-duration:2.7s; animation-delay:0.2s; background:#FFE066; } .anniv-particle:nth-child(7) { left: 79%; width:3px; height:3px; animation-duration:3.2s; animation-delay:0.9s; background:#FFD700; } .anniv-particle:nth-child(8) { left: 91%; width:4px; height:4px; animation-duration:2.5s; animation-delay:1.6s; background:#FFA500; } @keyframes anniv-rise { 0% { transform: translateY(0) scale(0.6); opacity: 0; } 15% { opacity: 0.9; } 80% { opacity: 0.5; } 100% { transform: translateY(-28px) scale(1.2); opacity: 0; } } /* ── Desktop three-column layout ── */ .anniversary-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; width: 100%; } @media (max-width: 1000px) { .anniversary-inner { display: none !important; } } /* ── Left: Server Time ── */ .anniv-time { display: flex; align-items: center; gap: 6px; min-width: 0; flex-shrink: 0; } .anniv-time-label { font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(255, 184, 0, 0.45); font-weight: 700; white-space: nowrap; } .anniv-time-value { font-size: 0.85rem; font-weight: 700; color: #FFD700; white-space: nowrap; text-shadow: 0 0 8px rgba(255, 215, 0, 0.35); } /* ── Centre: celebration ── */ .anniv-center { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; padding: 0 16px; min-width: 0; } .anniv-badge { background: linear-gradient(135deg, #FFB800 0%, #FF7A00 100%); color: #0a0500; font-weight: 800; font-size: 0.67rem; padding: 2px 9px; border-radius: 20px; letter-spacing: 0.9px; text-transform: uppercase; white-space: nowrap; flex-shrink: 0; animation: anniv-badge-pulse 2.2s ease-in-out infinite; } @keyframes anniv-badge-pulse { 0%, 100% { box-shadow: 0 0 6px rgba(255,184,0,0.40), 0 0 14px rgba(255,184,0,0.12); } 50% { box-shadow: 0 0 12px rgba(255,184,0,0.75), 0 0 26px rgba(255,184,0,0.28); } } .anniv-title { color: #FFD700; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.4px; white-space: nowrap; animation: anniv-title-glow 3s ease-in-out infinite; } @keyframes anniv-title-glow { 0%, 100% { text-shadow: 0 0 6px rgba(255,215,0,0.25); } 50% { text-shadow: 0 0 14px rgba(255,215,0,0.65), 0 0 28px rgba(255,215,0,0.20); } } .anniv-sep { color: rgba(255, 184, 0, 0.20); font-size: 0.7rem; } .anniv-sub { color: rgba(255, 200, 80, 0.55); font-size: 0.75rem; font-weight: 400; white-space: nowrap; } /* spinning stars */ .anniv-star { color: #FFD700; font-size: 0.7rem; display: inline-block; text-shadow: 0 0 5px rgba(255, 215, 0, 0.55); animation: anniv-star-spin 2.4s ease-in-out infinite; flex-shrink: 0; } .anniv-star[data-d="0"] { animation-delay: 0.0s; } .anniv-star[data-d="1"] { animation-delay: 0.6s; } .anniv-star[data-d="2"] { animation-delay: 1.2s; } .anniv-star[data-d="3"] { animation-delay: 1.8s; } @keyframes anniv-star-spin { 0% { opacity: 1; transform: scale(1) rotate(0deg); color: #FFD700; } 25% { opacity: 0.25; transform: scale(0.65) rotate(90deg); } 50% { opacity: 1; transform: scale(1.45) rotate(180deg); color: #FF8C00; } 75% { opacity: 0.25; transform: scale(0.65) rotate(270deg); } 100% { opacity: 1; transform: scale(1) rotate(360deg); color: #FFD700; } } /* ── Right: Server Status (desktop) ── */ .anniv-status { display: flex; align-items: center; gap: 14px; flex-shrink: 0; } .anniv-status .server-status-item { font-size: 0.82rem; } /* ════════════════════════════════════════ MOBILE LAYOUT ════════════════════════════════════════ */ .anniv-mobile { display: none; position: relative; z-index: 1; align-items: center; justify-content: space-between; width: 100%; padding: 0 4px; gap: 8px; } @media (max-width: 1000px) { .anniv-mobile { display: flex !important; } } /* left: badge + label — never shrinks */ .anniv-mobile-left { display: flex; align-items: center; gap: 5px; flex-shrink: 0; } .anniv-mobile-label { color: #FFD700; font-weight: 700; font-size: 0.76rem; white-space: nowrap; animation: anniv-title-glow 3s ease-in-out infinite; } /* right: cycling ticker — takes all remaining space */ .anniv-mobile-right { position: relative; flex: 1; min-width: 0; height: 26px; overflow: hidden; } .anniv-ticker-item { position: absolute; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: flex-end; height: 26px; white-space: nowrap; opacity: 0; font-size: 0.76rem; /* each item is visible for 3s of a 9s cycle */ animation: anniv-ticker 9s ease-in-out infinite; transform: translateY(10px); } /* scale icon down to fit the compact mobile bar */ .anniv-ticker-item .server-icon { width: 14px !important; height: 14px; object-fit: contain; vertical-align: middle; margin-right: 4px; flex-shrink: 0; } .anniv-ticker-item:nth-child(1) { animation-delay: 0s; } .anniv-ticker-item:nth-child(2) { animation-delay: 3s; } .anniv-ticker-item:nth-child(3) { animation-delay: 6s; } @keyframes anniv-ticker { /* slide up in */ 0% { opacity: 0; transform: translateY(10px); } 5% { opacity: 1; transform: translateY(0); } /* hold */ 27% { opacity: 1; transform: translateY(0); } /* slide up out */ 33.3% { opacity: 0; transform: translateY(-10px); } /* stay invisible for the rest of the cycle */ 33.4%, 100% { opacity: 0; transform: translateY(10px); } }
Server Time 03:25 UTC
3 Years Albion Online Tools Anniversary | Thank you for 3 incredible years! 🎉
Americas (West) : online Asia (East) : online Europe : online
3 Years Anniversary!
Americas (West) : online
Asia (East) : online
Europe : online

... Player / Guild Search ...

Theme Switcher

Main
Secondary
Fetching battle report...
VS
GilangFancys ROYAL CROWN IP: 1,111

991,530

Total Fame

29/03/2026 16:55:48

Time

Killer's Gear

1
7

Victim's Gear

Kill Participants

3,482
100%

Victim's Inventory

1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
2
1
1
1
1
1
1
1
1
2
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1

Party Members