Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @font-face {
- font-family: gamefont;
- src: url(https://fonts.gstatic.com/s/aldrich/v11/MCoTzAn-1s3IGyJMVacY37H6D_A.woff2)
- }
- :root{
- --MTZ:#000000;
- }
- #hudClassIcon {
- display: none;
- }
- #healthValueHolder {
- background-color: transparent;
- padding: 0 !important;
- margin: 0 !important;
- bottom: 20%;
- right: 62.5%;
- transform: translateX(50%);
- position: fixed;
- }
- #healthValue {
- font-size: 50px !important;
- text-shadow: 2px 2px 0 #000;
- }
- #maxHP {
- display: none;
- }
- #healthBar {
- display: none;
- }
- .hpBSeg, .healthBarSeg {
- display: none;
- }
- #challIcon {
- display: none !important;
- }
- /*Ammo*/
- #ammoDisplay {
- background-color: transparent !important;
- background-image: linear-gradient(90deg, var(--accent), var(--accent));
- background-position-y: 92px;
- border-radius: 0px;
- padding: 0;
- padding-bottom: 32px;
- padding-top: 0;
- padding-left: 0;
- padding-right: 0 !important;
- position: fixed;
- bottom:20%;
- left: 62.5%;
- justify-content: center;
- text-align: center;
- transform: translateX(-50%);
- }
- #ammoVal {
- font-size: 50px;
- color: white;
- text-shadow: 2px 2px 0px #000 !important;
- }
- #ammoMax {
- display: none;
- }
- #ammoIcon {
- display: none !important;
- }
- #reloadMsg {
- background: none;
- color: var(--accent);
- }
- #weapDisplay {
- bottom: 30px;
- }
- .weapItem {
- position: absolute;
- bottom: 0;
- right: 0;
- }
- .weapIcon {
- margin-right: 0 !important;
- transition-duration: 0.5s;
- text-shadow: 2px 2px 0px #000 !important;
- }
- .weapIcon[style*="opacity: 0.7"], .weapIcon[style*="opacity:0.7"] {
- position: fixed;
- right: calc(50% - 64px);
- bottom: -140px;
- opacity: 0 !important;
- text-shadow: 2px 2px 0px #000 !important;
- }
- .weapIcon[style*="opacity:1"], .weapIcon[style*="opacity: 1"] {
- position: fixed;
- bottom: 40px;
- right: calc(50% - 64px);
- text-shadow: 2px 2px 0px #000 !important;
- }
- .weapItem:last-child .weapIcon {
- transform: translateY(16px);
- text-shadow: 2px 2px 0px #000 !important;
- }
- #weapIconMel {
- margin: 0 !important;
- text-shadow: 2px 2px 0px #000 !important;
- }
- .weapKey {
- display: none;
- text-shadow: 2px 2px 0px #000 !important;
- }
- /*Top Left*/
- #pingDisplay .material-icons, #ingressDisplay .material-icons, #egressDisplay .material-icons {
- font-size: 24px;
- }
- #pingIcon {
- color: var(--accent) !important;
- }
- #timerDisplay {
- position: fixed;
- left: 50%;
- bottom: 15%;
- transform: translateX(-50%);
- background-color: transparent;
- }
- #timerVal {
- text-shadow: 2px 2px 0 #000;
- }
- #timerIcon {
- display: none;
- }
- /*Top Right*/
- #streakCount {
- position: fixed;
- left: 50%;
- bottom: 10%;
- background-color: transparent;
- transform: translate(-50%);
- }
- .countIcon {
- background-color: transparent;
- color: #fff;
- text-shadow: 2px 2px 0 #000;
- font-size: 32px;
- }
- #killsIcon, #deathsIcon, #streakIcon, #kdIcon {
- width: 28px;
- height: 28px;
- }
- #killsVal, #deathsVal, #streakVal, #myScoreVal, #kdVal {
- color: #fff;
- }
- .button, .button:hover {
- border: none !important;
- }
- #aHider,#endAHolder {
- display:none !important;
- }
- #newsBody {
- display:none !important;
- }
- #newsStat {
- display:none !important;
- }
- #streamContainer {
- display:none !important;
- }
- }
- #freeKRAd {
- display:none !important;
- }
- #krDiscountAd {
- display:none !important;
- }
- #newUserGuide {
- display:none !important;
- }
- #newsHed {
- display:none !important;
- }
- #newsHolder {
- display:none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement