Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:FrankFrankUltimate/citizen.css: Difference between revisions

From WikiOasis Meta
more liquid glass
more liquid glass
Line 32: Line 32:
     border: 1px solid rgba(255,255,255,0.2) !important;
     border: 1px solid rgba(255,255,255,0.2) !important;
     box-shadow: 0 8px 32px 0 rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.1) !important;
     box-shadow: 0 8px 32px 0 rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.1) !important;
}
#ca-edit > a, #ca-ve-edit > a {
    background-color: oklch(0 0 0 / 0.21);
    border-radius: 50px;
    color: var(--background-color-progressive);
}
}

Revision as of 20:50, 28 December 2025

.citizen-header {
    margin: 15px !important;
    border-radius: 50px !important;
    
    /* The "Glass" Core */
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    
    /* The "Liquid" Edge - creates the refraction look */
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    
    /* Depth and Shine */
    box-shadow: 
        0 8px 32px 0 rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    
    /* Ensuring content doesn't bleed out of the rounded corners */
    /*fuck that, let it happen*/
	
}

.page-actions {
    display: flex;
    gap: var(--space-xxs);
    align-items: center;
    margin: 15px !important;
    border-radius: 50px !important;
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(15px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border: 1px solid rgba(255,255,255,0.2) !important;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.1),inset 0 0 0 1px rgba(255,255,255,0.1) !important;
}
#ca-edit > a, #ca-ve-edit > a {
    background-color: oklch(0 0 0 / 0.21);
    border-radius: 50px;
    color: var(--background-color-progressive);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.