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
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* =========================
/* SSLP Multi-Color Header Title - Ultra Priority */
  SHADYPEDIA MAIN PAGE
html body .citizen-header__logo-text {
========================= */
     font-family: 'Impact', 'Arial Black', sans-serif !important;
 
     text-transform: uppercase !important;
.shady-mainpage {
     font-size: 28px !important;
     max-width: 1500px;
     font-weight: 900 !important;
     margin: auto;
     display: inline-block !important;
     padding: 20px;
    background: linear-gradient(to right,
     color: #d7dde5;
        #FF0000 0%, #FF0000 10%,
     font-family: Inter, Arial, sans-serif;
        #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 */
/* Container Reset */
.shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; }


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


.shady-tagline {
/* NAVIGATION TILES - 3 Rows of 6 */
     color: #9ba9bb;
.shady-tile-grid {  
     margin-top: 14px;
     display: grid;  
     font-size: 16px;
     grid-template-columns: repeat(6, 1fr);  
     gap: 12px;
    margin: 40px 0;  
}
}
 
.shady-tile {  
/* SEARCH */
     background: rgba(255, 255, 255, 0.03);  
 
     border: 1px solid #1a1a1a;  
.shady-search {
     border-radius: 4px;
    margin-top: 30px;
     padding: 18px 5px;  
}
     text-align: center;  
 
    font-size: 10px;  
.shady-search input {
     font-weight: bold;
    width: 650px;
    max-width: 92%;
     background: #0c1118;
    border: 1px solid #263241;
    border-radius: 14px;
    padding: 16px 20px;
    color: #ffffff;
    font-size: 16px;
    transition: all .2s ease;
}
 
.shady-search input:focus {
    outline: none;
    border-color: #ff3c3c;
    box-shadow: 0 0 12px rgba(255,60,60,.3);
}
 
/* FEATURED */
 
.shady-featured {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
     border: 1px solid #222d3a;
     background: #0d121a;
    box-shadow: 0 0 25px rgba(0,0,0,.35);
}
 
.shady-featured img {
    width: 100%;
     display: block;
     object-fit: cover;
}
 
.shady-featured-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 32px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.95),
        rgba(0,0,0,.0)
    );
}
 
.shady-featured-title {
     font-size: 13px;
     text-transform: uppercase;
     text-transform: uppercase;
     color: #ff3c3c;
     color: #888 !important;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
 
.shady-featured-text {
    font-size: 28px;
    font-weight: 800;
    color: white;
    max-width: 700px;
}
 
/* GRID */
 
.shady-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}
 
.shady-column {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
 
/* CARDS */
 
.shady-card {
    background: linear-gradient(
        180deg,
        #10161f 0%,
        #0b1017 100%
    );
    border: 1px solid #1f2b38;
    border-radius: 16px;
    padding: 22px;
    box-shadow:
        0 0 18px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.03);
    transition: transform .15s ease,
                border-color .15s ease;
}
 
.shady-card:hover {
    transform: translateY(-2px);
    border-color: #324355;
}
 
.shady-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
    border-bottom: 1px solid #1f2b38;
    padding-bottom: 10px;
    letter-spacing: .3px;
}
}
 
.shady-tile:hover {  
/* LINKS */
     border-color: #a47719;  
 
     color: #fff !important;  
.shady-card a {
     background: rgba(164, 119, 25, 0.1);  
    color: #8ab4ff;
    text-decoration: none;
    transition: color .15s ease;
}
 
.shady-card a:hover {
     color: #ffffff;
}
 
/* LISTS */
 
.shady-card ul {
    margin: 0;
    padding-left: 18px;
}
 
.shady-card li {
    margin-bottom: 8px;
}
 
/* STATS */
 
.shady-stats {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
}
 
.shady-stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #ff3c3c;
    line-height: 1;
}
 
.shady-stat-label {
     color: #98a7b9;
     margin-top: 6px;
    font-size: 14px;
}
 
/* IMAGES */
 
.shady-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 16px;
}
 
/* RESPONSIVE */
 
@media (max-width: 1200px) {
    .shady-grid {
        grid-template-columns: 1fr;
    }
}
 
@media (max-width: 700px) {
 
    .shady-logo {
        font-size: 46px;
    }
 
    .shady-featured-text {
        font-size: 22px;
    }
 
    .shady-card {
        padding: 18px;
    }
}
 
/* DARKER WIKI BACKGROUND */
 
body {
    background: #05070b;
}
 
/* REMOVE DEFAULT MAIN PAGE STYLING */
 
.page-Main_Page .mw-body {
    background: transparent;
}
}

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