Advertisement
PhantomGame

Ashevoy CSS

Apr 8th, 2025 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.36 KB | Gaming | 0 0
  1. @import url(https://voy.moe/kc/latest.css);
  2. /*            !!! do not touch this url! it's to autoupdate!
  3. css made by ashevoy
  4. https://voy.moe
  5. changelog available there too
  6.  
  7. much love. feel free to share.
  8. */
  9.  
  10. :root {
  11.   --backgroundColour: #302c29;
  12.   /* backgrounds and buttons colour - default: 302c29 */
  13.   --textColour: #ffffff;
  14.   /* basic text colour - default is ffffff */
  15.   --specialTextColour: #ff4fb9;
  16.   /* special text such as fps etc */
  17.   --linkColour: #ff4fb9;
  18.   /* link colour, default is ff4fb9 */
  19.   --fontThickness: 500;
  20.   /* self explanatory, thickness of the font - default 500 */
  21.   --showMaxAmmo: 0;
  22.   /* showmaxammo: show opacity of the max ammo (default 0) */
  23.   --hpValueColour: #ffffff;
  24.   --ammoValueColour: #ffffff;
  25.   /* hp and ammo val colour, default fff */
  26.   --hpNumberHeight: 0px;
  27.   --ammoNumberHeight: 0px;
  28.   /* change the height of the hp and ammo (adds pixels) */
  29.   --hpBarHeight: 16px;
  30.   --hpBarWidth: 240px;
  31.   --hpBarPositionX: 50%;
  32.   --hpBarPositionY: 7%;
  33.   --hpBarOutlineWidth: 2px;
  34.   --hpBarOpacity: 1;
  35.   /* hpbar(element): self explanatory. */
  36.   /* hpbaropacity: hp bar opacity, 0 for hidden 1 for shown */
  37.   --classPickerOpacity: 1;
  38.   --hoverClassPickerOpacity: 0.5;
  39.   /* the class picker on the right of the menu's opacity. it'll still show when hovering above it. default is 0 (hidden) */
  40.   /* the classes you aren't hovering over's opacities. default is 0.5. if you put the class picker opacity to 1 i recommend making this 1 as well. */
  41.   --customReloadMessage: ' ';
  42.   /* replace this with a custom reload message, keep the apostrophes */
  43.   --customTopLeftMessage: " ";
  44.   /* replace this with a custom message to put at the top left, keep quote marks */
  45.   --customChatHolder: 'annoy people';
  46.   /* replace this with any custom chat holder message you want 2 add, keep the apostrophes */
  47.   --customTopOfServerBrowserMsg: " ";
  48.   /* self explanatory too. shows a custom message at top of server browser lol */
  49.   --showChangelog: 1;
  50.   /* putting this to 0 will hide the changelog during the loading. */
  51.   --btmLeftIconBorderRadius: 5px;
  52.   --btmLeftIconRendering: pixelated;
  53.   --ammoReloadBgHeight: 0px;
  54.   /* change the height of the hp reload bar (adds pixels) */
  55.   --loadingImageBack: url();
  56.  
  57.   --displayNowPlayingCredits: 1;
  58.   /* set the opacity of the bottom thingamajig with the css name and author. set to 0 to hide it. */
  59.  
  60. }
Tags: Krunker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement