MediaWiki:Common.css: Difference between revisions

From wiki One Piece Online
(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'/%...")
 
No edit summary
Line 1: Line 1:
/* ===== Main Page — fundo oceano com ondas ===== */
/* ===== Main Page — fundo oceano com ondas (Vector 2022) ===== */
body.page-Main_Page .mw-page-container,
body.page-Main_Page {
body.page-Main_Page {
     background-color: #a9d8f0;
     background-color: #a9d8f0 !important;
     background-image:
     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"),
         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%);
         linear-gradient(180deg, #dff2fb 0%, #a9d8f0 55%, #7fc4e8 100%) !important;
     background-repeat: repeat, no-repeat;
     background-repeat: repeat, no-repeat !important;
     background-attachment: fixed, fixed;
     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 .mw-body,
body.page-Main_Page #content,
body.page-Main_Page #content,
body.page-Main_Page #bodyContent,
body.page-Main_Page #bodyContent {
body.page-Main_Page .vector-body {
     background: transparent !important;
     background: transparent !important;
     border: none !important;
     border: none !important;
     box-shadow: none !important;
     box-shadow: none !important;
}
}

Revision as of 10:45, 3 August 2026

/* ===== Main Page — fundo oceano com ondas (Vector 2022) ===== */
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;
}