MediaWiki:Common.css: Difference between revisions
From Distant Sands 11
Jump to navigationJump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat; | background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-size: auto; | background-size: auto; | ||
} | } | ||
body > div, | body > div, | ||
| Line 12: | Line 11: | ||
.mw-body, | .mw-body, | ||
#mw-panel, | #mw-panel, | ||
.vector-menu-container { | .vector-menu-container, | ||
#mw-head, | |||
.vector-header-container, | |||
.vector-tabs, | |||
.vector-menu-tabs, | |||
.vector-tab-container, | |||
.mw-portlet-views, | |||
.mw-portlet-cactions, | |||
.vector-menu-dropdown { | |||
background: transparent; | background: transparent; | ||
} | } | ||
Latest revision as of 12:03, 7 November 2025
/* CSS placed here will be applied to all skins */
body {
background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
background-attachment: fixed;
background-size: auto;
}
body > div,
#mw-page-base,
#content,
.mw-body,
#mw-panel,
.vector-menu-container,
#mw-head,
.vector-header-container,
.vector-tabs,
.vector-menu-tabs,
.vector-tab-container,
.mw-portlet-views,
.mw-portlet-cactions,
.vector-menu-dropdown {
background: transparent;
}