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
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Container & Global Font */
/* SSLP Multi-Color Header Title - Ultra Priority */
.shady-mainpage { max-width: 1300px; margin: 0 auto; color: #e2e2e2; line-height: 1.6; }
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;
}


/* HERO SECTION - Centered & Glowing */
/* Container Reset */
.shady-hero { text-align: center; padding: 80px 20px 40px; }
.shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; }
 
/* HERO - Minimalist Branding */
.shady-hero { text-align: center; padding: 100px 0 60px; }
.shady-logo {  
.shady-logo {  
     font-family: 'Impact', sans-serif;  
     font-family: 'Impact', sans-serif;  
     font-size: 82px;  
     font-size: 82px;  
    font-weight: 900;
     letter-spacing: 6px;  
     letter-spacing: 4px;
     margin-bottom: 0;  
    margin-bottom: 5px;
     color: #fff;  
     filter: drop-shadow(0 0 15px rgba(164, 119, 25, 0.3));
}
.shady-tagline { font-size: 15px; color: #999; letter-spacing: 1px; margin-bottom: 40px; text-transform: uppercase; }
 
/* Pill Search Bar */
.shady-search-bar {
    max-width: 550px;
    margin: 0 auto;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 14px 28px;
    border-radius: 100px;
     color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
}
 
.shady-tagline {  
/* CARDS - Glassmorphism & Rounded 12px */
     font-size: 12px;  
.shady-card {  
     color: #555;  
     background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;  
     padding: 24px;
    margin-bottom: 20px;
    transition: transform 0.2s, border-color 0.2s;
}
.shady-card:hover { border-color: rgba(164, 119, 25, 0.5); transform: translateY(-2px); }
 
.shady-card-title {
    font-weight: 800;  
     text-transform: uppercase;  
     text-transform: uppercase;  
     color: #a47719;
     letter-spacing: 4px;  
    font-size: 13px;
     margin-top: 10px;  
    border-bottom: 1px solid rgba(255,255,255,0.1);  
     margin-bottom: 18px;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
}


/* FEATURED BANNER - 12px Rounding */
/* NAVIGATION TILES - 3 Rows of 6 */
.shady-featured {  
.shady-tile-grid {  
     position: relative;  
     display: grid;  
     border-radius: 12px;  
     grid-template-columns: repeat(6, 1fr);  
     overflow: hidden;  
     gap: 12px;  
     margin: 30px 0;
     margin: 40px 0;  
    border: 1px solid #333;
    height: 350px;
}
}
.shady-featured img { object-fit: cover; width: 100%; height: 100%; }
.shady-tile {  
.shady-featured-overlay {
     background: rgba(255, 255, 255, 0.03);  
    position: absolute;
     border: 1px solid #1a1a1a;  
    bottom: 0; left: 0; right: 0; top: 0;
     border-radius: 4px;
     background: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0.2) 100%);
     padding: 18px 5px;  
     display: flex;
     text-align: center;  
     flex-direction: column;
    font-size: 10px;  
     justify-content: flex-end;
     font-weight: bold;
     padding: 40px;
     text-transform: uppercase;
}
     color: #888 !important;
 
/* STATS - Pill Shape */
.shady-stats-container {
    display: flex;
     justify-content: center;
     gap: 15px;
     margin-top: 20px;
}
}
.shady-stat-pill {
.shady-tile:hover {  
    background: rgba(255,255,255,0.05);
     border-color: #a47719;  
     border: 1px solid #333;
     color: #fff !important;  
     border-radius: 50px;
     background: rgba(164, 119, 25, 0.1);  
     padding: 10px 25px;
    text-align: center;
    min-width: 120px;
}
}
.shady-stat-num { font-size: 22px; font-weight: bold; color: #fff; display: block; }
.shady-stat-lab { font-size: 10px; color: #a47719; text-transform: uppercase; font-weight: bold; }

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); 
}