Skip to content

XV clan kirka css by BT_BlueMask

Screenshot of XV clan kirka css

Details

AuthorBT_BlueMask

LicenseNo License

Categoryhttps://kirka.io/

Created

Updated

Code size30 kB

Code checksum2df79928

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This css has been made for members of xv clan: The logos are owned

Notes

View code to see how to change my name to yours :)

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           kirka.io - 16/01/2023 16:52:24
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://kirka.io/") {
	/* @import url(https://drive.google.com/uc?export=view&id=1ExijPyhKMZTdjSXSgnFUp71Yxt6yUCHP)
	;} */
	/*	Original CSS made by OnFire29
	Modified by NeverGonna#I0VR0Q (That's my kirka account)
	Re-modified by: BT_BlueMask (discord) 
	Made for the community of https://www.discord.gg/xiera join for bw and other game fun
	recomended Resolution: 1920x1080
	
	NOTE: edit the "hide logo" for custom name above the thingy I pesonally use: https://maketext.io/
	All credit still goes to the original builder of the css I only edited a few links here and there
	
    CSS origin: Nizzq#9235 */
	@font-face {
		font-family: gamefont;
		src: url("https://raw.githubusercontent.com/MOF1/krunker_css/main/css/fonts/Steradian-Bold.otf");
	}

	* {
		font-family: gamefont;
	}

	/* fire kill icon */
	.animate-cont {
		content: url(https://cdn.discordapp.com/attachments/973898019466543115/1208146976395235449/XV_logo.png?ex=6622d30d&is=66105e0d&hm=655bb3f3e2ba4bd4c9d723f5c421ebcbb3b4864b845c73087cca8cd313c5b2b8&);
		height: 100px;
		text-align: center;
		display: inline-block;
	}

	/* red buttons that I changed to purple*/
	.button[data-v-02c36fca]:after {
		--hover-color: #06bbbb
	}

	/* borders around stuff */
	.container[data-v-d54ab83a] {
		border: #06bbbb !important;
		background: #221c35 !important;
	}

	.select-regions-cont {
		border: 1px solid #06bbbb !important;
		border-radius: 5px !important;
		background: #221c35 !important;
	}

	.bg[data-v-4c542c70] {
		border: 1px solid #06bbbb !important;
		border-radius: 5px !important;
		background: #221c35 !important;
	}

	.hub-container {
		border: 1px solid #06bbbb !important;
		border-radius: 5px !important;
		background: #221c35 !important;
	}

	.store {
		border: 1px solid #06bbbb !important;
		border-radius: 5px !important;
		background: #221c35 !important;
	}

	.container-card[data-v-1bf1e387] {
		border: 1px solid #06bbbb !important;
		border-radius: 5px !important;
		background: #221c35 !important;
	}

	.container[data-v-d54ab83a] {
		border: 1px solid #06bbbb !important;
		border-radius: 5px !important;
		background: #221c35 !important;
	}


	/* Hide Logo */
	.interface .logo {
		content: url(https://media.discordapp.net/attachments/1031270573659132054/1226963346826199100/BT_BlueMask201.png?ex=6626ada9&is=661438a9&hm=f7c049dc73ed74d833220459d2546a17645abf4906c02030c07c826f4db05fce&=&format=webp&quality=lossless&width=1363&height=262);
		margin-top: 40px;
		max-width: 1600px;
		max-height: 800px;
	}


	/*	Ad Removal */
	.ad-bottom,
	.ad-left {
		visibility: hidden !important;
	}
	/*	CROSSHAIR */
	.crosshair-static {
		visibility: visible !important;
		position: absolute;
		display: flex !important;
	}

	/* Animation */
	@-webkit-keyframes glow {
		from {
			text-shadow: 0 0 5px #fff, 0 0 5px aqua, 0 0 5px aqua, 0 0 5px aqua, 0 0 6px aqua, 0 0 7px aqua, 0 0 8px aqua;
		}
	}

	@-webkit-keyframes animate {
		to {
			transform: translateY(30%);
		}
	}

	.heads .clan-tag {
		color: #b84fff;
		-webkit-animation: glow 2s ease-in-out infinite alternate;
		-moz-animation: glow 2s ease-in-out infinite alternate;
		animation: glow 2s ease-in-out infinite alternate;
		visibility: visible;
	}

	/* Background */
	.interface .nickname:after {
		content: url(https://cdn.discordapp.com/attachments/973898019466543115/1208146976395235449/XV_logo.png?ex=6622d30d&is=66105e0d&hm=655bb3f3e2ba4bd4c9d723f5c421ebcbb3b4864b845c73087cca8cd313c5b2b8&) !important;
		margin-top: -2%;
	}
	.interface .nickname:before {
		content: url(https://cdn.discordapp.com/attachments/973898019466543115/1208146976395235449/XV_logo.png?ex=6622d30d&is=66105e0d&hm=655bb3f3e2ba4bd4c9d723f5c421ebcbb3b4864b845c73087cca8cd313c5b2b8&) !important;
		margin-top: -2%;
	}

	.pattern-bg,
	.bg-radial {
		display: none;
	}

	.interface .background {
		background: url(https://media.discordapp.net/attachments/1031270573659132054/1227196003791278091/XV_PINK_bg.png?ex=66278657&is=66151157&hm=92afeeefec31c1f75f9a6fe76ca3bf9460d66f5d085c2654b2c7052be99aa7be&=&format=webp&quality=lossless&width=687&height=386) repeat !important;
		background-size: cover !important;
	}

	.end-modal {
		background: url(https://i.redd.it/fzq5ks7h9bv41.jpg) repeat !important;
	}

	/* Loading Scene*/
	.loading-scene .progress {
		background: -webkit-gradient(linear, left top, right top, from(#84a1ff), to(#39ffd4)) !important;
		background: linear-gradient(to right, #84a1ff, #39ffd4) !important;
	}

	.loading-scene .name .label {
		-webkit-animation: glow 2s ease-in-out infinite alternate;
		-moz-animation: glow 2s ease-in-out infinite alternate;
		animation: glow 2s ease-in-out infinite alternate;
	}

	.loading-scene .players .level {
		color: #b84fff;
	}

	/* Join URL Button (For client only) */
	.join-using-link {
		background: blue !important;
		border-radius: 0 !important;
		border: 4px solid #ffffff1c !important;
	}

	.join-using-link:active {
		background: blue !important;
	}

	#clientJoinButton {
		background: blue !important;
		border-radius: 0 !important;
		border: 4px solid #ffffff1c !important;
	}

	#clientJoinButton:active {
		background: blue!important;
	}

	/* Stream 
.live-streams {
    background: rgba(55, 55, 55, .61);
    backdrop-filter: blur(5px);
    position: fixed;
    left: 95px;
    top: 80px;
    width: 300px !important;
    height: 1200px;
    border-left: 4px solid #ffffff1c;
    -webkit-transition: 1s;
    transition: 1s;
}

.live-streams:before {
    content: url(https://media.discordapp.net/attachments/523517791886770188/947364113770758194/pngfind.com-chevron-png-95287.png?width=30&height=30);
    position: fixed;
    right: 320px;
    top: 15px;
    transition: 0.2s;
}

.live-streams:hover:before {
    opacity: 0;
}

.live-streams:after {
    content: "CSS by NizzQ#9235";
    position: fixed;
    top: 505px;
    right: 115px;
}

.live-streams:hover {
    left: -115px;
}

.live-streams .head {
    display: none;
}

.live-streams .list {
    width: 180px;
    padding: 0 9px;
    overflow: visible;
}
*/
	/* Login/Signup*/
	.auth-form {
		margin-left: 0 !important;
		background: none !important;
		backdrop-filter: none;
		border: none !important;
		border-left: none !important;
		border-right: none !important;
		box-shadow: none !important;
		border-bottom: none !important;
		border-radius: 0 !important;
		width: 2500px !important;
		height: 118px !important;
	}

	.auth-form .btns button {
		transform: none !important;
		padding: 0px;
		left: -450%;
	}

	.auth-user .loading {
		background: rgba(55, 55, 55, .61);
		backdrop-filter: blur(5px);
		border: none;
		border-bottom: 5px solid #ffffff1c !important;
		border-radius: 0;
		width: 2500px;
		height: 118px !important;
	}

	.auth-user .loader-container {
		margin-right: 95% !important;
	}

	.button {
		-webkit-text-stroke: 0px !important;
	}

	.auth-form .btns button:hover {
		background-color: transparent !important;
		box-shadow: none !important;
	}

	.auth-form button,
	.auth-form button .border-top,
	.auth-form button .border-bottom {
		background: transparent !important;
		box-shadow: none !important;
	}

	.auth-form button .triangle {
		display: none;
	}

	.auth-form .text {
		font-size: 26px !important;
	}

	.auth-form button:hover {
		color: aqua;
	}

	.button:after {
		border: none;
	}

	/* Left Interface*/
	.left-interface .profile {
		background: transparent;
		width: 2500px;
		height: 14px;
		margin-bottom: 0px;
	}

	.left-interface .progress-label {
		display: none;
		visibility: hidden;
	}

	.left-interface .progress-lvl {
		margin-bottom: 20px;
		visibility: visible;
	}

	.left-interface .progress-line {
		background: #4f4e4ead !important;
		height: 17px;
	}

	.left-interface .progress {
		background: -webkit-gradient(linear, left top, right top, from(#84a1ff), to(#39ffd4)) !important;
		background: linear-gradient(to right, #84a1ff, #39ffd4) !important;
	}

	.left-interface .level {
		color: #b84fff;
	}

	.left-interface .avatar-info,
	.left-interface .user-info {
		background: transparent !important;
		margin-left: -18px;
		border: none;
	}
	.left-interface .money {
		background: transparent !important;
		margin-left: -18px;
		margin-top: 3%;
		border: none;
	}
	.left-interface .avatar-info:hover,
	.left-interface .user-info:hover {
		background: transparent;
	}

	/* Left icons */
	.left-icons {
		background: transparent !important;
		left: 0 !important;
		border-radius: 0 !important;
	}

	.left-icons .icon-btn {
		background: transparent;
		border: none;
		width: 107px;
		border-radius: 0;
	}

	.left-icons .icon-btn .text-icon,
	.left-icons .icon-btn svg {
		display: none;
	}

	.left-icons .icon-btn:nth-child(1) {
		background: url(https://cdn.discordapp.com/attachments/842898946765881367/1065335316841512980/fire_3.png);
		background-size: 55px !important;
		background-repeat: no-repeat;
		margin-top: 0;
		background-position-x: 1.5rem !important;
		background-position-y: 1rem !important;
		transition: 0.3s;
	}

	.left-icons .icon-btn:nth-child(1):hover {
		background: url(https://cdn.discordapp.com/attachments/842898946765881367/1065335316841512980/fire_3.png);
		background-repeat: no-repeat;
		transform: scale(1.5)
	}

	.left-icons .icon-btn:nth-child(2) {
		background: url(https://cdn.discordapp.com/attachments/775971082204348456/953321558217220176/icons8-coin-64.png);
		background-size: 55px !important;
		background-repeat: no-repeat;
		margin-top: 0;
		background-position-x: 1.5rem !important;
		background-position-y: 1rem !important;
		transition: 0.3s;
	}

	.left-icons .icon-btn:nth-child(2):hover {
		background: url(https://cdn.discordapp.com/attachments/775971082204348456/953321558217220176/icons8-coin-64.png);
		background-repeat: no-repeat;
		transform: scale(1.5)
	}

	.left-icons .icon-btn:nth-child(3) {
		backgro...

Reviews

No reviews yet.