MediaWiki:Common.css: mudanças entre as edições
Aparência
Design moderno com modo claro e escuro |
Home inspirada no Fandom + novo visual |
||
| Linha 1: | Linha 1: | ||
/* ========================================================== | /* ========================================================== | ||
Wiki TokuDrive - | Wiki TokuDrive - Home inspirada no Fandom | ||
Claro + Escuro | |||
========================================================== */ | ========================================================== */ | ||
:root { | :root { | ||
--td-bg: # | --td-bg: #f5f6fb; | ||
--td- | --td-surface: #ffffff; | ||
--td | --td-card: rgba(255,255,255,.94); | ||
--td-text: # | --td-text: #151722; | ||
--td-muted: # | --td-muted: #667089; | ||
--td-border: rgba( | --td-border: rgba(19,24,37,.12); | ||
--td-accent: # | --td-link: #1766d8; | ||
--td-accent-2: # | --td-accent: #ff005a; | ||
--td- | --td-accent-2: #ff7a00; | ||
--td- | --td-accent-3: #6d1fff; | ||
--td- | --td-hero1: #ff005c; | ||
--td- | --td-hero2: #9e005d; | ||
--td-hero3: #29003a; | |||
--td-shadow: 0 18px 50px rgba(0,0,0,.10); | |||
} | } | ||
html[data-td-theme="dark"] { | html[data-td-theme="dark"] { | ||
--td-bg: # | --td-bg: #080911; | ||
--td- | --td-surface: #10131d; | ||
--td | --td-card: rgba(18,20,32,.94); | ||
--td-text: # | --td-text: #f4f6fd; | ||
--td-muted: # | --td-muted: #abb3c9; | ||
--td-border: rgba(255,255,255,. | --td-border: rgba(255,255,255,.10); | ||
--td-accent: # | --td-link: #9cc0ff; | ||
--td-accent-2: # | --td-accent: #ff2b76; | ||
--td- | --td-accent-2: #ff9a28; | ||
--td- | --td-accent-3: #8d5dff; | ||
--td- | --td-hero1: #ff005c; | ||
--td-hero2: #980057; | |||
--td-hero3: #2a013b; | |||
--td- | --td-shadow: 0 18px 60px rgba(0,0,0,.38); | ||
} | } | ||
| Linha 40: | Linha 42: | ||
background: var(--td-bg) !important; | background: var(--td-bg) !important; | ||
color: var(--td-text) !important; | color: var(--td-text) !important; | ||
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; | font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; | ||
} | } | ||
body, | |||
.mw-body, | .mw-body, | ||
.citizen-body, | .citizen-body, | ||
#content, | #content, | ||
. | .citizen-page-container, | ||
color: var(--td-text); | .citizen-body-container { | ||
background: var(--td-bg) !important; | |||
color: var(--td-text) !important; | |||
} | } | ||
a { | |||
color: var(--td-link); | |||
} | } | ||
a:visited { | |||
color: var(--td-link); | |||
} | } | ||
.mw-parser-output h1, | .mw-parser-output h1, | ||
.mw-parser-output h2, | .mw-parser-output h2, | ||
.mw-parser-output h3 { | .mw-parser-output h3, | ||
.mw-parser-output h4 { | |||
color: var(--td-text); | color: var(--td-text); | ||
border-color: var(--td-border); | border-color: var(--td-border); | ||
} | } | ||
.mw-parser-output > p, | |||
.mw-parser-output li { | |||
font-size: 16px; | |||
line-height: 1.72; | |||
} | } | ||
.toc, | .toc, | ||
#toc, | #toc, | ||
. | .catlinks, | ||
.thumbinner, | .thumbinner, | ||
.infobox { | .infobox, | ||
background: var(--td- | .wikitable { | ||
background: var(--td-card) !important; | |||
color: var(--td-text) !important; | |||
border: 1px solid var(--td-border) !important; | border: 1px solid var(--td-border) !important; | ||
border-radius: 16px; | |||
box-shadow: 0 8px 24px rgba(0,0,0,.05); | box-shadow: 0 8px 24px rgba(0,0,0,.05); | ||
} | } | ||
| Linha 109: | Linha 99: | ||
.wikitable th { | .wikitable th { | ||
border: 1px solid var(--td-border) !important; | border: 1px solid var(--td-border) !important; | ||
} | } | ||
.td-sourcebox { | .td-sourcebox { | ||
border: 1px solid rgba( | border: 1px solid rgba(255,0,92,.30); | ||
background: rgba( | background: rgba(255,0,92,.08); | ||
color: var(--td-text); | color: var(--td-text); | ||
padding: 12px 14px; | padding: 12px 14px; | ||
margin: 14px 0 22px; | margin: 14px 0 22px; | ||
border-radius: 14px; | |||
font-size: 13px; | font-size: 13px; | ||
} | } | ||
#td-theme-toggle { | #td-theme-toggle { | ||
position: fixed; | position: fixed; | ||
right: 22px; | right: 22px; | ||
bottom: | bottom: 20px; | ||
z-index: 99999; | z-index: 99999; | ||
border: 1px solid var(--td-border); | border: 1px solid var(--td-border); | ||
background: var(--td | background: var(--td-card); | ||
color: var(--td-text); | color: var(--td-text); | ||
box-shadow: var(--td-shadow); | box-shadow: var(--td-shadow); | ||
border-radius: 999px; | border-radius: 999px; | ||
padding: 11px 16px; | padding: 11px 16px; | ||
font-weight: | font-weight: 900; | ||
cursor: pointer; | cursor: pointer; | ||
backdrop-filter: blur( | backdrop-filter: blur(14px); | ||
} | } | ||
/* ========================================================== | |||
HOME | |||
========================================================== */ | |||
.td-home { | .td-home { | ||
max-width: | max-width: 1490px; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.td-hero { | .td-fandom-hero { | ||
position: relative; | position: relative; | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: | border-radius: 0 0 24px 24px; | ||
min-height: 540px; | |||
padding: 42px 40px 34px; | |||
margin: -10px auto 0; | |||
background: var(--td- | background: | ||
radial-gradient(circle at top left, rgba(255,255,255,.10), transparent 32%), | |||
radial-gradient(circle at 15% 68%, rgba(255,255,255,.06) 0 2px, transparent 3px), | |||
radial-gradient(circle at 84% 18%, rgba(255,255,255,.12) 0 3px, transparent 4px), | |||
linear-gradient(135deg, var(--td-hero1) 0%, var(--td-hero2) 48%, var(--td-hero3) 100%); | |||
box-shadow: var(--td-shadow); | box-shadow: var(--td-shadow); | ||
} | } | ||
.td-hero:: | .td-fandom-hero::before { | ||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
inset: 0; | inset: 0; | ||
background: | background: | ||
radial-gradient(circle at 8% 14%, #ffd400 0 7px, transparent 8px), | |||
radial-gradient(circle at 20% 74%, #31004a 0 7px, transparent 8px), | |||
radial-gradient(circle at 86% 12%, #7de7ff 0 7px, transparent 8px), | |||
opacity: . | radial-gradient(circle at 93% 72%, #ff0062 0 6px, transparent 7px), | ||
radial-gradient(circle at 82% 52%, #ffd400 0 7px, transparent 8px); | |||
opacity: .95; | |||
pointer-events: none; | pointer-events: none; | ||
} | } | ||
.td-hero- | .td-fandom-hero::after { | ||
content: ""; | |||
position: absolute; | |||
inset: 0; | |||
background: | |||
radial-gradient(circle at 94% 28%, rgba(0,0,0,.22) 0, rgba(0,0,0,.22) 1px, transparent 1px), | |||
radial-gradient(circle at 0% 100%, rgba(255,255,255,.14) 0, rgba(255,255,255,.14) 1px, transparent 1px); | |||
background-size: 8px 8px, 8px 8px; | |||
background-position: right top, left bottom; | |||
opacity: .22; | |||
pointer-events: none; | |||
} | |||
.td-hero-inner { | |||
position: relative; | position: relative; | ||
z-index: 2; | z-index: 2; | ||
} | } | ||
.td- | .td-brand { | ||
text-align: center; | |||
color: #fff; | |||
margin: 24px 0 18px; | |||
} | |||
.td-brand-top { | |||
font-size: 15px; | |||
font-size: | |||
font-weight: 900; | font-weight: 900; | ||
letter-spacing: .16em; | |||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: . | color: rgba(255,255,255,.75); | ||
margin-bottom: | margin-bottom: 12px; | ||
} | |||
.td-brand-title { | |||
font-size: clamp(48px, 10vw, 98px); | |||
line-height: .95; | |||
font-weight: 1000; | |||
letter-spacing: -.06em; | |||
margin-bottom: 12px; | |||
} | } | ||
.td- | .td-brand-subtitle { | ||
font-size: clamp( | font-size: clamp(16px, 2vw, 22px); | ||
color: rgba(255,255,255,.88); | |||
max-width: 900px; | |||
margin: 0 auto 22px; | |||
line-height: 1.5; | |||
} | } | ||
.td- | .td-search-wrap { | ||
max-width: 800px; | |||
margin: 0 auto 28px; | |||
} | } | ||
.td- | .td-search-link { | ||
display: flex; | display: flex; | ||
align-items: center; | |||
justify-content: space-between; | |||
gap: 12px; | gap: 12px; | ||
min-height: 62px; | |||
padding: 0 22px; | |||
border-radius: 999px; | |||
text-decoration: none !important; | |||
color: #fff !important; | |||
font-size: 18px; | |||
font-weight: 900; | |||
background: rgba(41,0,58,.72); | |||
border: 3px solid rgba(255,255,255,.76); | |||
box-shadow: 0 16px 30px rgba(0,0,0,.18); | |||
} | } | ||
.td- | .td-search-icon { | ||
display: inline-flex; | display: inline-flex; | ||
width: 38px; | |||
height: 38px; | |||
border-radius: 999px; | |||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
background: rgba(255,255,255,.14); | |||
} | |||
border-radius: | |||
.td-featured-grid { | |||
display: grid; | |||
border: 1px solid rgba(255,255,255,. | grid-template-columns: repeat(6, minmax(0, 1fr)); | ||
gap: 18px; | |||
margin-top: 28px; | |||
} | |||
.td-featured-card { | |||
position: relative; | |||
overflow: hidden; | |||
border-radius: 18px; | |||
min-height: 258px; | |||
background: linear-gradient(180deg, rgba(51,0,68,.35), rgba(33,0,51,.95)); | |||
border: 1px solid rgba(255,255,255,.10); | |||
box-shadow: 0 14px 34px rgba(0,0,0,.15); | |||
} | } | ||
.td- | .td-featured-card::before { | ||
content: ""; | |||
background: linear-gradient( | position: absolute; | ||
inset: 0; | |||
background: | |||
linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%), | |||
radial-gradient(circle at 120% -10%, rgba(255,255,255,.18), transparent 36%); | |||
pointer-events: none; | |||
} | } | ||
.td- | .td-featured-body { | ||
position: absolute; | |||
inset: auto 0 0 0; | |||
padding: 16px 14px 18px; | |||
color: #fff; | |||
} | } | ||
.td- | .td-chip { | ||
display: flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
min-height: 24px; | |||
padding: 0 8px; | |||
margin: | border-radius: 8px; | ||
font-size: 12px; | |||
font-weight: 1000; | |||
text-transform: uppercase; | |||
background: #ff005a; | |||
margin-bottom: 10px; | |||
} | } | ||
.td- | .td-featured-title { | ||
font-size: 17px; | |||
line-height: 1.35; | |||
font-weight: 950; | font-weight: 950; | ||
} | } | ||
.td- | .td-featured-card a { | ||
color: | color: #fff !important; | ||
text-decoration: none !important; | |||
} | } | ||
.td- | .td-featured-card a:hover { | ||
text-decoration: underline !important; | |||
} | } | ||
.td- | .td-bottom-zone { | ||
background: linear-gradient(180deg, #24002f 0%, #17001f 100%); | |||
color: #fff; | |||
padding: 28px 28px 20px; | |||
margin-top: 0; | |||
border-top: 6px solid #ff0c6a; | |||
} | } | ||
.td-grid | .td-bottom-grid { | ||
grid-template-columns: repeat( | display: grid; | ||
grid-template-columns: 220px repeat(4, 1fr) 220px; | |||
gap: 26px; | |||
align-items: start; | |||
} | } | ||
.td- | .td-main-wikis-box { | ||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
min-height: 88px; | |||
border-radius: | border-radius: 0; | ||
background: | background: #ffd000; | ||
color: #23002f; | |||
font-size: 18px; | |||
font-weight: 1000; | |||
text-transform: uppercase; | |||
text-align: center; | |||
padding: 14px; | |||
} | } | ||
.td- | .td-col-title { | ||
color: #ffd000; | |||
font-size: 14px; | |||
font-weight: 1000; | |||
text-transform: uppercase; | |||
margin-bottom: 10px; | |||
} | } | ||
.td- | .td-bottom-grid ul { | ||
margin: 0; | |||
padding: 0; | |||
list-style: none; | |||
} | } | ||
.td- | .td-bottom-grid li { | ||
margin: 8px 0; | |||
margin | |||
} | } | ||
.td- | .td-bottom-grid a { | ||
color: #fff !important; | |||
text-decoration: none !important; | |||
font-weight: 800; | |||
font-weight: | |||
} | } | ||
.td- | .td-bottom-grid a:hover { | ||
text-decoration: underline !important; | |||
} | } | ||
.td- | .td-more-box { | ||
font-size: 16px; | |||
font-weight: 900; | font-weight: 900; | ||
line-height: 1.35; | |||
} | } | ||
.td- | .td-more-arrow { | ||
display: inline-flex; | |||
width: 46px; | |||
height: 46px; | |||
border-radius: 0; | |||
margin-top: 16px; | |||
align-items: center; | |||
justify-content: center; | |||
background: #ffd000; | |||
color: #21002d !important; | |||
font-size: 24px; | |||
font-weight: 1000; | |||
text-decoration: none !important; | |||
} | |||
.td-panel-row { | |||
display: grid; | display: grid; | ||
grid-template-columns: 1.15fr .85fr; | grid-template-columns: 1.15fr .85fr; | ||
gap: 16px; | gap: 16px; | ||
margin-top: | margin-top: 18px; | ||
} | } | ||
.td-panel { | .td-panel { | ||
border-radius: | border-radius: 20px; | ||
background: var(--td-card | background: var(--td-card); | ||
border: 1px solid var(--td-border); | border: 1px solid var(--td-border); | ||
box-shadow: 0 12px 30px rgba(0,0,0,.06); | box-shadow: 0 12px 30px rgba(0,0,0,.06); | ||
| Linha 359: | Linha 404: | ||
.td-panel h2 { | .td-panel h2 { | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
border: 0 !important; | |||
padding-top: 0 !important; | padding-top: 0 !important; | ||
font-size: 24px; | font-size: 24px; | ||
font-weight: | font-weight: 1000; | ||
} | } | ||
.td-list { | .td-panel-list { | ||
display: grid; | display: grid; | ||
gap: 10px; | gap: 10px; | ||
} | } | ||
.td-list a { | .td-panel-list a { | ||
display: block; | display: block; | ||
padding: 12px 14px; | padding: 12px 14px; | ||
border-radius: 14px; | border-radius: 14px; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
background: rgba(127,127,127,.08); | background: rgba(127,127,127,.08); | ||
font-weight: 900; | |||
} | } | ||
.td- | .td-panel-list a:hover { | ||
background: rgba(255,0,92,.12); | |||
} | } | ||
.td- | @media (max-width: 1380px) { | ||
.td-featured-grid { | |||
grid-template-columns: repeat(3, minmax(0, 1fr)); | |||
} | |||
} | |||
.td-bottom-grid { | |||
.td- | grid-template-columns: 1fr 1fr 1fr; | ||
grid-template-columns: 1fr 1fr; | |||
} | } | ||
} | } | ||
@media (max-width: | @media (max-width: 860px) { | ||
.td-grid | .td-featured-grid, | ||
.td-grid | .td-bottom-grid, | ||
.td- | .td-panel-row { | ||
grid-template-columns: 1fr; | grid-template-columns: 1fr; | ||
} | } | ||
.td-hero { | .td-fandom-hero { | ||
border-radius: | padding: 28px 18px 24px; | ||
min-height: auto; | |||
border-radius: 0 0 18px 18px; | |||
} | } | ||
.td-search-link { | |||
min-height: 56px; | |||
font-size: 16px; | |||
padding: | padding: 0 16px; | ||
} | } | ||
} | } | ||
Edição das 14h24min de 28 de junho de 2026
/* ==========================================================
Wiki TokuDrive - Home inspirada no Fandom
Claro + Escuro
========================================================== */
:root {
--td-bg: #f5f6fb;
--td-surface: #ffffff;
--td-card: rgba(255,255,255,.94);
--td-text: #151722;
--td-muted: #667089;
--td-border: rgba(19,24,37,.12);
--td-link: #1766d8;
--td-accent: #ff005a;
--td-accent-2: #ff7a00;
--td-accent-3: #6d1fff;
--td-hero1: #ff005c;
--td-hero2: #9e005d;
--td-hero3: #29003a;
--td-shadow: 0 18px 50px rgba(0,0,0,.10);
}
html[data-td-theme="dark"] {
--td-bg: #080911;
--td-surface: #10131d;
--td-card: rgba(18,20,32,.94);
--td-text: #f4f6fd;
--td-muted: #abb3c9;
--td-border: rgba(255,255,255,.10);
--td-link: #9cc0ff;
--td-accent: #ff2b76;
--td-accent-2: #ff9a28;
--td-accent-3: #8d5dff;
--td-hero1: #ff005c;
--td-hero2: #980057;
--td-hero3: #2a013b;
--td-shadow: 0 18px 60px rgba(0,0,0,.38);
}
html,
body {
background: var(--td-bg) !important;
color: var(--td-text) !important;
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body,
.mw-body,
.citizen-body,
#content,
.citizen-page-container,
.citizen-body-container {
background: var(--td-bg) !important;
color: var(--td-text) !important;
}
a {
color: var(--td-link);
}
a:visited {
color: var(--td-link);
}
.mw-parser-output h1,
.mw-parser-output h2,
.mw-parser-output h3,
.mw-parser-output h4 {
color: var(--td-text);
border-color: var(--td-border);
}
.mw-parser-output > p,
.mw-parser-output li {
font-size: 16px;
line-height: 1.72;
}
.toc,
#toc,
.catlinks,
.thumbinner,
.infobox,
.wikitable {
background: var(--td-card) !important;
color: var(--td-text) !important;
border: 1px solid var(--td-border) !important;
border-radius: 16px;
box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.wikitable th,
.infobox th {
background: rgba(127,127,127,.12) !important;
color: var(--td-text) !important;
}
.wikitable td,
.wikitable th {
border: 1px solid var(--td-border) !important;
}
.td-sourcebox {
border: 1px solid rgba(255,0,92,.30);
background: rgba(255,0,92,.08);
color: var(--td-text);
padding: 12px 14px;
margin: 14px 0 22px;
border-radius: 14px;
font-size: 13px;
}
#td-theme-toggle {
position: fixed;
right: 22px;
bottom: 20px;
z-index: 99999;
border: 1px solid var(--td-border);
background: var(--td-card);
color: var(--td-text);
box-shadow: var(--td-shadow);
border-radius: 999px;
padding: 11px 16px;
font-weight: 900;
cursor: pointer;
backdrop-filter: blur(14px);
}
/* ==========================================================
HOME
========================================================== */
.td-home {
max-width: 1490px;
margin: 0 auto;
}
.td-fandom-hero {
position: relative;
overflow: hidden;
border-radius: 0 0 24px 24px;
min-height: 540px;
padding: 42px 40px 34px;
margin: -10px auto 0;
background:
radial-gradient(circle at top left, rgba(255,255,255,.10), transparent 32%),
radial-gradient(circle at 15% 68%, rgba(255,255,255,.06) 0 2px, transparent 3px),
radial-gradient(circle at 84% 18%, rgba(255,255,255,.12) 0 3px, transparent 4px),
linear-gradient(135deg, var(--td-hero1) 0%, var(--td-hero2) 48%, var(--td-hero3) 100%);
box-shadow: var(--td-shadow);
}
.td-fandom-hero::before {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 8% 14%, #ffd400 0 7px, transparent 8px),
radial-gradient(circle at 20% 74%, #31004a 0 7px, transparent 8px),
radial-gradient(circle at 86% 12%, #7de7ff 0 7px, transparent 8px),
radial-gradient(circle at 93% 72%, #ff0062 0 6px, transparent 7px),
radial-gradient(circle at 82% 52%, #ffd400 0 7px, transparent 8px);
opacity: .95;
pointer-events: none;
}
.td-fandom-hero::after {
content: "";
position: absolute;
inset: 0;
background:
radial-gradient(circle at 94% 28%, rgba(0,0,0,.22) 0, rgba(0,0,0,.22) 1px, transparent 1px),
radial-gradient(circle at 0% 100%, rgba(255,255,255,.14) 0, rgba(255,255,255,.14) 1px, transparent 1px);
background-size: 8px 8px, 8px 8px;
background-position: right top, left bottom;
opacity: .22;
pointer-events: none;
}
.td-hero-inner {
position: relative;
z-index: 2;
}
.td-brand {
text-align: center;
color: #fff;
margin: 24px 0 18px;
}
.td-brand-top {
font-size: 15px;
font-weight: 900;
letter-spacing: .16em;
text-transform: uppercase;
color: rgba(255,255,255,.75);
margin-bottom: 12px;
}
.td-brand-title {
font-size: clamp(48px, 10vw, 98px);
line-height: .95;
font-weight: 1000;
letter-spacing: -.06em;
margin-bottom: 12px;
}
.td-brand-subtitle {
font-size: clamp(16px, 2vw, 22px);
color: rgba(255,255,255,.88);
max-width: 900px;
margin: 0 auto 22px;
line-height: 1.5;
}
.td-search-wrap {
max-width: 800px;
margin: 0 auto 28px;
}
.td-search-link {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
min-height: 62px;
padding: 0 22px;
border-radius: 999px;
text-decoration: none !important;
color: #fff !important;
font-size: 18px;
font-weight: 900;
background: rgba(41,0,58,.72);
border: 3px solid rgba(255,255,255,.76);
box-shadow: 0 16px 30px rgba(0,0,0,.18);
}
.td-search-icon {
display: inline-flex;
width: 38px;
height: 38px;
border-radius: 999px;
align-items: center;
justify-content: center;
background: rgba(255,255,255,.14);
}
.td-featured-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 18px;
margin-top: 28px;
}
.td-featured-card {
position: relative;
overflow: hidden;
border-radius: 18px;
min-height: 258px;
background: linear-gradient(180deg, rgba(51,0,68,.35), rgba(33,0,51,.95));
border: 1px solid rgba(255,255,255,.10);
box-shadow: 0 14px 34px rgba(0,0,0,.15);
}
.td-featured-card::before {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%),
radial-gradient(circle at 120% -10%, rgba(255,255,255,.18), transparent 36%);
pointer-events: none;
}
.td-featured-body {
position: absolute;
inset: auto 0 0 0;
padding: 16px 14px 18px;
color: #fff;
}
.td-chip {
display: inline-flex;
align-items: center;
min-height: 24px;
padding: 0 8px;
border-radius: 8px;
font-size: 12px;
font-weight: 1000;
text-transform: uppercase;
background: #ff005a;
margin-bottom: 10px;
}
.td-featured-title {
font-size: 17px;
line-height: 1.35;
font-weight: 950;
}
.td-featured-card a {
color: #fff !important;
text-decoration: none !important;
}
.td-featured-card a:hover {
text-decoration: underline !important;
}
.td-bottom-zone {
background: linear-gradient(180deg, #24002f 0%, #17001f 100%);
color: #fff;
padding: 28px 28px 20px;
margin-top: 0;
border-top: 6px solid #ff0c6a;
}
.td-bottom-grid {
display: grid;
grid-template-columns: 220px repeat(4, 1fr) 220px;
gap: 26px;
align-items: start;
}
.td-main-wikis-box {
display: flex;
align-items: center;
justify-content: center;
min-height: 88px;
border-radius: 0;
background: #ffd000;
color: #23002f;
font-size: 18px;
font-weight: 1000;
text-transform: uppercase;
text-align: center;
padding: 14px;
}
.td-col-title {
color: #ffd000;
font-size: 14px;
font-weight: 1000;
text-transform: uppercase;
margin-bottom: 10px;
}
.td-bottom-grid ul {
margin: 0;
padding: 0;
list-style: none;
}
.td-bottom-grid li {
margin: 8px 0;
}
.td-bottom-grid a {
color: #fff !important;
text-decoration: none !important;
font-weight: 800;
}
.td-bottom-grid a:hover {
text-decoration: underline !important;
}
.td-more-box {
font-size: 16px;
font-weight: 900;
line-height: 1.35;
}
.td-more-arrow {
display: inline-flex;
width: 46px;
height: 46px;
border-radius: 0;
margin-top: 16px;
align-items: center;
justify-content: center;
background: #ffd000;
color: #21002d !important;
font-size: 24px;
font-weight: 1000;
text-decoration: none !important;
}
.td-panel-row {
display: grid;
grid-template-columns: 1.15fr .85fr;
gap: 16px;
margin-top: 18px;
}
.td-panel {
border-radius: 20px;
background: var(--td-card);
border: 1px solid var(--td-border);
box-shadow: 0 12px 30px rgba(0,0,0,.06);
padding: 22px;
}
.td-panel h2 {
margin-top: 0 !important;
border: 0 !important;
padding-top: 0 !important;
font-size: 24px;
font-weight: 1000;
}
.td-panel-list {
display: grid;
gap: 10px;
}
.td-panel-list a {
display: block;
padding: 12px 14px;
border-radius: 14px;
text-decoration: none !important;
background: rgba(127,127,127,.08);
font-weight: 900;
}
.td-panel-list a:hover {
background: rgba(255,0,92,.12);
}
@media (max-width: 1380px) {
.td-featured-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.td-bottom-grid {
grid-template-columns: 1fr 1fr 1fr;
}
}
@media (max-width: 860px) {
.td-featured-grid,
.td-bottom-grid,
.td-panel-row {
grid-template-columns: 1fr;
}
.td-fandom-hero {
padding: 28px 18px 24px;
min-height: auto;
border-radius: 0 0 18px 18px;
}
.td-search-link {
min-height: 56px;
font-size: 16px;
padding: 0 16px;
}
}