MediaWiki:Common.css

From Satomi's wikis
Revision as of 02:50, 22 December 2023 by Satomi (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

body {
	background-color:#ccc0c0;
}
#mw-page-base {
	background-image: linear-gradient(to bottom,#f5ebeb 0%,#ccc0c0 100%);
}

/* e0d5d5 */

.vector-menu-tabs li {
    background-image: linear-gradient(to top,#e0d5d5 0,#f5ebeb 100%);
}
.vector-menu-tabs, .vector-menu-tabs a {
	background-image: linear-gradient(to top,#ffffff 0,#f5ebeb 100%);
}
.vector-menu-tabs .selected {
	background-image: linear-gradient(to top,#ffffff 0,#f5ebeb 100%);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
	background-image: linear-gradient(to top,#2e252a 0,#171215 100%);
}