From wiki One Piece Online
|
|
| Line 1: |
Line 1: |
| /* ===== Main Page — fundo oceano com ondas (Vector 2022) ===== */
| | body { background: #ff0000 !important; } |
| body.page-Main_Page .mw-page-container, | |
| body.page-Main_Page {
| |
| background-color: #a9d8f0 !important;
| |
| 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%) !important;
| |
| background-repeat: repeat, no-repeat !important;
| |
| background-attachment: fixed, fixed !important;
| |
| }
| |
| | |
| /* deixa os contêineres de conteúdo transparentes pra ver o oceano */
| |
| body.page-Main_Page .mw-content-container,
| |
| body.page-Main_Page .mw-page-container-inner,
| |
| body.page-Main_Page .vector-body,
| |
| body.page-Main_Page .mw-body,
| |
| body.page-Main_Page #content,
| |
| body.page-Main_Page #bodyContent {
| |
| background: transparent !important;
| |
| border: none !important;
| |
| box-shadow: none !important;
| |
| } | |
Revision as of 10:51, 3 August 2026
body { background: #ff0000 !important; }