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
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Layout Reset */
/* SSLP Multi-Color Header Title - Ultra Priority */
.shady-mainpage { max-width: 1400px; margin: 0 auto; color: #f0f0f0; }
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 - Large and Transparent */
/* HERO - Minimalist Branding */
.shady-hero {  
.shady-hero { text-align: center; padding: 100px 0 60px; }
    text-align: center;  
    padding: 100px 20px 60px;  
    background: linear-gradient(to bottom, rgba(164, 119, 25, 0.05), transparent);
}
.shady-logo {  
.shady-logo {  
     font-family: 'Impact', sans-serif;  
     font-family: 'Impact', sans-serif;  
     font-size: 80px;  
     font-size: 82px;  
     letter-spacing: 6px;  
     letter-spacing: 6px;  
    margin-bottom: 0;
     color: #fff;  
     color: #fff;  
    text-shadow: 0 0 30px rgba(164, 119, 25, 0.4);
    margin: 0;
}
}
.shady-tagline { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 4px; margin-top: 10px; }
.shady-tagline {  
 
    font-size: 12px;  
/* SEARCH PILL - Rounded with Neon Border */
    color: #555;  
.shady-search-pill {
    text-transform: uppercase;  
    max-width: 600px;
    letter-spacing: 4px;  
    margin: 40px auto 0;
    margin-top: 10px;  
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #333;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
}


/* CATEGORY TILES - The Star Citizen "Navigation" look */
/* NAVIGATION TILES - 3 Rows of 6 */
.shady-tile-grid {  
.shady-tile-grid {  
     display: grid;  
     display: grid;  
     grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));  
     grid-template-columns: repeat(6, 1fr);  
     gap: 12px;  
     gap: 12px;  
     margin: 40px 0;  
     margin: 40px 0;  
}
}
.shady-tile {  
.shady-tile {  
     background: rgba(255,255,255,0.03);  
     background: rgba(255, 255, 255, 0.03);  
     border: 1px solid #222;
     border: 1px solid #1a1a1a;  
    padding: 20px;
    text-align: left;  
     border-radius: 4px;
     border-radius: 4px;
     font-size: 14px;
    padding: 18px 5px;
    text-align: center;
     font-size: 10px;  
     font-weight: bold;
     font-weight: bold;
    border-left: 3px solid #333;
    transition: 0.3s;
}
.shady-tile:hover { border-left-color: #a47719; background: rgba(164, 119, 25, 0.1); }
/* CONTENT CARDS - Rounded with Header Accents */
.shady-card {
    background: rgba(10, 10, 10, 0.9);
    border: 1px solid #1a1a1a;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.shady-card-header {
    color: #a47719;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
     text-transform: uppercase;
     text-transform: uppercase;
     display: flex;
     color: #888 !important;
    justify-content: space-between;
}
}
 
.shady-tile:hover {  
/* STATS - Square Boxes from the Screenshot */
     border-color: #a47719;  
.shady-stat-grid { display: flex; gap: 15px; margin-top: 20px; }
     color: #fff !important;  
.shady-stat-box {  
     background: rgba(164, 119, 25, 0.1);  
     flex: 1;
    background: #000;  
     border: 1px solid #222;  
     border-radius: 8px;
    padding: 20px;
    text-align: center;  
}
}
.shady-stat-num { font-size: 28px; font-weight: bold; color: #fff; display: block; }
.shady-stat-lab { font-size: 10px; color: #a47719; text-transform: uppercase; }

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