MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Container & | /* Container & Depth */ | ||
.shady-mainpage { max-width: | .shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; } | ||
/* HERO | /* REFINED HERO & SEARCH */ | ||
.shady-hero { text-align: center | .shady-hero { padding: 60px 0 40px; text-align: center; } | ||
.shady-logo { | .shady-logo { font-family: 'Impact', sans-serif; font-size: 72px; letter-spacing: 4px; margin-bottom: 0; } | ||
.shady-tagline { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 30px; } | |||
} | |||
.shady-tagline { font-size: | |||
/* Pill Search | /* Pill Search - More Spaced */ | ||
.shady-search- | .shady-search-wrapper { | ||
max-width: | background: rgba(255, 255, 255, 0.03); | ||
border: 1px solid #222; | |||
border-radius: 50px; | |||
padding: 18px 30px; | |||
max-width: 650px; | |||
margin: 0 auto; | margin: 0 auto; | ||
display: flex; | display: flex; | ||
justify-content: space-between; | justify-content: space-between; | ||
align-items: center; | align-items: center; | ||
box-shadow: | box-shadow: 0 10px 30px rgba(0,0,0,0.4); | ||
} | } | ||
/* CARDS - | /* CARDS - Thinner borders, inner glow */ | ||
.shady-card { | .shady-card { | ||
background: | background: #0d0d0d; | ||
border: 1px solid #222; | |||
border: 1px solid | border-radius: 12px; | ||
border-radius: 12px; | padding: 30px; | ||
padding: | margin-bottom: 24px; | ||
margin-bottom: | box-shadow: inset 0 0 20px rgba(255,255,255,0.02); | ||
} | } | ||
.shady-card-title { | |||
color: #a47719; | |||
.shady-card-title { | font-size: 12px; | ||
font-weight: 800; | |||
text-transform: uppercase; | |||
color: #a47719; | |||
font-size: | |||
letter-spacing: 2px; | letter-spacing: 2px; | ||
border-bottom: 1px solid #1a1a1a; | |||
padding-bottom: 12px; | |||
margin-bottom: 20px; | |||
} | } | ||
/* FEATURED | /* FEATURED ARTICLE REWORK */ | ||
.shady-featured | .shady-featured-card { | ||
background: linear-gradient(135deg, #111 0%, #050505 100%); | |||
border: 1px solid #a47719; | |||
border-radius: 12px; | |||
background: linear-gradient( | |||
padding: 40px; | padding: 40px; | ||
margin: 30px 0; | |||
} | } | ||
.shady-featured-title { font-size: 48px; font-weight: 900; color: #fff; margin-bottom: 10px; } | |||
/* STATS - | /* STATS - Square to match Star Citizen Wiki style */ | ||
.shady-stats- | .shady-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 400px; margin: 0 auto; } | ||
.shady-stat-box { | |||
background: #111; | |||
border: 1px solid #222; | |||
border-radius: 8px; | |||
} | padding: 20px; | ||
.shady-stat- | |||
background: | |||
border: 1px solid # | |||
border-radius: | |||
padding: | |||
text-align: center; | text-align: center; | ||
} | } | ||
.shady-stat-num { font-size: | .shady-stat-num { font-size: 32px; font-weight: bold; color: #fff; display: block; } | ||
.shady-stat- | .shady-stat-label { font-size: 11px; color: #a47719; text-transform: uppercase; } | ||
Revision as of 13:46, 9 May 2026
/* Container & Depth */
.shady-mainpage { max-width: 1200px; margin: 0 auto; color: #e2e2e2; }
/* REFINED HERO & SEARCH */
.shady-hero { padding: 60px 0 40px; text-align: center; }
.shady-logo { font-family: 'Impact', sans-serif; font-size: 72px; letter-spacing: 4px; margin-bottom: 0; }
.shady-tagline { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 30px; }
/* Pill Search - More Spaced */
.shady-search-wrapper {
background: rgba(255, 255, 255, 0.03);
border: 1px solid #222;
border-radius: 50px;
padding: 18px 30px;
max-width: 650px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
/* CARDS - Thinner borders, inner glow */
.shady-card {
background: #0d0d0d;
border: 1px solid #222;
border-radius: 12px;
padding: 30px;
margin-bottom: 24px;
box-shadow: inset 0 0 20px rgba(255,255,255,0.02);
}
.shady-card-title {
color: #a47719;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px solid #1a1a1a;
padding-bottom: 12px;
margin-bottom: 20px;
}
/* FEATURED ARTICLE REWORK */
.shady-featured-card {
background: linear-gradient(135deg, #111 0%, #050505 100%);
border: 1px solid #a47719;
border-radius: 12px;
padding: 40px;
margin: 30px 0;
}
.shady-featured-title { font-size: 48px; font-weight: 900; color: #fff; margin-bottom: 10px; }
/* STATS - Square to match Star Citizen Wiki style */
.shady-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 400px; margin: 0 auto; }
.shady-stat-box {
background: #111;
border: 1px solid #222;
border-radius: 8px;
padding: 20px;
text-align: center;
}
.shady-stat-num { font-size: 32px; font-weight: bold; color: #fff; display: block; }
.shady-stat-label { font-size: 11px; color: #a47719; text-transform: uppercase; }