Advertisement
dbu3

Dbu3’s official MTZ CSS

Jan 11th, 2022
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.82 KB | None | 0 0
  1. /* updated 09/04/2021 */
  2.  
  3. :root {
  4.     --health-color: #fff;
  5.     --ammo-color: #fff;
  6.     --premium-color: #fbc02d;
  7.     --verified-color: #40c4ff;
  8.     --verified-clan-color: #fbc02d;
  9.     --menu-bg-color: rgba(15, 15, 15, .2);
  10.     --menu-bg-color-secondary: rgba(0, 0, 0, .5);
  11.     --ingame-bg-color: rgba(15, 15, 15,.2);
  12.     --text-transform: none;
  13. }
  14.  
  15. @font-face{font-family:gamefont;src:url(./fonts/font2.ttf)}@font-face{font-family:headerfont;src:url(./fonts/header.ttf)}
  16.  
  17. .material-icons {
  18.     font-family: 'Material Icons';
  19.     font-size: 24px;
  20.     font-style: normal;
  21.     font-weight: 400;
  22. }
  23.  
  24. .material-icons[style*="color:#40C4FF"] {
  25.     color: var(--verified-color) !important;
  26. }
  27.  
  28. #timerDisplay {
  29.     text-align: center;
  30.     position: fixed;
  31.     transform: translateX(-50%);
  32.     top: 80%;
  33.     left: 50%;
  34.     padding: 0;
  35.     padding-left: 0;
  36.     padding-top: 0;
  37.     padding-right: 0;
  38.     padding-bottom: 0;
  39.     margin-left: 0;
  40.     margin-top: 0;
  41.     margin-right: 0;
  42.     margin-bottom: 0;
  43.     border-radius: 0;
  44.     background-color: transparent;
  45.     will-change: unset;
  46. }
  47.  
  48. #timerVal {
  49.     font-size: 36px;
  50.     padding-left: 0;
  51.     text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
  52.     will-change: unset;
  53. }
  54.  
  55. #timerIcon {
  56.     display: none;
  57. }
  58.  
  59. #teamScores {
  60.     background-color: var(--ingame-bg-color);
  61.     border-radius: 0;
  62. }
  63.  
  64. .tScoreC {
  65.     background-color: #eb5656;
  66. }
  67.  
  68. .tScoreC.you {
  69.     background-color: #fff;
  70. }
  71.  
  72. #leaderDisplay {
  73.     border-radius: 0;
  74.     background-color: var(--ingame-bg-color);
  75. }
  76.  
  77. .leaderName {
  78.     color: #eb5656;
  79. }
  80.  
  81. .leaderNameF {
  82.     color: #fff;
  83. }
  84.  
  85. .newLeaderContainer {
  86.     border-radius: 0;
  87.     background-color: var(--ingame-bg-color);
  88. }
  89.  
  90. .newLeaderName,
  91. .newLeaderNameM,
  92. .newLeaderNameF {
  93.     color: #fff;
  94. }
  95.  
  96. #leaderContainer i[style*="color:#FBC02D"] {
  97.     color: var(--premium-color) !important;
  98. }
  99.  
  100. #leaderContainer i[style*="color:#40C4FF"] {
  101.     color: var(--verified-color) !important;
  102. }
  103.  
  104.  
  105. .leaderName span[style*='color:#FBC02D'],
  106. .newLeaderName span[style*='color:#FBC02D'],
  107. .leaderNameM span[style*='color:#FBC02D'],
  108. .newLeaderNameM span[style*='color:#FBC02D'],
  109. .leaderNameF span[style*='color:#FBC02D'],
  110. .newLeaderNameF span[style*='color:#FBC02D'] {
  111.     color: var(--verified-clan-color) !important;
  112. }
  113.  
  114. .teamTotals {
  115.     background-color: var(--menu-bg-color-secondary);
  116.     border-radius: 0;
  117. }
  118.  
  119. .teamTotalN0 {
  120.     color: #fff;
  121. }
  122.  
  123. .teamTotalN1 {
  124.     color: #eb5656;
  125. }
  126.  
  127. #endTimer {
  128.     color: #fff;
  129.     text-shadow: none;
  130.     font-style: normal;
  131. }
  132.  
  133. #endTable {
  134.     background-color: transparent;
  135.     border-radius: 0;
  136. }
  137.  
  138. .endTableN[style*='color:rgba(255,255,255,0.6)'] {
  139.     color: #fff !important;
  140. }
  141.  
  142. .endTableN span[style*="color:#FBC02D"] {
  143.     color: var(--verified-clan-color) !important;
  144. }
  145.  
  146. .endCard {
  147.     left: 50% !important;
  148.     background-color: var(--menu-bg-color-secondary);
  149.     border-radius: 0;
  150. }
  151.  
  152. #medalTable {
  153.     background-color: transparent;
  154. }
  155.  
  156. #matchVoteHolder {
  157.     background-color: transparent;
  158. }
  159.  
  160. .matchVote {
  161.     margin-right: 0;
  162.     border-radius: 0;
  163.     text-shadow: none;
  164. }
  165.  
  166. .matchVoteThumb {
  167.     border-radius: 0;
  168. }
  169.  
  170. .countIcon {
  171.     background-color: var(--ingame-bg-color);
  172.     border-radius: 0;
  173.     padding: 7px;
  174. }
  175.  
  176. #deathsVal,
  177. #killsVal,
  178. #livesDisp,
  179. #myScoreVal {
  180.     bottom: 7px;
  181.     position: relative;
  182. }
  183.  
  184. #streakCount {
  185.     position: fixed;
  186.     transform: translateX(-50%);
  187.     top: 85%;
  188.     left: 50%;
  189.     background-color: transparent;
  190.     text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
  191. }
  192.  
  193. #streakIcon {
  194.     filter: drop-shadow(2px 2px 3px rgba(30, 30, 30, .5));
  195.  
  196. }
  197.  
  198. .kfItem {
  199.     border-radius: 0;
  200.     background-color: var(--ingame-bg-color);
  201. }
  202.  
  203. #hudClassIcon {
  204.     display: none;
  205. }
  206.  
  207. #healthValueHolder {
  208.     background-color: transparent;
  209.     width: 100px;
  210.     height: 65px;
  211.     border-radius: 0;
  212.     position: fixed;
  213.     left: 30%;
  214.     bottom: 25%;
  215.     padding: 0;
  216.     margin-bottom: 0;
  217.     padding-right: 0;
  218.     padding-left: 0;
  219.     align-items: center;
  220. }
  221.  
  222. #healthValue {
  223.     color: var(--health-color);
  224.     font-size: 48px;
  225.     font-weight: 700;
  226.     letter-spacing: 2px;
  227.     text-align: center;
  228.     text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
  229.     margin-top: 0;
  230.     will-change: unset;
  231. }
  232.  
  233. #maxHP {
  234.     display: none;
  235. }
  236.  
  237. #challIcon {
  238.     display: none !important;
  239. }
  240.  
  241. #healthBar {
  242.     display: none;
  243. }
  244.  
  245. #ammoDisplay {
  246.     background-color: transparent;
  247.     letter-spacing: 2px;
  248.     width: 100px;
  249.     height: 65px;
  250.     border-radius: 0;
  251.     position: fixed;
  252.     right: 31%;
  253.     bottom: 25%;
  254.     padding: 0;
  255.     padding-top: 0;
  256.     padding-left: 0;
  257.     transform: none;
  258. }
  259.  
  260. #ammoVal {
  261.     color: var(--ammo-color);
  262.     font-size: 48px;
  263.     font-weight: 700;
  264.     letter-spacing: 2px;
  265.     margin-left: 12px;
  266.     text-shadow: 2px 2px 3px rgba(30, 30, 30, .5);
  267. }
  268.  
  269. #ammoMax {
  270.     display: none;
  271. }
  272.  
  273. #ammoIcon {
  274.     display: none;
  275. }
  276.  
  277. #killStreakHolder {
  278.     position: fixed;
  279.     left: 53%;
  280.     top: 80%;
  281. }
  282.  
  283. .killStreakItem {
  284.     width: 50px;
  285.     height: 50px;
  286.     background-color: transparent;
  287. }
  288.  
  289. #reloadMsg {
  290.     background: transparent !important;
  291.     bottom: 450px;
  292. }
  293.  
  294. .chatItem {
  295.     border-radius: 0;
  296.     font-size: 20px;
  297. }
  298.  
  299. .chatMsg span[style*="color:#9eeb56"] {
  300.     color: #fff !important;
  301. }
  302.  
  303. #weapDisplay {
  304.     bottom: 30px;
  305. }
  306.  
  307. .weapItem {
  308.     position: absolute;
  309.     bottom: 0;
  310.     right: 0;
  311. }
  312.  
  313. .weapIcon {
  314.     margin-right: 0 !important;
  315.     transition-duration: 0.1s;
  316.     text-shadow: 2px 2px 0px #000 !important;
  317. }
  318.  
  319. .weapIcon[style*="opacity: 0.7"], .weapIcon[style*="opacity:0.7"] {
  320.     position: fixed;
  321.     right: calc(50% - 54px);
  322.     bottom: -140px;
  323.     opacity: 0 !important;
  324.     text-shadow: 2px 2px 0px #000 !important;
  325. }
  326.  
  327. .weapIcon[style*="opacity:1"], .weapIcon[style*="opacity: 1"] {
  328.     position: fixed;
  329.     bottom: 40px;
  330.     right: calc(50% - 54px);
  331.     text-shadow: 2px 2px 0px #000 !important;
  332. }
  333.  
  334. .weapItem:last-child .weapIcon {
  335.     transform: translateY(5px);
  336.     text-shadow: 2px 2px 0px #000 !important;
  337. }
  338.  
  339. #weapIconMel {
  340.     margin: 0 !important;
  341.     text-shadow: 2px 2px 0px #000 !important;
  342. }
  343.  
  344. .weapKey {
  345.     display: none;
  346.     text-shadow: 2px 2px 0px #000 !important;
  347. }
  348.  
  349. #voiceDisplay {
  350.     display: none;
  351. }
  352.  
  353. .readAll {
  354.     background-color: transparent;
  355.     color: #fff;
  356. }
  357.  
  358. .readAll:hover {
  359.     background-color: transparent;
  360.     color: #fff;
  361. }
  362.  
  363. .serverPing {
  364.     font-size: 30px!important;
  365.     float: right;
  366.     margin-right: 5px;
  367.     display: inline-block
  368. }
  369.  
  370. .menuClassLevelBox {
  371.     font: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  372. }
  373.  
  374. /*Customization*/
  375.  
  376. #menuClassContainer {
  377.     transform: unset;
  378. }
  379.  
  380. #bubbleContainer {
  381.     display: none;
  382. }
  383.  
  384. #menuClassName, #menuClassSubtext {
  385.     text-shadow: none;
  386. }
  387.  
  388. #menuClassName {
  389.     font-size: 28px;
  390. }
  391.  
  392. #menuClassSubtext {
  393.     color: var(--accent);
  394. }
  395.  
  396. #customizeButton {
  397.     width: 300px;
  398.     height: 285px;
  399.     position: fixed;
  400.     right: 19px;
  401.     bottom: 50%;
  402.     transform: translateY(20%);
  403.     font-size: 0 !important;
  404.     background-color: transparent !important;
  405.     box-shadow: none !important;
  406. }
  407.  
  408.  
  409. #customizeButton .material-icons {
  410.     display: none;
  411. }
  412.  
  413. #uiBase.onMenu #spectButton {
  414.     display: flex;
  415.     align-items: center;
  416.     position: absolute;
  417.     top: calc(20% - 60px);
  418.     left: 50%;
  419.     transform: translateX(-50%);
  420.     z-index: 2;
  421.     color: rgba(255,255,255,.5);
  422.     font-size: 18px
  423. }
  424.  
  425. .button {
  426.     padding: 12px 116px;
  427.     padding-right: 168px;
  428. }
  429.  
  430. #policeButton {
  431.     margin-right: -200px;
  432. }
  433.  
  434. #chatList {
  435.     background-color: transparent;
  436. }
  437.  
  438. #menuWindow.dark {
  439.     background-color: #00000017;
  440.     box-shadow: 0px 0px 10px rgb(0 0 0 / 72%)
  441. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement