@import url(https://css.reizu.moe/uwu/uwu.css); /* global variables */ :root { --text-color: #3f3f3f; --accent-color: #cfbfff; --health-color: white; --ammo-color: white; --premium-color: #cfbfff; --verified-color: #cfbfff; --menu-bg-color: rgba(255, 255, 255, 1); --menu-bg-color-secondary: rgba(230, 230, 230, 1); --ingame-bg-color: rgba(15, 15, 15, .2); --text-transform: none; } @font-face { font-family: gamefont; src: url(https://raw.githubusercontent.com/South-Paw/typeface-vag-rounded/master/files/vag-rounded-400.woff2); } @font-face { font-family: hpammo; src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2); } /* health */ #challIcon { display: inline-block !important; position: fixed; width: 50px; height: 50px; left: 36%; bottom: 55px; filter: brightness(0) invert(1) drop-shadow(2px 2px 3px rgba(30, 30, 30, .5)); } #healthValue { position: fixed; left: 40%; bottom: 25px; font-size: 96px; } /* ammo */ #ammoIcon { display: inline-block !important; position: fixed; width: 50px; height: 50px; right: 36%; bottom: 55px; margin-right: 0; margin-left: 0; filter: brightness(0) invert(1) drop-shadow(2px 2px 3px rgba(30, 30, 30, .5)); } #ammoVal { position: fixed; font-size: 96px; right: 40%; bottom: 25px; } #reloadMsg { bottom: 150px; text-shadow: 2px 2px 3px rgba(30, 30, 30, .5); } /* timer */ #timerDisplay { width: 200px; height: 80px; background-color: transparent; will-change: unset; } #timerVal { font-size: 64px; padding-left: 0; will-change: unset; text-shadow: 2px 2px 3px rgba(30, 30, 30, .5); } /* score */ #teamScores { position: fixed; top: 10px; left: 50%; transform: translateX(-50%); width: 685px; height: 50px; padding: 10px; padding-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; margin-left: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; border-radius: 0; background-color: transparent; text-shadow: 2px 2px 3px rgba(30, 30, 30, .5); } .tScore { display: inline-block; } #tScoreV1 { position: fixed; left: -25%; top: 4px; } #tScoreV2 { position: fixed; left: 25%; top: 4px; } .tScoreT { width: 100%; margin-top: 12px; text-align: center; font-size: 24px; color: white; text-shadow: 2px 2px 3px rgba(30, 30, 30, .5); z-index: 2; } .tScoreM { display: none; } .tScoreF { left: 50%; width: 90px; height: 60px; margin-left: 125px; margin-right: 125px; padding-left: 0; padding-right: 0; background-color: #eb5656; color: transparent; opacity: 50%; z-index: 1; } .tScoreF.you { background-color: #5699eb; color: transparent; opacity: 50%; z-index: 1; } .tScoreC { left: 50%; width: 90px; height: 60px; margin-left: 125px; margin-right: 125px; background-color: var(--accent-color); opacity: 50%; z-index: 1; } .tScoreC.you { background-color: white; opacity: 50%; z-index: 1; } /* other hud elements */ #ingameFPS { color: white !important; visibility: visible; } #ingameFPS::after { content: ' fps'; text-transform: var(--text-transform); } #pingText::after { content: ' ms'; } #pingIcon { display: none; } #weapDisplay { display: none !important; } #gameMessage { top: 80px; }