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
Line 1: Line 1:
/* Layout & Container */
/* Container & Global Font */
.shady-mainpage { max-width: 1240px; margin: 0 auto; color: #e2e2e2; }
.shady-mainpage { max-width: 1300px; margin: 0 auto; color: #e2e2e2; line-height: 1.6; }


/* HERO SECTION - Centered like the screenshot */
/* HERO SECTION - Centered & Glowing */
.shady-hero { text-align: center; padding: 60px 20px; }
.shady-hero { text-align: center; padding: 80px 20px 40px; }
.shady-logo {  
.shady-logo {  
     font-family: 'Impact', sans-serif;  
     font-family: 'Impact', sans-serif;  
     font-size: 72px;  
     font-size: 82px;  
     font-weight: 900;  
     font-weight: 900;  
     letter-spacing: 2px;  
     letter-spacing: 4px;  
     margin-bottom: 10px;
     margin-bottom: 5px;
     text-shadow: 0 0 20px rgba(164, 119, 25, 0.4);
     filter: drop-shadow(0 0 15px rgba(164, 119, 25, 0.3));
}
}
.shady-tagline { font-size: 16px; color: #888; font-style: italic; margin-bottom: 30px; }
.shady-tagline { font-size: 15px; color: #999; letter-spacing: 1px; margin-bottom: 40px; text-transform: uppercase; }


/* Search Bar Placeholder Style */
/* Pill Search Bar */
.shady-search-bar {
.shady-search-bar {
     max-width: 600px;
     max-width: 550px;
     margin: 0 auto;
     margin: 0 auto;
     background: rgba(255,255,255,0.05);
     background: rgba(255,255,255,0.03);
     border: 1px solid #333;
     border: 1px solid rgba(255,255,255,0.1);
     padding: 12px 25px;
     padding: 14px 28px;
     border-radius: 50px; /* Pill shape */
     border-radius: 100px;
     color: #666;
     color: #888;
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
}


/* CARDS & TILES - Rounded corners and glass effect */
/* CARDS - Glassmorphism & Rounded 12px */
.shady-card {  
.shady-card {  
     background: rgba(15, 15, 15, 0.9);  
     background: rgba(20, 20, 20, 0.8);
     border: 1px solid #2a2a2a;  
    backdrop-filter: blur(10px);
     border-radius: 12px; /* ROUNDED EDGES */
     border: 1px solid rgba(255,255,255,0.05);  
     padding: 20px;  
     border-radius: 12px;  
     padding: 24px;  
     margin-bottom: 20px;
     margin-bottom: 20px;
     box-shadow: 0 4px 15px rgba(0,0,0,0.5);
     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 {  
.shady-card-title {  
     font-weight: bold;  
     font-weight: 800;  
     text-transform: uppercase;  
     text-transform: uppercase;  
     color: #a47719;  
     color: #a47719;  
     border-bottom: 1px solid #333;  
    font-size: 13px;
     margin-bottom: 15px;  
     border-bottom: 1px solid rgba(255,255,255,0.1);  
     padding-bottom: 8px;
     margin-bottom: 18px;  
     letter-spacing: 1px;
     padding-bottom: 10px;
     letter-spacing: 2px;
}
}


/* FEATURED BANNER - Rounded with Overlay */
/* FEATURED BANNER - 12px Rounding */
.shady-featured {  
.shady-featured {  
     position: relative;  
     position: relative;  
     border-radius: 12px;  
     border-radius: 12px;  
     overflow: hidden;  
     overflow: hidden;  
     margin: 20px 0;  
     margin: 30px 0;  
     border: 1px solid #333;
     border: 1px solid #333;
    height: 350px;
}
}
.shady-featured img { object-fit: cover; width: 100%; height: 100%; }
.shady-featured-overlay {
.shady-featured-overlay {
     position: absolute;
     position: absolute;
     bottom: 0; left: 0; right: 0;
     bottom: 0; left: 0; right: 0; top: 0;
     background: linear-gradient(transparent, rgba(0,0,0,0.9));
     background: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0.2) 100%);
     padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
     padding: 40px;
}
}


/* GRID SYSTEM */
/* STATS - Pill Shape */
.shady-grid { display: flex; flex-wrap: wrap; gap: 20px; }
.shady-stats-container {
.shady-column { flex: 1; min-width: 300px; }
    display: flex;
 
    justify-content: center;
/* STATS - Pill Style */
    gap: 15px;
.shady-stats { display: flex; justify-content: space-around; background: #0a0a0a; border-radius: 50px; padding: 15px; border: 1px solid #222; }
    margin-top: 20px;
.shady-stat-number { font-size: 24px; font-weight: bold; color: #fff; display: block; }
}
.shady-stat-label { font-size: 11px; color: #a47719; text-transform: uppercase; }
.shady-stat-pill {
 
    background: rgba(255,255,255,0.05);
/* SLIM SHADY COLORS */
    border: 1px solid #333;
.shady-1 { color: #FF0000; } .shady-2 { color: #32CD32; }
    border-radius: 50px;
.shady-3 { color: #FFD700; } .shady-4 { color: #1E90FF; }
    padding: 10px 25px;
.shady-5 { color: #FF8C00; } .shady-6 { color: #8A2BE2; }
    text-align: center;
.sc-discord { background: #5865F2; border-radius: 8px; padding: 12px; text-align: center; display: block; font-weight: bold; color: #fff !important; }
    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; }

Revision as of 13:44, 9 May 2026

/* Container & Global Font */
.shady-mainpage { max-width: 1300px; margin: 0 auto; color: #e2e2e2; line-height: 1.6; }

/* HERO SECTION - Centered & Glowing */
.shady-hero { text-align: center; padding: 80px 20px 40px; }
.shady-logo { 
    font-family: 'Impact', sans-serif; 
    font-size: 82px; 
    font-weight: 900; 
    letter-spacing: 4px; 
    margin-bottom: 5px;
    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);
}

/* CARDS - Glassmorphism & Rounded 12px */
.shady-card { 
    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; 
    color: #a47719; 
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.1); 
    margin-bottom: 18px; 
    padding-bottom: 10px;
    letter-spacing: 2px;
}

/* FEATURED BANNER - 12px Rounding */
.shady-featured { 
    position: relative; 
    border-radius: 12px; 
    overflow: hidden; 
    margin: 30px 0; 
    border: 1px solid #333;
    height: 350px;
}
.shady-featured img { object-fit: cover; width: 100%; height: 100%; }
.shady-featured-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0; top: 0;
    background: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0.2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

/* STATS - Pill Shape */
.shady-stats-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.shady-stat-pill {
    background: rgba(255,255,255,0.05);
    border: 1px solid #333;
    border-radius: 50px;
    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; }