Skip to content

Deezy Public Css by deezy

Details

Authordeezy

LicenseNo License

CategoryStylus

Created

Updated

Size27 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ez best kirka css made By Me deezy

Notes

New css style

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           Deezy Public Css
@namespace      IDk
@version         1.0.0
@description    A public css
@author         DeezyDuh
==/UserStyle== */
@-moz-document domain("example.com") {
    /* Insert code here... */
}
/* kill icon */
.animate-cont {
    content: url(http://cdn.shopify.com/s/files/1/0551/3933/6282/products/akatsukicloud.png?v=1670402927);
    height: 100px;
    text-align: center;
    display: inline-block;
}
    
/* red buttons that I changed to baby blue*/
    
    .button[data-v-02c36fca]:after{--hover-color: #6fffd7f2}

/* borders around stuff */

.container[data-v-d54ab83a] {
    border: #fffffff2 !important;
    background: #dd59a200 !important;
}

.select-regions-cont {   
    border: 1px solid #fffffff2 !important;
    border-radius: 5px !important;
    background: #dd59a200 !important;
}

.bg[data-v-4c542c70] {
    border: 1px solid #fffffff2 !important;
    border-radius: 5px !important;
    background: #dd59a200 !important;
}
    
.hub-container {
    border: 1px solid #fffffff2 !important;
    border-radius: 5px !important;
    background: #dd59a200 !important;
}
    
.store {    
    border: 1px solid #fffffff2 !important;
    border-radius: 5px !important;
    background: #ffffff1c !important;
}
    
.container-card[data-v-1bf1e387] {
    border: 1px solid #fffffff2 !important;
    border-radius: 5px !important;
    background: #dd59a200 !important;        
}

.container[data-v-d54ab83a]{
    border: 1px solid #fffffff2 !important;
    border-radius: 5px !important;
    background: #dd59a200 !important;
}
    
    
/* Hide Logo */
.interface .logo {
    content: url(https://cdn.discordapp.com/attachments/1028074836238549095/1072513648146272307/image.png);
    margin-top: 520px;
    max-width: 400px;
    max-height: 200px;
}

/*	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 #6fffd7f2, 0 0 5px #6fffd7f2, 0 0 5px #6fffd7f2, 0 0 5px #6fffd7f2, 0 0 6px #6fffd7f2, 0 0 7px #6fffd7f2, 0 0 8px #6fffd7f2;
    }
}

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

.heads .clan-tag {
	color: #fffffff2;
    -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() !important;
    margin-top: -2%;
  }
 .interface .nickname:before {
    content: url() !important;
    margin-top: -2%;
  }
    
.pattern-bg,
.bg-radial {
    display: none;
}

.interface .background{
    background: url(https://t4.ftcdn.net/jpg/00/64/89/95/360_F_64899557_G2oXxeKHXoJzQaFEijUqfgQb2jNleNvl.jpg) repeat !important;
    background-size: cover !important;
}

.end-modal {
    background: url(https://t4.ftcdn.net/jpg/00/64/89/95/360_F_64899557_G2oXxeKHXoJzQaFEijUqfgQb2jNleNvl.jpg) repeat !important;
        background-size: cover !important;

}


/* Loading Scene*/
.loading-scene .progress {
    background: -webkit-gradient(linear, left top, right top, from(#6fffd7f2), to(#6fffd7f2)) !important;
    background: linear-gradient(to right, #6fffd7f2, #6fffd7f2) !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: #dd59a200;
}

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

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

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

#clientJoinButton:active {
    background: #dd59a200!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: #ffffff1c;
	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: #dd59a200;
}

.button:after {
    border: none;
}

    /* up bar */
    
       .left-interface .profile {
        background: rgba(0, 0, 0, 0);
        backdrop-filter: blur(0px);
        width: 2500px;
        border-bottom: 5px solid rgba(0, 0, 0, 0);
    }

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

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

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

    .left-interface .progress {
        background: -webkit-gradient(linear, left top, right top, from(#fff0), to(#f1aad800)) !important;
        background: linear-gradient(to right, #f1aad800, #f1aad800) !important;
    }

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

    .left-interface .avatar-info,
    .left-interface .user-info,
    .left-interface .money {
        background: #dd59a200 !important;
        margin-left: -18px;
        border: none;
    }

    .left-interface .avatar-info:hover,
    .left-interface .user-info:hover {
        background: #dd59a200;
    }


/* Left icons */
        .left-icons {
        background: #6fffd700 !important;
        backdrop-filter: blur(0px);
        left: 100% !important;
        height: 100px
        border-right: 5px solid #fff0;
        border-radius: 100 !important;
    }

    .left-icons .icon-btn {
        background: #6fffd700;
        border: #fff0;
        width: 100px;
        height: 10%
    }

    .left-icons .icon-btn svg {
        display: none;
    }
#left-icons {
    display: row;
    flex-direction: row;
    align-items: row;
    position: row;
    left: 1% !important;
    top: 90% !important;
    z-index: 1 !important;
}
.coin-icon {
    padding-right: 7px !important;

}

/* Right Interface */
.right-interface .setting {
	padding-top: 900px;
}

.right-interface .setting {
	padding-right: 400px;
}
    
.soc-group:nth-child(1),
.soc-group:nth-child(2) {
	background: rgba(0, 0, 0, 0) !important;
	border: none;
    visibility: hidden;
}

.soc-group:nth-child(1):hover,
.soc-group:nth-child(2):hover {
	background: none !important;
	transform: scale(1.5);
    visibility: hidden;
}

.right-interface .settings {
	background: #dd59a200;
	border: none;
	width: 20px !important;
	transition: 0.3s;
    z-index: 2;
} 

.right-interface .settings:hover {
	background: #6fffd7f2;
	transform: scale(1.5);
}

.right-interface {
    z-index: 999 !important;
}
/*
.soc-group:nth-child(2) {
    background: url(https://media.discordapp.net/attachments/523517791886770188/947500791365787729/monitor-512.png) !important;
    background-repeat: no-repeat !important;
    background-size: 50px !important;
    background-position-x: 1rem !important;
    background-position-y: 1rem !important;
	border: none;
    position: fixed;
    right: 80px;
    top: 12px;
}

.soc-group:nth-child(2):hover {
    background: url(https://media.discordapp.net/attachments/523517791886770188/947500791365787729/monitor-512.png) !important;
    background-repeat: no-repeat !important;
    background-size: 50px !important;
    background-position-x: 1rem !important;
    background-position-y: 1rem !important;
    transform: scale(1.2);
}

.soc-group:nth-child(2) svg {
    opacity: 0;
}
*/

    /* play btn */
    #play-btn {
        background: #dd59a200 !important...

Reviews

No reviews yet.