MediaWiki:Common.css
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 (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;
}