Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Quote.css

MediaWiki interface page
Revision as of 22:53, 9 November 2025 by ReisuDesign (talk | contribs) (Created page with "blockquote { background-color: var(--theme-color-2); border: none !important; border-radius: 20px; position: relative; margin-left: 0; width: fit-content; } blockquote::after { content: '”'; font-family: "Stack Sans Text", sans-serif !important; font-size: 80px !important; position: absolute; top: 40px; right: 40px; color: var(--theme-color-7); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
blockquote {
    background-color: var(--theme-color-2);
    border: none !important;
    border-radius: 20px;
    position: relative;
    margin-left: 0;
    width: fit-content;
}

blockquote::after {
    content: '”';
    font-family: "Stack Sans Text", sans-serif !important;
    font-size: 80px !important;
    position: absolute;
    top: 40px;
    right: 40px;
    color: var(--theme-color-7);
}