User:BakiDance/timeless.css

From Drawn to Life Wiki
< User:BakiDance
Revision as of 15:27, 19 June 2022 by BakiDance (talk | contribs) (Created page with " @media screen and (min-width: 851px) #mw-header-container { height: 0; position: fixed; z-index: 100; top: 0; width: 100%; background: #ffffff; color: #000000;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
You are viewing a page within the User namespace. These pages are typically designated for user-generated content, and should not be confused for canon.

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.
  @media screen and (min-width: 851px)
#mw-header-container {
  height: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
  padding: 0.5em 0 0;
  min-height: 3.125em;
  box-sizing: border-box;
  transition: all .3s ease;
}
#mw-header-container.hide {
	top: -48px;
}