MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will be applied to all skins: .weapon-infobox { float: right; clear: right; width: 320px; max-width: 42%; margin: 0 0 1.5rem 1.75rem; overflow: hidden; color: var(--color-base, #202122); background: var(--color-surface-1, #fff); border: 1px solid var(--border-color-base, #a2a9b1); border-radius: 12px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); } .weapon-infobox-title { padding: 0.9rem 1rem; font-s..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
:root { | |||
--wiki-accent: #7dbdff; | |||
--wiki-navy: #152a46; | |||
--wiki-surface: var(--color-surface-1, #fff); | |||
--wiki-surface-alt: var(--color-surface-2, #eaecf0); | |||
--wiki-border: var(--border-color-base, #a2a9b1); | |||
--wiki-text: var(--color-base, #202122); | |||
--wiki-subtle: var(--color-subtle, #54595d); | |||
} | |||
.wiki-main-contribute-text a { | |||
color: var(--wiki-accent); | |||
font-weight: 700; | |||
text-decoration: underline; | |||
} | |||
.weapon-infobox { | .weapon-infobox { | ||
float: right; | float: right; | ||
| Line 7: | Line 22: | ||
margin: 0 0 1.5rem 1.75rem; | margin: 0 0 1.5rem 1.75rem; | ||
overflow: hidden; | overflow: hidden; | ||
color: var(-- | color: var(--wiki-text); | ||
background: var(-- | background: var(--wiki-surface); | ||
border: 1px solid var(--border | border: 1px solid var(--wiki-border); | ||
border-radius: 12px; | border-radius: 12px; | ||
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); | box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12); | ||
} | |||
.weapon-infobox-title, | |||
.weapon-infobox-heading { | |||
font-weight: 700; | |||
background: var(--wiki-surface-alt); | |||
} | } | ||
| Line 17: | Line 38: | ||
padding: 0.9rem 1rem; | padding: 0.9rem 1rem; | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 40: | Line 59: | ||
padding: 0.45rem 0.75rem; | padding: 0.45rem 0.75rem; | ||
font-size: 0.8rem; | font-size: 0.8rem; | ||
letter-spacing: 0.06em; | letter-spacing: 0.06em; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
border-block: 1px solid var(--wiki-border); | |||
border- | |||
} | } | ||
| Line 60: | Line 76: | ||
} | } | ||
.weapon-infobox-row span { | .weapon-infobox-row span, | ||
color: var(-- | .cw-card-description, | ||
.wiki-main-server-description, | |||
.wiki-main-quick, | |||
.wiki-main-info, | |||
.wiki-main-ifn-description, | |||
.wiki-main-fact span { | |||
color: var(--wiki-subtle); | |||
} | } | ||
| Line 72: | Line 94: | ||
} | } | ||
@media screen and (max-width: | .cw-hero { | ||
margin-bottom: 2rem; | |||
padding: 3.5rem 3rem; | |||
overflow: hidden; | |||
color: #fff; | |||
background: | |||
radial-gradient(circle at 85% 20%, rgba(73, 155, 255, 0.35), transparent 32%), | |||
linear-gradient(135deg, #0c1524, #162b47 55%, #244f75); | |||
border: 1px solid rgba(125, 189, 255, 0.25); | |||
border-radius: 16px; | |||
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2); | |||
} | |||
.cw-hero-eyebrow, | |||
.cw-section-label, | |||
.wiki-main-kicker, | |||
.wiki-main-server-type, | |||
.wiki-main-official-label { | |||
color: var(--wiki-accent); | |||
font-size: 0.72rem; | |||
font-weight: 700; | |||
letter-spacing: 0.13em; | |||
text-transform: uppercase; | |||
} | |||
.cw-hero-title { | |||
margin: 0.3rem 0 0.6rem; | |||
font-size: clamp(2.5rem, 7vw, 4.5rem); | |||
font-weight: 800; | |||
line-height: 1; | |||
letter-spacing: -0.04em; | |||
} | |||
.cw-hero-description { | |||
max-width: 650px; | |||
color: rgba(255, 255, 255, 0.78); | |||
font-size: 1.05rem; | |||
line-height: 1.6; | |||
} | |||
.cw-hero-actions { | |||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 0.75rem; | |||
margin-top: 1.5rem; | |||
} | |||
.cw-button, | |||
.wiki-main-small-button { | |||
display: inline-block; | |||
padding: 0.65rem 1rem; | |||
color: inherit; | |||
font-weight: 600; | |||
text-decoration: none; | |||
background: rgba(255, 255, 255, 0.1); | |||
border: 1px solid rgba(255, 255, 255, 0.24); | |||
border-radius: 8px; | |||
} | |||
.cw-button-primary { | |||
color: #07111e; | |||
background: var(--wiki-accent); | |||
border-color: var(--wiki-accent); | |||
} | |||
.cw-hero-actions a, | |||
.cw-community a, | |||
.wiki-main-contribute a { | |||
color: inherit; | |||
text-decoration: none; | |||
} | |||
.cw-section-heading { | |||
display: flex; | |||
align-items: end; | |||
justify-content: space-between; | |||
margin: 2rem 0 1rem; | |||
} | |||
.cw-section-heading h2, | |||
.wiki-main-section h2 { | |||
margin: 0.15rem 0 1rem; | |||
border: 0; | |||
} | |||
.cw-grid, | |||
.wiki-main-quick-grid { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); | |||
gap: 1rem; | |||
} | |||
.cw-grid { | |||
margin-bottom: 2rem; | |||
} | |||
.cw-card, | |||
.wiki-main-quick { | |||
padding: 1.15rem; | |||
background: var(--wiki-surface); | |||
border: 1px solid var(--wiki-border); | |||
border-radius: 10px; | |||
transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease; | |||
} | |||
.cw-card { | |||
min-height: 105px; | |||
} | |||
.cw-card:hover, | |||
.wiki-main-quick:hover { | |||
transform: translateY(-2px); | |||
border-color: #579ee5; | |||
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12); | |||
} | |||
.cw-card-title, | |||
.wiki-main-quick-title { | |||
margin-bottom: 0.4rem; | |||
color: var(--wiki-text); | |||
font-size: 1.05rem; | |||
font-weight: 700; | |||
} | |||
.cw-card-title a, | |||
.wiki-main-quick-title a, | |||
.wiki-main-server-title a, | |||
.wiki-main-server-action a { | |||
text-decoration: none; | |||
} | |||
.cw-card-description, | |||
.wiki-main-quick { | |||
font-size: 0.9rem; | |||
line-height: 1.5; | |||
} | |||
.cw-community { | |||
display: flex; | |||
gap: 1.5rem; | |||
align-items: center; | |||
justify-content: space-between; | |||
padding: 1.25rem; | |||
color: #fff; | |||
background: var(--wiki-navy); | |||
border-radius: 10px; | |||
} | |||
.cw-community-title { | |||
font-size: 1.05rem; | |||
font-weight: 700; | |||
} | |||
.cw-community-description { | |||
margin-top: 0.2rem; | |||
color: rgba(255, 255, 255, 0.7); | |||
} | |||
.page-Main_Page .mw-page-title-main, | |||
.page-Main_Page .firstHeading { | |||
display: none; | |||
} | |||
.wiki-main-layout { | |||
display: grid; | |||
grid-template-columns: minmax(0, 1fr) 290px; | |||
gap: 2rem; | |||
align-items: start; | |||
} | |||
.wiki-main-content { | |||
min-width: 0; | |||
} | |||
.wiki-main-intro { | |||
padding: 1rem 0 1.75rem; | |||
font-size: 1rem; | |||
line-height: 1.7; | |||
border-bottom: 1px solid var(--wiki-border); | |||
} | |||
.wiki-main-title { | |||
margin: 0.3rem 0 0.8rem; | |||
color: var(--wiki-text); | |||
font-size: clamp(2.25rem, 6vw, 3.75rem); | |||
font-weight: 800; | |||
line-height: 1.05; | |||
letter-spacing: -0.04em; | |||
} | |||
.wiki-main-lead { | |||
max-width: 760px; | |||
margin-bottom: 1rem; | |||
color: var(--wiki-subtle); | |||
font-size: 1.15rem; | |||
line-height: 1.55; | |||
} | |||
.wiki-main-disclaimer { | |||
margin: 1.25rem 0 2rem; | |||
padding: 0.85rem 1rem; | |||
color: var(--wiki-subtle); | |||
background: var(--wiki-surface-alt); | |||
border-left: 3px solid var(--wiki-accent); | |||
border-radius: 5px; | |||
} | |||
.wiki-main-section { | |||
margin-top: 2rem; | |||
} | |||
.wiki-main-server { | |||
display: flex; | |||
gap: 1.5rem; | |||
align-items: center; | |||
justify-content: space-between; | |||
padding: 1.35rem; | |||
background: | |||
linear-gradient(90deg, rgba(80, 155, 235, 0.1), transparent), | |||
var(--wiki-surface); | |||
border: 1px solid #579ee5; | |||
border-radius: 10px; | |||
} | |||
.wiki-main-server-title { | |||
margin: 0.25rem 0 0.4rem; | |||
font-size: 1.35rem; | |||
font-weight: 750; | |||
} | |||
.wiki-main-server-description { | |||
max-width: 650px; | |||
line-height: 1.5; | |||
} | |||
.wiki-main-server-action { | |||
flex: 0 0 auto; | |||
font-weight: 700; | |||
} | |||
.wiki-main-coming-soon { | |||
margin-top: 0.75rem; | |||
color: var(--wiki-subtle); | |||
font-size: 0.85rem; | |||
} | |||
.wiki-main-contribute { | |||
display: flex; | |||
gap: 1.5rem; | |||
align-items: center; | |||
justify-content: space-between; | |||
margin-top: 2rem; | |||
padding: 1.1rem 1.25rem; | |||
color: #fff; | |||
background: var(--wiki-navy); | |||
border-radius: 9px; | |||
} | |||
.wiki-main-contribute-title { | |||
font-weight: 700; | |||
} | |||
.wiki-main-contribute-text { | |||
margin-top: 0.15rem; | |||
color: rgba(255, 255, 255, 0.7); | |||
font-size: 0.9rem; | |||
} | |||
.wiki-main-small-button { | |||
white-space: nowrap; | |||
padding: 0.55rem 0.8rem; | |||
} | |||
.wiki-main-sidebar { | |||
position: sticky; | |||
top: 5rem; | |||
display: flex; | |||
flex-direction: column; | |||
gap: 1rem; | |||
} | |||
.wiki-main-side-card { | |||
overflow: hidden; | |||
background: var(--wiki-surface); | |||
border: 1px solid var(--wiki-border); | |||
border-radius: 10px; | |||
} | |||
.wiki-main-ifn-card { | |||
padding-top: 1.25rem; | |||
} | |||
.wiki-main-ifn-logo { | |||
width: 100%; | |||
height: 95px; | |||
background: url("https://cdn.nanos.club/preserve/ifn100.png") center / contain no-repeat; | |||
} | |||
.wiki-main-ifn-name { | |||
margin-top: 0.8rem; | |||
padding: 0 1.1rem; | |||
color: var(--wiki-text); | |||
font-size: 1.25rem; | |||
font-weight: 750; | |||
text-align: center; | |||
} | |||
.wiki-main-ifn-description { | |||
padding: 0.45rem 1.1rem 1.1rem; | |||
font-size: 0.85rem; | |||
line-height: 1.5; | |||
text-align: center; | |||
} | |||
.wiki-main-official-label, | |||
.wiki-main-side-title { | |||
padding: 0.65rem 0.9rem; | |||
background: var(--wiki-surface-alt); | |||
border-block: 1px solid var(--wiki-border); | |||
} | |||
.wiki-main-side-title { | |||
color: var(--wiki-text); | |||
font-size: 0.85rem; | |||
font-weight: 700; | |||
border-top: 0; | |||
} | |||
.wiki-main-official-links div, | |||
.wiki-main-fact { | |||
display: flex; | |||
gap: 1rem; | |||
justify-content: space-between; | |||
padding: 0.65rem 0.9rem; | |||
border-bottom: 1px solid rgba(127, 127, 127, 0.16); | |||
} | |||
.wiki-main-official-links div:last-child, | |||
.wiki-main-fact:last-child { | |||
border-bottom: 0; | |||
} | |||
.wiki-main-official-links a { | |||
font-weight: 600; | |||
text-decoration: none; | |||
} | |||
.wiki-main-official-links span { | |||
color: var(--wiki-subtle); | |||
} | |||
.wiki-main-fact { | |||
font-size: 0.85rem; | |||
} | |||
.wiki-main-fact strong { | |||
text-align: right; | |||
} | |||
.wiki-main-side-links { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
.wiki-main-side-links a { | |||
padding: 0.6rem 0.9rem; | |||
text-decoration: none; | |||
border-bottom: 1px solid rgba(127, 127, 127, 0.16); | |||
} | |||
.wiki-main-side-links a:last-child { | |||
border-bottom: 0; | |||
} | |||
@media screen and (max-width: 850px) { | |||
.weapon-infobox { | .weapon-infobox { | ||
float: none; | float: none; | ||
| Line 78: | Line 474: | ||
max-width: none; | max-width: none; | ||
margin: 0 0 1.5rem; | margin: 0 0 1.5rem; | ||
} | |||
.cw-hero { | |||
padding: 2.25rem 1.5rem; | |||
} | |||
.cw-community, | |||
.wiki-main-server, | |||
.wiki-main-contribute { | |||
align-items: flex-start; | |||
flex-direction: column; | |||
} | |||
.wiki-main-layout, | |||
.wiki-main-quick-grid { | |||
grid-template-columns: 1fr; | |||
} | |||
.wiki-main-sidebar { | |||
position: static; | |||
grid-row: 2; | |||
} | } | ||
} | } | ||
Latest revision as of 00:48, 6 September 2026
:root {
--wiki-accent: #7dbdff;
--wiki-navy: #152a46;
--wiki-surface: var(--color-surface-1, #fff);
--wiki-surface-alt: var(--color-surface-2, #eaecf0);
--wiki-border: var(--border-color-base, #a2a9b1);
--wiki-text: var(--color-base, #202122);
--wiki-subtle: var(--color-subtle, #54595d);
}
.wiki-main-contribute-text a {
color: var(--wiki-accent);
font-weight: 700;
text-decoration: underline;
}
.weapon-infobox {
float: right;
clear: right;
width: 320px;
max-width: 42%;
margin: 0 0 1.5rem 1.75rem;
overflow: hidden;
color: var(--wiki-text);
background: var(--wiki-surface);
border: 1px solid var(--wiki-border);
border-radius: 12px;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}
.weapon-infobox-title,
.weapon-infobox-heading {
font-weight: 700;
background: var(--wiki-surface-alt);
}
.weapon-infobox-title {
padding: 0.9rem 1rem;
font-size: 1.25rem;
text-align: center;
}
.weapon-infobox-image {
min-height: 120px;
padding: 1rem;
text-align: center;
background: rgba(127, 127, 127, 0.06);
}
.weapon-infobox-image img {
width: auto;
max-width: 100%;
height: auto;
max-height: 260px;
object-fit: contain;
}
.weapon-infobox-heading {
padding: 0.45rem 0.75rem;
font-size: 0.8rem;
letter-spacing: 0.06em;
text-transform: uppercase;
border-block: 1px solid var(--wiki-border);
}
.weapon-infobox-row {
display: flex;
gap: 1rem;
justify-content: space-between;
padding: 0.55rem 0.75rem;
border-bottom: 1px solid rgba(127, 127, 127, 0.18);
}
.weapon-infobox-row:last-child {
border-bottom: 0;
}
.weapon-infobox-row span,
.cw-card-description,
.wiki-main-server-description,
.wiki-main-quick,
.wiki-main-info,
.wiki-main-ifn-description,
.wiki-main-fact span {
color: var(--wiki-subtle);
}
.weapon-infobox-row strong {
text-align: right;
}
.weapon-page-clear {
clear: both;
}
.cw-hero {
margin-bottom: 2rem;
padding: 3.5rem 3rem;
overflow: hidden;
color: #fff;
background:
radial-gradient(circle at 85% 20%, rgba(73, 155, 255, 0.35), transparent 32%),
linear-gradient(135deg, #0c1524, #162b47 55%, #244f75);
border: 1px solid rgba(125, 189, 255, 0.25);
border-radius: 16px;
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.cw-hero-eyebrow,
.cw-section-label,
.wiki-main-kicker,
.wiki-main-server-type,
.wiki-main-official-label {
color: var(--wiki-accent);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.13em;
text-transform: uppercase;
}
.cw-hero-title {
margin: 0.3rem 0 0.6rem;
font-size: clamp(2.5rem, 7vw, 4.5rem);
font-weight: 800;
line-height: 1;
letter-spacing: -0.04em;
}
.cw-hero-description {
max-width: 650px;
color: rgba(255, 255, 255, 0.78);
font-size: 1.05rem;
line-height: 1.6;
}
.cw-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-top: 1.5rem;
}
.cw-button,
.wiki-main-small-button {
display: inline-block;
padding: 0.65rem 1rem;
color: inherit;
font-weight: 600;
text-decoration: none;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 8px;
}
.cw-button-primary {
color: #07111e;
background: var(--wiki-accent);
border-color: var(--wiki-accent);
}
.cw-hero-actions a,
.cw-community a,
.wiki-main-contribute a {
color: inherit;
text-decoration: none;
}
.cw-section-heading {
display: flex;
align-items: end;
justify-content: space-between;
margin: 2rem 0 1rem;
}
.cw-section-heading h2,
.wiki-main-section h2 {
margin: 0.15rem 0 1rem;
border: 0;
}
.cw-grid,
.wiki-main-quick-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 1rem;
}
.cw-grid {
margin-bottom: 2rem;
}
.cw-card,
.wiki-main-quick {
padding: 1.15rem;
background: var(--wiki-surface);
border: 1px solid var(--wiki-border);
border-radius: 10px;
transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}
.cw-card {
min-height: 105px;
}
.cw-card:hover,
.wiki-main-quick:hover {
transform: translateY(-2px);
border-color: #579ee5;
box-shadow: 0 7px 20px rgba(0, 0, 0, 0.12);
}
.cw-card-title,
.wiki-main-quick-title {
margin-bottom: 0.4rem;
color: var(--wiki-text);
font-size: 1.05rem;
font-weight: 700;
}
.cw-card-title a,
.wiki-main-quick-title a,
.wiki-main-server-title a,
.wiki-main-server-action a {
text-decoration: none;
}
.cw-card-description,
.wiki-main-quick {
font-size: 0.9rem;
line-height: 1.5;
}
.cw-community {
display: flex;
gap: 1.5rem;
align-items: center;
justify-content: space-between;
padding: 1.25rem;
color: #fff;
background: var(--wiki-navy);
border-radius: 10px;
}
.cw-community-title {
font-size: 1.05rem;
font-weight: 700;
}
.cw-community-description {
margin-top: 0.2rem;
color: rgba(255, 255, 255, 0.7);
}
.page-Main_Page .mw-page-title-main,
.page-Main_Page .firstHeading {
display: none;
}
.wiki-main-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 290px;
gap: 2rem;
align-items: start;
}
.wiki-main-content {
min-width: 0;
}
.wiki-main-intro {
padding: 1rem 0 1.75rem;
font-size: 1rem;
line-height: 1.7;
border-bottom: 1px solid var(--wiki-border);
}
.wiki-main-title {
margin: 0.3rem 0 0.8rem;
color: var(--wiki-text);
font-size: clamp(2.25rem, 6vw, 3.75rem);
font-weight: 800;
line-height: 1.05;
letter-spacing: -0.04em;
}
.wiki-main-lead {
max-width: 760px;
margin-bottom: 1rem;
color: var(--wiki-subtle);
font-size: 1.15rem;
line-height: 1.55;
}
.wiki-main-disclaimer {
margin: 1.25rem 0 2rem;
padding: 0.85rem 1rem;
color: var(--wiki-subtle);
background: var(--wiki-surface-alt);
border-left: 3px solid var(--wiki-accent);
border-radius: 5px;
}
.wiki-main-section {
margin-top: 2rem;
}
.wiki-main-server {
display: flex;
gap: 1.5rem;
align-items: center;
justify-content: space-between;
padding: 1.35rem;
background:
linear-gradient(90deg, rgba(80, 155, 235, 0.1), transparent),
var(--wiki-surface);
border: 1px solid #579ee5;
border-radius: 10px;
}
.wiki-main-server-title {
margin: 0.25rem 0 0.4rem;
font-size: 1.35rem;
font-weight: 750;
}
.wiki-main-server-description {
max-width: 650px;
line-height: 1.5;
}
.wiki-main-server-action {
flex: 0 0 auto;
font-weight: 700;
}
.wiki-main-coming-soon {
margin-top: 0.75rem;
color: var(--wiki-subtle);
font-size: 0.85rem;
}
.wiki-main-contribute {
display: flex;
gap: 1.5rem;
align-items: center;
justify-content: space-between;
margin-top: 2rem;
padding: 1.1rem 1.25rem;
color: #fff;
background: var(--wiki-navy);
border-radius: 9px;
}
.wiki-main-contribute-title {
font-weight: 700;
}
.wiki-main-contribute-text {
margin-top: 0.15rem;
color: rgba(255, 255, 255, 0.7);
font-size: 0.9rem;
}
.wiki-main-small-button {
white-space: nowrap;
padding: 0.55rem 0.8rem;
}
.wiki-main-sidebar {
position: sticky;
top: 5rem;
display: flex;
flex-direction: column;
gap: 1rem;
}
.wiki-main-side-card {
overflow: hidden;
background: var(--wiki-surface);
border: 1px solid var(--wiki-border);
border-radius: 10px;
}
.wiki-main-ifn-card {
padding-top: 1.25rem;
}
.wiki-main-ifn-logo {
width: 100%;
height: 95px;
background: url("https://cdn.nanos.club/preserve/ifn100.png") center / contain no-repeat;
}
.wiki-main-ifn-name {
margin-top: 0.8rem;
padding: 0 1.1rem;
color: var(--wiki-text);
font-size: 1.25rem;
font-weight: 750;
text-align: center;
}
.wiki-main-ifn-description {
padding: 0.45rem 1.1rem 1.1rem;
font-size: 0.85rem;
line-height: 1.5;
text-align: center;
}
.wiki-main-official-label,
.wiki-main-side-title {
padding: 0.65rem 0.9rem;
background: var(--wiki-surface-alt);
border-block: 1px solid var(--wiki-border);
}
.wiki-main-side-title {
color: var(--wiki-text);
font-size: 0.85rem;
font-weight: 700;
border-top: 0;
}
.wiki-main-official-links div,
.wiki-main-fact {
display: flex;
gap: 1rem;
justify-content: space-between;
padding: 0.65rem 0.9rem;
border-bottom: 1px solid rgba(127, 127, 127, 0.16);
}
.wiki-main-official-links div:last-child,
.wiki-main-fact:last-child {
border-bottom: 0;
}
.wiki-main-official-links a {
font-weight: 600;
text-decoration: none;
}
.wiki-main-official-links span {
color: var(--wiki-subtle);
}
.wiki-main-fact {
font-size: 0.85rem;
}
.wiki-main-fact strong {
text-align: right;
}
.wiki-main-side-links {
display: flex;
flex-direction: column;
}
.wiki-main-side-links a {
padding: 0.6rem 0.9rem;
text-decoration: none;
border-bottom: 1px solid rgba(127, 127, 127, 0.16);
}
.wiki-main-side-links a:last-child {
border-bottom: 0;
}
@media screen and (max-width: 850px) {
.weapon-infobox {
float: none;
width: auto;
max-width: none;
margin: 0 0 1.5rem;
}
.cw-hero {
padding: 2.25rem 1.5rem;
}
.cw-community,
.wiki-main-server,
.wiki-main-contribute {
align-items: flex-start;
flex-direction: column;
}
.wiki-main-layout,
.wiki-main-quick-grid {
grid-template-columns: 1fr;
}
.wiki-main-sidebar {
position: static;
grid-row: 2;
}
}