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
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Layout & Container */
/* SSLP Multi-Color Header Title - Ultra Priority */
.shady-mainpage { max-width: 1240px; margin: 0 auto; color: #e2e2e2; }
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 like the screenshot */
/* Container Reset */
.shady-hero { text-align: center; padding: 60px 20px; }
.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: 72px;
     font-size: 82px;  
    font-weight: 900;  
     letter-spacing: 6px;  
     letter-spacing: 2px;  
     margin-bottom: 0;  
     margin-bottom: 10px;
     color: #fff;  
     text-shadow: 0 0 20px rgba(164, 119, 25, 0.4);
}
}
.shady-tagline { font-size: 16px; color: #888; font-style: italic; margin-bottom: 30px; }
.shady-tagline {  
 
    font-size: 12px;  
/* Search Bar Placeholder Style */
    color: #555;  
.shady-search-bar {
     text-transform: uppercase;  
     max-width: 600px;
     letter-spacing: 4px;  
    margin: 0 auto;
     margin-top: 10px;  
     background: rgba(255,255,255,0.05);
    border: 1px solid #333;
    padding: 12px 25px;
    border-radius: 50px; /* Pill shape */
     color: #666;
    display: flex;
    justify-content: space-between;
}
}


/* CARDS & TILES - Rounded corners and glass effect */
/* NAVIGATION TILES - 3 Rows of 6 */
.shady-card {  
.shady-tile-grid {  
     background: rgba(15, 15, 15, 0.9);  
     display: grid;  
     border: 1px solid #2a2a2a;
     grid-template-columns: repeat(6, 1fr);  
    border-radius: 12px; /* ROUNDED EDGES */
     gap: 12px;  
    padding: 20px;
     margin: 40px 0;  
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
.shady-card-title {
     font-weight: bold;
    text-transform: uppercase;
    color: #a47719;
    border-bottom: 1px solid #333;  
     margin-bottom: 15px;
    padding-bottom: 8px;
    letter-spacing: 1px;
}
}
 
.shady-tile {  
/* FEATURED BANNER - Rounded with Overlay */
     background: rgba(255, 255, 255, 0.03);
.shady-featured {  
    border: 1px solid #1a1a1a;  
     position: relative;  
     border-radius: 4px;
     border-radius: 12px;  
     padding: 18px 5px;  
     overflow: hidden;  
     text-align: center;
     margin: 20px 0;  
    font-size: 10px;
     border: 1px solid #333;
    font-weight: bold;
    text-transform: uppercase;
     color: #888 !important;
}
}
.shady-featured-overlay {
.shady-tile:hover {  
     position: absolute;
     border-color: #a47719;  
     bottom: 0; left: 0; right: 0;
     color: #fff !important;  
     background: linear-gradient(transparent, rgba(0,0,0,0.9));
     background: rgba(164, 119, 25, 0.1);  
    padding: 30px;
}
}
/* GRID SYSTEM */
.shady-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.shady-column { flex: 1; min-width: 300px; }
/* STATS - Pill Style */
.shady-stats { display: flex; justify-content: space-around; background: #0a0a0a; border-radius: 50px; padding: 15px; border: 1px solid #222; }
.shady-stat-number { font-size: 24px; font-weight: bold; color: #fff; display: block; }
.shady-stat-label { font-size: 11px; color: #a47719; text-transform: uppercase; }
/* SLIM SHADY COLORS */
.shady-1 { color: #FF0000; } .shady-2 { color: #32CD32; }
.shady-3 { color: #FFD700; } .shady-4 { color: #1E90FF; }
.shady-5 { color: #FF8C00; } .shady-6 { color: #8A2BE2; }
.sc-discord { background: #5865F2; border-radius: 8px; padding: 12px; text-align: center; display: block; font-weight: bold; color: #fff !important; }

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