MediaWiki:Common.css

From wiki One Piece Online
Revision as of 10:33, 3 August 2026 by Bykass (talk | contribs) (Created page with "→‎===== Main Page — fundo oceano com ondas =====: body.page-Main_Page { background-color: #a9d8f0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='28' viewBox='0 0 120 28'%3E%3Cpath d='M0 14 Q 30 2 60 14 T 120 14' fill='none' stroke='%23ffffff' stroke-opacity='0.35' stroke-width='2'/%3E%3Cpath d='M0 22 Q 30 10 60 22 T 120 22' fill='none' stroke='%23ffffff' stroke-opacity='0.2' stroke-width='2'/%...")
(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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* ===== Main Page — fundo oceano com ondas ===== */
body.page-Main_Page {
    background-color: #a9d8f0;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='28' viewBox='0 0 120 28'%3E%3Cpath d='M0 14 Q 30 2 60 14 T 120 14' fill='none' stroke='%23ffffff' stroke-opacity='0.35' stroke-width='2'/%3E%3Cpath d='M0 22 Q 30 10 60 22 T 120 22' fill='none' stroke='%23ffffff' stroke-opacity='0.2' stroke-width='2'/%3E%3C/svg%3E"),
        linear-gradient(180deg, #dff2fb 0%, #a9d8f0 55%, #7fc4e8 100%);
    background-repeat: repeat, no-repeat;
    background-attachment: fixed, fixed;
}

body.page-Main_Page .mw-body,
body.page-Main_Page #content,
body.page-Main_Page #bodyContent,
body.page-Main_Page .vector-body {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}