Difference between revisions of "User:BakiDance/timeless.css"

From Drawn to Life Wiki
(moving to master)
Tag: Blanking
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
  @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 !important;
 
}
 
#mw-header-container.hide {
 
top: -48px;
 
}
 

Latest revision as of 03:01, 23 June 2022