User:BakiDance/timeless.css
From Drawn to Life Wiki
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;
}