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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* SSLP Multi-Color Header Title - Ultra Priority */
html body .citizen-header__logo-text {
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    display: inline-block !important;
    background: linear-gradient(to right,
        #FF0000 0%, #FF0000 10%,
        #32CD32 10%, #32CD32 20%,
        #FFD700 20%, #FFD700 30%,
        #1E90FF 30%, #1E90FF 40%,
        #FF8C00 40%, #FF8C00 50%,
        #8A2BE2 50%, #8A2BE2 60%,
        #00CED1 60%, #00CED1 70%,
        #FF1493 70%, #FF1493 80%,
        #ADFF2F 80%, #ADFF2F 90%,
        #FFB6C1 90%, #FFB6C1 100%
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    filter: drop-shadow(2px 2px 0px #000) !important;
}
/* Container Reset */
/* Container Reset */
.shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; }
.shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; }


/* HERO - Minimalist */
/* HERO - Minimalist Branding */
.shady-hero { text-align: center; padding: 40px 0 20px; }
.shady-hero { text-align: center; padding: 100px 0 60px; }
.shady-logo { font-family: 'Impact', sans-serif; font-size: 72px; letter-spacing: 4px; margin-bottom: 0; color: #fff; }
.shady-logo {  
.shady-tagline { font-size: 11px; color: #555; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; }
    font-family: 'Impact', sans-serif;  
 
    font-size: 82px;  
/* SEARCH - Accurate Pill */
    letter-spacing: 6px;  
.shady-search-wrapper {
    margin-bottom: 0;  
    background: rgba(255, 255, 255, 0.02);
    color: #fff;  
    border: 1px solid #1a1a1a;
}
    border-radius: 50px;
.shady-tagline {  
    padding: 12px 25px;
    font-size: 12px;  
    max-width: 500px;
    color: #555;  
     margin: 30px auto 0;
    text-transform: uppercase;  
    display: flex;
    letter-spacing: 4px;  
    justify-content: space-between;
     margin-top: 10px;  
    align-items: center;
    color: #444;
}
}


/* NAVIGATION TILES - Fixed Proportions */
/* NAVIGATION TILES - 3 Rows of 6 */
.shady-tile-grid {  
.shady-tile-grid {  
     display: grid;  
     display: grid;  
Line 32: Line 56:
     border: 1px solid #1a1a1a;  
     border: 1px solid #1a1a1a;  
     border-radius: 4px;
     border-radius: 4px;
     padding: 15px 5px;  
     padding: 18px 5px;  
     text-align: center;  
     text-align: center;  
     font-size: 10px;  
     font-size: 10px;  
Line 39: Line 63:
     color: #888 !important;
     color: #888 !important;
}
}
.shady-tile:hover { border-color: #a47719; color: #fff !important; background: rgba(164, 119, 25, 0.1); }
.shady-tile:hover {  
 
     border-color: #a47719;  
/* CARDS - Consistent with image_829ab3.png */
.shady-card {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
     padding: 30px;
    margin-bottom: 20px;
    position: relative;
}
.shady-featured-accent { border-left: 3px solid #a47719; }
 
.shady-card-header {
    color: #a47719;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
 
/* SIDEBAR - Compact */
.sc-discord {
    background: #5865F2;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 13px;
     color: #fff !important;  
     color: #fff !important;  
     margin-bottom: 20px;
     background: rgba(164, 119, 25, 0.1);  
}
}

Latest revision as of 14:13, 9 May 2026

/* SSLP Multi-Color Header Title - Ultra Priority */
html body .citizen-header__logo-text {
    font-family: 'Impact', 'Arial Black', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    display: inline-block !important;
    background: linear-gradient(to right,
        #FF0000 0%, #FF0000 10%,
        #32CD32 10%, #32CD32 20%,
        #FFD700 20%, #FFD700 30%,
        #1E90FF 30%, #1E90FF 40%,
        #FF8C00 40%, #FF8C00 50%,
        #8A2BE2 50%, #8A2BE2 60%,
        #00CED1 60%, #00CED1 70%,
        #FF1493 70%, #FF1493 80%,
        #ADFF2F 80%, #ADFF2F 90%,
        #FFB6C1 90%, #FFB6C1 100%
    ) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    filter: drop-shadow(2px 2px 0px #000) !important;
}

/* Container Reset */
.shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; }

/* HERO - Minimalist Branding */
.shady-hero { text-align: center; padding: 100px 0 60px; }
.shady-logo { 
    font-family: 'Impact', sans-serif; 
    font-size: 82px; 
    letter-spacing: 6px; 
    margin-bottom: 0; 
    color: #fff; 
}
.shady-tagline { 
    font-size: 12px; 
    color: #555; 
    text-transform: uppercase; 
    letter-spacing: 4px; 
    margin-top: 10px; 
}

/* NAVIGATION TILES - 3 Rows of 6 */
.shady-tile-grid { 
    display: grid; 
    grid-template-columns: repeat(6, 1fr); 
    gap: 12px; 
    margin: 40px 0; 
}
.shady-tile { 
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid #1a1a1a; 
    border-radius: 4px;
    padding: 18px 5px; 
    text-align: center; 
    font-size: 10px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #888 !important;
}
.shady-tile:hover { 
    border-color: #a47719; 
    color: #fff !important; 
    background: rgba(164, 119, 25, 0.1); 
}