MediaWiki:RPGC-layout.css: Difference between revisions
Jump to navigation
Jump to search
Created blank page |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
html, | |||
body { | |||
background: var(--rpgc-bg-deep) !important; | |||
color: var(--rpgc-text) !important; | |||
} | |||
body { | |||
background: | |||
radial-gradient(circle at top left, rgba(79,134,214,.13), transparent 34%), | |||
linear-gradient(#0b0d10, #06080a) !important; | |||
} | |||
a { | |||
color: #6fa8ff !important; | |||
} | |||
a:hover { | |||
color: #9fc4ff !important; | |||
text-shadow: 0 0 6px var(--rpgc-blue-glow); | |||
} | |||
.mw-body, | |||
.vector-body { | |||
background: var(--rpgc-panel) !important; | |||
color: var(--rpgc-text) !important; | |||
border: 1px solid var(--rpgc-border) !important; | |||
box-shadow: 0 0 18px rgba(0,0,0,.45); | |||
} | |||
.mw-parser-output h1, | |||
.mw-parser-output h2 { | |||
color: #ffffff !important; | |||
border-bottom: 2px solid var(--rpgc-blue-dark) !important; | |||
text-shadow: 0 0 8px rgba(79,134,214,.28); | |||
} | |||
.mw-parser-output h3 { | |||
color: #dddddd !important; | |||
} | |||
.mw-parser-output p, | |||
.mw-parser-output li { | |||
color: var(--rpgc-text); | |||
} | |||
#toc, | |||
.toc { | |||
background: #10151b !important; | |||
border: 1px solid var(--rpgc-border) !important; | |||
color: var(--rpgc-text) !important; | |||
box-shadow: inset 0 0 12px rgba(79,134,214,.08); | |||
} | |||
.catlinks { | |||
background: #10151b !important; | |||
border-color: var(--rpgc-border) !important; | |||
color: var(--rpgc-muted) !important; | |||
} | |||
/* Page title fix */ | |||
.firstHeading, | |||
.mw-first-heading, | |||
h1.firstHeading { | |||
color: #ffffff !important; | |||
text-shadow: 0 0 8px rgba(79,134,214,.35); | |||
} | |||
Latest revision as of 21:29, 4 July 2026
html,
body {
background: var(--rpgc-bg-deep) !important;
color: var(--rpgc-text) !important;
}
body {
background:
radial-gradient(circle at top left, rgba(79,134,214,.13), transparent 34%),
linear-gradient(#0b0d10, #06080a) !important;
}
a {
color: #6fa8ff !important;
}
a:hover {
color: #9fc4ff !important;
text-shadow: 0 0 6px var(--rpgc-blue-glow);
}
.mw-body,
.vector-body {
background: var(--rpgc-panel) !important;
color: var(--rpgc-text) !important;
border: 1px solid var(--rpgc-border) !important;
box-shadow: 0 0 18px rgba(0,0,0,.45);
}
.mw-parser-output h1,
.mw-parser-output h2 {
color: #ffffff !important;
border-bottom: 2px solid var(--rpgc-blue-dark) !important;
text-shadow: 0 0 8px rgba(79,134,214,.28);
}
.mw-parser-output h3 {
color: #dddddd !important;
}
.mw-parser-output p,
.mw-parser-output li {
color: var(--rpgc-text);
}
#toc,
.toc {
background: #10151b !important;
border: 1px solid var(--rpgc-border) !important;
color: var(--rpgc-text) !important;
box-shadow: inset 0 0 12px rgba(79,134,214,.08);
}
.catlinks {
background: #10151b !important;
border-color: var(--rpgc-border) !important;
color: var(--rpgc-muted) !important;
}
/* Page title fix */
.firstHeading,
.mw-first-heading,
h1.firstHeading {
color: #ffffff !important;
text-shadow: 0 0 8px rgba(79,134,214,.35);
}