|
|
| (82 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Goudy+Bookletter+1911&family=Metamorphous&family=Modern+Antiqua&family=Uncial+Antiqua&display=swap');
| | .welcome { |
| .mwe-popups-extract p {
| | text-align: center; |
| display: block !important;
| | font-size: 4em; |
| visibility: visible !important;
| |
| } | | } |
| | | .emoji-trigger-wrap { margin-bottom: .5rem; } |
| .mwe-popups-extract .portable-infobox {
| | #emoji-trigger { margin-right: .5rem; } |
| display: none !important; /* Ensure infobox doesn't interfere */
| | /* --- VoteNY: render as 👍1 --- */ |
| }
| | .vote-box { |
| .copyright-warning {
| | background-color: transparent; /* remove green box */ |
| color: var(--color-base);
| | height: auto; |
| font-size: 11px;
| | width: auto; |
| margin: 0 0 10px;
| | padding: 0; |
| width: 700px;
| | display: inline-block !important; |
| max-width: 100%;
| | align-items: center; |
| } | |
| .create-title {
| |
| color: var(--color-base);
| |
| border: 1px solid var(--color-subtle);
| |
| }
| |
| .filehistory { | |
| max-width: 100% !important;
| |
| } | |
| @import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Goudy+Bookletter+1911&family=Metamorphous&family=Modern+Antiqua&family=Uncial+Antiqua&display=swap');
| |
| .bona-nova-regular {
| |
| font-family: "Bona Nova", serif;
| |
| font-weight: 400;
| |
| font-style: normal;
| |
| }
| |
| | |
| .bona-nova-bold {
| |
| font-family: "Bona Nova", serif;
| |
| font-weight: 700;
| |
| font-style: normal;
| |
| }
| |
| | |
| .bona-nova-regular-italic { | |
| font-family: "Bona Nova", serif; | |
| font-weight: 400; | |
| font-style: italic; | |
| }
| |
| .goudy-bookletter-1911-regular {
| |
| font-family: "Goudy Bookletter 1911", serif; | |
| font-weight: 400;
| |
| font-style: normal;
| |
| }
| |
| .eb-garamond {
| |
| font-family: "EB Garamond", serif;
| |
| font-optical-sizing: auto;
| |
| font-weight: 400; | |
| font-style: normal; | |
| }
| |
| .uncial-antiqua-regular {
| |
| font-family: "Uncial Antiqua", system-ui;
| |
| font-weight: 400;
| |
| font-style: normal;
| |
| }
| |
| .modern-antiqua-regular {
| |
| font-family: "Modern Antiqua", serif;
| |
| font-weight: 400;
| |
| font-style: normal;
| |
| }
| |
| .metamorphous-regular {
| |
| font-family: "Metamorphous", serif;
| |
| font-weight: 400;
| |
| font-style: normal;
| |
| }
| |
| /* ===== Global Styles ===== */
| |
| body {
| |
| font-family: 'Goudy Bookletter 1911', serif !important;
| |
| }
| |
| pre, code { /* Internal spacing */
| |
| font-family: 'Courier New', 'Consolas', monospace !important; /* Monospace font */ /* Horizontal scroll if needed */
| |
| }
| |
| | |
| #toc h2 {
| |
| font-family: 'Metamorphous', cursive !important;
| |
| }
| |
| .mw-changeslist-legend h2 {
| |
| font-family: 'Metamorphous', cursive !important;
| |
| }
| |
| /* ===== UI Elements Still Use Custom Font ===== */
| |
| .wikiEditor-ui-toolbar,
| |
| .wikiEditor-ui-toolbar .group .tool a,
| |
| .wikiEditor-ui-dialog {
| |
| font-family: 'Bona Nova', serif !important; /* Keep custom font for UI */
| |
| }
| |
| /* ===== Ace Editor Base Styling ===== */
| |
| .ace_editor {
| |
| font-family: 'Courier New', 'Consolas', monospace !important; /* Monospace for cursor alignment */
| |
| }
| |
| | |
| /* ===== CodeEditor - General Editor Styling ===== */
| |
| .ace_editor {
| |
| font-family: 'Courier New', 'Consolas', monospace !important;
| |
| } | | } |
|
| |
|
| /* Navbar Logo */ | | #PollVotes.vote-number { |
| .navbar-logo a {
| | color: inherit; /* stop forcing white */ |
| font-family: 'Metamorphous', cursive !important;
| | display: inline-block !important; |
| | background-color: transparent; |
| | font-size: var(--font-size-medium) !important; |
| | font-weight: 600; |
| } | | } |
| /* Infobox Title */
| | .vote-box::before { |
| .portable-infobox .pi-title { | | content: "👍"; |
| font-family: 'Metamorphous' !important;
| | display: inline-block; |
| | font-size: var(--font-size-medium) !important; |
| | line-height: 1; |
| } | | } |
|
| |
|
| h3.pi-data-label {
| | #PollVotes.vote-number::before { |
| font-family: 'Bona Nova' !important;
| | content: none !important; |
| } | | } |
|
| |
|
| /* ===== Headers (Orange Variants) ===== */ | | /* Hide the Vote/unvote link (we’ll keep it functional via JS) */ |
| h1, h2, h3, h4, h5, h6,
| | #Answer.vote-action { |
| .mw-body h1,
| | display: none; |
| .mw-body .mw-heading1, | |
| .mw-body-content h1,
| |
| .mw-body-content .mw-heading1,
| |
| .mw-body-content h2, .pi-title h2,
| |
| .mw-body-content .mw-heading2,
| |
| .mw-logo-wordmark,
| |
| #firstHeadingTitle {
| |
| font-family: 'Uncial Antiqua', 'Metamorphous', cursive !important;
| |
| } | | } |