|
|
| (34 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* Full background image */ | | /* CSS Script goes here */ |
| { body.mediawiki { background:#0F5835 url(https://www.evernyllawakened.wiki/images/5/55/LogoBW.png) fixed center top repeat !important; background-repeat-x: repeat !important; background-repeat-y: repeat !important; background-color: #0F5835!important{
| |
| | |
| | |
| /* Blur background behind main content */
| |
| #mw-content-text,
| |
| #mw-panel, /* sidebar navigation */
| |
| #p-search, /* search portlet */
| |
| .vector-header-container, /* top bar */
| |
| .vector-main-menu-container { /* hamburger/dropdown nav */
| |
| position: relative !important;
| |
| background: rgba(0, 0, 0, 0.3) !important;
| |
| backdrop-filter: blur(8px) !important;
| |
| -webkit-backdrop-filter: blur(8px) !important;
| |
| border-radius: 12px !important;
| |
| padding: 1em !important;
| |
| z-index: 1 !important;
| |
| }
| |
Latest revision as of 09:28, 13 January 2026
/* CSS Script goes here */